Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. F11::
  2. BreakLoop := 0
  3. Loop
  4. {
  5. if BreakLoop = 1
  6. break
  7. Send, r
  8. sleep 20
  9. }
  10. return
  11.  
  12.  
  13. F12::
  14. BreakLoop := 1
  15. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement