Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #MaxThreadsPerHotkey 3
- #z::
- #MaxThreadsPerHotkey 1
- if keep_winz_running = y
- {
- keep_winz_running = n
- return
- }
- ; Otherwise:
- keep_winz_running = y
- Loop,
- {
- MouseClick, right
- Sleep, 50 ;This means the script will wait 1.5 secs
- if keep_winz_running = n ; The user signaled the loop to stop.
- break ; break out of the loop
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement