We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0475a8 commit 05575f9Copy full SHA for 05575f9
ChaosMod/Memory/Physics.h
@@ -20,7 +20,7 @@ namespace Memory
20
static auto CEntity_GetColliderNonConst = []() -> void *(*)(DWORD64)
21
{
22
Handle handle = FindPattern("? 85 C0 74 ? ? 3B ? ? ? ? ? 75 ? ? 8B CF E8 ? ? ? ? ? 8D",
23
- "E8 ?? ?? ?? ?? 48 85 C0 74 23 48 8B CB");
+ "E8 ?? ?? ?? ?? 44 8B 8C 24 78 02 00 00 48 85 C0");
24
if (handle.IsValid())
25
return handle.At(IsLegacy() ? 17 : 0).Into().Get<void *(DWORD64)>();
26
0 commit comments