Lolcakes @ everyone thinking the anti-ban is causing the lag.
The lag is caused by this:
SCAR Code:
repeat
Disguise('Fighting');
DontGetBanned;
AreWeLevelUp;
Protect;
AreWeStuck;
until(WereDead)
"WereDead" uses a FindSymbol of the bank. It will constantly try to find the symbol about 2 times per second. FindSymbol causes lag because it loads a bitmap. All PvH / you kiddies have to do to fix the lag problem is to add an FTWait(8); after "AreWeStuck;" and say thanks to H71194
Hopefully then the script will be semi-pro