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.

Apaec

Scripter III
  • Joined

  • Last visited

Everything posted by Apaec

  1. Unfortunately your account must be over a week old to qualify. Sorry about that! Sure thing, done !(:
  2. Hey! Sure thing - i've activated the trial now. As for using it, hopefully the UI should be intuitive, but if not and there's something that is confusing you, please let me know! The key to avoiding bans is to keep your botting sessions short and sweet. As a personal rule, albeit a very cautious one, I like to bot no more than 1 hour per day and generally spread that between 2-3 sessions. After all, it's best to make slow progress than none at all! For more info, see https://osbot.org/forum/topic/124429-preventing-rs-botting-bans-v2/ ! Best of luck Apa
  3. Sure thing, done! (:
  4. Apaec replied to Apaec's topic in Agility
    Ah, apologies. I thought you said 'the changes I mentioned above' and I was searching the thread history for your posts! Unfortunately i've not had a chance to look into these. Banking is probably not coming in the near future since it's slightly lower priority, but the alching on the tightrope issue is deffo something I plan on looking into shortly. At the moment it's a bit difficult to test however, since image loading is not working locally. I believe the devs are aware since I asked in the chatbox, they have a busy schedule though but hopefully the issue will be resolved soon and I will be able to continue work on the script with a full working copy before pushing to the SDN. Apa
  5. Apaec replied to Apaec's topic in Agility
    Hi, please could you specify which changes you mentioned above?
  6. Hi, sure thing - done! (:
  7. Hi, it may have been if you didn't manage to get any use from the script but unfortunately I cannot repeat trials unless you completely missed out Sorry about that but hopefully in the short time you had with it, you got a feel for how it runs! Apa
  8. Apaec replied to Apaec's topic in Combat & Slayer
    It should shift-drop it if you have shift-dropping configured in your OSRS settings !
  9. Apaec replied to Apaec's topic in Combat & Slayer
    Hey! Thanks for the kind words (: The script will drop junk automatically (among the list of junk items is vials, yes!). I'm not sure why you'd want this removed though? I could certainly make the 'drop junk' option a toggle but I figured i'd just leave it off the UI since I didn't want to clutter it with options I didn't think people would need! Apa
  10. Apaec replied to Apaec's topic in Combat & Slayer
    Sure, done!
  11. Apaec replied to Apaec's topic in Magic & Prayer
    Phials will be coming as part of the re-write. No ETA on that just yet though! Here's the script which I believe scriptersteve was referring to: https://osbot.org/forum/topic/119221-acerds-gilded-altar/ It's not written by me but it mentions phials support in the features! Best Apa
  12. Hi, unfortunately I can't offer a trial to users whos accounts are under a week old. Please come back next friday - sorry about that! Apa
  13. Hey, sure thing!! done (:
  14. Done! (:
  15. Apaec replied to Apaec's topic in Combat & Slayer
    That's odd, worldhopping is handled by the client however perhaps jagex changed something to do with the worlds on wednesday and that threw the bot off. Alternatively, perhaps the bot misclicked on a world? I'll look into it and see if I can narrow down the cause such that I can submit a bug report, but I think the most likely reason is an unfortunate misclick. Cheers Apa
  16. Hi guys! All requests have been processed. Sorry for the delay, have been travelling. Best of luck! (: -Apa
  17. Pass the groundItem name to your loot method, save the number you currently have, (if you have 0, make sure you have an empty slot), then go ahead with the interaction
  18. You might find this useful : https://github.com/apaec/aio-herblore/blob/master/src/uk/co/ramyun/herblore/util/InventoryNavigator.java I know it's not exactly the same but it's a similar concept! (: -Apa
  19. Apaec replied to inababila's topic in Scripting Help
    You shouldn't need recursion - onLoop itself is an infinite loop so should take advantage of that instead of potentially causing infinite recursion if you're not careful! Also, ConditionalSleep.sleep method is boolean and will return condition() when it is finished sleeping - use this to determine whether or not a sleep was successful(: Apa
  20. Apaec replied to Apaec's topic in Combat & Slayer
    It's on the list of stuff to add!
  21. Apaec replied to inababila's topic in Scripting Help
    The first sleep is an anonymous instance of a Conditional Sleep. The second is a static sleep. Aside from the fact that the first one won't actually do anything since you never call the sleep() method, the conditional sleep would sleep for ~5000ms OR until the condition evaluates to true. A static sleep is of fixed duration. for example, sleep(3000) will sleep for ~3000ms. ___ Uses: Conditional sleep- all the time Static sleep- never __ If you don't like the size of declaring an anonymous instance every time you want to use a conditional sleep, you could define it globally, extend the class to create your own sleep, or even extend the class to make use of the BooleanSupplier functional interface, then define one-line conditional sleeps with lambda expressions. GL! Apa
  22. Apaec replied to Apaec's topic in Agility
    It's something i'd like to add in the future, however it adds more complexity to the bot which naturally increases the chance of it getting stuck .That being said, It is deffo possible and I wrote the script with this upgrade in mind, so the framework is already there. I can't really give an ETA as it depends higher priority updates such as the one below, but hopefully soon! Apa Hey, I meant to fix the issue with alching on the tight rope... I completely forgot to look into it for the last update. I've put it on my to-do list! As for the seers behaviour, there's not much I can do about this however I was meaning to try out a few different threshold changes to do with walking, I might be able to improve this situation with some fine tuning! Cheers for the reply Apa
  23. Hey guys, both done! (: -Apa
  24. Hi guys, granted both trials. GL! (: Apa

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.