hi, below i have a mining procedure for my first script, someone has told me that the mouse movement is very detectable, what code can i use to replace it?
procedure Mine;
begin
if(FindColor(x,y,OreColor,0,0,600,600)) then
begin
Wait(100+random(200));
MoveMouseSmoothEx(x,y +random(0),20,40,45,25,20);///GET RID OF THIS !!! ITS SO
//Detectable!!!!
Wait(100+random(10));
ClickMouse(x,y,true);//THIS TO REPLACE THESE WITH MOUSE OR MMOUSE
Wait(800+random(200));
end;
end;![]()


Reply With Quote










