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.

Muffins

Global Moderator
  • Joined

  • Last visited

Everything posted by Muffins

  1. bump!! looking to get rid of cheap.
  2. The way I did it was... public void WalkToWild() { RS2Widget enterWildernessButton = getWidgets().singleFilter(getWidgets().getAll(), new WidgetActionFilter("Enter Wilderness")); if (enterWildernessButton != null) { enterWildernessButton.interact("Enter Wilderness"); } else { log("Walking to the wilderness..."); status = ("Walking to the wildernes..."); WebWalkEvent webWalkEvent = new WebWalkEvent(wilderness); webWalkEvent.setBreakCondition(new Condition() { @Override public boolean evaluate() { return getWidgets().getWidgetContainingText("Enter Wilderness") != null; } }); getWalking().webWalk(wilderness); //Wilderness is my Area } class WidgetActionFilter implements Filter<RS2Widget> { private final String action; WidgetActionFilter(final String action) { this.action = action; } @Override public boolean match(RS2Widget rs2Widget) { if (rs2Widget == null) { return false; } if (rs2Widget.getInteractActions() == null) { return false; } for (String action : rs2Widget.getInteractActions()) { if (this.action.equals(action)) { return true; } } return false; } } }
  3. public void onResponseCode(int code) throws InterruptedException { log("Code: " + code); switch(code){ case 4: log("BANNED"); sleep(3000); System.exit(0); } }
  4. You're unable to sell account on our forums until you have 100 post count.
  5. add me on discord @ SheepWaffle#9819 or come to the osbot discord! I have one
  6. 1. Pictures of the account stats 2. Pictures of the total wealth (if there is any) 3. Pictures of the quests completed 4. The price you will be starting bids at $0/0M 5. The A/W (Auto-win) for your account N/A Open to ALL offers 6. The methods of payment you are accepting BTC/PP/07 7. Your trading conditions You go first or mm 8. Pictures of the account status 9. Original/previous owners AND Original Email Address im OO
  7. Add me on discord @ SheepWaffle#9819
  8. Muffins replied to Dark798's topic in Requests
    hit up my man @Hel
  9. We don't do RSPS deals here. What you're asking for will take a lot more effort than you're willing to pay im sure.
  10. @Loque You have 24 hours to respond or you will be banned.
  11. It seems to be a driver issue, try a fresh install
  12. Looking for a main to play on since I have come in to some free time. Reqs: Semi-quested Decent Total Lvl (1k+) Atk/Str cannot be higher than 75 Payment method: Paypal (Preferred), GP/BTC to those who I deem trusted. Contact: Discord- SheepWaffle#9819 or come to OSBot discord
  13. ban him thanks
  14. $5 USD
  15. https://osbot.org/forum/topic/50019-understanding-the-forum-ranks/
  16. open to all offers, just looking to get rid of this thing!
  17. works just fine

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.