PDA

View Full Version : Hello need help please



jack123
02-27-2013, 04:30 PM
Hello i know your supposed to figure out the anti leech yourself
ive done one before but i have been stuck on this for a long time now
can you please help me thanks

127 procedure TurnOnRun;
128 var x, y: integer;
129 begin
130 Mouse(671, 482, random(5), random(5), true);
131 WaitHumanClick;
132 if(FindColorTolerance(x, y, 4803917, 651, 422, 659, 430, 10)) then
133 begin
134 Mouse(640, 426, random(5), random(5), true);
135 end;
136 Mouse(644, 184, random(5), random(5), true);
137
138 end;


ERROR : Identifier expected at line 127

i dont get it because i have 2 begins and ends

Ian
02-27-2013, 04:38 PM
Look in the procedure/function above this one.

jack123
02-27-2013, 04:45 PM
i think i got it thanks