Fixed by 99, Thankyou!!!!
thanks for also helping richard!!!
Fixed by 99, Thankyou!!!!
thanks for also helping richard!!!
Last edited by spicynachos2; 06-23-2009 at 06:26 AM.

removed the =True somewhere in thereSCAR Code:Procedure ProtectT3hPixles;
var
TP: TPointArray;
I:integer;
log:Boolean;
begin
repeat
If FindColorsTolerance(TP, 10551295, 416, 219, 551, 342, 5) then
begin
Mouse(982,191,4,3,true);
Typesend('NOOB i rape you');
I:=40;
end else
begin
I:=0;
clicking;
repeat
begin
Wait(900+random(913));
I:=I+1;
end
until(I:=35) or (FindColorsTolerance(TP, 10551295, 416, 219, 551, 342, 5));
end
until(I=40);
end;![]()
Last edited by spicynachos2; 06-23-2009 at 06:07 AM.
SCAR Code:Until(i:=35);
You are assigning a value, which may be what gives you the error, you need to ask SCAR if the value matches 35:
SCAR Code:Until(i = 35);

Haha can't believe I didn't see that. Change it to..
SCAR Code:until((i = 35)or(FindColorsTolerance(TP, 10551295, 416, 219, 551, 342, 5)));
:]
SCAR Code:Procedure ProtectT3hPixles;
var
TP: TPointArray;
I:integer;
log:Boolean;
begin
repeat
If FindColorsTolerance(TP, 10551295, 416, 219, 551, 342, 5) then
begin
Mouse(982,191,4,3,true);
Typesend('NOOB i rape you');
I:=40;
end else
begin
I:=0;
clicking;
repeat
begin
Wait(900+random(913));
I:=I+1;
end;
until(I = 35) or (FindColorsTolerance(TP, 10551295, 416, 219, 551, 342, 5));
end;
until(I=40);
end;
Test it, may work.
No idea what an EP trainer is![]()

I fixed it; there were other things too. He PM'd me ;]
There are currently 1 users browsing this thread. (0 members and 1 guests)