Guest User

Untitled

a guest
May 17th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. ^+t::
  2. BreakLoop = 0
  3. TickCount := A_TickCount
  4. Loop,
  5. {
  6. Loop,
  7. {(BreakLoop = 1)
  8. break
  9. While, ((A_TickCount - TickCount) < 60000)
  10. ToolTip, %A_Index%
  11.  
  12. send {t}
  13. send {f}
  14. send {f}
  15. sleep 10
  16. }
  17.  
  18. sleep 3000
  19. send {Right}
  20. sleep 1000
  21. send {Left}
  22. return
  23. }
  24.  
  25. Esc:: BreakLoop = 1
  26. return
  27. Tab::pause
  28. Pause::Suspend
Add Comment
Please, Sign In to add comment