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

# Krush Rust

How to setup our Krush Rust cheat & how to fix common errors.

## Getting Started

* Enable Virtualization
* Disable SecureBoot
* Disable TPM
* Disable all windows security [Anti-Virus Setup](/stasis.wtf/getting-started/quickstart.md)
* Remove any antivirus software from your system
* Remove any debugging programs from your system
* Disable Face IT, Riot and any other anticheat providers
* Install VC Redist and Direct X libraries
* Disable ANY other overlay that are not required for the product usage (Overwolf, Steelseries, Steam...)

## Launching The Product

* Download the Launcher and run it as Administrator
* Download Medal and open it as Administrator, ensure it's open while you are launching the product
* For the first usage, click on the "Register" tab to create a new account
* Click "Create", wait for the dashboard to load, and then select "Activate License", enter your key and activate.
* Click on the game select game and follow the Injection process, open the game and wait until you are in main menu / lobby.
* Ensure that the game is in borderless.
* Wait for it to load, and if everything went fine, open the game and press F2 in main menu
* Open and close menu with: INSERT KEY

### Error Fixes

<details>

<summary><strong>Window not found or code 0xE9D52</strong></summary>

1. Restart pc
2. Run medal as admin
3. Disable medal overlay
4. Enable discord overlay&#x20;
5. Now press F2 once this is all set up

</details>

<details>

<summary><strong>Overlay not clickable</strong></summary>

1. Reinstall medal overlay
2. Check other overlays that are running over the one required
3. Check your pc CPU usage, if its over 100%&#x20;
4. Uninstall any other application that use too much percentage and free up space

</details>

<details>

<summary><strong>Initialization Failure: Process Terminated</strong></summary>

1. The loader is either getting blocked or you have a running process that is not allowed.
2. Ensure that you have no VM installed, no VM processes and no debugging tools open
3. If error still occurs, contact support

</details>

<details>

<summary><strong>Initialization Failure: Failed to create tmp file</strong></summary>

1. Ensure setup is done correct
2. Restart PC and reinject

</details>


---

# 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://stasis-wtf.gitbook.io/stasis.wtf/rust/krush.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.
