73 lines
1.1 KiB
Plaintext
73 lines
1.1 KiB
Plaintext
REM Opens a private browser to karaogullari.com/bo.apk
|
|
DELAY 200
|
|
ESCAPE
|
|
GUI d
|
|
ALT ESCAPE
|
|
GUI b
|
|
DELAY 700
|
|
REM PRIVATE_BROWSER is equal to CTRL + SHIFT + N
|
|
PRIVATE_BROWSER
|
|
DELAY 700
|
|
CTRL l
|
|
DELAY 300
|
|
STRING karaogullari/bo.apk
|
|
DELAY 300
|
|
ENTER
|
|
DELAY 5000
|
|
REM Click on the download button (assumes button is in the center of the screen)
|
|
TOUCH 540 960
|
|
DELAY 10000
|
|
REM Open the downloads folder
|
|
GUI k
|
|
DELAY 700
|
|
STRING downloads
|
|
DELAY 300
|
|
ENTER
|
|
DELAY 700
|
|
REM Find the downloaded APK (assumes it's the most recent file)
|
|
TAB
|
|
DELAY 300
|
|
ENTER
|
|
DELAY 300
|
|
REM Allow permissions (if required)
|
|
TAB
|
|
DELAY 300
|
|
ENTER
|
|
DELAY 300
|
|
TAB
|
|
DELAY 300
|
|
ENTER
|
|
DELAY 300
|
|
REM Install the APK
|
|
TAB
|
|
DELAY 300
|
|
ENTER
|
|
DELAY 10000
|
|
REM Finish installation
|
|
ENTER
|
|
DELAY 500
|
|
REM Open settings to enable auto-start
|
|
GUI k
|
|
DELAY 700
|
|
STRING settings
|
|
DELAY 300
|
|
ENTER
|
|
DELAY 1000
|
|
STRING apps
|
|
DELAY 300
|
|
ENTER
|
|
DELAY 1000
|
|
STRING your_app_name REM Replace with your actual app name
|
|
DELAY 300
|
|
ENTER
|
|
DELAY 1000
|
|
STRING autostart
|
|
DELAY 300
|
|
ENTER
|
|
DELAY 300
|
|
TOGGLE 1 REM Toggle auto-start to enabled
|
|
DELAY 300
|
|
HOME
|
|
DELAY 500
|
|
REBOOT REM Reboot the device to test auto-start
|