Update presence data sig (#1186)

This commit is contained in:
maybegreat48 2023-04-04 14:57:32 +00:00 committed by GitHub
parent a6b99ea481
commit 919f7ac9ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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<PVOID*>();
m_update_presence_attribute_int = presence_data_vft[1];
m_update_presence_attribute_string = presence_data_vft[3];