Guest User

Untitled

a guest
Jul 31st, 2016
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. @echo off
  2. :loop
  3.  
  4. :--------------------------------------------------------
  5. cd C:\4 Copy
  6. start PokemonGo.Haxton.Console.exe
  7.  
  8. cd C:\6
  9. start PokemonGo.Haxton.Console.exe
  10.  
  11. timeout /t 900 >null
  12. taskkill /f /im PokemonGo.Haxton.Console.exe >null
  13.  
  14. echo Poke Sniper Start
  15.  
  16. cd C:\7
  17. start PokeSniper2.exe -autosniping
  18.  
  19. cd C:\7 Copy
  20. start PokeSniper2.exe -autosniping
  21.  
  22. timeout /t 100 >null
  23. taskkill /f /im PokeSniper2.exe >null
  24. :--------------------------------------------------------
  25.  
  26. goto loop
Advertisement
Add Comment
Please, Sign In to add comment