Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #MaxThreadsPerHotkey 2
- InputBox, VarTime, Enter time, Type the time in seconds
- VarTime := VarTime*1000
- Return
- F1::
- toggle := !toggle
- While (toggle)
- {
- send {w down}
- sleep 2000
- send {w up}
- sleep %VarTime%
- send {s down}
- sleep 2000
- send {s up}
- }
- Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement