Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Hop world after logging out

Featured Replies

Hey guys,

 

is there a way to hop world when you're in the lobby? Like when you're logout so that you can switch worlds. It would be really helpful because logging out is faster than hopping worlds in game.

 

Any help is greatly appreciated!

Don't think so, i started making my own method a while ago, but it caused some errors and it appeared scripts only worked when logged in...

  • Author

what do you mean by lobby?

Just when you're not logged in

Edited by _Ace_

Stop the current login handler and world hopper. Switch then start them again. You have to do this on another thread.

Edited by Th3

  • Author

Don't think so, i started making my own method a while ago, but it caused some errors and it appeared scripts only worked when logged in...

really? because the miliseconds it takes to choose a world when you're logged in, is the chance pkers get to kill my bots :/

Stop the current login handler and world hopper. Switch then start them again. You have to do this on another thread.

Could you give me an example on how to do this?

really? because the miliseconds it takes to choose a world when you're logged in, is the chance pkers get to kill my bots :/

Could you give me an example on how to do this?

 

I haven't touched the api in a while and ingame hopper is faster. Disable autologin from random executor create a new thread on start of script.

Thread thread = new Thread() {
public void run() {

while (true) {
//if check client login state
// if its logged out then create your own world hopper or login handler

Thread.sleep(500);
//catch exception

}

}
};
thread.start();

Edited by Th3

really? because the miliseconds it takes to choose a world when you're logged in, is the chance pkers get to kill my bots :/

I'm unsure if you're on about world hopping or log out then in.

But pre-world hopping, if logged out, it didn't work

  • Author

 

I haven't touched the api in a while and ingame hopper is faster. Disable autologin from random executor create a new thread on start of script.

Thread thread = new Thread() {
public void run() {

while (true) {
//if check client login state
// if its logged out then create your own world hopper or login handler

Thread.sleep(500);
//catch exception

}

}
};
thread.start();

Thanks, I know how to disable auto login, but how would I go about switching world when logged out? since widgets are invalid when logged out and the only thing that might work is mouse position but that would be inaccurate

I'm unsure if you're on about world hopping or log out then in.

But pre-world hopping, if logged out, it didn't work

basically this: logout -> switch world -> login

Thanks, I know how to disable auto login, but how would I go about switching world when logged out? since widgets are invalid when logged out and the only thing that might work is mouse position but that would be inaccurate

basically this: logout -> switch world -> login

 

there is an algorithm, google it and you should see one, can't post a link here. they probably need to be updated a bit for extra worlds.

Thanks, I know how to disable auto login, but how would I go about switching world when logged out? since widgets are invalid when logged out and the only thing that might work is mouse position but that would be inaccurate

basically this: logout -> switch world -> login

This is the exact issue I had.

I basically has to map the worlds rectangles and then move to mouse. An array or rectangles linked to each world. I had to map the world switch button and move the mouse, but IIRC the mouse didn't work. But that's how I tried going about it.

  • Author

there is an algorithm, google it and you should see one, can't post a link here. they probably need to be updated a bit for extra worlds.

How's it called? :p idk what to look for, or could you pm me the link?

just let it logout then login maybe? idk what u mean

Yeah, but in between I want the script to hop world

This is the exact issue I had.

I basically has to map the worlds rectangles and then move to mouse. An array or rectangles linked to each world. I had to map the world switch button and move the mouse, but IIRC the mouse didn't work. But that's how I tried going about it.

That's what came to my mind too, but there has to be a simpler way
  • Author

pm's dont work on my account. google "another World Hopper" for example

alright, I think I've found something that I will try out tomorrow :)

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.