We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82edd64 commit bc863b4Copy full SHA for bc863b4
ChaosMod/Memory/Vehicle.h
@@ -104,8 +104,7 @@ namespace Memory
104
{
105
Handle handle;
106
107
- handle = FindPattern("48 89 0D ? ? ? ? E8 ? ? ? ? 48 8D 4D C8 E8 ? ? ? ? 48 8D 15 ? ? ? ? 48 8D 4D C8 45 "
108
- "33 C0 E8 ? ? ? ? 4C 8D 0D");
+ handle = FindPattern("48 89 0D ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 8D 4D C8", "48 89 0D ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 8D ?? ?? ?? 00 00 00 48 89");
109
if (!handle.IsValid())
110
return;
111
0 commit comments