anticheatengine

  1. L

    C# Anti Cheat Engine

    [DllImport("user32.dll", SetLastError = true)] static extern IntPtr FindWindow(string lpClassName, string lpWindowName); [DllImport("ntdll.dll", SetLastError = true)] public static extern int NtSetInformationProcess(IntPtr process, int process_class, ref int process_value, int length)...
  2. L

    C# Anti Cheat Engine

    [DllImport("user32.dll", SetLastError = true)] static extern IntPtr FindWindow(string lpClassName, string lpWindowName); [DllImport("ntdll.dll", SetLastError = true)] public static extern int NtSetInformationProcess(IntPtr process, int process_class, ref int process_value, int length)...