> For the complete documentation index, see [llms.txt](https://ghostware.gitbook.io/ghostware/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ghostware.gitbook.io/ghostware/rainbow-six-siege/r6s-vega.md).

# R6S Vega

## 1. Run the loader

{% hint style="warning" %}
Ensure your game is not open before running any cheat loader!
{% endhint %}

Download the correct loader for the product you purchased, then open the loader, please note that on first launch the file may download an update and close (reopen it again), while also randomizing its file name, so place it in a folder in your downloads to ensure you don’t lose track of it.

Loader Download: <https://mega.nz/folder/OAkhFCbJ#X0bbzcy5PFIiOJOWnuQyog>

## 2. Register & login

If you are using the cheat for the first time, register first.

The register button is right under the Login button.

After you've registered an account login with the account you just made & enter your cheat key found in the deliverables section on your invoice, or you can find this in your customer panel.

## 3. First cheat load

Press the **Load** button, a pop-up will appear asking you to reboot your PC, Click **Yes.**

## 4. Second cheat load

After rebooting, open the loader & login for a second time.

Press **Load** for the second time, if everything worked properly, the loader should close itself.

{% hint style="warning" %}
It is NOT normal for the loader to stay open, it should close by itself after a second load.
{% endhint %}

## 5. Start the game

After the loader closes by itself, open up Rainbow Six Siege.

{% hint style="warning" %}
Ensure your games display mode is in Borderless.  The cheat will NOT work in Fullscreen.
{% endhint %}

## 6. Toggling the cheat menu

The menu toggle key for the product is Insert (INS). If you do not have this key on your keyboard, you can open the on screen keyboard by pressing CTRL + Windows key + O.

## 7. How to avoid bans

Most game bans happen because of aimbot use. Anti-cheat systems are highly effective at detecting aimbots, they analyze mouse movements, build a behavioral “fingerprint” of your aim, and flag sudden, unnatural changes in accuracy. Many anti-cheats now use AI to spot these patterns, making aimbot use relatively easy to detect.

**We HIGHLY recommend ESP Only use if possible, read below on why.**&#x20;

ESP provides visual information, such as seeing enemies through walls without ever interacting with your mouse or aim mechanics. Since there’s no input for anti-cheat software to track, there’s no sudden change in your aim or behavior to flag. This makes ESP far harder to detect, giving you a much lower risk profile over long-term play.

## 8. Common Errors

<details>

<summary><strong>Menu not showing</strong></summary>

Disable "Exploit Protection Settings" you can follow this guide [HERE](/ghostware/getting-started/anti-virus-setup.md)

</details>

<details>

<summary><strong>Loader crashing /</strong> Loader not starting</summary>

1. Disable ALL firewall settings.
2. If that doesn't work try using a VPN, we recommend using [CloudFlare Warp](https://one.one.one.one/).
3. If the above did not work follow these steps:
4. Open CMD as administrator.
5. Paste the following commands in one by one.
6. `Dism /Online /Cleanup-Image /ScanHealth`
7. `Dism /Online /Cleanup-Image /RestoreHealth`
8. `sfc /scannow`

</details>

<details>

<summary><strong>Loader keeps wanting to restart PC</strong></summary>

1. Disable Virtualization in BIOS.  You can follow this guide HERE.
2. If you have Nr. 1: Physically unplug the other Windows drive.
3. If you have Nr. 2: Fresh windows install OR Delete your 2nd windows EFI partition (Requires IT knowledge)
4. If you have Nr. 3: You will require a dev check & a possible refund

</details>

<details>

<summary>BSOD when opening loader</summary>

1. Make sure ALL security setting are DISABLED (Reputation-based Protection, Memory integrity (Kernel Isolation), Exploit protection, Virus & threat protection + dControl) you can follow our guide [HERE](/ghostware/getting-started/anti-virus-setup.md)

</details>

<details>

<summary>Booting issues</summary>

1. Restart your PC and enter the **BIOS**.
2. Open the **Boot settings**.
3. Set **Windows Boot Manager** as **Boot Option #1**.
4. Save the changes and exit the BIOS.

</details>

<details>

<summary>How to turn off HVCI</summary>

1. Launch **CMD** as **Administrator**.
2. Type in the following commands.
3. `bcdedit /set hypervisorlaunchtype off`
4. `reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v "Enabled" /t REG_DWORD /d 0 /f`
5. `reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v EnableVirtualizationBasedSecurity /t REG_DWORD /d 1 /f`

</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://ghostware.gitbook.io/ghostware/rainbow-six-siege/r6s-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.
