Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

is there anyway to add a antiban thing to a script where if a player enters the minimap it will hop?

12 year old normie
Joined
Jan 8, 2015
Messages
2,769
Just make a circular area around your prayer the size of the minimap, the if(Players.getLoaded().contains(area){Runescape.logout;}

Only problem I forsee is that Players.getLoaded() also returns yourself so it would log out if you're in the minimap, and that is always the case.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,771
Just make a circular area around your prayer the size of the minimap, the if(Players.getLoaded().contains(area){Runescape.logout;}

Only problem I forsee is that Players.getLoaded() also returns yourself so it would log out if you're in the minimap, and that is always the case.
Easy to filter out the local player. But i think OP meant as a user, not as an author
 
The only thing Alpha about me is my bots
Joined
Sep 22, 2014
Messages
618
If a bot were to implement this in all situations, it could be used as a pretty accurate way for Jagex to detect users.
 
Joined
Jun 21, 2015
Messages
134
I have seen other botting programs that do this. Though I don't know which ones they are, and I have to agree with what someone said earlier about it being an easy way for the bot to be detected by Jagex because it is very obvious when a bot does randomly leave when you get near.
 
Top