diff --git a/src/pointers.cpp b/src/pointers.cpp index 92cf8121..c6b20eb1 100644 --- a/src/pointers.cpp +++ b/src/pointers.cpp @@ -770,7 +770,7 @@ namespace big memory::batch socialclub_batch; // Presence Data - socialclub_batch.add("PD", "48 8D 05 ? ? ? ? 48 8B F1 48 89 01 48 8D 99 90 00 00 00", [this](memory::handle ptr) { + socialclub_batch.add("PD", "48 8D 05 ? ? ? ? 48 8B F1 48 89 01 48 83 C1 08 E8 ? ? ? ? 48 8D 8E 3B 4E 00 00", [this](memory::handle ptr) { auto presence_data_vft = ptr.add(3).rip().as(); m_update_presence_attribute_int = presence_data_vft[1]; m_update_presence_attribute_string = presence_data_vft[3];