From b81cab2f6935530170d15d70405a3870adc03ee3 Mon Sep 17 00:00:00 2001 From: RC <63776072+racistcop@users.noreply.github.com> Date: Wed, 22 Jun 2022 13:48:07 +1000 Subject: [PATCH] update signature for newest update --- src/hacks/Misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hacks/Misc.cpp b/src/hacks/Misc.cpp index f975c0b0..9b4b1649 100644 --- a/src/hacks/Misc.cpp +++ b/src/hacks/Misc.cpp @@ -1087,7 +1087,7 @@ static InitRoutine init( if (render_zoomed) tryPatchLocalPlayerShouldDraw(true); render_zoomed.installChangeCallback([](settings::VariableBase &, bool after) { tryPatchLocalPlayerShouldDraw(after); }); - patch_playerpanel = std::make_unique(gSignatures.GetClientSignature, "0F 94 45 ? 85 C0 0F 8E", 0x0, std::vector{ 0xC6, 0x45, 0xDF, 0x01 }); + patch_playerpanel = std::make_unique(gSignatures.GetClientSignature, "0F 94 45 ? 85 C9 0F 8E", 0x0, std::vector{ 0xC6, 0x45, 0xDF, 0x01 }); uintptr_t addr_scrbrd = gSignatures.GetClientSignature("8B 10 89 74 24 04 89 04 24 FF 92 ? ? ? ? 83 F8 02 75 09"); // Address to the function we need to jump to