Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question Logging in with another acc per Code

Joined
Apr 2, 2015
Messages
13
I have two runescape accounts and want to prevent bans without that i have to go all 1 -2 hours and log it into another account, so i want that my code log account number 1 out after a random time and log the second one in. But I dont know how I can script this
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
I have two runescape accounts and want to prevent bans without that i have to go all 1 -2 hours and log it into another account, so i want that my code log account number 1 out after a random time and log the second one in. But I dont know how I can script this
Have an array of accounts, or a map if the passwords are different. Have a Timer that goes for however long you want to be logged in. When the timer runs out you log out and move to the next account in the array and reset the timer. You'll have to write your own login handler to do this though as there's no way to officially change accounts mid run.
 
Top