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 Magic & Prayer
    UPDATE! Version 1.02 Added failsafe so that if script gets lost in the house, it will log out and back in again, allowing it to re-enter and continue. Added failsafe to typing so that it works in the mirror client. script replaces all spaces in names with underscores which allows it to work in mirror mode. Updated trial system to, should it fail to enter by clicking the previous name the first time, type the name of the host manually the second time. Updated checks to ensure that script enters the house even if it has no bones when not walking, so that it never gets stuck where it shouldn't be Happy botting! apa
  2. Sometimes payments take a little while to go through. Perhaps wait an hour or 2. If it's not there after 2 hours, I suggest sending a private message to @Maldesto who will manually add the script for you. EDIT: if you paid with an e-cheque, they can sometimes take up to a week to be processed. You just have to be patient! Apaec
  3. public static String formatTimeDHMS(final long time) { final int sec = (int) (time / 1000), d = sec / 86400, h = sec / 3600 % 24, m = sec / 60 % 60, s = sec % 60; return (d < 10 ? "0" + d : d) + ":" + (h < 10 ? "0" + h : h) + ":" + (m < 10 ? "0" + m : m) + ":" + (s < 10 ? "0" + s : s); } where time is in milliseconds. Implementation: g.drawString("Runtime: " + formatTimeDHMS(timer.getElapsed()), 100,100); where g = graphics2d and timer is your timer from the start of the script and getelapsed is a method from your timer class returning the time elapsed in millis This ill be formatted as: 00:00:00:00. d: h: m: s Apa
  4. Awesome, glad you like it ! And thank you for the review, very much appreciate it apa
  5. Apaec replied to Apaec's topic in Combat & Slayer
    Looks good! Worldhopping is broken on mirror client. The devs are aware of this issue however they don't seem to be fixing it yet. I'm sure it will be working in the next client release tho! apa
  6. Apaec replied to SuperFetch's topic in Archive
    would love for only the height to be limited and the width to be unlimited. But i believe purchasing VIP extends these dimensions? not sure tho. apa
  7. ..

    Apaec replied to Mysteryy's topic in Spam/Off Topic
    , - ~ ~ ~ - , , ' ' , , , , , , , , , , , ' - , _ _ _ , '
  8. Done. Hope it lives up to your expectations apa
  9. I think you can stop the bot rendering the canvas which helps a little bit (cpu wise), but there's no percentage change options apa
  10. Hmm... I came to a dead end while deving this but I might pick it back up. I would need to re-write the source though, it's looking a bit ugly atm! we'll see. Apa
  11. my aio smither supports this. Although it's premium, for just $4,99 you can do this + it supports rings of forging. You can also smelt pretty much any other bar in the game at pretty much evey furnace in the game. As well as this, the scirpt supports cannonballs at all of these locations. What's more, you get full access to the forging feature of the script which allows you to forge pretty much any item from any bar at any anvil location in the game I'd say it's a pretty worth-while investment, even if it's for longterm ! PS you can buy premium scripts with ingame gp (you can buy vouchers, so no paypal required), which makes it even more worthwhile if this is one of your restrictions apa PS here's the thread link should you be interested: http://osbot.org/forum/topic/76767-apa-aio-smither%E3%80%8Csmithing-smelting-and-cannonballs%E3%80%8D%E3%80%8Csupports-huge-range-of-locations%E3%80%8D%E3%80%8Clots-of-additional-features%E3%80%8D/
  12. A similar issue (probably caused by same problem of tab, scroll wheel and spacebar not being registered) arises when using keyboard.typeString(String s); where s has a space in it eg: String s = "hello hello"; the script will type "hellohello" because space cannot be pressed apa
  13. Apaec replied to Apaec's topic in Combat & Slayer
    They need to be strength potion (4). any other dosage doesn't work! you can decant them at the guy at the GE. apa
  14. Apaec replied to Apaec's topic in Combat & Slayer
    Woahhh! awesome! thanks for the proggie mate! If you didn't know already, you can track your progress here: Have added it to front page screenshots list. Thanks! apa
  15. Nice ! I always prefer sticking with mage-range switch though, you can get much faster kills with lower levels x) apa
  16. Sorry I replied so late i'm glad you got it sorted and I hope the purchase turns out worthwhile apa
  17. Ofcourse, i've given you a 24h trial. Enjoy! apa
  18. Okay, no problem. I know the forums are experiencing alot of downtime recently so it would be unfair to brush this under the rug xD I've enabled another 6hour trial on your account. Hopefully it will live up to your expectations apa
  19. Apaec replied to Apaec's topic in Combat & Slayer
    What does the script log in the console? there's always a reason for it to stop as it's running fine here for me. Just open up the console and take a look and hopefully that should fix your problem apa
  20. Donee.! enjoy apa
  21. UPDATE! Version 1.1 Added failsafe which makes script descend any staircases/ladders it climbs should it misclick.enjoy! apa
  22. Hi! Unfortunately the script isn't released yet. I'll be sure to let you know when it is though! Should hopefully be available maybe this week or next week. Sorry about that! I've made it more clear it's unavaliable on the front page. Apa
  23. http://www.nhs.uk/Conditions/Epilepsy/Pages/Treatment.aspx
  24. With karambwans? hmm... i'll take a look. Thanks for reporting! apa
  25. Apaec replied to Apaec's topic in Combat & Slayer
    I could do this however sometimes there are issues like another crab spawning after one is dead. But I might look into a system to make this work. And thanks for the kind words, really appreciate it 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.