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. Can’t check if that works as I’m on phone atm, but the idea is those weird characters should be in java’s horizontal whitespace character class, but not in the general whitespace class \s. P.S. Replace the double quote characters, I don’t have that on iphone keyboard
  2. Can’t go into much detail as I edited that on my phone. There is no difference between the two, one is the field and the other is the getter for the same field.
  3. Token replied to Larsen's topic in General Help
    You still have them if you look in the script list inside the client, they won’t show on the scripts page on the site because they are not currently on the store. There shouldn’t be any issue with IP changes.
  4. Are the results affected by the reaction time value?
  5. Token replied to supuLi's topic in Archive
    I've moved this to the correct section @supuLi
  6. https://en.wikipedia.org/wiki/Brainfuck
  7. Unpredictable behavior
  8. Your bots will become too savage
  9. Use 69 as upper bound, it will determine a sluttish behavior of the bots, best anti-ban tl;dr; Using a random range of 100 values requires (at least) 100 times the data and computational power to apply a regression algorithm. Using randoms in scripts is not completely pointless.
  10. It uses less resources (RAM and CPU)
  11. WalkingEvent only works in the local loaded region (104x104 tiles), WebWalkEvent can walk anywhere on runesecape and it is also able to use teleports, obstacles, gliders, etc.
  12. Token replied to Kramnik's topic in General Help
    Yes the login response code should be returned by the server, so if it's not in there it most likely failed to make a connection to jagex's servers
  13. Token replied to Kramnik's topic in General Help
    I'm not aware of any -2 code unless it's new, but it's very likely that's a script error. Here's the possible login codes, there may be 1 more because of the recently added "You were disconnected from the server" interface but I'm not sure
  14. Welcome to OSBot @Grimgor , anything is possible but don't expect it to be easy to achieve. Goldfarming has a steep learning curve, so don't be disappointed if it will take several attempts/bans until you find some methods that work for you.
  15. Token replied to Token's topic in Construction
    Does it sit at falador printing that message and not do anything else?
  16. Install oracle jdk 8, make sure you are not using openjdk as this is not supported
  17. Token replied to Token's topic in Minigames
    I'll think of something to make it work
  18. Token replied to Token's topic in Minigames
    Sure I'll find some way to put them in there next to prayer potions, I guess they are useful before people have points for absorptions and overloads
  19. Windows Setup Mac Setup Adding and Running a Script Credits to @Mio for the videos
  20. Yes I figured that from what you said, but the application controlling the system vs system controlling application is just about design principles. You can also register your application as a service. Doing it from the service side may spare you from executing system commands from java which is usually quite annoying, and can run into tons of issues depending on distribution. My only concern was the cost of having a jvm running in the background doing this check for when to wake up, which could also impact the electricity usage of the system.
  21. I never thought about this, nice idea. I would design the system to launch the bot manager on startup instead, write a linux service that manages sleeping and starting/stopping the bot manager. This helps if there are any additional reboots in the future since services can be scheduled to automatically start with the kernel.
  22. Token replied to Token's topic in Minigames
    In the beginning, use prayer potions until you have a decent amount of points, then switch to absorptions. Check guides on youtube/reddit for boss setups.
  23. Token replied to Token's topic in Minigames
    I don't think I've ever seen that, is it enabling Aarg on customizable dreams? Can you send me the setup printed in the logger when you start the script? There's a long list of all settings printed just when you click start Hard customizable dreams with high point bosses, I'm not sure what's best setup for points but there are long debates over that on reddit
  24. Click on the client window before typing, make sure the application is actually on the foreground (owns focus), clicking the operating system task bar results in focus loss

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.