CalebPaste123

gas station auto

Nov 24th, 2021 (edited)
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Pause On ;
  2. Loop
  3. {
  4. Send, {Click} ;
  5. Sleep 700 ; timing barrier
  6. Send, {Click} ;
  7. Sleep 200 ; timing barrier
  8. Send, 1
  9. Sleep 700 ; timing barrier
  10. }
  11.  
  12. #z::Pause ; Now every time you press windows key and Z, it should toggle the script (Pause)
  13. esc::Exitapp ; Just so you can exit the hotkey, or you could use the pause function
  14. --------------------------------------
  15. Delete this:
  16. this is an autohotkey sript for drinking and sending mail automatically.
  17. edit the sleep times to do it faster or slower.
  18. -----------------------------
Add Comment
Please, Sign In to add comment