auto RemoveLegs = schema.FindPattern("client.dll", "40 53 48 83 EC 20 48 8B D9 E8 ?? ?? ?? ?? 48 85 C0 0F 85"); if (!RemoveLegs) { Log("[RemoveLegs] RemoveLegs Pattern not found", LOG_ERROR); } auto RemoveScope = schema.FindPattern("client.dll", "4C 8B DC 53 56 57 48 83 EC"); if (!RemoveScope) { Log("[RemoveScope] RemoveLegs Pattern not found", LOG_ERROR); }