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

# Fortnite Private

## Windows Setup Guide

Complete **every step** below before launching the software.

***

## 1. Install Visual C++ Redistributables

Download and install the latest Visual C++ Runtime Package (All-in-One).

**Download:**\
<https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/>

#### Instructions

1. Extract the downloaded ZIP.
2. Right-click **install\_all.bat**.
3. Select **Run as Administrator**.
4. Wait for the installation to complete.

***

## 2. Install DirectX Runtime

Some systems require the legacy DirectX runtime libraries.

**Download:**\
<https://www.microsoft.com/en-us/download/details.aspx?id=35>

#### Instructions

1. Download **dxwebsetup.exe**.
2. Run the installer.
3. Complete the installation.
4. Restart your PC if prompted.

***

## 3. Disable Microsoft Defender

Follow the guide below to temporarily disable Microsoft Defender if required.

**Guide:**\
<https://drive.proton.me/urls/KZQ3MQR6K0#ALlcwZ9BE5qH>

***

## 4. Windows 11 Only (Required)

**Windows 11 users must complete this step before launching the software.**

Disable:

* **Core Isolation (Memory Integrity)**
* **Microsoft Vulnerable Driver Blocklist**

***

## 5. Install Cloudflare WARP

Cloudflare WARP can improve connection stability.

**Download:**\
<https://one.one.one.one/>

#### Instructions

1. Install Cloudflare WARP.
2. Sign in if prompted.
3. Connect to **WARP** before launching the software.

***

## 6. Restart Your Computer

After completing all of the steps above:

* Restart your PC.
* Launch the software.
* If you experience any issues, reinstall the Visual C++ package and DirectX runtime, then restart again.


---

# 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://guide.lunarcheat.com/fortnite-private.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.
