IP changer with a timer?

kahlo09

Reputable
Mar 18, 2015
4
0
4,510
So I'd like to have a link for a IP changer that lets you decide the delay between changing IP's. For example My IP changes every 25 seconds. PLEASE. I would love if you could give me 1.
 
Solution
Write a script that does it. in vbscript this command will tell it to wait a certain number of milliseconds "WScript.Sleep 100". Just edit the script to tell it to wait however long you want before this http://www.makeuseof.com/tag/write-windows-script-change-network-settings-fly/

Then when you want to change it, just type in a new IP in the script file and run it. It will wait.

There is no utility I know of that will automatically cycle though different IP addresses for you.
Which IP are you talking about? The private IP address that your router/modem gives your computer or the public IP address that is given to your router/modem via your ISP?
 


The private one please.
 
Write a script that does it. in vbscript this command will tell it to wait a certain number of milliseconds "WScript.Sleep 100". Just edit the script to tell it to wait however long you want before this http://www.makeuseof.com/tag/write-windows-script-change-network-settings-fly/

Then when you want to change it, just type in a new IP in the script file and run it. It will wait.

There is no utility I know of that will automatically cycle though different IP addresses for you.
 
Solution

I'm going to try... But I've never coded before o3o