m4tis Posted January 16, 2020 Share Posted January 16, 2020 (edited) Hello. So im in progress of finishing my first script, and the last thing I can't figure out is how do I make script logout for 15minutes and then login. EDIT: I dont need this.. Edited January 16, 2020 by m4tis Quote Link to comment Share on other sites More sharing options...
gujarat6 Posted January 16, 2020 Share Posted January 16, 2020 You would need custom login handler. Quote Link to comment Share on other sites More sharing options...
BravoTaco Posted January 17, 2020 Share Posted January 17, 2020 Why not use the built-in break manager? Gujarat is correct. If you just want it to break for a certain amount of time I would create a synchronous event and call that when you want to break. Quote Link to comment Share on other sites More sharing options...
Kramnik Posted January 18, 2020 Share Posted January 18, 2020 So the addition to what other two guys said. As I understand what you need could be made like this. First of all you run client though CLI to -allow norandoms. Then you have an login method in your script, if you use mass accounts login details could be set as parametres as Script:login:password, when the logout screen is visible bot login ins. Later then the time is to brake it just sleeps for the time needed and then logins again and do it's stuff again Quote Link to comment Share on other sites More sharing options...
Calming Posted January 19, 2020 Share Posted January 19, 2020 @Explv Is amazing and wrote this custom break handler. I currently use it in one of my scripts and it's flawless. Quote Link to comment Share on other sites More sharing options...