Anyone cam eup with a tutorial or information on creating custom loaders...players would be able to download this exe instead of razor etc. and load directly into your server?
 
Anyone cam eup with a tutorial or information on creating custom loaders...players would be able to download this exe instead of razor etc. and load directly into your server?

Look into windows detours if you want to code in c++ or easyhook for c#.

You need to hook code from the client that interacts with Ws2_32.dll, specifically the connect and WSAconnect function of the dll.

There are no tutorial to specifically hook code from this dll as far as I know, but that is what you need to do. That or create a patch for the client, which as far as I know would be less than legal in a lot of countries.
 
Back