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.

Token

Script Officer
  • Joined

  • Last visited

Everything posted by Token

  1. Token replied to Jonny's topic in Spam/Off Topic
    Holy shit I thought this was about me running for mod
  2. Confirmed the best script on the market. Ran flawlessly for half a year. This is my secret goldfarming weapon.
  3. Token posted a topic in Spam/Off Topic
  4. I just quit my job to emigrate and beg in the UK. Don't ruin my chances.
  5. If you want to make money flipping you will have to be there...
  6. How about you do powerleveling/questing/minigame services if you want money?
  7. Why they are allowed?
  8. Yes they are allowed on the SDN
  9. Token replied to SpookyTree's topic in Resolved
    Scripts can no longer verify if the user is using mirror mode since the removal of Client#isMirrorMode(). It's not the scripter's responsiblity to make his scripts compatible with mirror mode as we write the same code for both clients and same code should work exacly the same on both of them, otherwise we would still be given access to verifying if the user is running a mirror mode client and act accordingly in script code. If this bug doesn't happen on stealth injection, it is most likely not a bug in @Czar's code, but the mirror client. Posting a more detailed report on this issue, including your client settings such as breaks, whether script should stop on logout (there is a checkbox for that, make sure that's not the issue) and the script settings themselves may help.
  10. enum Trees { NORMAL(1, new Position(...)), OAK(15, new Position(...)), ... ; private int level; private Position location; TREES(int level, Position location) { this.level = level; this.location = location; } public static Trees getCurrent(Script script) { int c = script.getStatic(Skill.WOODCUTTING); if (c < 15) return Trees.NORMAL; else if (c < 30) return Trees.OAK; else if (c < 45) return Trees.WILLOW; else if (c < 60) return Trees.MAPLE; else if (c < 75) retirm Trees.YEW; else if (c < 90) return Trees.MAGIC; else return Trees.REDWOOD; } } Trees current; @Override public void onStart() { current = Trees.getCurrent(this); ... } @Override public int onLoop() { current = Trees.getCurrent(this); ... return 69; } When you are chopping a tree different from current, then its time to switch
  11. If you want to move to romania you should get married in romania. I'm not sure if any country in the european union will consider your marriage certifcate as being valid if its brazilian, or will require a lot of effort and time.
  12. I'm romanian I don't wanna go to brazil tho
  13. look at your baseXp
  14. That has nothing to do with the detection system. If a legit player gets detected you can figure out how badly programmed their system is. Doesn't matter if their appeal gets accepted or not, they did a mistake in the first place, and this flawed system is used to catch bots.
  15. That's exacly why so many legit players get banned nowadays
  16. Client code is obtained by decompiling not by googling though. There is code that records 500 mouse positions in the runescape client but these are not used anywhere.
  17. If you want to write an efficient anti-ban you should first think about how a bot detection system is implemented. Most important thing you should know before this, which most people don't, is that jagex has no way to track mouse movements. Sending instant input to the client, repetitive mouse patterns, clicking the same pixel 24/7 will not get you banned. Simulating a player that watches youtube in a separate window will therefore not help you at all.
  18. Token replied to Token's topic in Accounts
    SOLD
  19. Token replied to Fruity's topic in Requests
    I wouldn't have looked at your request if it wasn't all about me
  20. Token replied to Token's topic in Accounts
    Bid noted, thanks

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.