fix(Pointers): Signature for REQUEST_CONTROL_OF_ENTITY

This commit is contained in:
Yimura 2021-05-26 13:16:29 +02:00
parent 07f91a28ae
commit 260ebf9a88
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -160,7 +160,7 @@ namespace big
});
// Received Event Signatures END
main_batch.add("Request Control Of Entity", "48 89 5C 24 ? 57 48 83 EC 20 8B D9 E8 ? ? ? ? 84 C0", [this](memory::handle ptr)
main_batch.add("Request Control Of Entity PATCH", "48 89 5C 24 ? 57 48 83 EC 20 8B D9 E8 ? ? ? ? ? ? ? ? 8B CB", [this](memory::handle ptr)
{
PVOID spectator_check = ptr.add(0x11).as<PVOID>();