How To Remove Multiclient

11/22/2013 19:18 oasis1984#1
As the topic states, I'd like to find out how to remove the multi client from a 5.2 exe. Thanks in advance for any help.
11/22/2013 19:36 nubness#2
Multiclient is not something you remove, sorry.

To make this more clear, there's a game.exe function that checks if there is a client already opened, and if there is, it cancels the launch of a new instance. The multiclient works by NOPing that function. You need to retrieve the original code and put it back in there, which obviously you cannot do.

You should get a new game.exe.
11/25/2013 17:46 oasis1984#3
Well, if there's a clean EP 4 game.exe I could sure use it,