Hello everyone,
I apologize if there is already a topic thread about this, I was definitely unable to find an answer though.
I'm curious if there is a way to randomly have the script sleep in between actions, as if there was something IRL distracting the player from the game. So like, every 100 loops it has a chance to insert a sleep(random(x, y)), (with extended sleep times around 15-45 seconds, maybe even long enough to log out,) somewhere in the loop and then remove it for the next 100 loops.
I'm still new to scripting, but I've got the basics of osrs down and I feel like the next big challenge for me is going to be figuring out stuff like this, the anti-patterning techniques that prevent immediate bans.
I do get that bans are almost a certainty, but there are definitely things that can keep the bot detection guessing for longer. For instance, I found a toic about a mouse controller that uses bezier curves to make the mouse seem more human.
Thank you in advance. I know asking to be spoonfed is frowned upon so if somebody knows but doesn't feel like explaining it, I would appreciate it if you could even point me in the right direction for research