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. That tree chop method won't work above if it's off screen.
  2. I wasn't trolling, here's another chop method: if (client.getInventory().getItemForName("Bronze Axe") != null) { selectInventoryOption(client.getInventory().getSlotForId("Bronze Axe", "Chop"); sleep(random(5000000000, 600000000); That's more efficient than the last one. You should be teaching them rather than misleading them... lol
  3. Mr Asshole replied to a post in a topic in Projects
    Make a abyss crafter :P
  4. Looks good. Will be useful for users with a messy bank.
  5. Good job, but what's the point when there's a sdn?
  6. Little snippet that determines if you're being attacked by a random. Make sure to have the npc names as the npc you're fighting. private boolean isRandomAttacking(String... npcNames) { List<NPC> enemies = client.getLocalNPCs(); if (enemies != null) { for (NPC npc : enemies) { for (String s : npcNames) { if (!npc.isFacing(client.getMyPlayer()) && !npc.isVisible()) { continue; } if (!npc.getName().equals(s)) { return true; } } } } return false; }
  7. What's the point of returning npc names?
  8. Thanks fixed.
  9. Dexter i prefer to watch more than supernatural. I recommend sherlock and breaking bad though
  10. I'm guessing it thinks the bank interface is open still and types 30?
  11. I'm going to wait for n3ss3's script. No offense.
  12. Updated according to your comments.
  13. I'm not seeing anything related to filters in the api. Care to explain?
  14. More input please and your love for adriana grande is slightly disturbing. You're disturbing. l2spell L2spell? Lol what did i spell wrong?
  15. More input please and your love for adriana grande is slightly disturbing.
  16. Fixed thanks.
  17. Mr Asshole posted a topic in Snippets
    Decided to share this as the get closestAttackableNPC wasn't working that great for me. Enjoy guys private NPC getTarget(int [] ids){ List<NPC> NPCs = closestNPCList(ids); for (NPC i:NPCs){ if (i.getFacing() == null && !i.isAnimating()){ return i; } } return null; }
  18. Does this bot walk to phat if its on minimap or does it have to be on screen?
  19. Thanks for the bot. Got 7 phats last night at my spot
  20. Hello guys, I am a old school cheating member from back in the rsbots.net, rscheata days. I am not the scripter xxpkxx, but he helped me learn java and get interested in it. I have coded for another bot and I consider myself decent. I hope to learn new things and help new comers to java coding. I will need to spend my time getting familiar with the osbot api before i script so don't expect any scripts soon by me. Looking forward to getting to know you guys. Thanks for reading.

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.