dc0qdguZU8R50JJu Posted December 7, 2020 Share Posted December 7, 2020 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. Quote Link to comment Share on other sites More sharing options...
Medusa Posted December 7, 2020 Share Posted December 7, 2020 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 Quote Link to comment Share on other sites More sharing options...
dc0qdguZU8R50JJu Posted December 7, 2020 Author Share Posted December 7, 2020 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! Quote Link to comment Share on other sites More sharing options...