Skip 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.

Eagle Scripts

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by Eagle Scripts

  1. Thankyou for applying. Added you on skype.
  2. Awesome, please apply here --> http://osbot.org/forum/topic/89168-testers-needed-aio-constructions-tester-thread/
  3. I'm aware of this problem, unfortunately this problem isninside the client so its not something i can fix. If its still not fixed with future updates of the client i'd recommend you to dl the older version i have posted. That one should work.
  4. Replied to your PM (:
  5. Thankyou for applying, added you on skype. Thankyou for applying, added you on skype. I'll msg you when you're good to go ;)
  6. Welcome back! (:
  7. Thankyou for applying, added you on skype.
  8. I'm aware of this, unfortunately this is because of the recent Osbot client update. Untill this is fixed i'd advise you to use the older client --> http://www.filedropper.com/osbot213606
  9. Thankyou for applying, added you on Skype (:
  10. Thankyou for applying, added you on Skype (:
  11. Thankyou for applying, added you on skype.
  12. Hello all, AIO Construction has been nearly finished for BETA release. I need a few testers who are willing to test the script and report me all known bugs so I can fix all bugs before I'm launching this as a Premium Script. If you're willing to help me out please fill out the application form below. AIO Construction's Thread : http://osbot.org/forum/topic/73693-perfect-construction-castle-warsvarrocktabs100-objectsmirror-clientbutler/?p=815334 Beta tester application: How long can you bot per day?: Mirror mode/Injection?: Will you post all proggies?: Will you report every bug/issue?: Your skype:
  13. I'll be on holidays from the 19th - 26th. If your K-fisher is bugging with the recent Osbot client, launch K-Fisher with 2.3.136 OSBot Client version. (It works flawless with this client)
  14. Thankyou for reporting the bug, I am already aware of this since its something with the new Osbot update. I've already made a bug report to the Osbot developers. K-Fisher should work fine with Osbot 2.3.136 I'd recommend you to run that version for K-Fisher at the moment.
  15. It doesnt, its a fisher which only has karamja support.
  16. Looking into it. Fixed, update has been pushed.
  17. its out in beta
  18. just tested, mine seems to work without any of these problems o.O
  19. Thanks for reporting your bug, when you restart the script from this point. Does it work now (was it a one-time failure) or does it keep getting stuck?
  20. Thankyou, added to the thread's proggies
  21. What fishing option are you trying to use? Start with your fishing equipment and coins next to the karamja sailors, choose your fishing option and click start.
  22. thanks for the info, ill look into it right now EDIT" Are you sure it isn't working? just tested myself and its working fine
  23. Heya, As the titles explains; do any of you play the game Life is Feudal?
  24. 1. About your area, go into the client and activate entity hover-on. Move the cursor of your mouse to a tile, you will get 2 coordinates (1831, 1839) (x,y) Do this one more time so you've got the coordinates of 2 tiles (2 corners so you have a square). if your second coordinate would be (0181, 4810) your area would then become --> AREA_TREES = new Area(1831, 1839, 0181, 4810) 2. About dropping the logs; take a look into the API. http://osbot.org/api/org/osbot/rs07/api/Inventory.html If you want it to perform the drop action if your inventory is full, it should be this --> if (inventory.isFull()) not this --> if (!inventory.isFull()) the ! "means" "not". in this case that would be --> if inventory is not full So what you'd have to do --> if (inventory.isFull()) inventory.dropAllExcept("Bronze Axe, Iron axe"); //etc If you just want to drop everything in your inventory --> if (inventory.isFull()) inventory.dropAll();
  25. Good to hear (:

Account

Navigation

Search

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.