*Poll results.
)TERMS OF USAGE ~ THESE TERMS OF USE ARE A LEGAL AND BINDING AGREEMENT BETWEEN YOU AND THE CREATOR governing your use of the Content made available here. By downloading any of the Images or Content, you agree: 1). That you may only download a single copy of any Content to a single computer for personal and noncommercial use. 2). To not reproduce, distribute, modify, post on any website, or sell any of the Content. 3). To maintain any and all copyright or other proprietary notices embedded in or attached to any of the Content. 4). Use of the Content is also subject to the Terms and Conditions posted on the MPGH's website. ------------ --- Main --- ------------ @EcHo off title IP Changer v1.5 by TaBz3 @ MPGH.net color 89 echo What is your name? echo ------------------ echo My name is... set /p name= cls color A echo Hello there, %name%! pause cls echo :: %name%, Do you want to change your Internet Protocol? pause cls echo :: %name%, Do you want to change your Internet Protocol? echo :: Please note that this will disconnect your internet connection. pause cls echo :: %name%, Do you want to change your Internet Protocol? echo :: Please note that this will disconnect your internet connection. CHOICE /C YNC /M "Are you sure that you want to continue? Y/N (Cancel)" IF ERRORLEVEL 3 GOTO three IF ERRORLEVEL 2 GOTO two IF ERRORLEVEL 1 GOTO one :one ECHO Yes, I want to change my IP, please! GOTO end :two ECHO No, thank you. pause GOTO exit :three ECHO // Program Terminated- // pause GOTO exit :end ipconfig /release ipconfig /renew ipconfig /flushdns echo. ECHO Resetting IP Address and Subnet Mask For DHCP netsh int ip set address name = "Local Area Connection" source = dhcp echo. ECHO Resetting DNS For DHCP netsh int ip set dns name = "Local Area Connection" source = dhcp echo. ECHO Resetting Windows Internet Name Service (WINS) For DHCP netsh int ip set wins name = "Local Area Connection" source = dhcp echo. ECHO Here are the new settings for %computername%: netsh int ip show config echo THESE ARE YOUR NEW INTERNET PROTOCOL SETTINGS echo [IPV4, IPV6 CHANGED AND MASKED - SB MASK AND CONNECTION SSID RESET] COLOR 1f PING 1.1.1.1 -n 1 -w 10 >NUL COLOR 2F PING 1.1.1.1 -n 1 -w 10 >NUL COLOR 3F PING 1.1.1.1 -n 1 -w 10 >NUL COLOR 0f color C echo. echo -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- echo ~ // PRESS F5 BEFORE YOU CLOSE THIS COMMAND LINE! // echo -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- echo x=msgbox ("%name% - Thanks for using my tool, please click the Thanks button and a nice comment will do... and maybe a REP+ :D",0,"Thanks for using TaBz3's IPC v1.5") >ClickHere.vbs pause :exit echo Thanks anyway... ~~~ ------------- --- Quick --- ------------- @EcHo off title IP Changer v1.5 by TaBz3 @ MPGH.net color B ipconfig /release ipconfig /renew ipconfig /flushdns ECHO Resetting IP Address and Subnet Mask For DHCP netsh int ip set address name = "Local Area Connection" source = dhcp echo. ECHO Resetting DNS For DHCP netsh int ip set dns name = "Local Area Connection" source = dhcp echo. ECHO Resetting Windows Internet Name Service (WINS) For DHCP netsh int ip set wins name = "Local Area Connection" source = dhcp echo. ECHO Here are the new settings for %computername%: netsh int ip show config echo THESE ARE YOUR NEW INTERNET PROTOCOL SETTINGS echo [IPV4, IPV6 CHANGED AND MASKED - SB MASK AND CONNECTION SSID RESET] echo x=msgbox ("Thanks for using my tool, please click the Thanks button and a nice comment will do... and maybe a REP+ :)",0,"Thanks for using TaBz3's IPC v1.5 [Quick]") >ClickMe.vbs ~-~-~ Hope you enjoy! These codes are free from viruses. Please download from the creator. (TaBz3)