Guest User

Untitled

a guest
Dec 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. F1::
  2. while !GetKeyState("F2")
  3. {
  4. Send {Up down}
  5. Sleep 7000
  6. Send {Up up}
  7. Send {Down down}
  8. Sleep 7000
  9. Send {Down up}
  10. }
  11. return
Add Comment
Please, Sign In to add comment