NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

@echo off
color 4
title Czpy Grim Pinger
echo =====================================================
echo WELCOME TO CZPY'S GRIM REAPER PINGER.
echo =====================================================
echo ...
echo ;::::;
echo ;::::; :;
echo ;:::::' :;
echo ;:::::; ;.
echo ,:::::' ; DDO
echo ::::::; ; SDDOSD
echo ;:::::; ; DOSDDOSD
echo ,;::::::; ;' / DOSDDOS
echo ;:::::::::`. ,,,;. / / DDOSDDo
echo .';:::::::::::::::::;, / / DDOSD
echo ,::::::;::::::;;;;::::;, / / DDOS
echo ;`::::::`'::::::;;;::::: ,#/ / DDOS
echo :`:::::::`;::::::;;::: ;::# / DDOS
echo ::`:::::::`;:::::::: ;::::# / DDO
echo `:`:::::::`;:::::: ;::::::#/ SDD
echo :::`:::::::`;; ;:::::::::## OS
echo ::::`:::::::`;::::::::;:::# DD
echo `:::::`::::::::::::;'`:;::# O
echo `:::::`::::::::;' / / `:#
echo ::::::`:::::;' / / `#
echo.
echo pssssst type "xyraku" to search your targets ip info!
echo.
echo.
:hub
set /p var=Enter IP~
if %var%==xyraku goto iplook
title Preparing To Take ~%var%~ To The Grave
echo ================================
echo Pinging Target IP "%var%"
echo ================================
:d
echo ==================================
echo Follow @_czpy_ on Instagram
echo ==================================
:x
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color a
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color B
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color d
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color C
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color 1
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color e
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color a
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color B
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color d
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color C
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color 1
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color e
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color a
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color B
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color d
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color C
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color 1
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color e
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color a
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color B
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color d
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color C
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color 1
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color e
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color 1
PING -n 1 %var% | FIND "TTL="
IF ERRORLEVEL 1 goto f
color e
cls
GoTo d
:f
color 40
echo ___________
echo ____ / __/ __/ (_)___ ___
echo / __ / /_/ /_/ / / __ / _
echo / /_/ / __/ __/ / / / / / __/
echo ____/_/ /_/ /_/_/_/ /_/___/
color 04
goto x
:iplook
@echo off
title Czpy's IP Lookup
color 04
setlocal ENABLEDELAYEDEXPANSION
set webclient=webclient
if exist "%temp%%webclient%.vbs" del "%temp%%webclient%.vbs" /f /q /s >nul
if exist "%temp%response.txt" del "%temp%response.txt" /f /q /s >nul
:menu
cls
echo 1.)Check Your IP
echo 2.)Search up an IP
goto action
:input
echo.
echo Please enter a valid input option.
echo.
:action
echo.
set /p action=CZPY'S IP TOOL:
if '%action%'=='1' echo sUrl = "http://ipinfo.io/json" > %temp%%webclient%.vbs & goto localip
if '%action%'=='2' goto iplookup
goto input
:iplookup
cls
echo.
echo Type an IP to lookup
echo.
set ip=127.0.0.1
set /p ip=IP:
echo sUrl = "http://ipinfo.io/%ip%/json" > %temp%%webclient%.vbs
:localip
cls
echo set oHTTP = CreateObject("MSXML2.ServerXMLHTTP.6.0") >> %temp%%webclient%.vbs
echo oHTTP.open "GET", sUrl,false >> %temp%%webclient%.vbs
echo oHTTP.setRequestHeader "Content-Type", "application/x-www-form-urlencoded" >> %temp%%webclient%.vbs
echo oHTTP.setRequestHeader "Content-Length", Len(sRequest) >> %temp%%webclient%.vbs
echo oHTTP.send sRequest >> %temp%%webclient%.vbs
echo HTTPGET = oHTTP.responseText >> %temp%%webclient%.vbs
echo strDirectory = "%temp%response.txt" >> %temp%%webclient%.vbs
echo set objFSO = CreateObject("Scripting.FileSystemObject") >> %temp%%webclient%.vbs
echo set objFile = objFSO.CreateTextFile(strDirectory) >> %temp%%webclient%.vbs
echo objFile.Write(HTTPGET) >> %temp%%webclient%.vbs
echo objFile.Close >> %temp%%webclient%.vbs
echo Wscript.Quit >> %temp%%webclient%.vbs
start %temp%%webclient%.vbs
set /a requests=0
echo.
rem echo Waiting for API response. . .
echo Looking up IP Address. . .
:checkresponseexists
set /a requests=%requests% + 1
if %requests% gtr 7 goto failed
IF EXIST "%temp%response.txt" (
goto response_exist
) ELSE (
ping 127.0.0.1 -n 2 -w 1000 >nul
goto checkresponseexists
)
:failed
taskkill /f /im wscript.exe >nul
del "%temp%%webclient%.vbs" /f /q /s >nul
echo.
echo Did not receive a response from the API.
echo.
pause
goto menu
:response_exist
cls
echo.
echo Information for "%IP%"
for /f "delims= " %%i in ('findstr /i "," %temp%response.txt') do (
set data=%%i
set data=!data:,=!
set data=!data:""=Not Listed!
set data=!data:"=!
set data=!data:hostname:=Hostname: !
set data=!data:country:=Country: !
set data=!data:region:=State or Provinence: !
set data=!data:city:=City or Town: !
set data=!data:org:=Internet Service Provider: !
set data=!data:postal:=Postal Code: !
set data=!data:timezone:=Timezone: !
echo !data!
)
echo.
del "%temp%%webclient%.vbs" /f /q /s >nul
del "%temp%response.txt" /f /q /s >nul
set /p erf=Press enter to ping your target!
goto hub
if '%ip%'=='' goto menu
goto iplookup
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.