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.

Woody

Members
  • Joined

  • Last visited

Everything posted by Woody

  1. you old enough to have a child?! gratz bro
  2. String[] lootArray = new String[stackableLootList.size()]; StackableLootList.toArray(lootArray);
  3. Woody replied to Krys's topic in Spam/Off Topic
    use dark green colour, much easier for your eyes
  4. Welcome back! https://www.youtube.com/watch?v=EdFo_nTkI_U
  5. Woody replied to Mikasa's topic in Spam/Off Topic
    Try keeping 'em white lawl
  6. Create static variable in your main class --> create an ActionListener for your start button --> have all your if checkbox is selected statements in the ActionListener and fetch the variable from the main class and set it to w/e JButton startButton= new JButton("Start"); startButton.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { if checkbox is selected MainClass.myVariable = something if combobox = something MainClass.myOtherVariable = something } });
  7. There's a possibility that AREA_SAFE contains a non walkable tile, that is why the walking will fail. But who knows what his issue is...
  8. You make it too complicated.. Find the tree you are chopping Find the next, closest tree which you are not interacting with (myPlayer().getInteracting() != nextTree) Hover if cursor is not on it You should make the hovering randomized, otherwise it will be an ongoing pattern.
  9. Happens thousands of times each day for you aswell, right? ;)
  10. ask your momma
  11. I'm not sure this kind of script is allowed. There was a thread about the rules of what kind of scripts you can release for public use, but I can't find it.
  12. Ahh, cyanide and happiness gets you everytime
  13. You forgot to delete that. Don't worry, you will learn, newbie!
  14. Don't forget to learn the theoretical part before going forward to trial and error!
  15. It's still there. No flame, only giving you the motivation to find it.
  16. Also, when using an IDE, it will tell you where the errors are. If you are going to be careless when writing scripts, don't bother learning how to write scripts. Everything has to be exact, otherwise you will get these kind of errors. Your editing will still give him errors. I bet that you can't find the problem in your editing!
  17. private enum State { BUY, BANK, WAIT }; <-- remove the semi colon */ <-- remove this import org.osbot.rs07.api.Walking;
  18. I would do a null check before interacting with the widget, and use getWidgets#getWidgetContainingText(java.lang.String... texts) instead of static ids; if the widget contains any message of course.
  19. Is it visible when you start the script while character is logged in?
  20. Do you start the script before you log in?
  21. I believe he used Enfilade's easel and it came with the generated code.
  22. put this in your onStart() img1 = getImage("http://www.runehq.com/image/geitems/s/super-antipoison-3.gif"); img2 = getImage("http://i.imgur.com/b2EdUMF.png"); And what do you really mean by "The paint will show up on screen, but if say i place it over inventory or chat box its not visible" ?
  23. You dutch people are so weak that you need to dig in the ocean to find more land.

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.