Bash the Teacher! - Classroom Clicker

Bash the Teacher! - Classroom Clicker

Not enough ratings
AutoHotKey Bash the Teacher Script
By KevTango
An AutoHotKey script to automatically throw items at the teacher.

Simply copy the script and save as a .ahk file
   
Award
Favorite
Favorited
Unfavorite
Main
; This script will keep playing Bash The Teacher

WinWaitActive Bash The Teacher
Run()

; Press the Escape button to stop script
Escape::ExitApp

Run() {
while true {
Send {Q}
Send {W}
Send {E}
Sleep,50
}
}
6 Comments
Turiajunior 27 Jan @ 8:58am 
i have 2 mill money
Étienne 20 May, 2024 @ 9:56am 
Hi
Étienne 20 May, 2024 @ 9:48am 
ty
HyperCXVII 20 Dec, 2023 @ 4:08pm 
...:auimp:
CrispyOBacon 17 Oct, 2023 @ 6:30pm 
i've tried this script bit it doesn't seem to work. Patched?
NGJ 9 May, 2023 @ 12:47am 
Thank