@echo off
title Poke Bot Restarter v1.1
mode con: cols=60 lines=8
color 0a
set /a timer = 2100
set /a max_restarts = 16
:loop
set /a counter = %counter% + 1
cd "C:\Users\Satoshi\Desktop\Release\"
start NecroBot.exe
cd "C:\Users\Satoshi\Desktop\Release\"
start NecroBot2.exe
cd "C:\Users\Satoshi\Desktop\Release\"
start NecroBot3.exe
cd "C:\Users\Satoshi\Desktop\Release\"
start NecroBot4.exe
cd "C:\Users\Satoshi\Desktop\Release\"
start NecroBot5.exe
cd "C:\Users\Satoshi\Desktop\Release\"
start NecroBot6.exe
cd "C:\Users\Satoshi\Desktop\Release\"
start NecroBot7.exe
cd "C:\Users\Satoshi\Desktop\Release\"
start NecroBot8.exe
cls
echo ------------------------------------------------
echo // Poke Bot Restarter
echo // Author: daisukiCx @ ownedcore.com
echo // Version: 1.1 - 8/16/16
echo.
echo [Message] Restarts: %counter% / %max_restarts%
echo [Message] Bot will restart in %timer% seconds...
echo ------------------------------------------------
timeout /t %timer% >nul
taskkill /f /im NecroBot.exe >nul
if %counter% == %max_restarts% goto done
goto loop
:done
exit
i do a .bat like this, so retart all bots at 35 mins, maybe can you add a randomize restart? mmmhhmm.. like... I use to restart each 30 mins and i want to do "more humanizing" and want to set like +-30 (not exact, random each restart) and/or add delay between each bot (necro1 , necro2+n, necro3+ n+1...) something like this, i dont know a shit about programing
sorry for my english. and a lot of thanks.