> For the complete documentation index, see [llms.txt](https://errorhub.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://errorhub.gitbook.io/docs/our-scripts/loading-screen-v1.md).

# Loading Screen v1

**Restrict players to FiveM Beta/Canary clients and block Release versions.**\
This script prevents most known cheat menus (like RedEngine, Eulen, etc.) by disallowing connections from the Release version of FiveM—where such cheats typically operate. Lightweight, automatic, and highly effective.

{% embed url="<https://youtu.be/gChi-NuiUzc>" %}

***

<details>

<summary>FEATURES</summary>

* **Stops Known Cheat Engines**
  * Blocks RedEngine, Eulen, and similar tools
  * Detects and prevents access during player connect
* **No Performance Impact**
  * Fully optimized: **0.00ms idle**
  * Does not affect gameplay or server performance
* **Adapts Automatically**
  * Automatically follows FiveM version updates
  * No manual intervention required
* **Logging & Real-Time Alerts**
  * Sends instant Discord alerts when blocked users try to join
  * Customizable log data for admin visibility
* **Whitelist Options**
  * Allow trusted users to join using Release if needed
  * Supports:
    * **Discord Role Whitelist**
    * **Manual ID Whitelist**
* **Easy to Install & Configure**
  * Drag-and-drop installation
  * Simple config for alerts, logging, and whitelisting
  * No ongoing maintenance needed
* **Compatible with Any Anti-Cheat**
  * Adds an extra security layer **before** cheats even run
  * Works alongside any existing anti-cheat solution

<br>

</details>

<details>

<summary>RESMOM (OPTIMIZATION)</summary>

* Runs at 0.0ms in idle.

</details>

<details>

<summary>REQUIRED DEPENDENCIES </summary>

* ox\_lib

</details>

<details>

<summary>COMPATIBILITY</summary>

We have support for qbcore, qbox, esx, ox-core, and nd coreand it's built in a way that it's completely standalone compatible and can work with any framework with basic integration

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://errorhub.gitbook.io/docs/our-scripts/loading-screen-v1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
