Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- hey im hailey this is a quick rainbow IP pinger I put together, to use this pinger open your notepad and paste the script bellow
- once finished click on file save as and you can save it as whatever you want but make sure you change .txt to .bat as this is a batch file then save the file to desktop and double click to run
- @echo off
- color A
- title Hailey`s Pinger
- :greeting
- cls
- ECHO d8888b. d888888b .d88b. d888888b d88888b .o88b. db db
- ECHO 88 `8D `88' .8P Y8. `~~88~~' 88' d8P Y8 88 88
- ECHO 88oooY' 88 88 88 88 88ooooo 8P 88ooo88
- ECHO 88~~~b. 88 88 88 88 88~~~~~ 8b 88~~~88
- ECHO 88 8D .88. `8b d8' 88 88. Y8b d8 88 88
- ECHO Y8888P' Y888888P `Y88P' YP Y88888P `Y88P' YP YP
- ECHO ==========================================================
- ECHO Hey guys this is just a quick rainbow pinger i made for you guys ENJOY!
- ECHO Add me on kik to get more of my projects @biotechpro3rd
- set /p IP=Enter IP To Ping:
- :top
- PING -n 1 %IP% | FIND "TTL="
- title :: Pinging: %IP% ::
- IF ERRORLEVEL 1 (echo STAY DOWN BITCH!)
- set /a num=(%Random%%%9)+1
- color %num%
- ping -t 2 0 10 127.0.0.1 >nul
- GoTo top
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement