i found a way to change my ip add. . im using dare global adsl2+ modem. .
its easy to change but u will configure it manually. . so if someone could pls help me make it atomatic and use a bot at d same time realy would be a great help . . tnx. . (sorry for bad english)
ill post it here. .
ill just post d code here. .
-------------------------------------------------------------------
ex.
@ECHO OFF
set varip=119.94.113.26(i just change the the last part of the ip to 119.94.113.29)
set varsm=255.255.240.0 << change to ur own
set vargw=119.94.112.1 << same here
set vardns1=58.69.254.1 << same
set vardns2=58.69.254.135 << same
set varhome=www.google.com
REM For the most up-to-date-info, visit
REM ***** You don’t need to change anything below this line! ******
ECHO This fanciness is brought to you by Saman Sadeghi!
ECHO Setting IP Address and Subnet Mask
netsh int ip set address name = "Local Area Connection" source = static addr = %varip% mask = %varsm%
ECHO Setting Gateway
netsh int ip set address name = "Local Area Connection" gateway = %vargw% gwmetric = 1
ECHO Setting Primary DNS
netsh int ip set dns name = "Local Area Connection" source = static addr = %vardns1%
ECHO Setting Secondary DNS
netsh int ip add dns name = "Local Area Connection" addr = %vardns2%
ECHO Setting Internet Explorer Homepage to %varhome%
reg add "hkcu\software\microsoft\internet explorer\main" /v "Start Page" /d "%varhome%" /f
rem ECHO Here are the new settings for %computername%:
rem netsh int ip show config
pause
---------------------------------------------
then i just manualy pupil my self. . kinda takes times . . so i didnt use it much. .
btw just found somewhere while researching to change ip. .
hope this helps dsl modem users . .