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