SCAR Code:
if FlagPresent then Wait(800+random(400));
if GasFound(x, y) then
begin
AntiBan;
Wait(22000+random(10000));
AntiBan;
end;
FindIron2(x, y);
Wait(150+random(50));
if IsUpText('ine') then
case random(2) of
should that be :
SCAR Code:
if FlagPresent then Wait(800+random(400));
if GasFound(x, y) then
begin
AntiBan;
Wait(22000+random(10000));
AntiBan;
end;
FindIron2(ix, iy);
Wait(150+random(50));
if IsUpText('ine') then
case random(2) of
i think you forgot to add ix, iy instead of x,y
hope i helped