Advertisement
Parched

Untitled

Jul 5th, 2019
3,984
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. ===============================================================================
  2. Copy Everything Under The Barrier in a text doc and change it from .txt to .bat
  3. This is a Christmas pinger.
  4. ===============================================================================
  5. @echo off
  6. color a
  7. title Pinger
  8. set /p var=Enter IP~
  9. :x
  10. PING -n 1 %var% | FIND "TTL="
  11. color c
  12. IF ERRORLEVEL 1 (SET in=c & echo %var% Was Smoked)
  13. PING -n 1 %IP% | FIND "TTL="
  14. color a
  15. IF ERRORLEVEL 1 (SET in=c & echo %var% Was Smoked)
  16. color %in%
  17. ping -t 2 0 10 127.0.0.1 >nul
  18. GoTo x
  19. input("Press enter to close")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement