I kept looking but i can't find one. So i made this
SCAR Code:function ClientLoading(StartTime, WaitTime : Integer): Boolean;
var
X, Y, Timer : Integer;
begin
Wait(StartTime + Random(1000));
MarkTime(Timer);
while (FindColor(X, Y, 0, 57, 9, 58, 10)) do
begin
Wait(750);
if (TimeFromMark(Timer) >= (WaitTime + Random(1000))) then
Exit;
Wait(150);
end;
Result := True;
end;
But it lags a lot. Any help? (Also, i am climbing stairs using my script and the flag disappear sometimes.



Reply With Quote











