Advertisement
Guest User

Untitled

a guest
Aug 10th, 2016
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. @echo off
  2. :loop
  3.  
  4. :--------------------------------------------------------
  5. cd /d E:\necro\huinew-for pokeball
  6. start NecroBot.exe
  7.  
  8.  
  9. timeout /t 120 >null
  10. taskkill /f /im NecroBot.exe >null
  11.  
  12.  
  13. :--------------------------------------------------------
  14.  
  15. cd /d C:\Users\User\Desktop\autosniper1.10
  16. start PokeSniper2.exe -autosniping
  17.  
  18. timeout /t 120 >null
  19. taskkill /f /im PokeSniper2.exe >null
  20.  
  21. :--------------------------------------------------------
  22.  
  23.  
  24.  
  25. goto loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement