Posted in Debugging,Gamehacking by Mr. Novocain on September 8, 2007 at 03:04

API’s that GameGuard hook

Check out Pro C# 2010 and the .NET 4 Platform, Fifth Edition.

hitman2_w.jpg
A complete list of the Windows API’s that GameGuard hook in Ring3 (usermode) and Ring0 (kernelmode).. (more…)

Incoming search terms for the article:

 
 
Posted in Gamehacking,Programming by Mr. Novocain on September 6, 2007 at 01:00

C++ Externally modifying pointer-values

Are you interested in Pro C# 2010 and the .NET 4 Platform, Fifth Edition?

hr_inred.jpg
In games such as in this example (WarRock) some values you can change if you can find out the pointer, in CE (Cheat Engine) you can find them by using the pointer-searcher, then you get eg. 0x0B4DC0D3 + 0x1C and many people don’t know how to do with the + 0x1C and just try to add it together with the address.. (more…)

Incoming search terms for the article:

 
 
Posted in Gamehacking,Programming by Mr. Novocain on September 3, 2007 at 01:46

C++ Caption taker

This might interest you: Pro C# 2010 and the .NET 4 Platform, Fifth Edition

317970396_62fdbb8e13_o.jpg
Program that gets the window-title and class-name of the top program.. usefull when making trainers since you need to use either to use FindWindow to get the window-handle.. (more…)

Incoming search terms for the article:

 
 
Posted in Gamehacking,Programming by Mr. Novocain on September 2, 2007 at 20:22

C++ Example of patching pointers, Gunz Console

Hey! You should read Programming: Principles and Practice Using C++.

406675.jpg
Auto-updates addresses using my sigsearcher-functions and patches the game for console. (more…)

Incoming search terms for the article:

 
 
Posted in Gamehacking,Programming by Mr. Novocain on at 19:21

C++ Windows Trainer-base

This might interest you: Complete Beginners PHP 101 Ebook and Video Course