# MACHO FIVEM

### [**LOADER DOWNLOAD**](https://machocheats.com/uploads/MachoUnbranded.rar)

### 🛠 Troubleshooting & Common Issues

#### ❌ Unable to Disable Control Flow Guard (CFG)

To disable **Control Flow Guard**, follow these steps:

1. Search for **Exploit Protection** in Windows.
2. Open it and disable **Control Flow Guard (CFG)**.
3. Restart your PC, then launch the product again.

**If CFG cannot be disabled through the UI:**

1. Open **PowerShell as Administrator**.
2. Run the command below:

   ```
   Set-ProcessMitigation -System -Disable CFG
   ```
3. Restart your PC and relaunch the product.

⚠️ **Important:** PowerShell **must** be run as Administrator or this will not work.

***

#### ❌ Unable to Disable Virtualization-Based Security (VBS)

To disable **VBS**:

1. Search for **Core Isolation** in Windows Security.
2. Disable **Memory Integrity**.
3. Restart your PC and try again.

**If VBS remains enabled:**

* Run the provided script: [vbs.reg](https://cdn.discordapp.com/attachments/1279768489791586340/1327721939749437572/vbs.reg?ex=67ea452a\&is=67e8f3aa\&hm=f232dffa980c0ae51149a217fa84641f699c2206154097e65a633a710688b9a7&)
* Run it as **Administrator**
* Restart your PC

📝 *This issue is commonly caused by antivirus software or Valorant’s Anti-Cheat.*

***

#### ⚠️ Antivirus / Anti-Cheat Conflicts

Some antivirus programs and anti-cheat software **cannot be fully disabled**.

* We recommend **uninstalling** any conflicting software.
* Disabling antivirus may not be sufficient in all cases.
* Valorant’s Anti-Cheat is a known cause of conflicts.

***

#### ❌ FiveM Installation Not Found

Your FiveM installation could not be detected.

**Fix:**

* Reinstall **FiveM** into its **default directory**:

  ```
  %AppData%
  ```

📌 If FiveM cannot be detected:

* The spoofer will not be able to remove all traces
* The menu will not be able to switch your game to **Release**

***

#### ❓ Do You Support FiveM Canary / Beta?

No.

Due to frequent updates, we **only support the current FiveM Release build**.

Your game **must** be set to **Release** when loading our products.

***

#### ❌ Product Not Loading in FiveM

Ensure the following:

* FiveM is set to **Release**
* You are not using **Canary / Beta**

**Streamproof Stealth Edition Requirements:**

* Game must be in **Fullscreen** (❌ not Fullscreen Exclusive)
* **DirectX 11** must be enabled

***

### ✅ Final Notes

Most issues are resolved by:

* Disabling CFG & VBS correctly
* Removing conflicting antivirus / anti-cheat software
* Ensuring FiveM is installed correctly and set to **Release**

If issues persist, please contact support through our **Discord**.


---

# Agent Instructions: 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:

```
GET https://gamerware.gitbook.io/gamerware/macho-fivem.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
