Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. @echo off
  2. color 0c
  3. title Pinger By O-D-C
  4. echo off & cls
  5. echo ====================
  6. set /p IP=Skids IP::
  7. echo Pinging %Ip%
  8. echo =======================
  9. :top
  10. PING -n 1 %IP% | FIND "TTL="
  11. IF ERRORLEVEL 1 (SET in=0b & echo Smacked By Thou.)
  12. color 01
  13. ping -t 2 0 1 127.0.0.1 >nul
  14. GoTo top
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement