


#NoEnv
#SingleInstance, Force
#MaxThreadsPerHotkey 2
;Can automatically play all levels but the last 4 in Body Pay (2909170)
;For the last 4 levels, resume script by Ctrl + T only during 2-second fevers
;Ctrl + 1: Press Q, W, E, R quickly
;Ctrl + T: Pause/Resume
;Ctrl + E: Exit
<^1::
SoundBeep
Loop
{
Send, {Q}
Send, {W}
Send, {E}
Send, {R}
}
Return
<^T:: Pause
<^E:: ExitApp