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.

BananaTown

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by BananaTown

  1. Thank you, I figured it out literally as u posted this. I feel slow
  2. I guess my question is whats the correct way of doing that? The way I tried before just displayed ms + 00:00:00, which didnt really help me.
  3. Yes, see XP gained (the first number in paint)
  4. as you can see, its displaying in MS, id like it to display 00:52:48 EDIT: realized that's output and am retarded, input is in the first code line, specifically {" + getExperienceTracker().getTimeToLevel(Skill.DEFENCE) + "}
  5. So, I am working on the paint for my NMZ bot, everything works great except for the TTL paint. It is displayed in MS. I have tried multiple time formatters and stringbuilders but my implementation has to be wrong because none of them work. Current code g.drawString(this.getExperienceTracker().getGainedXP(Skill.DEFENCE) + " (" + this.getExperienceTracker().getGainedXPPerHour(Skill.DEFENCE) + ")" + " [" + this.getExperienceTracker().getGainedLevels(Skill.DEFENCE) + "]" + " {" + getExperienceTracker().getTimeToLevel(Skill.DEFENCE) + "}", 223, 443); (yes I know there is nothing currently there to format time, I removed non working snippets.) Current time formatting public final String formatTime(final long ms){ long s = ms / 1000, m = s / 60, h = m / 60, d = h / 24; s %= 60; m %= 60; h %= 24; return d > 0 ? String.format("%02d:%02d:%02d:%02d", d, h, m, s) : h > 0 ? String.format("%02d:%02d:%02d", h, m, s) : String.format("%02d:%02d", m, s); }
  6. BananaTown replied to Token's topic in Others
    Was just providing some feedback, this thread has 888 pages. Maybe learn to communicate better and Ill be able to comprehend what your saying besides that you are mad. Also you do realize paying debuff would total out to 300m? If youd like to sponsor this project, heres a BTC address. bc1qc6xlu0t893qxy743rrytgrzupxark94awd56cr
  7. Thanks for the update, will you be adding plugin support in the future? Or are they getting phased out?
  8. BananaTown replied to Token's topic in Others
    Bot also broke trying to start restless ghost. heres log [INFO][Bot #2][10/28 12:42:13 PM]: running quest: The Restless Ghost; current stage: 0 [INFO][Bot #2][10/28 12:42:13 PM]: Talking to Father Aereck [INFO][Bot #2][10/28 12:42:22 PM]: position: [x=3242, y=3208, z=0]; next: The Restless Ghost; queue: 2; member: true; mirror: false; input: false, resized: false [INFO][Bot #2][10/28 12:42:22 PM]: running quest: The Restless Ghost; current stage: 0 [INFO][Bot #2][10/28 12:42:22 PM]: Talking to Father Aereck [INFO][Bot #2][10/28 12:42:23 PM]: continuing [INFO][Bot #2][10/28 12:42:23 PM]: position: [x=3242, y=3208, z=0]; next: The Restless Ghost; queue: 2; member: true; mirror: false; input: false, resized: false [INFO][Bot #2][10/28 12:42:23 PM]: running quest: The Restless Ghost; current stage: 0 [INFO][Bot #2][10/28 12:42:23 PM]: Talking to Father Aereck [INFO][Bot #2][10/28 12:42:24 PM]: execution interrupted Just looped talking to aereck without starting quest
  9. BananaTown replied to Token's topic in Others
    Yep I used magic, then melee. all 3 times your script tried to kill me, until I walked to the edge
  10. im bankin on rat here, esp if they bypassed ur auth, prolly reverse proxy if not rdp
  11. BananaTown replied to Token's topic in Others
    The issue isn't dealing the damage, you will still take damage while praying, even with sharks my account at 65/65/65 nearly died multiple times. EDIT: It only didnt die because I paused the script and ran to the edge.
  12. BananaTown replied to Token's topic in Others
    Just a suggestion, but wouldnt it make more sense, that during the monkey madness 1 boss fight, it walks to the border til the demon is at 10hp from the gnomes and deals the final blow? Instead of fighting the demon the whole time. Currently it heavily depends on ur cmbt stats, but wirh my method you only need to deal 10 damage yourself
  13. Molly's scripts have worked AMAZINGLY in the past for me, they are fairly specific though
  14. damn this is crazy nice, thanks for the update like always, way better in use than in pics EDIT: removed mouse trail? EDIT 2: I am just slow, its added into mouse position now
  15. BananaTown replied to Explv's topic in Others
    Would just like to preface, not a complain just informing you in case you were unaware. The walker barely works with the new hardware mouse, half the time I get webwalking errors the other half its some other error (I forgot what it is but ill edit next time i get it with log) script works FLAWLESSLY on old mouse mode, but the new mouse pretty much completely breaks it. id think its webwalking but other scripts tht use webwalking work fine, so i dont really know what it could be
  16. so I am trying to detect the end of a NMZ dream to make the account logout, and client stop. I was thinking the best way of doing this would be using Chatbox.MessageType.valueOf("you wakeup feeling refreshed"); If there is a better way of doing this please comment below. I am struggling fairly hard lol EDIT: could also create a area around player ~15 tiles and create a check for players onloop, what do you guys think is best?
  17. google is my friend. Figured it out, apologies for creating. if anyone else is wondering, g.fillRect(15,200, 300, 100); Did what i was trying to do thank you
  18. So i can draw a rectangle, but it's just the outline. Id like to create a solid black rectangle so the paint is easier to read. ss of what it looks like now Code for rectangle I have currently g.setColor(new Color(0,0,0,255)); g.drawRect(15, 200, 300, 100);
  19. BananaTown replied to Token's topic in Others
    Tomato bug fixed, thank you for making such hq scripts
  20. BananaTown replied to Token's topic in Others
    1 coin, I gave it 1k when paused. shoudlve mentioned that too
  21. BananaTown replied to Token's topic in Others
    bot didn't buy rotten tomato before going to cook on RFD Cook subquest. this caused it to loop in chat dialog with cook.
  22. I have bonded accounts, I do not want to bond this one. hence my question of how they updated the restriction. Might have been helpful to include I havent botted in over a year in f2p
  23. This could prolly go in botting/bans but im retarded so here it is, do you need 10, 20hr playtime and 100 Total level? Does anyone have any ideas they'd like to share about how to quickly bypass these? I have 10qp and 100 total level, but now my accounts need 20hr playtime... debating just buying tut island accounts @ this point but idk
  24. looks reallly nice, reminds me of a early version of another botting client

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.