Heist Posted September 27, 2019 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.
Naked Posted September 27, 2019 Posted September 27, 2019 Need your own login handler. After that, you can do whatever ya want.
Heist Posted September 27, 2019 Author 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?
Naked Posted September 27, 2019 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
Heist Posted September 27, 2019 Author 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!
Medusa Posted September 27, 2019 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