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.

Swizzbeat

Members
  • Joined

  • Last visited

Everything posted by Swizzbeat

  1. There is literally 0 point to ENS domains right now. Enjoy squatting on them for 5+ years until some sort of possible adoption takes place (assuming Ethereum isn't overtaken by a competitor, people actually give a shit about crypto, etc.).
  2. No. Just no. It's been shown time and time again that Jagex primarily rely on behavioral analysis. I could whip out a mobile RuneScape bot within a week, do you really think Jagex are releasing this without any sort of plan to combat automation? PC based botting will remain the best way to bot RuneScape unless there's some major training opportunity only the mobile client allows.
  3. Can someone please give me a rundown of what the purpose of botting RuneScape on mobile would be? Besides the bullshit "lower ban rates" argument.
  4. What would be the point of this?
  5. "hot cosplay chicks"
  6. After an unsubstantiated bull run what else did you expect to happen?
  7. Jesus another fucking ICO...
  8. Take this to /r/cryptocurrency
  9. Hedged a bunch at 200 then rebought at ~140 during the last correction. These charts are childs play. Ayyy how you doing bro?
  10. hodl with me
  11. Did you really just give me a lecture on what a queue is and what FIFO means lmao. Iirc (don't do much in Java as it's a shit language) a PriorityQueue is sorted on every enqueue. All that needs to happen each loop is a new PriorityQueue created, elements added, #peek/poll. You really can't argue about script optimizations as they're negligible compared to the bot client internal bottlenecks. We're not designing an HTTP server where every little heap optimization matters as to not overload the GC and increase latency. You still really didn't give any argument against why your solution isn't just a glorified PriorityQueue so agree to disagree.
  12. This is just an overcomplicated PriorityQueue.
  13. The concept is the same but the implementations are very different. You don't "invent" the attach API lol. Pretty sure OSBot was the first ones to implement it publicly though.
  14. I've sold scripts on multiple sites (including this one). Trust me, they're making at least that much.
  15. You seriously underestimate how much money you can make from script development. I wouldn't be surprised if both of them were pulling in $3-5 grand per month. OT: I feel like this whole idea of an "Official Script" is needlessly complex and really doesn't make sense. Just have script developers agree to relinquish all rights to their work in the event that, I don't know, their script breaks for longer than 30 days. You could then just pawn the script off onto whoever (I'm assuming OSBot isn't ever going to be without at least one developer) and now they have the rights to that script, it's revenue, users, etc.
  16. ayyy hmu on skype if you wanna chat sometime
  17. I'm saying gaussian distribution has been used within bots for awhile now. Since I don't see the ban rate getting this form of randomization is literally useless.
  18. gz you discovered what most bots have had implemented since 2010
  19. Expanding upon what @Alek mentioned short circuit operators are fantastic for making code optimizations in conditions that depend on or's. Do your lightweight checks first (boolean state, etc.) so if any evaluate to true the condition will terminate early and not have to do any of your more robust calculations. They're also a great place to chain calls together vs nested if's. Example RuneScape script case case: !isPlayerInCombat() && playerHealth() > 20 && ((distanceToTarget > 10 && stepTowardsTarget) || attackTarget) would be a perfect one statement generic method for attacking an entity that could be called each script poll.
  20. dbz super
  21. Complete forgot about Steve Madden thanks. I could never justify spending that amount on a pair of shoes.
  22. need a new pair preferably under $200 even though I know there's no mid range market for these things no urban outfitters or asos bullshit either
  23. Most people don't even come close to their existing caps lol. Nobodies going to see a difference.

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.