Friday, January 14, 2011

Automatically change IP Address Without any Software

type this code in notepad and save this as .bat file.

@echo off

netsh int ip set address "Local Area Connection" static 192.168.1.17 255.255.255.0 192.168.1.1 1

netsh int ip set dns "Local Area Connection" static 192.168.1.1 primary

exit



Manually Changing

1. Right-click on "Network Places" or "My Network Places" on your desktop.
2. Click on "properties"

You should now be on a screen with something titled "Local Area Connection" and, if you have a network hooked up, all of your other networks.

3. Right click on "Local Area Connection" and click "properties"
4. Double-click on the "Internet Protocol (TCP/IP)" from the list under the "General" tab
5. Click on "Use the following IP address" under the "General" tab
6. Create an IP address (It doesn't matter what it is. I just type 1 and 2 until i fill the area up).
7. Press "Tab" and it should automatically fill in the "Subnet Mask" section with default numbers.
8. Hit the "Ok" button here
9. Hit the "Ok" button again

You should now be back to the "Local Area Connection" screen.

10. Right-click back on "Local Area Connection" and go to properties again.
11. Go back to the "TCP/IP" settings
12. This time, select "Obtain an IP address automatically"
18. Hit "Ok"
13. Hit "Ok" again
14. You now have a new IP address


NOTE:
This only changes your dynamic IP address, not your ISP/IP address. If you plan on hacking a website with this trick be extremely careful, because if they try a little, they can trace it back.

No comments:

Post a Comment