Advertisement
iTA360

SteamDB SaLes X9 Autoignore Script AutoHotKey

Aug 1st, 2023
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #If GetKeyState("CapsLock", "T")
  2. c & s::
  3. {
  4. start_x := 400
  5. start_y := 400
  6. end_x := 260
  7. end_y := 420
  8. Loop, 9
  9. {
  10. MouseMove, start_x, start_y
  11. Sleep, 1000
  12. MouseMove, end_x, end_y
  13. Sleep, 1000
  14. Click,
  15. Sleep, 1000
  16. start_y += 42
  17. end_y += 42
  18. }
  19. Sleep, 1000
  20. MouseMove, 120, 400
  21. Sleep, 1000
  22. Click,
  23. Sleep, 1000
  24. Send, ^r
  25. Return
  26. }
  27. #if
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement