TEXT   125
Untitled
Guest on 28th November 2024 06:44:25 PM


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

Raw Paste

Login or Register to edit or fork this paste. It's free.