Board Archive
153 subscribers
11 photos
3 videos
197 files
42 links
The very collection of @GalaxyA14user's interests. Random yet useful to me.
Download Telegram
recovery-on-boot.zip
2.3 KB
While booting,
phone will vibrate twice.
Press volume up button
between the two vibrations
to reboot to recovery.
No usb needed.
🔥6
😁1
crb_v3b15.rar
302 MB
👏1
bashupload.com
curl bashupload.com -T filename

wget file_link
🔥5
Board Archive
ub.zip
shell.py
6.3 KB
#deprecated
Update for UB, location:
ub/userbot/modules

Commands:
.<command> # like .echo meow
TAKE SUDO
NUKE SUDO
TAKE ISUDO
NUKE ISUDO
TAKE DMUTE
NUKE DMUTE
ID <reply or not> # get user id
DUMP THIS # dump str(event.iss.onessage)
GET <file directory> # to upload
🔥1
GSI Touch Fix, written by me
#!/system/bin/sh
while true; do sleep .4; new=$(cat "/sys/class/backlight/panel/brightness"); [ "$old" != "$new" ] && [ "$new" != "0" ] && su -c 'echo check_connection > /sys/class/sec/tsp/cmd'; old=$new; done
🔥7😁1
Board Archive
ub.zip
shell.py
7.7 KB
Update for UB, location:
ub/userbot/modules

Changelog:
now personal shell is live
unlimited sessions at a time
reply to session (message)
with "^C" to interrupt it
strings inside code
variables to make things tuneable
speaks while promoting or such
ending message with #LC=2
will make shell send 2 by 2 lines
Commands:
.<command> # like .echo meow
TAKE SUDO
NUKE SUDO
TAKE ISUDO
NUKE ISUDO
TAKE DMUTE
NUKE DMUTE
ID <reply or not> # get user id
DUMP THIS # dump str(event.iss.onessage)
^C <reply to an already-running msg>
GET <file directory> # to upload
😁1
system.img_ac
1.3 GB
Samsung Galaxy XCover7
SM-G556B system image
Kanged From: samfw

Combine files:
cat system.img_aa system.img_ab        system.img_ac > system.img
🔥1🥰1
DRC_3.0.apk
17.1 KB
Display Resolution Changer
Changes display resolution using root
v3.0 by me
👏1
Get decimal battery percentage
set dv value to your divisor
Written by me

dv=2000; a=`su -c cat /sys/class/power_supply/battery/charge_counter` && b=(`echo $((a / dv)) | grep -o .`) && b[-1]=".${b[-1]}%" && echo ${b[@]} | sed 's/ //g'
5
Generate string session

from telethon.sessions import StringSession
from telethon.sync import TelegramClient

API_KEY = input('API KEY:' )
API_HASH = input('API HASH: ')

with TelegramClient(StringSession(), API_KEY, API_HASH) as client: print(client.session.save())
🔥3
system.img_ad
581.9 MB
Samsung Galaxy XCover6 Pro
SM-G736B system image
Kanged From: samfw

Combine files:
cat system.img_aa system.img_ab        system.img_ac system.img_ad >> system.img
🔥4
veryxobot.py
3.5 KB
Python Telegram Bot
IMPOSSIBLE TicTacToe ai
Coded by me coz me pro
Usage: type @botname in chat
Create a telegram bot
Enable inline for that bot
Generate string session
Fill vars in py file
Start it in terminal using python3
🔥5
ProShot_8.23.3.3.apk
3.3 MB
Advanced Camera App
Kanged ✅️
🔥6
Mount an image

mount -o loop image.img /mount/folder/path
👏1
SS_1.0.apk
20.4 KB
SS - Screenshot Spammer
Coded, Built and tested
By me in 10 mins
Spams screnshots to
/sdcard/DCIM/SSCapture
as a file named ok.png
later is renamed to ok2.png
after processing finishes
that file refeshes after each shot
the more colors on screen
and more quality the picture is
the more time it takes to shoot
😁1