inababila Posted February 23, 2018 Share Posted February 23, 2018 How can I make the client not stop if the account is banned? I get this error "Your account has been disabled, stopping script." and then the script terminates. I tried out what that link says, but doesn't seem to work. https://osbot.org/forum/topic/50429-activatingdeactivating-randoms/ I want to override the default actions. Quote Link to comment Share on other sites More sharing options...
Eagle Scripts Posted February 23, 2018 Share Posted February 23, 2018 2 minutes ago, inababila said: How can I make the client not stop if the account is banned? I get this error "Your account has been disabled, stopping script." and then the script terminates. I tried out what that link says, but doesn't seem to work. https://osbot.org/forum/topic/50429-activatingdeactivating-randoms/ I want to override the default actions. Launch the client through CLI with the following cli flag: -allow norandoms You can then make it use your custom LoginHandler :) 1 Quote Link to comment Share on other sites More sharing options...
Chris Posted February 23, 2018 Share Posted February 23, 2018 java -jar "osbot.jar" -login OSBOTUSER:OSBOTPASS -bot none:none:0000 -script goblin:1 -allow norandoms 1 Quote Link to comment Share on other sites More sharing options...
inababila Posted February 23, 2018 Author Share Posted February 23, 2018 (edited) Thanks! Edited February 23, 2018 by inababila Quote Link to comment Share on other sites More sharing options...