Introduction: Roblox Ip Puller

This is a roblox ip puller

Supplies

Necessary Software:

Notepad

Cmd

A Computer (Presumably a Windows)

A Target

Step 1: Code

echo off

cls

color 02

title Roblox IP Tracer

:top

echo ....................................

echo.

echo The best Roblox Ip Address tracker!

echo. echo ....................................

echo.

echo 1) Tutorial

echo 2) Bot

echo 3) Save IPs

echo 4) IP Pinger/DDOS

echo 5) Troubleshoot

echo.

echo ....................................

echo.

set /p M=type here:

echo.

if %M%==1goto tu

t if %M%==2 goto bot

if %M%==3 goto save

if %M%==4 goto ippinger

if %M%==5 goto troubleshoot

:tut echo 1. go to the roblox website on computer

echo.

pause

echo 2. copy the id from the link (the random numbers... for example https://www.roblox.com/users/XXXXXXXXX/profile)

echo.

pause

echo 3. copy it into the bot and wait. When its done it will come up with something that says "Tracing route to XXX.XXX.XXX.XX over a maximum of 1 hops"

echo NOTE: The 1 Ip that shows up under that ip is YOURS. dont send that one to anybody. only the one above. echo. pause

cls

goto top

:bot set /p id=type ID into Here:

echo The bot should now display The Ip Address. Refer to the tutorial for instructions.

pause

cls

goto botdone

:botdone echo The Bot Takes A Second! Sorry For That tracert /h 1 %id%

pause

cls

goto top

:save set /p ipaddress=Type IP Address Here: %ipaddress%> savedips.txt

goto top

:ippinger

cls

echo this is the ip pinger built into this

echo Code from: SokoPinger: SourceForge

set /p IPP=Type IP you want to Ping here:

:repeat PING -n 10 %IPP% | FIND "TTL=" ping -t 2 0 10 127.0.0.1

>nul goto repeat

:troubleshoot echo Sometimes "Terminate Batch File Y/N?" Will come up.

echo this is nothing. just type "N" and enter.

echo.

echo if you dont specify a ID Or IP into the Trace Console. A message will come up. echo This is also nothing. Dont worry about that. its just a error message. pause

cls

goto top

Step 2: Explanation (Not Necessary)

The bot uses tracert to trace a route to (IP) which is your victims ip

your ip will show up under it. dont ddos that one or your gonna have a bad time.

also that was an undertale reference. god what have i become. . .