Here's my problem:
I am using Narcle's autofighter, (Non smart) and when the script logs out to take a break every 10 minutes, it doesn't log back in. it clicks on the username and password sections, but doesn't type.
I tried typing it in myself, but it wouldn't let me type anything. I minimized the browser and maximised it again, and it worked. I then put in
SCAR Code:
wait(1000);
clickmouse(-134, 856, true);
wait(3000);
clickmouse(31878, 32911, true);
In the SetupPlayer procedure to minimize and maximize the screen before logging in. Though it only worked the first time it logged in.
My question is, where can I enter
SCAR Code:
wait(1000);
clickmouse(-134, 856, true);
wait(3000);
clickmouse(31878, 32911, true);
so it will minimize and maximine each time i log in?
Or, how do I get it to let the script type the username and password every time i log back in?
Thanks