SCAR Code:
var Ry: integer;
procedure ZenmaAntiBan1;
begin
Status('Procedure zenmaAntiBan1');
Ry:=Random(41);
case Ry of
24: begin Gametab(13); //
case random(8) of //
1: begin //
threalm := loadbitmap('C:\Program Files\SCAR 3.11\threalm.bmp'); //
if findbitmaptolerancein(threalm, x, y, MIX1, MIY1, MIX2, MIY2,8) then
begin
mmouse(x,y,15,15); //
if (isuptext('k')) then //
begin //
Mouse(x,y,0,0,true); //
end; //
end; //
end; // //
gametab(4); //
end; //
end;
end;
unloadbmaps;
end;
ive isolated the error to this part of the script but i cant find out where the rror is? anyone think they can help?