-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
42 lines (32 loc) · 1.26 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
===============================================================================
===============================================================================
===============================================================================
Project name: KengTrainerEngine
Project Desctiption: A trainer engine template used in gamehacking and cheating
Language: C++
Date: August 2012
Author: Mikhail "keng" Remizov
Visit my russian gamehacking video blog at kekekeng.blogspot.com!
===============================================================================
===============================================================================
===============================================================================
Tools needed:
=============
-Microsoft Visual Studio Express 2010\2012
-Microsoft DirectX SDK
Detailed info:
==============
Hook DLL is used for D3D-functions hooking (to draw ingame menu and other graphics if needed) and for memory-editing. Loader is used for DLL injection into the target game's process.
Version History:
================
v0.2:
=====
-Basic hooking support
-Basic menu drawing
-Hotkeys support
-Simple loader GUI
Current TODO:
=============
-Memory editing functions implementation
-Comment the whole code
-D3D font support implementation