Poll: How strongly do you feel about this version? (IP Changer v1.4)

Be advised that this is a public poll: other users can see the choice(s) you selected.

Results 1 to 4 of 4
  1. #1
    TaBz3's Avatar
    Join Date
    Jun 2009
    Gender
    female
    Posts
    836
    Reputation
    12
    Thanks
    783

    TaBz's IP Changer v1.4

    *Sorry, meant to say v1.4 >:l

    This needs to be runned as an administrator, but it will not work if you are not connected to your router nor will it work if your IP is Static.
    Your DNS Cache will be resetted, but your ISP might feel suspicious of you using this.
    This tool should used under caution as if your equipment was/is damaged, it's your own fault!

    Thank you very much.
    Code:
    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.4 by TaBz3 @ MPGH.net
    color A
    echo :: Do you want to change your Internet Protocol?
    pause
    cls
    echo :: Do you want to change your Internet Protocol?
    echo :: Please note that this will disconnect your internet connection.
    pause
    cls
    echo :: 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]
    ping localhost
    echo.
    echo -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    echo ~ // PRESS F5 BEFORE YOU CLOSE THIS COMMAND LINE! //
    echo -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    echo x=msgbox ("Thanks for using my tool, a nice comment will do... and maybe a rep+ ;)",0,"Thanks for using TaBz3's IPC v1.4") >ClickHere.vbs
    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 A
    pause
    :exit
    echo Thanks anyway...
    ~~~
     -------------
     --- Quick ---
     -------------
    
    @EcHo off
    title IP Changer v1.4 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, a nice comment will do... and maybe a rep+ ;)",0,"Thanks for using TaBz3's IPC v1.4") >ClickHere.vbs
    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 A
    ~-~-~
    Hope you enjoy!
    These codes are free from viruses.
    Please download from the creator. (TaBz3)
    Virus-scans:
    IP Changer 1-4.rar MD5:74d68daccde91898c562d5779140d - VirSCAN.org Scanners did not find malware!
    IP Changer 1-4.rar - Jotti's malware scan

    After usage, please click the 'Thanks' next to this thread!
    Thank you for your co-operation and I hoped you enjoy this tool.
    Constructive Critism and ideas of how this could be improved are welcomed.
    <b>Downloadable Files</b> Downloadable Files
    Last edited by TaBz3; 10-27-2011 at 07:12 PM. Reason: Harsh notice.

  2. The Following User Says Thank You to TaBz3 For This Useful Post:

    zouzou.141 (06-11-2012)

  3. #2
    Hero's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    memes
    Posts
    40,198
    Reputation
    4764
    Thanks
    9,694
    Approved...
    [] [] [] [][]

    Editor from 06•14•2011 • 2014
    Donator since 09•16•2011
    Minion from 10•10•2011 • 01•06•2011
    Minion+ from 01•06•2012 • 08•08•2012
    Moderator from 08•08•2012 • 10•06•2012
    Global Moderator from 10•06•2012 • 12•05•2017
    Staff Administrator from 12•05•2017 • 05•01•2019
    Trusted Member since 07•13•2019
    Global Moderator since 09•11•2020




  4. #3
    Threadstarter
    Bobo's Trainer
    MPGH Member
    TaBz3's Avatar
    Join Date
    Jun 2009
    Gender
    female
    Posts
    836
    Reputation
    12
    Thanks
    783
    Quote Originally Posted by Hero View Post
    Approved...
    Thanks for quick approval, now I go bed. (It may help if you update CF Resources? )

  5. #4
    Hero's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    memes
    Posts
    40,198
    Reputation
    4764
    Thanks
    9,694
    Quote Originally Posted by TaBz3 View Post
    Thanks for quick approval, now I go bed. (It may help if you update CF Resources? )

    Yes, of course... Will update.
    [] [] [] [][]

    Editor from 06•14•2011 • 2014
    Donator since 09•16•2011
    Minion from 10•10•2011 • 01•06•2011
    Minion+ from 01•06•2012 • 08•08•2012
    Moderator from 08•08•2012 • 10•06•2012
    Global Moderator from 10•06•2012 • 12•05•2017
    Staff Administrator from 12•05•2017 • 05•01•2019
    Trusted Member since 07•13•2019
    Global Moderator since 09•11•2020




Similar Threads

  1. [Release] TaBz's IP Changer v1.5
    By TaBz3 in forum CrossFire Spammers, Injectors and Multi Tools
    Replies: 4
    Last Post: 12-22-2013, 11:45 AM
  2. [RELEASE] MAC Adress Changer [PBBAN]
    By thereal|quintobean in forum WarRock - International Hacks
    Replies: 2
    Last Post: 03-15-2007, 10:26 AM
  3. [Release] Nickname changer
    By hjerherjdsd in forum WarRock - International Hacks
    Replies: 42
    Last Post: 12-16-2006, 04:24 PM

Tags for this Thread