> For the complete documentation index, see [llms.txt](https://docs.closetware.store/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.closetware.store/guide/prime-rust/setup/cheat-setup-instructions.md).

# Cheat Setup Instructions

## 1. <mark style="color:purple;">Preparations</mark>

<details>

<summary><i class="fa-virus" style="color:red;">:virus:</i> Disable All Antivirus (Click Here for Help)</summary>

* Download and Run this file: <https://loader.colortune.ru/Defender%20Control%20v2.1.zip>

1. Run and press disable until application turns red.

</details>

<details>

<summary><i class="fa-windows" style="color:purple;">:windows:</i> Disable Windows Features (Click Here for Help)</summary>

* Disable UAC

1. In Windows search, type - UAC (Change Account Settings)
2. Open it and slide the slider down

* Disable Kernel Isolation

1. In Windows search, type "Kernel isolation"
2. Go to settings and turn off all options

</details>

<details>

<summary><i class="fa-ban" style="color:orange;">:ban:</i> Disable Driver Blocklist (Windows 11 Only) (Click Here for Help)</summary>

* Download the file below:

{% file src="/files/NbdQr5UFtehcfh5shtMA" %}

1. Run the downloaded file and wait until its done

</details>

## 2. <mark style="color:green;">Installing The Launcher</mark>

* Download the loader from this link: [https://mega.nz/folder/OAkhFCbJ#X0bbzcy5PFIiOJOWnuQyog](https://loader.colortune.ru/)

1. Input your key to get your unique loader.
2. Open the loader, input your key and start your game once the loader is closed!

## 3. <mark style="color:orange;">Starting The Game</mark>

* Once you've ran the loader and it has closed fully, you may open the game!

1. Wait for the cheat to load.
2. Once the Cheat Is Loaded, you may press the "Insert/Ins" Button on your keyboard.

{% hint style="info" %}
Once fully in the game and in the main menu, simply press `Insert` to open the Crusader menu, Press `Insert` to hide the menu. If you have a keyboard without an `Insert` key you can use [On-Screen Keyboard](#user-content-fn-1)[^1]
{% endhint %}

[^1]: On-screen keyboard can be found pre-installed on Windows

    ![](/files/fSjpvN7qQ0rXfD9w4oGU)


---

# 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.closetware.store/guide/prime-rust/setup/cheat-setup-instructions.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.
