hey, im looking to grab the email and password as well as proxy info that is entered via cli
im planning to use it to login with norandoms (explvs login handler)
i currently:
grab new login and pass from a file, use explvs login handler to enter info, if banned/locked grab new info from file, retry
but it grabs the first email:pass from the file on very first login, where as i want it to login first with cli entered email/pass upon first login, then if banned/locked grab new info from a file
how would i make it so i can do:
LoginEvent loginEvent = new LoginEvent(cli email, cli pass);
i need this as i plan to swap to:
if banned/locked
write a new .bat file with new login info and run
so you can see why id need it to login first with cli user/pass
i have to use norandoms due to script being paused when osbots handler logs in (meaning if acc disabled the script will end, where as i need it to continue)