hi, is there a way to make the script randomly click around from time to time in a certain area? (about 1 click every 5-10 seconds)
hi, is there a way to make the script randomly click around from time to time in a certain area? (about 1 click every 5-10 seconds)
If you are using this for official RS, adding more advanced antibans would be much safer.Simba Code:repeat
Mouse(...., mouse_Left);
wait(RandomRange());
until false;
where exactly does it need to click? I can make a simple script for you if you want, just tell me where in the screen it needs to click or send me a screenshot or something.
There are currently 1 users browsing this thread. (0 members and 1 guests)