Skip 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.

Rudie

Members
  • Joined

  • Last visited

Everything posted by Rudie

  1. Don't listen, vote , for will be victorious !
  2. I think it's clear who the winner is, add already
  3. Shut up Anne, you hurt my feelings
  4. Do you not see how important this is! We need !!!
  5. Yes is winning, go make fake accounts and vote boys!!
  6. couldn't find a transparent version
  7. 5 pairs of socks == 5 socks You must be retarded
  8. Instructions were unclear, got my dick stuck in a toaster
  9. , some people are blind honestly.
  10. Mirror updates automatically now just like the regular client
  11. Update your Java to Java 8, you can get the newest version at http://java.com
  12. It wasn't even 83... it was 88
  13. Try doing just: getInventory().getAmount("Goblin mail") You should actually also check if you aren't already in the area: private State getState(){ if(getInventory().getAmount("Goblin mail") >= 3 && !GOBLIN_AREA.contains(myPlayer())) { return State.WALK_TO_GOBLIN; } return State.BANK; } Plus you check the inventory for "goblin mail", not sure if getting an item from inventory is case sensitive but it should be "Goblin mail".
  14. getAmount() returns an integer, meaning you can check if the value equals the amount you want or is higher than the amount you want with basic operators: if(inventory.getItem(item).getAmount() >= 3) { //if inventory contains 3 or more of item, returns true //code to execute when true }
  15. 1: getInventory().getItem(item).getAmount() 2: if(!GOBLIN_AREA.contains(myPlayer())) { getWalking().webWalk(GOBLIN_AREA); }
  16. Rudie posted a topic in Runescape 2007
    Looking to buy 12m, pm me or contact me on Skype with your rates. Skype: rudie.visser
  17. Rudie replied to Purple's topic in Others
    @Override public int onLoop() throws InterruptedException { changeFrameTitle("OSBot (" + getCurrentIPAddress() + ")"); stop(false); return 0; } changeFrameTitle("OSBot (" + getCurrentIPAddress() + ")"); stop(false); stop(false);
  18. Rudie replied to Uhtred's topic in Graphics
    13
  19. Use private proxies, don't use a vpn, if you're using a public one most of the IP's are already flagged.

Account

Navigation

Search

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.