Guest User

Untitled

a guest
Aug 9th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SetTitleMatchMode 2
  2. #IfWinActive RO
  3. #MaxHotkeysPerInterval 99999
  4.  
  5. SetMouseDelay 1
  6. SetKeyDelay 1
  7.  
  8. ESC::A
  9.  
  10. $f1::
  11. Loop
  12. {
  13.     if not GetKeyState("f1", "P")
  14.         break
  15.  
  16.     send {f1}
  17.     Click
  18. }
  19. return
Add Comment
Please, Sign In to add comment