Quote Originally Posted by Stix
kms, it's done thru .dll hook injection(this method works without an sdk) i just have to wait for it to come out and then view it's Dependencies and API functions. thats all.
That's if they release the DLL, they could just compile the whole thing into the exe. I assume the reason for the DLL was to make an sdk possible.

If I was doing an ad-based game, I don't think I'd build a DLL, but they might cause they don't have much programmer time. Altho, even with a DLL I'm still unclear how it would work well (client server and menu options) without the sdk code, unless u adapted the code from the gore sdk.

It's still do-able w/o a dll, but it becomes a much more difficult problem as you'd have to hack the exe.