Reply to Re: What's wrong??!!
If you don't have an account, just leave the password field blank.
With just a brief glance, I can see that
is making the script run the "assault" function every 10 milliseconds and probably interrupting everything else in the script from happening, including attacking.
set_callback_random("assault", 10, 0);
is making the script run the "assault" function every 10 milliseconds and probably interrupting everything else in the script from happening, including attacking.