Jump to content

IPChanger


James
 Share

Recommended Posts

Hey all,

I have seen many requests for this:

$con = MsgBox(4, "IPChanger", "Do you wish to change your IP?")
If $con = 6 Then
    ShellExecute("cmd", "ipconfig /release", @WindowsDir)
    ShellExecute("cmd", "ipconfig /renew", @WindowsDir)
EndIf

-James

This isn't going to change the ip address is it? Or there's no guarantee that it will. You could get the same address again.

If you want to actually change the ip address then it's likely that you want to change it to a specific address, and then you could use an ip input box and netsh like Cramaboule did.

Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Link to comment
Share on other sites

HI,

this is nearly useless. It will ( even when ) only change the lan IP. If you are connecting to the internet via router and DHCP I do not see any use for it.

Anyway :-)

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...