Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @echo off
  2.  
  3. : loop
  4. echo -----
  5.  
  6. start "" "<your directory>\PokeMobBot.exe"
  7. timeout /t 3600 >null
  8.  
  9.  
  10. taskkill /f /im "PokeMobBot.exe" >nul
  11. timeout /t 3600 >null
  12.  
  13.  
  14.  
  15. goto loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement