How to change IP to any length!

Joined
Mar 1, 2004
Messages
2
Reaction score
0
Okay, don't listen to anybody else about "IT MUST BE 11 CHARS LONG!@@!11"
What you do is:
1) Open up your hex editor with gameserver.exe
2) Search for 192.168.0.1
3) Change the two "192.168.0.1" IP's to your server's IP.
4) Figure the difference between 192.168.0.1
EG: You have 192.168.0.1 > 70.211.134.205
192.168.0.1 is 11 Characters long.
70.211.134.205 is 14 Characters long.

Theres a 3 character difference!
Now, you would highlight 192.168.0.1 and paste 70.211.134.205
Since this would make the file 3 bytes longer, we need to press
delete or backspace 3 times.

Do this with both of the IP's.

It works! You are welcome.. Have fun most importantly!
 
Back