DaffyDubz 4 Share Posted September 27, 2019 I know I can just search the api java docs, but I'm afk and on the road atm and in curious if grabbing things like (runescape) account login name and password (I'd assume it's an array or list) and the actual methods for logging in and logging out? What im looking to do is cycle through several accounts, each only playing for an hour or two take a break then log into the next account and so on. Is this possible from within a single script (the cycling through accounts) or do I need to do it via cmd line and close the client and start the next one with my own array of logins? If it is possible, if someone could just point me to the correct area of the api docs to save me the time I'd appreciate it. Thanks! Link to comment Share on other sites More sharing options...
DaffyDubz 4 Author Share Posted September 27, 2019 Doh! Just found Infidels post in the snippets section... coulda sworn I checked that first. Is this still accurate? And login and logout is random event? getClient().getInstance().getScriptManager() Link to comment Share on other sites More sharing options...
Nuclear Nezz 1969 Share Posted September 28, 2019 You can use the login utility class (getLoginUtility()) to log in, if you make your own login handler. Logout is not a random event, breaks are though. for accounts, yeah there are methods inside of the script manager to get and set accounts. Semper Fi 1 Link to comment Share on other sites More sharing options...
DaffyDubz 4 Author Share Posted September 28, 2019 Thanks Nezz! If I implement an account switcher, probably user defined as to which accounts to use, that would still pass the sdn screening right? Because I'm not actually storing/sending the data anywhere. Link to comment Share on other sites More sharing options...
Nuclear Nezz 1969 Share Posted September 28, 2019 7 hours ago, DaffyDubz said: Thanks Nezz! If I implement an account switcher, probably user defined as to which accounts to use, that would still pass the sdn screening right? Because I'm not actually storing/sending the data anywhere. That's probably something to ask @Hashtag since he does the SDN 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