December 7, 20205 yr Hi all, I'm trying to log out my bot on certain criteria with the following line: getLogoutTab().logOut() This works fine. However, the OSBot Random Solver Auto Login kicks in and logs the account back in. How can I prevent this? Note: I would still like to be able to use the auto login on other occasions.
December 7, 20205 yr 4 minutes ago, dc0qdguZU8R50JJu said: How can I prevent this? Note: I would still like to be able to use the auto login on other occasions. If you disable the built-in login handler, then you have to write your own login handler in order to get automatically logged in again. You disable it by launching the client through CMD/Terminal like this java -jar OSBot.jar -allow norandoms
December 7, 20205 yr Author 52 minutes ago, Medusa said: If you disable the built-in login handler, then you have to write your own login handler in order to get automatically logged in again. You disable it by launching the client through CMD/Terminal like this java -jar OSBot.jar -allow norandoms Perfect, thanks!
Create an account or sign in to comment