Advertisement
Guest User

Untitled

a guest
Aug 8th, 2016
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. @echo off
  2. :loop
  3. :--------------------------------------------------------
  4. echo Sniper Start
  5. timeout /t 2 >null
  6. cd /d D:\POKE_POKE\PogoLocationFeeder.GUI.v0.1.5
  7. start PogoLocationFeeder.GUI.exe
  8. echo NECRO Start
  9. timeout /t 2 >null
  10. cd /d D:\POKE_POKE\Necro 0.7.5 -1
  11. start NecroBot.exe
  12. timeout /t 2 >null
  13. cd /d D:\POKE_POKE\Necro 0.7.5 -2
  14. start NecroBot.exe
  15. timeout /t 2 >null
  16. cd /d D:\POKE_POKE\Necro 0.7.5 -3
  17. start NecroBot.exe
  18. timeout /t 2 >null
  19. cd /d D:\POKE_POKE\Necro 0.7.5 -4
  20. start NecroBot.exe
  21. timeout /t 2420 >null
  22. taskkill /f /im NecroBot.exe >null
  23. echo NECRO GLOSE
  24. taskkill /f /im PogoLocationFeeder.GUI.exe >null
  25. echo Sniper Glose
  26. :--------------------------------------------------------
  27.  
  28. goto loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement