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.

Articron

Trade With Caution
  • Joined

  • Last visited

Everything posted by Articron

  1. Ah sorry, I forgot to update the version on the gui for the 2.6 update, For whatever the next update is, I'll be sure to update the GUI number! ;)
  2. Whenever I can commit to the SDN ;). 3.0 is already ready, however I'm strategicly waiting ;)
  3. Sorry for the wait guys. I'm combining scripting with studying for my exams (Studying java programming.. so yeah it applies to this xD). 2.6 has quite the amount of fixes, a few bugs like the withdrawing 28 tin by accident has been fixed, and alot of more stuff I can't remember. I'll release 2.6 in a few hours, just doing the last touch-ups (By the way, 2.6 does NOT have supersmelting yet). 2.6 is out now! Hope you guys enjoy while I'm finishing up a couple of more bugs i've encountered.. along with superheating I understand alot of you want to have the option to hide the paint, this is being worked on, don't worry ;)
  4. That long pause is deliberate and will not be taken out of the script. Also, when did that bankwalker failsafe start? Can you explain the situation a bit more in depth?
  5. What do you mean?
  6. Bro. Y U NO PROGGY?! And I think so, I don't have a single debug that prints that out.
  7. Woops, seems I uploaded the wrong version. Please redownload if you did download it before this post ;x
  8. Release of 2.5! As far as I have tested it, ring of forge is now flawless (2K iron test). Also the clicking steel bar -> furnace for cannonballs has been fixed and settled down so it will not rageously mass click I hope you enjoy, and if you do, throw me a like x)
  9. I'm aware of the ring of forge bug. Right now I'm finishing up 2.1. It has perfect ring of forge support (tested with 10K iron ore, all done in 1 test run). It will also contain superheating items And thanks for the suggestion, I'll look to add it either to 2.1 or in the near future
  10. I'll look into that, It's not evident with onMessage not properly picking up when the ring has melted.
  11. 2.0 is released!
  12. Will be included in 2.1!
  13. I've been aware of this bug. However it is the OsBot API that has this flaw. I've been working this script out alot more the past few days, I will be releasing the 2.0 today, which has a workaround for activating running, plus multiple location support.
  14. This is a great step forward for OSBOT. Great job guys, and a special thanks to Brainfree.
  15. As the Area's get broken through updates occasionally, I think this topic will have a point nevertheless ;)
  16. This guy makes the best paints on the entire Osbot forums. Use him scripters :p
  17. import org.osbot.script.MethodProvider; import org.osbot.script.Script; import org.osbot.script.rs2.Client; import org.osbot.script.rs2.map.Position; public class Area { private int z; private int maxX; private int maxY; private int minX; private int minY; Script script; public Area(int x1, int y1, int x2, int y2,int z) { this.z = z; maxX = (x1 > x2? x1 : x2); maxY = (y2 > y1? y2 : y2); minX = (x1 < x2? x1 : x2); minY = (y2 < y1? y2 : y1); } public boolean isInArea(Client c) { if (c.getMyPlayer().getX() >= minX && c.getMyPlayer().getX() <= maxX && c.getMyPlayer().getY() <= maxY && c.getMyPlayer().getY() >= minY) return true; else return false; } public void walktoZone() throws InterruptedException { int xDeficit = maxX - minX; int yDeficit = maxY - minX; Position toWalk = new Position(maxX - (MethodProvider.random(0,xDeficit)), maxY - (MethodProvider.random(0,yDeficit)), z); script.walkMiniMap(toWalk); } }
  18. Heard the first request is free Could you make me a paint for my AIO smelter plawx Name of the script: CronSmelter Should contain: Runtime, Amount smelted, smelting, smelts P/H, XP gained, XP/H, Status Would be legendary if you could
  19. You are using the 1.5.X Osbot client, which my script is currently not adapted to, because of the broken methods ;) Updated to work with 1.5.X!
  20. Fixed ;) Added gold amulet support! Will automaticly withdraw the mould if not in inventory! If there is no mould, the script will stop ;)
  21. Thanks man, currently making the ring of forge support, I'll get back to those points after that Added ring of forging support! Please note that on 1.5.X versions of Osbot as of now, will not work, it will constantly failsafe walk at the furnace. Please use 1.4.X! Will withdraw and equip a new ring of the other degraded... If out of rings, the script will stop working!
  22. What's the behaviour of this thread based random scripts? Where does the main script pick up again after the event is solved? Will it redo the method it was doing or?
  23. Ah, I did a mistake in my math then. I'll upload the corrected jar in a sec :p 1.2 Released :p Antiban implemented x) And fixed the steel bars issue to get the most out of an inv :p
  24. In such a case I would just swipe your pc and reinstall an OS. You are probably ratted aka keylogged.
  25. Articron replied to plasm800's topic in Archive
    Just for the record, scripters can not unravel your username or password since getUsername() and getPassword() are both protected datatypes. They are unreachable for us scripters to get.

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.