Advertisement
Guest User

gmaulags

a guest
Jun 16th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. #NoEnv
  2. SetWorkingDir %A_ScriptDir%
  3. CoordMode, Mouse, Client
  4. SendMode Input
  5. #SingleInstance Force
  6. SetTitleMatchMode 2
  7. #WinActivateForce
  8. SetControlDelay 1
  9. SetWinDelay 0
  10. SetKeyDelay -1
  11. SetMouseDelay -1
  12. SetBatchLines -1
  13.  
  14. 1::
  15. MouseGetPos xpos, ypos
  16. Click, 577, 433, Left
  17. Sleep, 25
  18. Send, {F2}
  19. Sleep, 25
  20. Click, 597, 446, Left
  21. Sleep, 5
  22. Send, {F1}
  23. Sleep, 1
  24. MouseMove, xpos, ypos , 1
  25. Sleep, 25
  26. Click
  27. return
  28.  
  29. 2::
  30. MouseGetPos xpos, ypos
  31. Click, 579, 468 Left
  32. Sleep, 25
  33. Send, {F2}
  34. Sleep, 25
  35. Click, 584, 447, Left
  36. Sleep, 5
  37. Send, {F1}
  38. Sleep, 1
  39. MouseMove, xpos, ypos , 1
  40. Sleep, 30
  41. Click
  42. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement