> 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/rainbow-six-siege/vega.md).

# Vega

## Installation & Usage Guide

### ⚠️ Before You Start

Make sure you **do not have any antivirus or anticheat running** before starting.

This includes (but is not limited to):

* Antivirus software
* Vanguard
* FACEIT
* ESEA

(use **dControl**)

Download: <https://download.desync.app/dControl.zip>

***

### 📝 First-Time Setup & Registration

1. If you use the cheat for the first time, you must **register** first.
   * The **Register** button is located directly under the **Login** button.
2. Enter your **username** and **password**.
3. After that, enter your **Cheat Key**.
4. When registration succeeds, log in.
5. After logging in, you should see your **active cheat subscriptions**.

***

### 🚀 Loading Instructions

1. Press the **Load** button.
2. A popup will appear asking you to **reboot your machine**.
3. Restart your PC.
4. After rebooting, open the loader again and **log in**.
5. Press **Load** for the **second time**.
6. If everything worked correctly, the **loader will close itself**.
   * ⚠️ It is **not normal** if the loader stays open.

***

### 🎮 In-Game Instructions

1. Start the game.
2. Make sure the game is running in **BORDERLESS window mode**.
3. **Only for R6**:
   * Wait for the game to properly restart and download the security patch.
4. Press the **INSERT** key while inside the game window.
   * The menu should appear.
   * Use **INSERT** again to open / close the menu.
5. **Only for R6**:
   * First chair load time can take **up to 10 minutes**, depending on your internet speed.
   * ❗ Do **not** close the game during this process.

***

## ❌ Errors & Fixes

### 1️⃣ How to Turn Off HVCI

Launch **Command Prompt as Administrator**, then type the following commands:

```cmd
bcdedit /set hypervisorlaunchtype off
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v "Enabled" /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v EnableVirtualizationBasedSecurity /t REG_DWORD /d 1 /f
```

### 2️⃣ Menu Not Showing

* Disable **Exploit Protection** in **Windows 11 Security Settings**

***

### 3️⃣ Fix Loader Crashing or Not Starting

Paste the following commands **individually** into an **elevated Command Prompt**:\
Dism /Online /Cleanup-Image /ScanHealth\
Dism /Online /Cleanup-Image /RestoreHealth\
sfc /scannow\ <br>

### 4️⃣ Booting Issues

* Enter BIOS
* Set **Windows Boot Manager** as the **first boot option**

***

### 5️⃣ Loader Keeps Wanting to Restart PC

#### Usual Causes

* Multiple Windows installations
* A second, bugged EFI partition existing somewhere
* Some laptops may get stuck on a black screen during restart (rare)

#### Solutions

* **If you have Nr. 1**:
  * Physically unplug the other Windows drive
* **If you have Nr. 2**:
  * Either erase the EFI partition *(requires IT knowledge)*
  * Or perform a full Windows reinstall
* **If you have Nr. 3**:
  * You will likely need a refund


---

# 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/rainbow-six-siege/vega.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.
