> 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/escape-from-tarkov/unnamedtech-eft-software-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 %}

***

#### Launching the Escape From Tarkov Cheat

Make sure you've completed the steps above for Preparing Your PC before continuing.

{% hint style="warning" %}
**Important:** Make sure the game and launcher are fully closed before launching the loader.
{% endhint %}

***

#### Follow these steps

1. Download and run the **loader** → [Download](https://gofile.io/d/ALawtb)
2. Enter your **license key**
3. Wait for the message: **"Please Launch** Escape From Tarkov **And Press F2 In Main Menu"**
4. Launch Escape From Tarkov
5. Once you're in the **lobby**, press **F2** and wait **10-20 seconds**

***

#### Controls

| Action            | Key        |
| ----------------- | ---------- |
| Open / Close menu | **Insert** |
| Inject in lobby   | **F2**     |

{% 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/escape-from-tarkov/unnamedtech-eft-software-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.
