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.

Mr Asshole

Members
  • Joined

  • Last visited

Everything posted by Mr Asshole

  1. Tired of getting speced out and wasting food. Too hard to hybrid on 1 def pure. Should i do it or not?
  2. Mr Asshole replied to Dylan's topic in Archive
    One of the few people i liked on the forum. I'll miss you </3
  3. Need something that isn't slow and i won't lose a lot of money doing. I was thinking of superheating iron until i can do mith ore but not too sure. Anything that doesn't lose money alching? any suggestions are welcomed.
  4. Mr Asshole replied to Jordy's topic in Archive
    Goodbye and I feel the same way. That's why I code and gold farm.
  5. Mr Asshole replied to domdom's topic in Archive
    You post disgustingly stupid opinions on every god damn thread. I don't even know if you're trolling or stupid.I am very surprised people like this kind of stuff. And I am not stupid. I can guarantee that I am a lot smarter than you are, and most people in general. How about you don't say stupid things about people without even:1) Knowing me 2) Having a conversation with me 3) Having met me in a real life I don't need to know you. I didn't know Hitler, his opinions were disgusting, and he did stupid stuff.It's the internet boy. Just the internet. Hitler is world famous for his horrible actions and there are countless books and documentaries about him. You compare Hitler to this? You don't even know my name. I don't need to. In my eyes you're Superman and I don't like your opinions. And you don't like mine. If you don't like my opinions then why would you indirectly call me stupid? Its just an opinion.Shut up.No need to add more fuel to the fire. Let him and his opinion be.
  6. I'm already writing one ;-)
  7. A lot of variables to take into account. What script, how many hours running, etc. I'd give it a 8/10
  8. Mr Asshole replied to Xiurik's topic in Snippets
    This should be in issues. Wrong forum.
  9. You could compress it into one method instead of writing it like 5 times. Lol. Just call method with parameters for parent Interface and child interface.
  10. Withdraws same items but different doses.. Useful for pots, rings. anything with charges. Finds item in bank from index 0 to last index of item array.
  11. 8/10 don't know you.
  12. Those are manual bans but there is system bans too. They track the path your walking, clicking, etc. The system bans you if you walk the same path, same tile all the time.
  13. make dynamic AIO Fisher..... i kno so many people would buy it.........
  14. He'll probably get banned unless his script is dynamic. Doesn't follow same patterns for clicking, walking etc.
  15. Saw some people asking questions about choosing last withdrawal amount. I decided to write this up. Enjoy. public int getBankSlotForName(String name){ for (Item item : client.getBank().getItems()){ if (item != null && item.getName().equalsIgnoreCase(name)){ return client.getBank().getSlotForId(item.getId()); } } return -1; } private boolean withdrawLastAmount() throws InterruptedException { int slot = getBankSlotForName(name); if (!client.getBank().isSlotVisible(slot)){ client.getBank().scrollToSlot(slot); sleep(100); } if (client.getBank().isSlotVisible(slot)){ if (!client.isMenuOpen()){ MouseDestination item = new RectangleDestination(client.getBank().getAbsoluteSlotPosition(slot)); client.moveMouseTo(item, false, false, true); sleep(100); } if (client.isMenuOpen()){ MouseDestination click = new RectangleDestination(new Rectangle(client.getMenuX(), client.getMenuY() + 18 + (6 * 14 + 1), client.getMenuWidth(), 14)); client.moveMouse(click, false); sleep(100); if (click.destinationReached(client.getMousePosition())) { client.clickMouse(false); return true; } } } return false; }
  16. Mr Asshole replied to Jeff's topic in Archive
    My cousin worked out with weights when he was young and it stunted his growth.
  17. sheet i don't even get that lucky
  18. Jagex has never completely been against bots. They just ban a few here and there to appease customers and to keep their game alive. Bots pay a lot of their membership fees so it wouldn't be logical to ban all bots.
  19. Looks good. Thanks for the contribution.
  20. I thought some of the new coders would need this. Helps if ids ever change for bank items. I haven't seen it happen but you can't be too sure. private boolean withdrawItem(int amount, int... ids) throws InterruptedException { for (Item item : client.getBank().getItems()) { for (int i : ids) { if (item != null && item.getId() == i) { client.getBank().withdraw(item.getId(), amount); return true; } } } return false; } Implementation: String [] itemNames = {Prayer potion(3), Prayer potion(4), etc}; withdraw(2, itemNames); Will iterate through the array and find first item from index 0 to last index of array.
  21. i'd go with brainfree even though he doesn't release scripts. My other fav would be Cory.
  22. Looks like some third world country gaming setup. Lol
  23. Ankous has been a hot spot. Bot smart next time.
  24. Your ip was flagged. But damn gutted.

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.