From 1e7b51d0c775bd9ad518202473245d6aa7d15357 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Sat, 15 Dec 2018 13:55:55 -0800 Subject: Right version --- Source/Memory.h | 4 ++-- 1 file 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 @@ #include #include -#define GLOBALS 0x5B28C0 -// #define GLOBALS 0x62A080 +// #define GLOBALS 0x5B28C0 +#define GLOBALS 0x62A080 // https://github.com/erayarslan/WriteProcessMemory-Example // http://stackoverflow.com/q/32798185 -- cgit 1.4.1