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.

Apaec

Scripter III
  • Joined

  • Last visited

Everything posted by Apaec

  1. whats a girlfriend
  2. Apaec replied to Apaec's topic in Spam/Off Topic
    Got it just before you posted but ty mate! :3
  3. Apaec posted a topic in Spam/Off Topic
    How do people make cows appear ingame like some kind of emote Just saw ppl doing it and wondered how ty apaec
  4. Also he coulda helped instead of critisizing other people helping
  5. Well you could use a stringbuilder but probably easier to use a date formatter Date date = new Date(System.currentTimeMillis() - startTime); DateFormat formatter = new SimpleDateFormat("HH:mm:ss"); formatter.setTimeZone(TimeZone.getTimeZone("UTC")); String dateFormatted = formatter.format(date); Where startTime is a variable defined as: long startTime = System.currentTimeMillis(); Hope I helped Apaec Edit: As I was saying before, here's an example of a timeformatter using a stringbuilder: public static String timeFormat(long time) { StringBuilder t = new StringBuilder(); long total_secs = time / 1000L; long total_mins = total_secs / 60L; long total_hrs = total_mins / 60L; long total_days = total_hrs / 24L; int secs = (int) total_secs % 60; int mins = (int) total_mins % 60; int hrs = (int) total_hrs % 24; int days = (int) total_days; if (days < 10) { t.append("0"); } t.append(days).append(":"); if (hrs < 10) { t.append("0"); } t.append(hrs).append(":"); if (mins < 10) { t.append("0"); } t.append(mins).append(":"); if (secs < 10) { t.append("0"); } t.append(secs); return t.toString(); }
  6. sick proggie ! you can probably already afford the script from the profits in that proggie lel. Glad you like it. There is not much I can do about misclicks however as the mouse algo is the bot's but I'll have a long anyways. Gl! apaec
  7. Auth added. Enjoy!
  8. . If you run into any problems do let me know!
  9. Thanks for the kind words and glad you like it! Feel free to leave a positive review on the store to share your experience. apaec
  10. Apaec replied to Czar's topic in VIP Scripts
    Nice script mate, good to see more scripters for this SDN! But 1 question, how do you know that it 'Bypasses Jagex's camera bot trap'?
  11. You should have asked! I would have made an exception for your VIP/Sponsor etc
  12. Oh thats a pain so I gotta start again fuk u jagex but no doubt jagex made peckishwhale an official one...
  13. wait how do you become an official iron man? I started an iron man a couple months back and have followed all the 'rules' but i didnt realise there was an official way to become one, I always thought that you just played how you liked. Is there a way to make my current iron man an 'official one'? It's fun
  14. What problems are you having with OSBot making it hard to use? just let me know and I'd help out. PM or post here, either way. I've never used a different bot before but personally I don't think this bot is at all complex. apaec
  15. That's beast! Thanks for sharing
  16. Apaec replied to peter123456's topic in Spam/Off Topic
    Nice bench in the background c:
  17. Just picked some random examples on the store page to give you an idea of what a monthly script looks like. For monthly scripts you have to pay the initial price (in green) when you buy the script for the first time, then for every month after that you pay the recurring smaller price. In terms of one-time fees, you pay for the script and it's yours until the script is removed from the store.
  18. Hiya guys, Just thought I'd (re) release this script. Originally written by @zScripz (I think!) - I just ported it over to OSBot 2 so you guys can use it. Script records a path based on tile distance and copies to clipboard - perfect for recording paths for your scripts! Download link: http://www.filedropper.com/pathrecorder @zScripz If you are against me re-releasing this please let me know and i'll take it down. Thanks! gl, Apaec
  19. Apaec replied to Apaec's topic in Combat & Slayer
    Edit: Just pushed a fix for this tonight. Happy botting!
  20. Apaec replied to msnman's topic in Resolved
    Send a PM to @Maldesto as he handles payments. He should be able to sort out this issue! Good luck, Apaec
  21. Apaec replied to Apaec's topic in Combat & Slayer
    thanks for report - will push a fix tonight !
  22. Apaec replied to Apaec's topic in Combat & Slayer
    Sorry you got banned mate, but let's not forget that botting is against the runescape rules! There's always the risk and by botting you should accept the risk and be well aware of it. That's also a long time to bot for. Perhaps you should have been more careful with your account as after all I cannot take responsibility for your carelessness! The script has good antiban, however I can assure you that antiban isn't going to stop you from getting banned. Sorry for your loss nonetheless, and good luck, apaec
  23. Apaec replied to Apaec's topic in Combat & Slayer
    Hiya friend, I'm glad you like It. Often errors like this are actually caused by lag. I haven't actually changed any of the combat code so if it was working fine before, there's no reason why it should now, other than lag. Are you sure you're running OSBot on enough memory / don't have huge fps drop / have a stable connection? Thanks for the kind words, apaec.

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.