Quote Originally Posted by KumaAkuma View Post
while(mode== activeMode && target == hostile)
{
Action(classDefaultAttack);
Wait(fiveSeconds*classWeaponSpeed);
};


See what I did there D:
Yep. You created an infinite loop that would crash the client. Grats.