Quote:
Originally Posted by multiuses
hello there
i wonder if someone can explain how to make a HWID restriction for my client ?
what is the best way to do that ?
and how to inject the dll file into the client exe
and how to get this file and what is the best dll file i may use ?
i will really appreciate any hints or help 
thanks in advance .
|
In a nutshell:
Build a .dll that is integrated with sro packets (You dont have to import the whole silkroad security api)
capture the connected socket which the sro_client uses to connect the modules.
Devise a hwid formula (in the hope of a constant per pc uniquely identified result)
Encrypt the hwid and the .dll
Inject the hwid packet using the already connected captured socket.
inject the dll to the sro_client (OEP - There are tools that does that easily if u dont wanna mess with asm)
Decrypt the enc hwid with your server filter
handle limitation
thats it