SCAR Code:program autominer;
var
w,x,y,z:Integer;
begin
w:=12345; //fill in ore color
z:=12345; //fill in time to wait (in milliseconds) before clicking new ore
repeat;
FindColor(x,y,z,0,0,800,600);
ClickMouse(x,y,true);
Wait(w);
until(false);
end.
if you can make a worse autominer than that, post it...
Directions:
1. go to mining place
2. fill setup in at lines 5,6
3. press run
tips:
1. erm...i don't recommend using this script
2. Post Proggies!!!:rolleyes:

