From d737c01b333f349ff9d4803784fee1051ee93cb9 Mon Sep 17 00:00:00 2001 From: gir489 <100792176+gir489returns@users.noreply.github.com> Date: Tue, 20 Feb 2024 12:29:02 -0500 Subject: [PATCH] Fixed Social Club Presence Data. (#2729) --- src/pointers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pointers.cpp b/src/pointers.cpp index 403e5528..73d40d5c 100644 --- a/src/pointers.cpp +++ b/src/pointers.cpp @@ -1771,7 +1771,7 @@ namespace big // Update instructions: Scan 48 89 5C 24 08 48 89 6C 24 10 48 89 74 24 18 57 41 56 41 57 48 83 EC 40 41 8B E9 and xref it to get to the vtable. Xref the vtable and generate a new signature { "PD", - "48 8D 05 ? ? ? ? 48 8B D9 48 89 01 48 83 C1 08 E8 ? ? ? ? 33 C0", + "48 8D 05 ? ? ? ? 48 8B F9 48 89 01 48 83 C1 08 E8 ? ? ? ? 33 C0", [](memory::handle ptr) { auto presence_data_vft = ptr.add(3).rip().as();