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.

Is it possible to disable RandomSolvers?

Featured Replies

As the title states, was just wondering if it's possible (and if so, how would I go about it?) to either completely disable the auto login random solver, or wait until a boolean is true to go on a break. Thanks :)

Dissabling it is easy, you'll just need to launch the OSBot client from CLI with a -allow norandoms parameter.

 

Example:

java -jar "PATH_TO_OSBOT\osbot 2.4.101.jar" -login OSBOT_LOGIN:OSBOT_PASS -bot BOT_USERNAME:BOT_PASSWORD:BANK_PIN(0000 if none) -debug 5012 -allow norandoms -script SCRIPT_NAME_OR_ID:null (script parameters are null)

Check this out http://i.imgur.com/8ZCZeq4.png

  • Author

I was under the assumption the norandoms was for dismissal of randoms? Maybe I'm just misunderstanding though?

I was under the assumption the norandoms was for dismissal of randoms? Maybe I'm just misunderstanding though?

:xfeels:

  • Author

xfeel.png

:(

Thanks though :-)

I was under the assumption the norandoms was for dismissal of randoms? Maybe I'm just misunderstanding though?

-norandoms disables Osbots login handler/ALL random events

then you'd have your own Login Event like this

http://osbot.org/forum/topic/109560-a-simple-login-handler/

 

& then maybe something like if(!getClient().isLoggedIn){  execute(LoginEvent); or logging in lol

 

image.gif

this dismisses all random NPCs without the -norandoms in CLI

Edited by Bamboozled

-norandoms disables Osbots login handler

then you'd have your own Login Event like this

http://osbot.org/forum/topic/109560-a-simple-login-handler/

 

& then maybe something like if(!getClient.isLoggedIn){  execute(LoginEvent); or logging in lol

 

image.gif

this dismisses all randoms

 

 

I had the assumption that -allow norandoms dismisses ALL random solvers. The includes logging in, RS pesky random dismissal  etc. and I do believe that even breaks (correct me if I'm wrong). I seriously doubt that if you use -allow norandoms and check "Dismiss all randoms" in OSBot settings, that the client with dismiss RS randoms

Edited by nosepicker

  • Author

-norandoms disables Osbots login handler/ALL random events

then you'd have your own Login Event like this

http://osbot.org/forum/topic/109560-a-simple-login-handler/

 

& then maybe something like if(!getClient().isLoggedIn){  execute(LoginEvent); or logging in lol

 

image.gif

this dismisses all random NPCs without the -norandoms in CLI

yeah, I thought the -norandoms had the same effect as that checkbox, again, thankyou all to clearing this up :)

  • 4 years later...

Sorry I'm still not clear what -allow noRandoms does -- what is a login random solver? And if I, like the OP, want to only allow the client to go on a break during certain periods (so it doesn't break in the middle of an important loop, for example) how would one do that? I'm making a merching script. Thank you!

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

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.