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. Apaec replied to Apaec's topic in Money Making
    Strange, might be caused by mirror mode (or even deadman mode). Does it work ok in injection? and in osrs? Will be doing some testing later this week (and will be pushing updates to my cooker script as well!), but the code hasn't changed so something else must have! apa
  2. wtf is this You could either use streams or there's a simpler way: for (Item i: inventory.getItems()) { if (i != null && i.getName().equals("Bones")) { inventory.interact(i,"Bury"); } } //wrote in response box so sorry if any errors merry christmas apa
  3. Have a snippet for a simple cross which I use in my unicows script: @Override public void onPaint(Graphics2D g) { g.setRenderingHints(new RenderingHints(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON)); //anti aliasing g.drawLine(script.mouse.getPosition().x - 5, script.mouse.getPosition().y + 5, script.mouse.getPosition().x + 5, script.mouse.getPosition().y - 5); //line 1 g.drawLine(script.mouse.getPosition().x + 5, script.mouse.getPosition().y + 5, script.mouse.getPosition().x - 5, script.mouse.getPosition().y - 5); //line 2 } apa
  4. Apaec replied to Apaec's topic in Magic & Prayer
    not for me, make sure you have stuff in ur inventory apa
  5. Apaec replied to iJodix's topic in Spam/Off Topic
    Yeah, it's fake. In reality, I think america will announce war with russia when the time comes...
  6. Thank you for reporting this, I will be updating my pathwalking this week apa Strange, as I ported to the osbot banking api not so long ago which is pretty stable. Nonetheless, will take a look apa
  7. My tutorial should cover a few things up if u have any further questions: http://osbot.org/forum/topic/58775-a-beginners-guide-to-writing-osbot-scripts-where-to-get-started-by-apaec/
  8. Possible, yes, but you certainly wouldn't be using an else if kinda thing to check if the elementals are on certain tiles. You'd have to use a more complicated algorithm which would determine exactly if and when you can go to the next safespot, which would have to take into account the game ticks and delay between you clicking and running to the safespot. trust me, it's not as straightforward as you think!
  9. Sometimes after getting caught by a guard, they walk out of sync meaning it's not possible to complete that stage without purposfully failing
  10. Very hard to make well, also impossible situations can cause problems
  11. the meanwhile in al-kharid got me
  12. Hey Sorry for the wait, was sleeping (night time here haha) Thank you for the purchase though hope it all works out well. apa
  13. Apaec replied to Apaec's topic in Combat & Slayer
    Thank you for the kind words and glad you like it Feel free to leave a review if you have a few spare seconds too osbot.org/forum/store/product/373-apa-rock-crabs/ thanks apa
  14. Apaec replied to Apaec's topic in Combat & Slayer
    aw crap, thanks for pointing this out! I've fixed the issue, thanks! apa
  15. have given you a 6hour trial. Enjoy!: ) apa
  16. Apaec replied to Apaec's topic in Combat & Slayer
    Thanks for the kind words, and I'm glad you like it! apa
  17. are you sure the name is 'Willow' not 'Willow tree'? if you get the name wrong, it will always be null and hence won't get into the chop state. apa
  18. I've given you both 6 hour trials. Enjoy! apa
  19. IIII is the same as IV, both are equally correct Here's an interesting read https://newgateclocks.com/store/information/roman4 I think it does say IX as you said however the bottom half of the X is cut off by one of the central dials
  20. http://www.tokyoflash.com/en/watches/1/
  21. it's void bro
  22. 11th day of the 11th month how could you forget? x) if it were 9 11 i'm sure you would have remembered x)
  23. I've given you a 24h trial. Enjoy! apa
  24. love velcro so much more convenient
  25. what happened in japan shows how bad it would be for america to be in control of the world and they're getting there...

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.