From f13040f508578cabb50c60be14562e42b84eac92 Mon Sep 17 00:00:00 2001 From: NightFyre <80198020+xCENTx@users.noreply.github.com> Date: Sat, 27 Jan 2024 08:31:08 -0500 Subject: [PATCH] Updated offsets Update SDK.hpp - Gobjects - AppendString - ProcessEvent Update config.h - APalPlayerCharacter::Tick --- SDK.hpp | 6 +++--- config.h | 2 +- 2 files changed, 4 insertions(+), 4 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; } diff --git a/config.h b/config.h index 1721cde..323e855 100644 --- a/config.h +++ b/config.h @@ -12,7 +12,7 @@ class config public: //offsets DWORD64 ClientBase = 0; - DWORD64 offset_Tick = 0x2A9E9D0;//APalPlayerCharacter::Tick + DWORD64 offset_Tick = 0x2AB1DC0;//APalPlayerCharacter::Tick // 48 89 5C 24 ? 57 48 83 EC 60 48 8B F9 E8 ? ? ? ? 48 8B | [IDA NOTE]: 2ND RESULT DWORD64 offset_AddStatus = 0x2B0E960; //UPalNetworkIndividualComponent::AddPlayerCharacterStatusPoint_ToServer //check bool IsESP = false;