Hey, I was wondering since a fight cave runner script that I use keeps logging in/out everytime I get a random, which is extremely detectable to ban if I could use something like this
SCAR Code:repeat
HandleCave;
if ScriptTime(1) >= 13 then
begin
Logout;
WriteLn('Times Up!');
Proggy;
TerminateScript;
end;
if NoGameTab then
begin
Logout;
Proggy;
WriteLn('No GameTab, Terminating');
TerminateScript;
end;
until(NoGameTab);
end.
Would this work?
Edit: wo0t 200 post mark!


Reply With Quote




