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.

Joseph

Trade With Caution
  • Joined

  • Last visited

Everything posted by Joseph

  1. the stuggle lol, so far i have this, it works fine for the right clicking. Now i just need to add in menu slecetion public boolean menuContains(RS2Object object) { if (object != null && client.isMenuOpen()) { for (Option menu: client.getMenu()) { if (menu!=null && menu.action.equalsIgnoreCase(object.getDefinition().getActions()[0])) return true; } } return false; } public boolean rightClick(RS2Object object) throws InterruptedException { if (object != null && this.canReach(object)) { if (!client.isMenuOpen()) { client.moveMouseTo(object.getMouseDestination(), false, true, true); }else return this.menuContains(object); } return false; } public boolean interactWithRightClick(RS2Object object) throws InterruptedException{ return false; }
  2. im not too sure of, how to select the first index off a open menu (off of right clicking). i know there, but i wouldnt know what to put for the destination selectOptionpublic boolean selectOption(java.lang.Object e, MouseDestination dest, java.lang.String action) throws java.lang.InterruptedExceptionSelects an option in a menu. Parameters: e - The entity object (Can be an instance of Entity or Item) dest - The destination of the destination. action - The action of the option, For example: 'Use' or 'Chop down' Returns: Throws: java.lang.InterruptedException
  3. Joseph replied to Nick's topic in Spam/Off Topic
    not me
  4. wow legit, i went down the list of client methods and couldnt find it lol. Thank you client.getCameraYawAngle(); is the answer i was looking for
  5. ya the angle
  6. How would i go about getting the rotation of my minimap?
  7. you can fuck around with this. But i have no telling what will happen getHeadMessagespublic java.util.List<HeadMessage> getHeadMessages(Character<?> c)Internal usage only! Parameters: c - Returns:
  8. it most likey has to do because of the reset update. OSBot equipment tab is broken. It doesnt allow us to see if wearing something without have that tab open
  9. Joseph replied to Zach's topic in Releases
    link to osbot 2 please
  10. I stay using website Version on my phone
  11. Name of script: Archon Agility Link to topic: http://osbot.org/forum/topic/20638-archon-agility/ Local or SDN: SDN (not any more) Premium or Free: prem Date the script was last updated: december-ish Description of the problem: hasn't been updated, still has rank but has been inactive for some time now
  12. His agility script doesn't work too good either, and his been inactive for over a month now
  13. There is one for osbot 2
  14. Dam laz and these crazy updates
  15. Joseph replied to Maldesto's topic in Spam/Off Topic
    Peace out :P. Don't come back now fucker. Take care I'll talk to your tomorrow
  16. wtf did i just read
  17. Joseph replied to PolishCivil's topic in Archive
    1+ SUPPORT
  18. Joseph replied to Joseph's topic in Snippets
    i dont know if they have one
  19. Joseph replied to Joseph's topic in Snippets
    Opps lol, well it's deprecated so no one can really use it, but I'll fix that later thank you
  20. it looks like a great script. And i feel you, i have to port over my construction script. Not too happy about it. But im a bit glad, because now i get to organize it more. Plus the fun of using a new api
  21. the struggle to port over to OSbot 2
  22. nice to hear that, good luck on your script
  23. you really should get some pussy, might help you relax. But thats crazy, dont feel bad though, its kinda his fault. He wanted to try it out. You didnt focus him to do it. Luckly you were there to save him
  24. Can you give me the array
  25. How would i go about finding how much exp i need until next level up. I remember seeing a snippet before. i dont feel like typing it up my self. I really appreciate it

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.