-
Valued Member
how to change 44405 port in main.exe?
hello guys how to change the default port of main to 44406 where to set this?
using hex editor. no luck
using ollybg no luck, (AD75)
badly need help here..
-
-
:D
Re: how to change 44405 port in main.exe?
change connectserver port, not main.exe and use laucher
-
Re: how to change 44405 port in main.exe?
On the serverside you can change in the connectserver settings.ini or any config files.
On the clientside, you need to use ollydbg, convert the default port to hex, search for this (maybe you will find just one, or if you find more than one you need to find which is the real port number)
convert the new port number to hex, and replace in the row,after you just need to save and it will be okey.
or if your main is using custom.dll or anything, so the IP and the Serial is in a DLL file, the port can be in the DLL file too.