Advertisement
YANIS_EXPLOITS

Test

Dec 25th, 2023
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. CoordMode, Pixel, Screen
  2.  
  3. Loop
  4. {
  5. PixelSearch, Px, Py, 0, 0, A_ScreenWidth, A_ScreenHeight, 0x00FF00, 5, Fast RGB
  6. if ErrorLevel = 0
  7. {
  8. MouseMove, %Px%, %Py%, 0
  9. ; Add actions here once the green color is detected
  10. ; For example: Click, Left
  11. }
  12. Sleep, 1000 ; Adjust the delay as needed
  13. }
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement