API’s that GameGuard hook
This might interest you: Sams Teach Yourself Beginning Programming in 24 Hours (2nd Edition)
![]()
A complete list of the Windows API’s that GameGuard hook in Ring3 (usermode) and Ring0 (kernelmode).. (more…)
This might interest you: Sams Teach Yourself Beginning Programming in 24 Hours (2nd Edition)
![]()
A complete list of the Windows API’s that GameGuard hook in Ring3 (usermode) and Ring0 (kernelmode).. (more…)
Hey! You should read Beginning Programming For Dummies.
![]()
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…)
Are you interested in Pro C# 2010 and the .NET 4 Platform, Fifth Edition?
![]()
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…)
Check out Programming: Principles and Practice Using C++.
![]()
Auto-updates addresses using my sigsearcher-functions and patches the game for console. (more…)
Hey! You should read Programming: Principles and Practice Using C++.
![]()
Windows trainer-base written in C++ by me.. (more…)