GPSwap Posted June 12, 2017 Posted June 12, 2017 (edited) Is there a way to stop osbot stopping the script on account disabled? to allow the script to carry on using .switchaccount()? I have made a way for it to grab a new account and use the .switchaccount() but if the account was disabled it stops the script so it can't change acc to carry on Edited June 12, 2017 by GPSwap
Adept Posted June 12, 2017 Posted June 12, 2017 (edited) Disable the bot's own login handler (launch your bots with CLI and norandoms enabled) and manage account logins yourself. Here's a good place to start: Edited June 12, 2017 by Adept
Charlotte Posted June 12, 2017 Posted June 12, 2017 Enable norandoms. Use a custom login handler as mentioned above.