Attempted to add a failsafe, it is suposed to detect the color in a box around the mouse and not continue until the value is returned false.
Simba Code:(FindColorTolerance(X, Y, 3881792, x-10, y-10, x+10, y+10, 15)=false)
Printable View
Attempted to add a failsafe, it is suposed to detect the color in a box around the mouse and not continue until the value is returned false.
Simba Code:(FindColorTolerance(X, Y, 3881792, x-10, y-10, x+10, y+10, 15)=false)
You're trying to find the color of an area that is not on the client. Use different coords.
This error always occurs because the coordinates are off where its searching it has to be almost exact(when using findcolortolerance).
I'm just going to use pixel shift to detect when player is done mining :s