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.

Gunman

Super Moderator
  • Joined

  • Last visited

Everything posted by Gunman

  1. Then it's something else because it works for me 🤷‍♀️
  2. I always wanted to start a FMing cape farm
  3. @GiantPandaSakNo it's not broken. Something in your parameters is breaking it. Only thing I can input is it's not broken and maybe try putting -world high up in the parameter list.
  4. Yeah it will work the first time but after that it just doesn't lol.
  5. Stealth scripts, Eagle Scripts, and Project's scripts. But mainly Stealth Scripts. Edit: I forgot about Frost. He good too.
  6. @patoopato My guess is on that VPN ip you can create an account and within like 2 days it will be banned without even logging in. Same thing happens with public proxies.
  7. @Patrick You some how broke the login handler on this one.
  8. @Douglife You gotta open a bunch of the Jagex clients really fast. AKA Spam click them open. Or open a bunch of them with CLI. This does mean if one of them crashes/closes you gotta close them all and re open all of them.
  9. You can get banned without even logging into the account a single time. Normally that's only because of the IP. Either you can throw away the proxy like camaro 09 said or you just got unlucky with a false ban.
  10. It does. Mouse with the stop icon = mouse input is blocked. Keyboard is open. Mouse and keyboard with stop icon = all input blocked Mouse and keyboard with no stop icon = all input open.
  11. If you meant SDN instead of SND. Script Delivery Network
  12. What do you mean? It is useful! Only thing I can think of is maybe making a better version of Medusa's account creator. Since I know a few people want to use it with authentication proxies and such. Plus it doesn't always return account creation correctly and it has issues with the temporary ip lock outs.
  13. AI that get trick anyone into getting Rick Rolled
  14. This sounds and looks a lot like ConditionalLoop. Regardless nice release
  15. He's talking about this one https://osbot.org/forum/topic/86037-perfect-thiever/
  16. If you're running suicide accounts no. But in general I have always gotten fucked most the time when I bot on an account that was 100% hand trained. Other people do fine on mixed account (botted and hand trained). Also seen a lot of people complain about never botted accounts getting banned instantly. Most of them are brand new OSBot accounts so they're probably not that creditable.
  17. Try opening Jagex's client first then Mirror Mode. Also make sure you're not opening Jagex's client as admin.
  18. No. Would take away from Eagle's glorious AIO MTA.
  19. Gunman replied to pizsle's topic in General Help
    @pizsle You probably had remember username on. The bot wouldn't load if it couldn't connect to the proxy. It would throw a message on screen about connection configuration error.
  20. 99 cooking only takes like 20-24 hours to get. Botting it would be mad easy.
  21. Naw. But I know Dream made this and it should server as a base https://osbot.org/forum/topic/156505-dream-server/?tab=comments#comment-1991960
  22. @Kangabr 2 things. 1. Make it one big script. 2. Use text files and make the .bat read and set values based on that txt file. set "P1=" set "A1=" set "A2=" set "A3=" set "A4=" for /F "delims=" %%i in (proxy.txt) do if not defined P1 set "P1=%%i" for /F "delims=" %%i in (accountList.txt) do if not defined A1 set "A1=%%i" for /F "skip=1 delims=" %%i in (accountList.txt) do if not defined A2 set "A2=%%i" for /F "skip=2 delims=" %%i in (accountList.txt) do if not defined A3 set "A3=%%i" for /F "skip=3 delims=" %%i in (accountList.txt) do if not defined A4 set "A4=%%i" java -jar "osbot.jar" -login user:pass -proxy %P1% -bot %A1%:0000 -world 500 -script myscript:paramsifneeded java -jar "osbot.jar" -login user:pass -proxy %P1% -bot %A2%:0000 -world 501 -script myscript:paramsifneeded java -jar "osbot.jar" -login user:pass -proxy %P1% -bot %A3%:0000 -world 502 -script myscript:paramsifneeded java -jar "osbot.jar" -login user:pass -proxy %P1% -bot %A4%:0000 -world 503 -script myscript:paramsifneeded Like above^ accountList.txt is the text file with the accounts which line 1 of that file will be set to A1. line 2 would be A2 etc. same was done with proxy. So all you gotta do is change out the accounts and proxies in the text file and not redo a bunch of lines. You could probably do the samething with -scripts and a text file. Could always you know get a database or server and shit too you know.
  23. Could also try and use sandboxie

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.