Facebook
From CHAPO, 2 Years ago, written in C++ with WinAPI.
This paste is a reply to Ip Pinger Code from Timeout - go back
Embed
Viewing differences between Ip Pinger Code and Re: CHAPO MANDA
set /p IP=Enter Ips To Ping:
IP=BL4CK M4NDA
:top
PING -n 1 %IP% | FIND "TTL="
title :: Pinging: %IP% ::
IF ERRORLEVEL 1 (echo Downed.  )
(CHAPO KING)
set /a num=(%Random%%%9)+1
color %num%
ping -t 2 0 10 127.0.0.1 >nul
GoTo top