From f305ce9f7aeac4dbd693a915dbf85a1ae14c30d7 Mon Sep 17 00:00:00 2001 From: Sven Bledt Date: Mon, 5 Feb 2024 14:16:30 +0100 Subject: [PATCH] Update: Offsets Updating the Offsets for 1.4.0 --- libs/SDKLibrary/SDK.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/SDKLibrary/SDK.hpp b/libs/SDKLibrary/SDK.hpp index 1e71daf..e0aaf07 100644 --- a/libs/SDKLibrary/SDK.hpp +++ b/libs/SDKLibrary/SDK.hpp @@ -24,10 +24,10 @@ typedef unsigned __int64 uint64; namespace Offsets { - constexpr int32 GObjects = 0x087B9000; - constexpr int32 AppendString = 0x02CDD8E0; + constexpr int32 GObjects = 0x087EF700; + constexpr int32 AppendString = 0x02D05170; constexpr int32 GNames = 0x00000000; - constexpr int32 ProcessEvent = 0x02E5FF50; + constexpr int32 ProcessEvent = 0x02E88150; constexpr int32 ProcessEventIdx = 0x0000004C; }