Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- title Poke Bot Restarter v1.0
- mode con: cols=60 lines=8
- color 0a
- set /a timer = 3600
- :loop
- cd "C:\Users\Satoshi\Desktop\Release\"
- start NecroBot.exe
- cls
- echo ------------------------------------------------
- echo // Poke Bot Restarter
- echo // Author: daisukiCx @ ownedcore.com
- echo // Version: 1.0 - 8/9/16
- echo.
- echo [Message] Bot will restart in %timer% seconds...
- echo ------------------------------------------------
- timeout /t %timer% >null
- taskkill /f /im NecroBot.exe >nul
- goto loop
Advertisement
Add Comment
Please, Sign In to add comment