From 0f5072852e3a23e71222e4ee2f6abee6d4d2cf0f Mon Sep 17 00:00:00 2001 From: Mateusz Date: Sat, 27 Jan 2024 14:52:09 +0100 Subject: [PATCH] Update SDK.hpp Update offsets --- SDK.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SDK.hpp b/SDK.hpp index ecce257..1e71daf 100644 --- a/SDK.hpp +++ b/SDK.hpp @@ -24,10 +24,10 @@ typedef unsigned __int64 uint64; namespace Offsets { - constexpr int32 GObjects = 0x0879E000; - constexpr int32 AppendString = 0x02CC8CA0; + constexpr int32 GObjects = 0x087B9000; + constexpr int32 AppendString = 0x02CDD8E0; constexpr int32 GNames = 0x00000000; - constexpr int32 ProcessEvent = 0x02E4AE30; + constexpr int32 ProcessEvent = 0x02E5FF50; constexpr int32 ProcessEventIdx = 0x0000004C; }