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
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
SSCaptureEye.html
1.8 KB
SSCaptureEye - Simple eye
Coded and tested in 1 hour
Solely by me again
Looks for file located in
SSCapture/ok2.png
And displays it.
👏1
Share screen, using a localhosted html file over hotspot.
That's how far I can go when I'm bored.
STEP 1 - OPEN HOTSPOT
normally by pulling qs down
to start swlan0 interface
STEP 2 - INITIALIZE ADDRESSsu -c ip address add 1.1.1.1 dev swlan0
STEP 3 - INSTALL AND RUN SS
like a normal apk, grant perms and click capture
it will start the service and it will keep spamming ss
to /sdcard/SSCapture/ok2.png
STEP 4 - GET SSCaptureEye
paste to /sdcard/DCIM
where SSCapture folder is
STEP 5 - RUN A PYTHON SERVERcd /sdcard/DCIMpython3 -m http.server -b 1.1.1.1 1111
🥰1
system.img_ad
594.7 MB
Galaxy Tab S9 FE
SM-X616B system image
kanged from samfw
Combine files:cat system.img_aa system.img_ab system.img_ac system.img_ad >> system.img
🔥4
PixelPaint.html
13 KB
PixelPaint - Coded by me
Made for fun bc bored idk kys
Updated - Full features
- Draw pixels in an infinite 2D place
- export visible canavs to a PNG file
- Zoom in and out
- Toggle grid visibility
- Three easy-to-cycle modes
- Supports touch and swipe
- Good UI with toasts
- Easy readable code
- Lightweight
😁2