> For the complete documentation index, see [llms.txt](https://chams-services.gitbook.io/chams-services-loader/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chams-services.gitbook.io/chams-services-loader/fivem/fivem-macho.md).

# FiveM Macho

#### Loader Setup Guide

**1. Loader Options:** [**Loader**](https://machocheats.com/web/download)

* **Lua**: Enables extra Lua features, like the executor.
* **Stealth (Streamproof)**: Hides the product from video capture tools (e.g., Discord screenshare).
* **Cleaner**: Removes traces that PC scanning tools might detect.
* **Static Serials**: Keeps the same HWID each time you use the Spoofer. Delete the "hardware" file near the loader to reset it.
* **Bypass AC**: Hides info to bypass anticheat systems.

**2. Disable Antivirus:**

* Uninstall third-party antivirus (e.g., Kaspersky, Avast, Norton) to avoid conflicts.
* If the loader doesn’t open, disable your antivirus and redownload it. Check blocked downloads by pressing **CTRL + J** in your browser.

**3. Install C++ Redistributables:**

* Download and install C++ Redistributables if the loader won’t open:\
  [Download Link](https://aka.ms/vs/17/release/vc_redist.x64.exe).

**4. Avoid OneDrive Issues:**

* Place the loader somewhere outside OneDrive, like the **C:/ drive**.

**5. Uninstall Permanent Anticheats:**

* Remove anticheats like **Vanguard** (Valorant) or **FaceIt** (Counter-Strike).

**6. Disable Control Flow Guard (CFG):**

* Search **Exploit Protection** in Windows, turn off **Control Flow Guard**, and restart your PC.

**7. Disable Virtualization-Based Security (VBS):**

* Check VBS by searching **msinfo32**.
* To disable:
  1. Search **Core Isolation** and turn off **Memory Integrity**.
  2. Go to Control Panel → **Programs** → **Turn Windows features on or off**, and disable **Hyper-V**.
  3. Restart your PC.


---

# 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://chams-services.gitbook.io/chams-services-loader/fivem/fivem-macho.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.
