Game hacking hints

– Avoiding linker errors when using different SDK.
When you wanna use a wrong version of a SDK for a game, which uses the same engine, but you know they are very similar, add the SDK header files into your project. When you want to use a specific method first write “virtual” before the method and feel free to use it. If you not do it, the compiler will show a linker error which isn’t benefit for us, since we wanna use the method from the game itself, not from a source file.

This entry was posted in Game Hacking. Bookmark the permalink.

Leave a comment