Hi.
Question I) :
Can I use a TPA inside another TPA ? Like this ?
SCAR Code:
Procedure Walk;
Var
TPA : TPointArray;
P : TPoint;
X,Y,Z: Integer;
Begin
If (FindColorsTolerance(TPA,1721440,MMX1,MMY1,MMX2,MMY2,3)) then
Begin
For Z := 0 to High(TPA)do
Begin
P := TPA(Z)
MMouse(P.x,P.y, 3, 3);
If (IsUpText('alk')) then
Begin
GetMousePos(X,Y);
Mouse(X,Y,0,0,true);
Flag;
If (FindColorsTolerance(TPA,1721440,625,212,665,255,3)) then
Begin
For Z := 0 to High(TPA)do
Begin
P := TPA(Z);
MMouse(P.x,P.y, 3, 3);
If (IsUpText('alk')) then
Begin
GetMousePos(X,Y);
Mouse(X,Y,0,0,true);
Flag;
ID('Walk successful');
Exit;
End;
End;
End;
End;
End;
End;
End;
Or would it mess up ?
Thanks in advance.
Question 2 :
PLEASE EXPLAIN ME HOW TO AUTOCOLOR !!!!
I READ TUTS BUT I JUST DONT GET IT !!!
Please explain step by step how I'd autocolor a color ?
Rep ++ If you answer my questioons
.