diff options
-rw-r--r-- | Source/Memory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Memory.h b/Source/Memory.h index fad6a38..fa9eb60 100644 --- a/Source/Memory.h +++ b/Source/Memory.h | |||
@@ -4,8 +4,8 @@ | |||
4 | #include <vector> | 4 | #include <vector> |
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 0x62A080 |
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 |