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.

Precise

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by Precise

  1. post on script thread an ill give it to you ;)
  2. guys, follow the rules ;)
  3. The first 5 people to follow the rules will get a 24 hour trial of Precise Air Orbs! Make 200k+/h with Low Requirements! Follow these rules are you're good to go: 100+ post count Post on this thread Post on script thread: http://osbot.org/forum/topic/51483-easy-money-precise-air-orbs-200kh-25k-xph-magic-easy-money Enjoy!
  4. this is the last of OSBot 1 scripts. you'll be seeing OSBot 2 scripts next
  5. You have to null check the child interface as well.
  6. thank you @Maxi! lets hope we get more speedy updates like this ;)
  7. If you want amazing graphics, you have come to the right place. ;)
  8. Maybe he is doing it so he can test his Waterfall Quest Script?
  9. learn java. check this out: http://osbot.org/forum/topic/28798-pandemics-scripting-series-part-i-setup-and-basic-logic/
  10. Precise replied to Botre's topic in Snippets
    it does? It checks whether it is at the same location as the closed door.
  11. restart the client and it will work.
  12. ill buy a Script paint adding you on skype
  13. Good work! Hope to see the equipment fix soon ;)
  14. Precise replied to Swizzbeat's topic in Archive
    this, i would be happy to help, just got a few more exams
  15. okay, how about this? private boolean selectOpenMenuOption(String name) throws InterruptedException { sA.log("Selecting Menu Option"); if (sA.client.isMenuOpen()) { List<Option> options = sA.client.getMenu(); for (int i= 0; i < options.size(); i++) { if (options.get(i).action.equalsIgnoreCase(name)) { return sA.client.moveMouseTo(new RectangleDestination(sA.client.getMenuX(), sA.client.getMenuY()+19+(i*15), sA.client.getMenuWidth(), 15), false, true, false); } } } return false; } private boolean rightClick(RS2Object object) throws InterruptedException { if (object != null && sA.canReach(object)) { return sA.client.moveMouseTo(object.getMouseDestination(), false, true, true); } return false; } public boolean interactWithRightClick(RS2Object object) throws InterruptedException{ if(rightClick(object)) { return selectOpenMenuOption(object.getDefinition().getActions()[0]); } return false; }
  16. i would do this. Then invoke this method after. it works for me
  17. Precise replied to Mr def nerd's topic in Projects
    great work!
  18. Precise replied to Joseph's topic in Snippets
    Great work man! Just to let you know that you spelt "Wield" wrong in equipping staff. Hope this helps! - Precise
  19. did you even look at it? it supports master farmer like you requested.
  20. have you tried this script? Heard it is good http://osbot.org/forum/topic/35442-notori-thief-simple-thieving/
  21. Precise replied to Molly's topic in Scripting Help
    Try this if you still cannot get it to work Make a new method in the GUI Class. public void showGUI() { EdgeMenGUI window = new EdgeMenGUI(); window.frame.setVisible(true); } insert this above the onStart(); EdgeMenGUI g = new EdgeMenGUI(); In the onStart method do g.showGUI(); - Precise
  22. it is a script issue, post in script thread.

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.