Advertisement
Rainbow_Helicopter

Bot/Snipe Bat

Jul 31st, 2016
646
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.94 KB | None | 0 0
  1. @echo off
  2. :loop
  3.  
  4. :--------------------------------------------------------
  5. cd /d E:\Documents\Games\Pokemon GO\Ultimate\NecroBot 1
  6. start NecroBot.exe
  7. cd /d E:\Documents\Games\Pokemon GO\Ultimate\NecroBot 2
  8. start NecroBot.exe
  9. cd /d E:\Documents\Games\Pokemon GO\Ultimate\NecroBot 3
  10. start NecroBot.exe
  11. cd /d E:\Documents\Games\Pokemon GO\Ultimate\NecroBot Y
  12. start NecroBot.exe
  13.  
  14. timeout /t 900 >null
  15. taskkill /f /im NecroBot.exe >null
  16.  
  17. cd /d E:\Documents\Games\Pokemon GO\Ultimate\PokeSniper 1
  18. start PokeSniper2.exe -autosniping
  19. cd /d E:\Documents\Games\Pokemon GO\Ultimate\PokeSniper 2
  20. start PokeSniper2.exe -autosniping
  21. cd /d E:\Documents\Games\Pokemon GO\Ultimate\PokeSniper 3
  22. start PokeSniper2.exe -autosniping
  23. cd /d E:\Documents\Games\Pokemon GO\Ultimate\PokeSniper Y
  24. start PokeSniper2.exe -autosniping
  25.  
  26. timeout /t 60 >null
  27. taskkill /f /im PokeSniper2.exe >null
  28. :--------------------------------------------------------
  29.  
  30. goto loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement