Enums

injectionResult

  • DLLBlocked : Couldn't download the DLL required for Oxygen U, could be because of the fact that they may have their anti-virus enabled. Make sure they have their Real Time Protection off or they've added the current running folder to their exclusion.

  • InjectorBlocked : The same as DLLBlocked, but with the injector file.

  • AlreadyInjecting : The API has already received a call to inject into ROBLOX, ignore this.

  • RobloxNotFound : Couldn't find the ROBLOX process to inject into.

  • InjectionFailed : Couldn't inject into ROBLOX, this could be because of the fact that it took too long to inject, or an unexpected error had occurred.

  • Success : Successfully injected into the ROBLOX Process & the pipe has been created.

ExecutionResult

  • Success : Successfully executed said script.

  • DLLNotFound : Couldn't find the DLL for OxygenU, it is Likely that you haven't tried to inject yet or it has been deleted by an anti-virus.

  • PipeNotFound : Couldn't find the pipe required for OxygenU's execution, likely because you haven't injected.

  • Failed : Couldn't write to the pipe, this error is quite unexpected so I couldn't really tell you what to do.

Last updated