Elysiano Posted May 14, 2018 Posted May 14, 2018 Is there any way I can kill an OSBot client after 30 minutes via CLI? When creating tutorial accounts the bot sometimes get stuck while loading the client (bot initialization error, SOCKS proxy error). Then I can't automatically close the client as I would do in the tut script because the script has not been loaded yet. I know it sounds a little hacky, but it will be good enough for me
John Cena Posted May 16, 2018 Posted May 16, 2018 IF on linux use timeout command if on windows you can search .bat ways of killing processes like the timeout on linux.