Jump to content

Recommended Posts

Posted

How to hide IP from l2.ini ?

from l2.ini only you can if use extends dll file

if (name_in->sin_port == htons(2106))
	{
		name_in->sin_port = htons(2106);
		name_in->sin_addr.S_un.S_addr = inet_addr("192.168.1.100");
	}

	if (name_in->sin_port == htons(7777))
	{
		name_in->sin_port = htons(7777);
		name_in->sin_addr.S_un.S_addr = inet_addr("192.168.1.100");
	}
Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..