Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. Heat(){
  2.  
  3.  
  4. ;Randomizer
  5. Random, x1, 662, 677
  6. Random, y1, 325, 338
  7.  
  8. Random, x2, 653, 676
  9. Random, y2, 318, 338
  10.  
  11. Random, x3, 337, 415
  12. Random, y3, 169, 247
  13.  
  14. Random, x4, 574, 590
  15. Random, y4, 250, 261
  16.  
  17. Random, x5, 417, 436
  18. Random, y5, 225, 239
  19.  
  20. ;Sleeps
  21. Random, s1, 950, 1050
  22. Random, s2, 650, 700
  23. Random, s3, 150, 250
  24. Random, s4, 175, 300
  25. Random, s5, 1800, 2000
  26.  
  27.  
  28. loop, 11{
  29.  
  30. MouseMove, x1, y1, 3
  31. click
  32. sleep s1
  33. MouseMove, x2, y2, 2
  34. click
  35. sleep s2
  36. }
  37.  
  38.  
  39.  
  40. MouseMove, x3, y3, 3
  41. sleep s3
  42. click
  43. sleep s5
  44.  
  45. MouseMove, x4, y4 , 2
  46. sleep s2
  47. click
  48.  
  49. MouseMove, x5, y5, 3
  50. sleep s2
  51. click
  52.  
  53. sleep s4
  54. send {esc}
  55.  
  56.  
  57.  
  58.  
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement