Posted in Cracking,Debugging,Programming by Mr. Novocain on September 18, 2007 at 20:01

C++ Anti-Cracking “hide” your WinAPI-calls

Are you interested in Complete Beginners PHP 101 Ebook and Video Course?

_20050908_canapa_mariuana_droga_droghe.jpg
If you’re a software-programmer and/or reverse-engineer you should know that using Windows API-calls is a easy way to write code, and also in many cases a good point for reverse-engineers to trace to/from while removing potential protections.. (more…)

Incoming search terms for the article:

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

API’s that GameGuard hook

This might interest you: Beginning C++ Through Game Programming, Second 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

Hey! You should read Cheap PHP + MySQL Ebook!.

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 Programming by Mr. Novocain on September 4, 2007 at 22:30

C++ Clipboard Set & Paste (aka Spammer)

Hey! You should read Programming PHP.

118737311321.jpg
This program sets the clipboard to a certain message then when user presses F5 it starts to paste (Ctrl+V) the message to the current window and presses Return (sends message in MSN) until user presses F8.

Tested with spamming people on MSN (more…)

Incoming search terms for the article:

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

C++ Caption taker

Hey! You should read PHP and MySQL Web Development (4th 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: