Thats what I'v come up with so far using a guides help but when you press compile it says compiled succesfully but when you actually try to use it it gves an error.Code:program Autominer; {.Include SRL/SRL.Scar} const orecolor1=2240076; var x,y: Integer; procedure Mining; begin repeat if(findcolorspiraltolerance(x,y,orecolor1,msx1,msy1,msx2,msy2,25)) then mouse(x,y,3,3,true); wait(25000); until(InvFull); if (InvFull) then DropAll; end; begin SetupSRL; ActivateClient; repeat Mining; until(IsFKeyDown(10)); end.
its too late for me to tell you the error so ill tell you tommarow.
Thanx


Reply With Quote




