Advertisement
Killyoboy

Islands Cletus Mostly AFK Farm

Nov 2nd, 2022
1,330
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #MaxThreadsPerHotKey, 2
  2. Toggle := 0
  3.  
  4. ;KeyWait, Capslock, D
  5. ;MouseGetPos, eX, eY
  6. ;PixelGetColor, color, eX, eY
  7. ;MsgBox You pressed %color%
  8.  
  9. F1::
  10. Toggle := !Toggle
  11. Time := A_TickCount-600000
  12.  
  13. While Toggle {
  14.     WinGetPos ,,, W, H, Roblox
  15.     PixelSearch, aX, aY, 0, 0, W, H, 0xD8E9AB, 2, fast 0xB9D183
  16.  
  17.    
  18.     if A_TickCount - Time >= 600000 {
  19.         Time := A_TickCount
  20.         Send {Space down}
  21.         Sleep, 100
  22.         Send {Space up}
  23.     }
  24.    
  25.     if aX and aY and aY <= 983 and aX >= 96 {
  26.         MouseMove, aX, aY
  27.         Send {Click}
  28.     } else if not aY and not aX {
  29.         PixelSearch, aX, aY, 0, 0, W, H, 0xC9DE98, 2, fast
  30.        
  31.         if aX and aY and aY <= 983 and aX >= 96  {
  32.             MouseMove, aX, aY
  33.             Send {Click}
  34.         }
  35.     }
  36.    
  37.     Sleep, 900
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement