Welcome!

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

Sign up now!

Resolved is there a way to hop worlds from lobby?

Joined
Jan 30, 2019
Messages
1
I have made a script that is in wilderness and added an anti-pk detection. I started off using WoldHop.hopToRandom but noticed that when it needed to do the hopping it would scroll for sometimes up to a minute trying to find the right world and get it into the view on the container. So my next solution was to have it get the world ready and make sure that the world would be in view on the list before it ran into any pkers, which worked okay but it was clunky and slowed down the script and still got caught by some pkers. So I ended up just adding Runescape.logout() then disabling the login event for a certain amount of time, hoping the pker would be gone and so far 2 days and no pker has caught any of my accounts....the logout function is just so much faster than the worldhop. So I searched and searched but couldnt find anything in the API that handles the lobby worlds or anything with the lobby in general, even going into the dev tools and searching for any of the iterfaces to interact with turns up blank...can anyone point me in the right direction to just logout to lobby, hop worlds then log back in?
 
Top