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.

Osbot 2 world hopper

Featured Replies

Hello, I am having an issue using the world hopper. I have set up my script to hop worlds using the world hopper and upon the world hopper activating and the bot logging out the auto-login random kicks in and attempts to login prior to a new world being selected. Is there any way I can fix this? I was really hoping to being able to set my script up to hop out of bot worlds...

 

Here is the code I am using:

 

for (int i = 0; i < 13; i++) {
    if ((client.getCurrentWorld()) == BadWorlds) {
    log("Bad world, let's hop!");
    BadWorld = BadWorlds;
    LetsHop = true;
    }
    }
    
    if (LetsHop == true) {
    Random r = new Random();
    int World = r.nextInt(55);
     
    log("Hopping to world " + Worlds[World]);
    int thisworld = Worlds[World];
    getWorldHopper().hop(thisworld);
    log("Now in a good world!");
   
    }
 
The script succesfully runs through all the lines, it will logout and the auto-login random overrides the world hopper it seems.

Edited by Molly

  • Author

Worldhopping seems to be all-together broken for me, I hope its fixed before the official release.

 

Thanks man, I had more or less assumed it is just broken and it's nice to have confirmation of others also experiencing issues.

Guest
This topic is now closed to further replies.

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.