Fastest Way To Change Your IP Address


Follow these steps:

1. Open Notepad.

2. Copy and Paste the codes below:

@echo off
title IP Changer
color 0a
echo 0% Complete
ipconfig /release
cls
echo 33% Complete!
ipconfig /flushdns
cls
echo 66% Complete!
ipconfig /renew
cls
echo 100% Complete!
echo.
pause

3. Save the file as IPCHANGER.Bat

Run the file everytime you wanted to change your IP.

Note: not working on windows 8