Luukerd99 1 Share Posted March 19, 2020 (edited) How to make use Logout function? (from the Random Solver) Context: if (true) { // log out } I don't know how to implement the RandomSolver class... Edited March 19, 2020 by Luukerd99 Link to comment Share on other sites More sharing options...
k0ni 6 Share Posted March 20, 2020 2 hours ago, Infidel said: if (getClient().isLoggedIn()) { getTabs().logout(); } you also need to disable auto login: getRandomManager().disableSolver("LOGIN"); Semper Fi and Luukerd99 1 1 Link to comment Share on other sites More sharing options...
Luukerd99 1 Author Share Posted March 20, 2020 This is GOLD thanks guys! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now