Advertisement
Guest User

Untitled

a guest
Oct 5th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. MpYPosition = 56
  2. 40PercentXPosition = 1809
  3. 60PercentXPosition = 1838
  4. BlueMpColor = 0x807DFF
  5.  
  6. PixelGetColor, Mp60Color, 60PercentXPosition, MpYPosition, RGB
  7.         if (Mp60Color = BlueMpColor)
  8.         {
  9.         }
  10.         else
  11.         {
  12.             ControlSend,, {Numpad0}, %WinTitle%
  13.             Random, Rand, 100, 150
  14.             Sleep, Rand ; Simulate human-like delay
  15.             Continue
  16.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement