Geez... posted this twice, eh? You must be really desperate then... ok, I'll hook ya up. As I said in the other thread, all you have to do is:

  • Right click on "Network Neighborhood" or "My Network Places" and Select "Properties"
  • Open up the properties for your network card
  • Select TCP/IP Settings (for your network card)
  • Make sure to select "Use the following IP address"
  • Set IP address to 127.0.0.2
  • Set netmask to 255.0.0.0
  • Reboot


You'll find that with this address, you'll have special priviledges - very cool! You've GOT to try it! You might also find that some other addresses give you even better privs, though you'll have to play around with them for a while... any of the 127.0.0.* (2-254) give some good leet hacks. If you want to blow you're own mind, you can even use 127.1.2.7 (make sure that netmask is right, though). There's a bunch of them... try then all out!


<edit>
Doh! I almost forgot... you'll also need to make sure that all traffic is routed back through your machine to make sure you stay in complete control... to do this, go to a DOS prompt and type:

Code:
route add 0.0.0.0 MASK 0.0.0.0 127.0.0.2
Be sure to change that IP address to whatever you set your IP address! Hope that helps - and g'luck!
</edit>