A downloadable tool for Windows

Free and easy to use ip pinger source code in screen shots

Download

Download
pinger.bat 881 bytes

Install instructions

none needed

Comments

Log in with itch.io to leave a comment.

PING -n 1 %IP% | FIND "TTL="

title :: pinging: %IP% ::

IF ERRORLEVEL 1 (echo IP HIT SUCCESSFULLY)

set /a num=(%Random%%%9)+1

color %num%

ping -t 1 0 10 127.0.0.1 >nul

GoTo top

...

seems legit