Leechers may just delete it or comment out...
Mine in my chickenkiller looks like that
SCAR Code:
if (SRLId = '') or (SRLPassword = '') then
begin
Xzdw := True;
MarkTime(NoStats);
Writeln('Please enter SRL Stats ID...');
writeln('Don''t got SRL stats account?');
writeln('Press F4 to register.');
repeat
if IsFKeyDown(4) then
begin
OpenWebPage('http://www.stats.srl-forums.com/?action=register');
TerminateScript;
end;
TheWaiter := round(abs((timefrommark(nostats)-WaitNoob)div(1000)))
status('You have to wait '+floattostr(TheWaiter)+' sec before script starts'); //Thx raymond for floattostr
wait(10);
until(Timefrommark(nostats)>round(WaitNoob));
end else Xzdw := True;
lol:
SCAR Code:
if not Xzdw then TerminateScript;
waitnoob is actually 300000, but i don't think nubs can track it...
Even i get confused...
SCAR Code:
WaitNewb := (547.7225575051661134569697828008 * 547.7225575051661134569697828008);
Somewhere in hide is this:
Litle guide how to disable it:
SRLId = 'Nub'
SRLPassword = 'Owned'
err... if SRLID is not an integer and you try to make it to string (with inttostr) you get runtime error?
in that case i got solution...