> For the complete documentation index, see [llms.txt](https://docs.realdudesinc.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realdudesinc.net/product-documentation/fortnite-products/unnamedtech-fortnite-internal/how-do-i-download-and-install.md).

# How do I download and install?

#### Preparing Your Computer

{% hint style="warning" %}
**Important:** Complete these steps **before launching any loader**. Skipping any step is the most common cause of issues.
{% endhint %}

***

#### Step 1: Disable Windows Defender

1. Download **DControl** → [Download](https://drive.usercontent.google.com/download?id=1jxmKjN820qP_cLZLgbeBi-aP5DUbROle\&export=download\&authuser=0)
2. WinRAR password: **sordum**
3. Open **DControl.exe**
4. Disable **Windows Defender Real-Time Protection**

{% hint style="warning" %}
**Warning:** Windows Defender must be disabled every time before launching the loader. It resets after reboot.
{% endhint %}

***

#### Step 2: Install Required Components

Make sure the following are installed on your system:

* **Visual C++ Redistributable (2015-2022)** → [Download x64](https://aka.ms/vs/17/release/vc_redist.x64.exe) · [Download x86](https://aka.ms/vs/17/release/vc_redist.x86.exe)
* **DirectX End-User Runtime** → [Download](https://www.microsoft.com/en-us/download/details.aspx?id=35)

***

#### Step 3: Remove Conflicting Software

The following must be **fully uninstalled**, not just closed:

* **FACEIT Anti-Cheat**
* Any third-party antivirus (Avast, Kaspersky, McAfee, ESET, Bitdefender, etc.)

{% hint style="danger" %}
**Do not skip this:** If FACEIT AC or a third-party antivirus is installed, the loader will not work regardless of other settings.
{% endhint %}

***

#### Step 4: Game Graphics Settings

1. Launch the game once without the cheat
2. Go to **Graphics Settings**
3. Set everything to **Low**
4. Close the game completely

{% hint style="info" %}
**Tip:** Low graphics settings improve stability and reduce the chance of crashes or freezes during injection.
{% endhint %}

{% hint style="success" %}
**All done.** You're ready to launch the loader. Follow the product-specific launch guide below.
{% endhint %}

***

#### IMPORTANT STEP

**Windows Driver Kit (WDK): Installation**

Follow these steps carefully to ensure a correct setup.

#### Step 1: Download

* Download the Windows Driver Kit (WDK): [Download WDK](https://go.microsoft.com/fwlink/?linkid=2335869)

***

#### Step 2: Verify Configuration

* During installation, make sure your selected path matches the configuration shown in the screenshot below.

![unnamed\_FT\_Internal.png](https://api.realdudesinc.net/uploads/unnamed_FT_Internal_7cfb541659.png)

{% hint style="warning" %}
The installation path must match exactly. An incorrect path will cause the loader to fail.
{% endhint %}

***

#### Step 3: Install

* Proceed through the installer: **Next → Next → Next → Accept**

***

#### Step 4: Continue

{% hint style="success" %}
Once installation finishes successfully, proceed to the next step of the guide.
{% endhint %}

***

#### Launching the Product

Make sure you've completed Preparing Your PC before continuing.

#### Before You Start

* Install [Medal TV](https://medal.tv/).
* Sign in to your Medal TV account.
* Make sure the **game and launcher are fully closed**

{% hint style="warning" %}
Medal TV must be installed and logged in before launching the loader. Without it, the cheat will not inject.
{% endhint %}

***

#### Launch Order

1. Download and run the **loader** → [Download](https://gofile.io/d/ALawtb)
2. Enter your **license key**.
3. Once the loader closes, then launch **Medal TV as Administrator**.
4. Launch the **game**.
5. Once you're in the **lobby**, press **F2**.
6. Wait up to **60 seconds**, the menu will appear.
7. Use **Insert** to open/close the menu at any time.

{% hint style="info" %}
The menu may take 10-60 seconds to appear after pressing F2. This is normal, wait in the lobby without clicking anything.
{% endhint %}

***

#### Game Display Settings

The cheat requires the game to run in a specific display mode:

* ✅ **Borderless Windowed** (recommended)
* ✅ **Windowed** (works)
* ❌ **Fullscreen** (not supported)

{% hint style="success" %}
Enjoy your game!
{% endhint %}


---

# 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://docs.realdudesinc.net/product-documentation/fortnite-products/unnamedtech-fortnite-internal/how-do-i-download-and-install.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.
