Mindless | Channel
953 subscribers
252 photos
7 videos
61 files
198 links
Simple module / script for personal use
Download Telegram
bruh i forgot add an desc into mys post πŸ’€
Forwarded from AxManager (FahrezONE)
For your information, AxManager V1.3.0 will change the plugin PATH. Please prepare your plugin and replace all hard-coded paths to variables like MODDIR, MODPATH, etc.
πŸ”₯2
bug = friend
em yah, gay
[ Axmanager ]
Should i post this tool ?
Anonymous Poll
81%
yes
19%
no
nahh this tools freaky
updates incoming
πŸ”₯3
i have bunch of stuff but lazy fo post it
🀑3
BBoost[18112025] | [AxManager]

Changelog :
- set-fixed-performance logic change
- Add Temp controll ( sc : @Dcx400 )
- Optimized loop time ( thx to @HoyoSlave )
πŸ‘1
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
game) game="$value" ;;
esac
done < "$CONFIG_FILE"
}
read_config

echo "game : $game

existed list : $(cmd package list packages | cut -d: -f2 | grep -Ew "$(echo $game | sed 's/ /|/g')")"


run this and screenshot for me
Bres[21112025] | [AxPlugins]

Info :
- Change window size + density in game
- Change sf.duration based on fps + window size

Thanks to : @Dcx400
Dev : @Brains82
🀑10
any feedback dwag ?
BBoost[01122025] | [AxPlugin]

changelog :
- Added screen on / off optimizer
- Added ram compact after game closed
- better logic structure

Thanks to : @Dcx400 @HoyoSlave
Dev : @Brains82
any feedback ?
cmd package resolve-activity -a android.intent.action.MAIN -c android.intent.category.HOME | grep -m1 packageName= | cut -d= -f2


ss for me