Mindless | Channel
DIR="/sdcard/Btool" CONFIG_FILE="$DIR/bin/config.ini" read_config() { while IFS='=' read -r lowkey value; do [ -z "$lowkey" ] || [ "${lowkey###}" != "$lowkey" ] && continue lowkey=$(echo "$lowkey" | tr -d '[:space:]') case "$lowkey" inβ¦
only for anyone that installed bnoop AxPlugins
BBoost[01122025] | [AxPlugin]
changelog :
- Added screen on / off optimizer
- Added ram compact after game closed
- better logic structure
Thanks to : @Dcx400 @HoyoSlave
Dev : @Brains82
changelog :
- Added screen on / off optimizer
- Added ram compact after game closed
- better logic structure
Thanks to : @Dcx400 @HoyoSlave
Dev : @Brains82
cmd package resolve-activity -a android.intent.action.MAIN -c android.intent.category.HOME | grep -m1 packageName= | cut -d= -f2
ss for me
This media is not supported in your browser
VIEW IN TELEGRAM
for anyone who wonder how to manually add packagename into [AxPlgins]
fyi :
if you attempt framework crash by any method, and than soft reboot right after it
it does apply vulkan to all pipe line but it still has bug render like app crash and etc
Forwarded from LyK.21
#LimitThread@lykafkaa
dibantu chatgpt
THRESH=80
for a in $(pm list packages --user 0 | cut -f2 -d:); do
pid=$(pidof $a)
if [ ! -z "$pid" ]; then
threads=$(grep Threads "/proc/$pid/status" 2>/dev/null | cut -f2 -d:)
if [ ! -z "$threads" ]; then
echo "$threads Threads ($a)"
# kalau thread di atas threshold β apply limit
if [ "$threads" -gt "$THRESH" ]; then
echo ">>> limiting $a (threads=$threads)"
# App standby restricted
am set-standby-bucket $a restricted
# batasi kemampuan background
cmd appops set $a RUN_IN_BACKGROUND ignore
cmd appops set $a RUN_ANY_IN_BACKGROUND ignore
cmd appops set $a WAKE_LOCK ignore
cmd appops set $a START_FOREGROUND ignore
cmd appops set $a SCHEDULE_EXACT_ALARM ignore
# kill active thread burst
killall -9 $a 2>/dev/null
fi
fi
fi
done | sort -ndibantu chatgpt
BBoost [9122025] | [AxPlugins]
Changelog :
- Add preload using Kanase by @Koneko_dev
- add Game mode intervention and FPS throttling
- Add Third app restrict permission for battery live and light weight
- Compile game every 3am
- Optimize Script Structure ( again )
# READ !! #
Fixed minnor syntax
Cr : @HoyoSlave @Dcx400 @koneko_dev
Changelog :
- Add preload using Kanase by @Koneko_dev
- add Game mode intervention and FPS throttling
- Add Third app restrict permission for battery live and light weight
- Compile game every 3am
- Optimize Script Structure ( again )
# READ !! #
Fixed minnor syntax
Cr : @HoyoSlave @Dcx400 @koneko_dev
BBoost Log | [AxManager]
Ver : [9122025]
Note :
Credit for :
@Dcx400 @HoyoSlave
Ver : [9122025]
- Auto performance and battery mode
- Apply Game mode intervention ( cmd game )
- Compile game for every 3 am
- Perform trim memmory and compact memmory every after closed game and once a while if screen off
- Dynamic Thermal controll
- Preload lib and game
- CPU hint controll
Note :
- Add your packagename into /sdcard/Btool/bin/config.ini
- There is hidden Tools added into [9122025], type "bt" to acces
- feel free to feddback
Credit for :
@Dcx400 @HoyoSlave
π₯1
please guys bantuin atmin buat ngecut price, atmin pen beli kamera π
Forwarded from ManX Project
MANKTWO IS BACK!
MankTwo V.9 Is Here !!
Suitable for all games
Extract on VortexModules
Feature
-Performance
-Cache Wipe
-Frame Optimizer
-Optimize Net
-Rendering Engine
-Frame Rate
-Interaction Sensitivity
Dev: @GraceNishh
Thanks to: FahrezONE Dev
Download | Source
Give feedback for next update
@GraceNishh
for memek in $(pm list packages | grep google | cut -f2 -d:); do
am set-standby-bucket --user 0 $memek 40
echo "$memek : $(am get-standby-bucket --user 0 $memek 2>/dev/null)"
done
cmd usagestats dump |
awk '
{
pkg=""; bucket=""; reason=""
for (i=1;i<=NF;i++) {
if ($i ~ /^package=/) pkg=substr($i,9)
else if ($i ~ /^standbyBucket=/) bucket=substr($i,15)
else if ($i ~ /^bucket=/) bucket=substr($i,8)
else if ($i ~ /^reason=/) reason=substr($i,8)
}
if (pkg!="" && bucket!="" && reason!="")
print pkg, bucket, reason
}' | grep google
BBoost[24122025] | AxManager
Changelog :
- Added Game mode intervention adapt, if battery low=battery mode | high battery=performance
- Added more Fuck google props
- Added TID profile set ( sc to @AduhaiWelewele @reljawa )
- BBoost now merged with Bspoof, no need to install any Bspoof plugins
important Note :
- now you can manually add game with
bt ng <Packagename>
- Bsoof can be toggled with
bt bspoof <yes | no>
Download | Channel
AxManager
Cr : @HoyoSlave @Dcx400 @koneko_dev
π₯4