extatus Posted January 1, 2019 Share Posted January 1, 2019 Hi. Is there a way to disable auto login after script has executed? I only need auto-login for first logon, then custom break handler takes over. I cant reference credentials if bot names arent visible.. I think account selection data is encrypted and any gui attempt at login screen will throw npe's. thoughts? Quote Link to comment Share on other sites More sharing options...
Naked Posted January 1, 2019 Share Posted January 1, 2019 I'm not sure. I would suggest CLI and a login handler. You'd probably find this one fairly easy to integrate: You can pass the user/pass as a script parameter. Quote Link to comment Share on other sites More sharing options...
extatus Posted January 1, 2019 Author Share Posted January 1, 2019 20 minutes ago, NakedPotato said: I'm not sure. I would suggest CLI and a login handler. You'd probably find this one fairly easy to integrate: You can pass the user/pass as a script parameter. I am already using CLI with -norandoms and have custom login handler in place. My script is set-up so that bots are grouped. I'd like to keep similar roles to one client instance. (4x on 1 client) (5x on 2nd.. etc), Quote Link to comment Share on other sites More sharing options...