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.19 KB | None | 0 0
  1. ^!T::
  2. While, (!GetKeyState("t", "P"))}
  3. TickCount := A_TickCount
  4. While, (A_TickCount - TickCount) < 60000
  5. Send, tff
  6. Sleep, 3000
  7. Send, {LButton}
  8. Sleep, 1000
  9. Send, {RButton}
  10. }
  11. Return
  12. `::Pause
Add Comment
Please, Sign In to add comment