diff options
Diffstat (limited to 'Source/Memory.h')
-rw-r--r-- | Source/Memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Memory.h b/Source/Memory.h index fa9eb60..cce06ba 100644 --- a/Source/Memory.h +++ b/Source/Memory.h | |||
@@ -5,7 +5,7 @@ | |||
5 | #include <windows.h> | 5 | #include <windows.h> |
6 | 6 | ||
7 | // #define GLOBALS 0x5B28C0 | 7 | // #define GLOBALS 0x5B28C0 |
8 | #define GLOBALS 0x62A080 | 8 | #define GLOBALS 0x62D0A0 |
9 | 9 | ||
10 | // https://github.com/erayarslan/WriteProcessMemory-Example | 10 | // https://github.com/erayarslan/WriteProcessMemory-Example |
11 | // http://stackoverflow.com/q/32798185 | 11 | // http://stackoverflow.com/q/32798185 |