Advertisement
Guest User

Pinger

a guest
Dec 7th, 2019
624
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. @echo off
  2. color 08
  3. title OwenDoesComputers-CommunityPinger
  4. echo off & cls
  5. color 08
  6. type Dontopen25.py
  7. echo.
  8. ping localhost >nul
  9. color 08
  10. set /p IP=PublicPinger::
  11. echo Pinging %Ip%
  12. echo =======================
  13. :top
  14. PING -n 1 %IP% | FIND "TTL="
  15. IF ERRORLEVEL 1 (SET in=fc & echo Smacked By Thou.)
  16. color 08
  17. ping -t 2 0 1 127.0.0.1 >nul
  18. color 01
  19. ping -t 2 0 1 127.0.0.1 >nul
  20. color 02
  21. ping -t 2 0 1 127.0.0.1 >nul
  22. color 03
  23. ping -t 2 0 1 127.0.0.1 >nul
  24. color 04
  25. ping -t 2 0 1 127.0.0.1 >nul
  26. color 05
  27. ping -t 2 0 1 127.0.0.1 >nul
  28. color 06
  29. ping -t 2 0 1 127.0.0.1 >nul
  30. GoTo top
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement