You call Antiban, but don't have a procedure for it?
Simba Code:
begin
Debug;
DeclarePlayers;
SetupChar;
Startup;
StatsGuise('====================Thanks For Using This Script===================');
StatsGuise('|=R=============================================================B=|');
StatsGuise('|===E=======================~~~~~~~~~~~~~=====================U===|');
StatsGuise('|=p==========================@@@@@@@@@@@========================G=|');
StatsGuise('|===O=======================~~~~~~~~~~~~~=====================S===|');
StatsGuise('|=R===============================================================|');
StatsGuise('|===T=============================================================|');
StatsGuise('|===========================Version 1.0===========================|');
AntiBan;//here
repeat AutoType; until(false);
end.