Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SetBatchLines, -1
- #MaxThreadsPerHotkey 2
- 1::
- Toggle := !Toggle
- Loop,
- {
- If not Toggle
- break
- sleep 100
- Send {a down}{a up}
- sleep 100
- Send {w down}{w up}
- sleep 100
- Send {d down}{d up}
- sleep 200
- Send {s down}{s up}
- sleep 100
- Send {d down}{d up}
- sleep 100
- Send {s down}{s up}
- sleep 100
- Send {d down}{d up}
- sleep 300
- Send {w down} {w up}
- sleep 100
- Send {a down}{a up}
- sleep 100
- Send {w down}{w up}
- sleep 100
- }
- return
- 2::exitapp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement