Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. F4:: ; F4 starts the script.
  2. Sleep, 5000
  3. Loop {
  4. if GetKeyState("P") ; If you press P, stops the program.
  5. Exit
  6. Click
  7. Sleep 700000
  8. Send {Escape}
  9. Sleep 1000
  10. Send {Tab}
  11. Sleep 1000
  12. Click 50, 776
  13. Click
  14. Sleep 6000
  15. Send {Tab}
  16. Sleep 1000
  17. }
  18. Exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement