Guest User

Untitled

a guest
May 17th, 2018
148
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. KeyWait, T
  3. WhileLoop = 1
  4. While, (!GetKeyState("t", "P")) And (!GetKeyState("``", "P")){
  5. TickCount := A_TickCount
  6. While, (A_TickCount - TickCount) < 3000 And (!GetKeyState("``", "P")){
  7. {Send, tff
  8. sleep 10
  9. }
  10. }
  11. Random, Delay, 3000, 1000
  12. Sleep, %Delay%
  13. Send, {Left}
  14. Sleep, 1000
  15. Send, {Right}
  16. }
  17. `:: Pause
  18. Pause:: Suspend
Add Comment
Please, Sign In to add comment