Guest User

poke bot restarter v1.0

a guest
Aug 10th, 2016
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. @echo off
  2. title Poke Bot Restarter v1.0
  3. mode con: cols=60 lines=8
  4. color 0a
  5.  
  6. set /a timer = 3600
  7.  
  8. :loop
  9. cd "C:\Users\Satoshi\Desktop\Release\"
  10. start NecroBot.exe
  11.  
  12. cls
  13. echo ------------------------------------------------
  14. echo // Poke Bot Restarter
  15. echo // Author: daisukiCx @ ownedcore.com
  16. echo // Version: 1.0 - 8/9/16
  17. echo.
  18. echo [Message] Bot will restart in %timer% seconds...
  19. echo ------------------------------------------------
  20.  
  21. timeout /t %timer% >null
  22. taskkill /f /im NecroBot.exe >nul
  23. goto loop
Advertisement
Add Comment
Please, Sign In to add comment