> For the complete documentation index, see [llms.txt](https://docs.xploitcheats.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xploitcheats.com/fortnite/public.md).

# Public

### 1. PREREQUISITES (DO THIS FIRST)

Perform these steps before attempting any cheat injection.

#### Disable Antivirus

* Ensure no third-party antivirus is running.
* Use Defender Control to disable Windows Defender and real-time protection.
  * [Download Defender Control](https://www.sordum.org/9480/defender-control-v2-1/)
  * Password: `sordum`

#### Uninstall Conflicting Software

If injecting for Fortnite, Rust, MW3, or Apex, uninstall the following:

* Riot Vanguard
* FACEIT
* ESEA

> Skip this step if injecting for Valorant.

#### Required Software

* **WinRAR**: Needed for extracting loader files.
* **Defender Control**: Used to disable Windows Defender.
* **Visual C++ Redistributables**: [Download here](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/)
* **DirectX Runtime**: [Download here](https://www.microsoft.com/en-us/download/details.aspx?id=35)

#### BIOS Setup

* **Disable Secure Boot** (leave enabled for Valorant)
* **Disable Virtualization** (leave enabled for Valorant)
* **Disable TPM** – Only if using built-in HWID spoofer

> All BIOS interfaces differ. Search for your motherboard model if unsure how to access these options.

#### Confirm Requirements

Make sure your system meets the minimum requirements listed on our website for the specific cheat.

***

### 2. COMMON ERRORS & FIXES

#### Cannot Open Loader

* Repeat all prerequisites.
* Uninstall any leftover antivirus.
* Disable User Account Control (UAC).
* Restart your PC.
* Update graphics drivers and Windows.

#### Failed to Load Driver / Injection Errors

* Recheck all prerequisite steps.
* Disable Virtualization, Secure Boot, and TPM (not for Valorant).
* Set BIOS mode to **UEFI**.
* Update your graphics drivers.
* Ensure Riot Vanguard and antivirus software are disabled.

#### “This Process Must Be Open”

* Run overlay tools (Steam, RivaTuner) as Administrator.
* Use the correct overlay tool for your game (refer to its individual setup guide).

#### Menu Opens but No Features Work

* Check the cheat status in the Discord server.
* Reinstall RivaTuner or Steam.
* Ensure the menu is closed when testing features.
* As a last resort, reinstall Steam (this may uninstall games).

#### Blue Screens (BSODs)

* Confirm your BIOS is in UEFI mode (`msinfo32`).
* Disable Virtualization.
* Uninstall conflicting apps:
  * Cheat Engine
  * Process Hacker
  * Razer Cortex
  * MSI Afterburner
* Verify your game files.
* Disable Hyper-V:

  ```
  bcdedit /set hypervisorlaunchtype off
  ```
* Repeat prerequisites and injection process.

#### Unknown Errors

* Contact support with a screenshot of `msinfo32`.
* Open Windows Security → Exploit Protection → Disable all settings. *(Must remain enabled for Valorant.)*
* Recheck BIOS configurations.
* Reinstall Windows if necessary.
* Open a support ticket with your full specs if all else fails.

***

### 3. SPOOFING DISCLAIMER

This applies to any product with a built-in HWID spoofer.

* The built-in spoofer may not work for everyone.
* If banned while using it, the cheat is **not** detected — your hardware was flagged.
* Use a third-party temporary spoofer if you suspect hardware flags.
* TPM must be disabled to use the built-in spoofer.

***

### 4. Fortnite Public Setup

#### Important

* **Complete all prerequisites above before starting.**

#### BIOS Requirements

* Disable **TPM** before injecting. (Recommended.)

#### Downloads

* **Loader** – Provided by your seller.
* **RivaTuner Statistics Server (RTSS)** – Required overlay tool.

#### Injection Steps

1. Open RivaTuner (RTSS) as Administrator:
   * Search "RTSS" in Windows Start
   * Right-click > Run as Admin
2. Open the loader.
3. Click **Inject**.
4. Wait for message: “Cheat Injected.”
5. Loader will close.
6. Open **Fortnite** manually.
7. Game must be in **Borderless** or **Windowed Fullscreen** mode.
8. Press `Insert` to open the cheat menu.


---

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

```
GET https://docs.xploitcheats.com/fortnite/public.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.
