FunctionsIsInjectedOn this pageIsInjectedIsInjected Gets the injected status from the registry and returns it. Syntax public static bool IsInjected() Returns bool: The injected status. Example bool injection = SirHurtAPI.SirHurtAPI.IsInjected();Console.WriteLine("Injection Status: " + injection);