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.

Joseph

Trade With Caution
  • Joined

  • Last visited

Solutions

  1. Joseph's post in client.selectOption alt was marked as the answer   
    Alright I got you, I'll edit this post with the method
     
    edit:
    public boolean selectMenuOption(String option) { if (script.menu.isOpen()) { List<Option> options = script.menu.getMenu(); for (int i = 0; i < options.size(); i++) { if (options.get(i).action.equalsIgnoreCase(option)) { return script.mouse.click(new RectangleDestination(script.bot, script.menu.getX(), script.menu.getY() + 20 + (i * 15), script.menu.getWidth(), 15)); } } } return false; }
  2. Joseph's post in gui question was marked as the answer   
    thanks 
     
    :p just gotta learn
  3. Joseph's post in Blocking events was marked as the answer   
    Lol, this was a bit funny. Naw what you need to do is use if than and else statement so you you block out, and do what you want to do.
    Example:
    If my player isn't at bank at bank area then walk to bank.
    Else if my player is there and bank is not opened then open it.
    Blah blah blah
  4. Joseph's post in Which is better was marked as the answer   
    Thank you guy, I already found out what i was goign to do.  Within the gui class create a boolean. Add a event handler on the start button, which inverts the boolean. On the onStart() add a sleep until that gui.boolean become false.

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.