Multiclient

02/03/2017 03:35 Amro_epvp#1
I need a multiclient To level up at clan
02/03/2017 16:02 Zemunasu#2
One is enough

[Only registered and activated users can see links. Click Here To Register...]
02/03/2017 21:38 Amro_epvp#3
Quote:
Originally Posted by Zemunasu View Post
One is enough

[Only registered and activated users can see links. Click Here To Register...]
whatdo dat mean
02/04/2017 14:00 golle12#4
he tries to tell you that one thread, to ask, is enough. And to get multiclient you need to take a look into the winapi function CreateMutexA.
02/04/2017 23:22 Cyrex'#5
In case the client is using CreateMutexA/W you can hook OpenMutex in the new instances or CreateMutex/CreateProcess in the old instance and always return NULL.

Additionally, if it's using CreateProcess you will need to set the arguments such that the process may not inherit the mutex handle.