Advertisement
Guest User

tripleeat ahk

a guest
Feb 21st, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. to my brudda<3
  2. script:
  3.  
  4. #NoEnv
  5. SetWorkingDir %A_ScriptDir%
  6. CoordMode, Mouse, Client
  7. SendMode Input
  8. #SingleInstance Force
  9. SetTitleMatchMode 2
  10. #WinActivateForce
  11. SetControlDelay 1
  12. SetWinDelay 0
  13. SetKeyDelay -1
  14. SetMouseDelay -1
  15. SetBatchLines -1
  16.  
  17. 3::
  18. MouseGetPos xpos, ypos
  19. Send, {F2}
  20. Sleep, 25
  21. Click 576, 364
  22. Sleep, 25
  23. Click, 663, 296
  24. Sleep, 25
  25. Click, 707, 298
  26. Sleep, 1
  27. MouseMove, xpos, ypos , 1
  28. Sleep, 25
  29. Click
  30. return
  31.  
  32. ,::Suspend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement