> 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/rust-external.md).

# Rust External

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

***

## 🔧 Before You Start

Before installing, make sure you have completed the following:

#### Required Downloads

* Loader
* Visual C++ Runtimes
* DirectX End-User Runtime
* VC Redist

#### Temporarily Disable

* Antivirus software

#### BIOS Settings

Ensure the following BIOS settings are configured:

| Setting        | Value      |
| -------------- | ---------- |
| UEFI           | ✅ Enabled  |
| Secure Boot    | ❌ Disabled |
| TPM 2.0        | ❌ Disabled |
| Virtualization | ✅ Enabled  |

#### Discord Settings

| Setting               | Value |
| --------------------- | ----- |
| Overlay               | ✅ ON  |
| Hardware Acceleration | ✅ ON  |

***

## 🚀 Installation

1. Open the **Loader**.
2. Paste your **License Key**.
3. Click **Inject**.
4. Wait for the injection to finish.
5. **Restart your PC**.
6. After reboot:
   * Make sure **Rust is completely closed**.
   * Open the loader again.
   * *(Use your USB if required.)*
7. Click **Inject** again.
8. Wait until you see **"Waiting for game"**.
9. Click **OK**.
10. Launch **Rust**.
11. **Do NOT Alt-Tab or switch windows.**
12. Wait until:
    * The menu appears.
    * You hear the beep.
13. Press **DELETE** to open or close the menu

***

### 💥 Blue Screen (BSOD)

Make sure your antivirus is completely disabled.

For best results:

* Completely uninstall your antivirus.

***

### 🔁 PC Keeps Rebooting

Open **Command Prompt as Administrator** and run:

```cmd
bcdedit /set hypervisorlaunchtype auto
```

Restart your PC afterwards.

if this doesnt work do a sfc/scannow in your cmd and restart.

#### Things to check

* Verify your Windows version.
* **Windows 10 or 11 pro** is recommended.

***

## 🪟 Windows 11 Pro Upgrade Guide

Follow these steps carefully.

### Step 1 — Open Command Prompt as Administrator

* Press the **Windows Key**
* Search for **cmd**
* Right-click **Command Prompt**
* Select **Run as administrator**
* Accept the UAC prompt

***

### Step 2 — Run These Commands

Run each command individually.

```cmd
sc config LicenseManager start= auto & net start LicenseManager
```

```cmd
sc config wuauserv start= auto & net start wuauserv
```

```cmd
changepk.exe /productkey VK7JG-NPHTM-C97JM-9MPGT-3V66T
```

***

### Step 3 — Finish Upgrade

* Allow Windows to finish upgrading.
* **Do NOT close Command Prompt.**
* Restart your PC when prompted.
* After reboot, Hyper-V will be available in **Windows Features**.

> **Support Tip:**\
> If you're still having trouble, using ChatGPT or Claude to help troubleshoot your Windows Pro upgrade or Hyper-V setup can often provide step-by-step guidance.

***

## 🖥️ Rust Menu Is Extremely Large

If the menu appears oversized:

#### 1. Restart & Reinject

After fixing your display settings:

* Restart your PC.
* Inject again.

#### 2. Wait Before Pressing OK

When the loader says **Successfully Injected**:

Wait **15 seconds** before clicking **OK**.

This allows the cheat to correctly detect your screen size.

***

## ⚠️ "HV Diag" Error

If you receive an error similar to:

```
kernel_base = 0x0000...
```

Try the following:

1. Restart your PC.
2. Inject again.

If the issue continues:

* Double-check every setup step.
* Make sure all required software is installed.
* Verify BIOS settings.
* Verify Windows version.

> At this time there is **no confirmed permanent fix**.\
> This is a rare issue and the developer is currently investigating it.

### Error Fixes

<details>

<summary><strong>DO THIS</strong></summary>

**For rust external, ALWAYS ensure driver blocklist setting and core iso settings are correct, to do so have users do this**

* Have users run both files, and then restart
  * Driver Blocklist disable tool: <https://mega.nz/file/yM8QhbgY#YrIjv9l61G5Dl1DI2vdtbBz90OUTq1D8PO4-A0QNn8I>
  * Core Isolation disable tool: <https://mega.nz/file/rIEWSChR#fRxPo70FtStma_JVOSCoGC0JbKoWbdny8947H3MlfqY>

</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/rust-external.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.
