[Source] Raep - ws2_32 Proxy DLL + Configurable Injector
Here's the source for a utility I wrote awhile back that I find useful for testing my code against a specific target.
The only catch is that your target has to be using ws2_32.dll (aka Winsock 2), which most modern Windows internet-enabled programs do.
Basically, you compile this, drop the ws2_32.dll you compiled into the folder with the game's exe, create a file in the same folder named raep.cfg and in that file you put the path (relative or absolute) to any DLL(s) you want to be loaded into the target when it starts up. One DLL per line. I've included the full Visual Studio 2005 project files. If you have any questions, let me know.
Enjoy.
Nice man! thanx for posting ,very useful.