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.

Nitrousek

$100.00 Donor
  • Joined

  • Last visited

Everything posted by Nitrousek

  1. Laz, something's up with Tile Destination, it worked fine in 2.1.11. In 2.1.12 and 2.1.13 however, it does what Swizz described in the other thread. Clicks random tiles, sometimes runs away for a moment along the path, for no reason at all. I'd suggest you revert it to the way it was in 2.1.11, and start working on randoms and script pausing/stopping, since it still has a lot of problems
  2. I know right? OSBot causesh me to drink as well... can't even test my scrpiot for longer than 1h...hic!
  3. I have never understood the point in fights like these... That's how I fight ^.
  4. You can also change the itemName to drop, to exception if you'd prefer that. Should be fairly easy to change. public void dropAll(String itemName) throws InterruptedException { Inventory inv = client.getInventory(); if (inv.contains(itemName)) { for (Item item : inv.getItems()) { if (item.getName().equalsIgnoreCase(itemName)) { MouseDestination slotDestination = new RectangleDestination( inv.getDestinationForSlot(inv .getSlotForName(itemName))); if (client .moveMouseTo(slotDestination, false, false, false)) { client.clickMouse(true); int i = findOption("Drop"); if (i > 0) { if (client.moveMouseTo(new RectangleDestination( client.getMenuX(), client.getMenuY() + 5 + (i * 15), client.getMenuWidth() - 3, 6), false, true, false)) { sleep(random(150, 300)); } } } } } } } public int findOption(String option) { int i = 0; Iterator<Option> it1 = client.getMenu().iterator(); while (it1.hasNext()) { ++i; Option temp = it1.next(); if (temp.action.equalsIgnoreCase(option)) { return i; } } return 0; }
  5. OSB1/OSB2?
  6. You have no idea how many scams were prevented thanks to this rule.
  7. 53 posts in 3 hours, sorry, I don't believe in miracles. I'd be voting for TWC.
  8. Same thing with me, in 2.1.11 it worked great, in 2.1.12 it clicks random tiles on minimap... dafuck? Switched over to 2.1.11 works good again.
  9. Well, fine, I'll settle for second best AIO fighter ;D
  10. Neither do I, but let's try to fit in.
  11. Umm, since the new update my autofighter messes up both walking, interacting and still client dies at randoms. I'm gonna stay with 2.1.11 for now.
  12. Nvm, if we're talking just about MM section posting in threads I don't see a problem.
  13. I'm not gonna have this done until at least few days after OSBot 2 release.
  14. Nitrousek replied to Acerd's topic in Spam/Off Topic
    No, they just wanna make sure it won't happen. You never know in a runescape community.
  15. Nitrousek replied to Acerd's topic in Spam/Off Topic
    Yes. Wait, what? NO. People who scam quit will (should) never be mods.
  16. I don't support. While this cuts out a part of the market, it also scares most of the people abusing the paypal chargeback system. I'd be up for lowering the post count to 50, but most definitely not lifting it.
  17. Nitrousek replied to Scotty's topic in Runescape
    XD, this community, deleting my posts just because I didn't think the videos were funny. Now that IS funny.
  18. No, he wants to get all the NPCs attacking him, useful when you've got a lot of them and they're agressive. player get interacting wouldn't do the job, because: 1. you may not be interacting 2. if interacting, it's one NPC, and it's not used for the same purpose.
  19. Nope, I just script, I have absolutely no feelings for runescape since they banned my perfect PKing pure like 8 months ago.
  20. Seems needy. Men approach first. I am stronger. I am better.
  21. Nitrousek replied to NotoriousPP's topic in Gallery
    I don't really like it too much, but that's not the point, the point is I do exactly the same thing, so respect.
  22. Allocates memory. Educate yourself here: http://en.wikipedia.org/wiki/Memory_management And if you want immediate answer, you don't need more than 700mb for a client with one tab most likely.
  23. if(client.getInterface(Interface ID) != null) { selectInterfaceOption(Interface ID, Interface Child ID, String option); } Get the interface using the client debugger.

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.