Advertisement
United_States

AHK script

Mar 25th, 2021
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. toggle := 0
  2. ^F12:: toggle := !toggle
  3.  
  4. #If toggle
  5. Loop,
  6. {
  7. Send, {Up}
  8. Sleep, 5000
  9. Send, {Down}
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement