Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.  
  3. CoordMode, Pixel, Screen
  4. CoordMode, Mouse, Screen
  5.  
  6. WinActivate, Ragnarok
  7. Sleep, 1000
  8.  
  9. x = 1
  10.  
  11.  
  12. If (x = 1)
  13. {
  14.     Loop
  15.     {
  16.         Send, {F2}
  17.         Sleep, 1000
  18.         ;MouseMove, 750, 360
  19.         MouseMove, 913, 541
  20.         Send, {Click 2}
  21.  
  22.         Sleep, 8000
  23.     }
  24. }
  25.  
  26. If (x = 2)
  27. {
  28.     Loop
  29.     {
  30.         Send, {F1}
  31.         Sleep, 1000
  32.         MouseMove, 733, 333
  33.         Send, {Click 2}
  34.         Sleep, 7000
  35.     }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement