Heist Posted September 27, 2019 Share Posted September 27, 2019 Could anyone help me out with an efficient way to make a bot switch accounts automatically on ban? I am assuming the script will read usernames and passwords from a text file? I'm just not quite sure how to go about this. Quote Link to comment Share on other sites More sharing options...
Naked Posted September 27, 2019 Share Posted September 27, 2019 Need your own login handler. After that, you can do whatever ya want. Quote Link to comment Share on other sites More sharing options...
Heist Posted September 27, 2019 Author Share Posted September 27, 2019 49 minutes ago, Naked said: Need your own login handler. After that, you can do whatever ya want. Would it be easiest to get the account info off a text file? Quote Link to comment Share on other sites More sharing options...
Naked Posted September 27, 2019 Share Posted September 27, 2019 5 minutes ago, Heist said: Would it be easiest to get the account info off a text file? You need a custom login handler either way. For the actual switching of the accounts is up to you. Database, text file, pipe, doesn't really matter 1 Quote Link to comment Share on other sites More sharing options...
Heist Posted September 27, 2019 Author Share Posted September 27, 2019 28 minutes ago, Naked said: You need a custom login handler either way. For the actual switching of the accounts is up to you. Database, text file, pipe, doesn't really matter Awesome. Thanks for the quick responses! Quote Link to comment Share on other sites More sharing options...
Medusa Posted September 27, 2019 Share Posted September 27, 2019 I'd recommend you to think of expansion. So store accounts in a database that multiple servers can pull info from Quote Link to comment Share on other sites More sharing options...