Reset IP - [batch]

Toyz
by Toyz · 10 posts
12 years ago in Batch
Posted 12 years ago · Author
Made by
@Toyz


Code
@echo off
title IMVU Mafias IP Reset
:: Release the current IP
echo Releasing IP
ipconfig /release
sleep 2
echo Renewing IP now
ipconfig /renew
Posted 6 years ago
Most ISP's will assign a new IP address if you go offline for a certain amount of time
Posted 6 years ago
Does this work same in console on macs? Is there maybe a diff command for Imacs? Please let me know if so. Thanks
Posted 6 years ago
This is a batch script, it will not work on a Mac. However, you could probably write a bash script using ifconfig on a Mac: https://egeek.io/ipconfig-mac-os-x/

Make sure to give it the .command extension if you want to be able to double click it.
Posted 6 years ago
Sweet, Ty I am curious as to of how many mac users use imvu.. Perhaps I could make some tools that work on mac, If I were to make any would you by chance know what people would like to have? I could prolly make a few test tools. let me know :)
Posted 6 years ago
smykey wrote:
Sweet, Ty I am curious as to of how many mac users use imvu.. Perhaps I could make some tools that work on mac, If I were to make any would you by chance know what people would like to have? I could prolly make a few test tools. let me know


I do know quite a few members here have a Mac. Tough to say though.
Posted 6 years ago
I know several that use MAC as well
Posted 3 years ago
That for local ip i guess?

Create an account or sign in to comment

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

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

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

REGISTER A NEW ACCOUNT