—ńoíz #idk
92 subscribers
2 photos
1 video
2 files
idk.
Download Telegram
Channel created
Yo, gotta vent about my Telegram account getting banned 8 freaking times in a row, Like, what's up with that? No clear reason, just straight-up bans, one after another. It's like Telegram's playing games with me or something, ain't cool at all. I'm just trying to vibe with my life, you know? But nah, apparently that's too much to ask for. Feels like I'm banging my head against a wall, hoping for some answers, but all I get is silence. Ain't nobody got time for this nonsense. Telegram, you gotta do better, 'cause this is straight-up 💀
👏3🗿1
ClearAppCache.zip
630 B
#noízidk ; used to clear user app cache by selecting menu to menu, exec using termux / terminal emulator with root access OR using shell permission using shizuku

extract to your internal then execute it.

work with root / non root devices,

made with lazyness by @CryOverFear (@noizW)
👍1
Force Stop User app

user_packages=$(pm list packages -3 | cut -d ":" -f 2)

excluded_packages=("android" "com.android.magisk" "com.topjohnwu.magisk" "eu.chainfire.supersu" "com.kingroot.kinguser" "com.android.shell" "com.android.providers.settings" "bin.mt.plus" "me.piebridge.brevent" "me.weishu.kernelsu" )

echo "𝗦𝘁𝗼𝗽𝗽𝗶𝗻𝗴 𝗔𝗽𝗽𝘀.."
for package in $user_packages; do
excluded=false
for excluded_package in "${excluded_packages[@]}"; do
if [[ "$package" == "$excluded_package" ]]; then
excluded=true
break
fi
done

if [[ "$excluded" == false ]]; then
echo "𝗙𝗼𝗿𝗰𝗲 𝗦𝘁𝗼𝗽𝗽𝗶𝗻𝗴 - $package"
am force-stop "$package"
fi
done
delete unwanted settings put code on any system table
cr - rojik

for gmk in $(settings list global | grep -F "ro." | cut -F 1 -d "="; settings list secure | grep -F "ro." | cut -F 1 -d "="; settings list system | grep -F "ro." | cut -F 1 -d "="); do
settings delete global $gmk
settings delete secure $gmk
settings delete system $gmk
done>/dev/null 2>&1&
delete any device config
( to clean your apps from downscale, etc )
cr - ajajil & rojik

for device_config in $(cmd device_config list | cut -f 1 -d =); do
a=${device_config%/*}
b=${device_config#*/}
device_config delete $a $b
sleep 0.01
echo "- done"
done
hi gua kembali lagi
patch.sh
1.9 KB
Buat Nge Patch Theme Di Realme, Samsung, Oppo, selebihnya gatau work di device selain ke 3 itu apa engga


credit : @Zyarexx
lama banget gua hibernasi, typing gua dulu alay bet njing
heee
batakam