d0zza Posted April 18, 2017 Posted April 18, 2017 Hey guys I want to take breaks and log out for a period of time at a certain point in a script I'm making. Is there a way to disable auto login for a set period of time? Or is there a way I can utilise osbot's break system through the api?
Magarac Posted April 18, 2017 Posted April 18, 2017 Or alternatively you can use Explv's Login Handler and run your script via CLI with -norandoms enabled. That way you have full control over logging in/out. 1
d0zza Posted April 18, 2017 Author Posted April 18, 2017 22 minutes ago, Tbigalo said: http://prntscr.com/exvh84 9 minutes ago, Juggles said: Use breaks I guess I wasn't clear enough, I don't want it to break every set amount of minutes, I want it to break when it gets to a certain point in the script meaning the break depends on what state the script is in. 5 minutes ago, Magarac said: Or alternatively you can use Explv's Login Handler and run your script via CLI with -norandoms enabled. That way you have full control over logging in/out. This should work, thanks! 1