= / you told 'em my lil' trick. OpenWebPage, opens up a website w/o asking for permission, not in SRL manual, hardly heard of.
Also all you gota do is make the entier procedure in 1 line and space it all the way so no one can see unless they backspace for a while.
Btw instead of "don''t" just do "don`t"
Here is mine:
SCAR Code:
procedure New; //By Osmm
if (SRLID = '') or (SRLPassword = '') then
begin
ClearDebug;
WriteLn('You must have an SRL stats acount to use this script.');
Wait(2500);
WriteLn('Or be smart enough to edit this feature out / get around it.');
Wait(2500);
WriteLn('If you cant do either, just get an SRL stats acount at http://www.stats.srl-forums.com/');
Wait(2500);
OpenWebPage('http://www.stats.srl-forums.com/index.php?action=register');
Wait(2000);
Terminatescript;
end;
end;
Except its hiden and only in one line. Oh yea, lastly lable the procedure for this something that noobs won't think it is. So like lable the procedure something like "Setup" er idk something noobs wont think of deleting.