# Exodus

### Requirements <a href="#requirements" id="requirements"></a>

**System:**

* Windows 10 / 11 Home/Pro (1909 - 25H2)
* [Virtualization enabled](/common-problems/virtualisation-errors.md) (VT-x/SVM/AMD-V)
* Integrated GPU (APU/iGPU) must be disabled
* 16GB RAM or more
* Secure Boot disabled (Intel CPUs only)
* PIN/Password disabled

**Downloads:**

1. [Disable Anti-Virus](/common-problems/disabling-antivirus-software.md)
2. [Download Loader](https://loader.monster/r6x-cobra.rar)
3. [Visual C++ Runtimes](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/)
4. [DirectX Runtime](https://www.microsoft.com/en-us/download/details.aspx?id=35)
5. [Medal](https://medal.tv/download) (Required for overlay)

### Overlay Setup <a href="#overlay-setup" id="overlay-setup"></a>

**Medal overlay is required:**

1. Download and install [Medal](https://medal.tv/download)
2. Open Medal and enable overlay
3. Make sure Medal is running before launching the game

### Quick Start <a href="#quick-start" id="quick-start"></a>

1. [**Disable Defender**](/common-problems/using-dcontrol-defender-control.md) - Turn off all antivirus programs
2. **Disable PIN/Password** - Remove Windows login security
3. **Setup Overlay** - Install and run Medal
4. **Close Game** - Ensure game and Ubisoft Connect are closed
5. **Run Loader** - Launch as Administrator from local disk (not USB/cloud)
6. **Enter Key** - Right-click to paste license key, press Enter
7. **Configure Options** - Choose Cleaner and Spoofer if needed
8. **Wait for Restart** - PC may restart a few times on first use
9. **Launch Game** - Start Rainbow Six Siege after CMD closes
10. **Access Menu** - Press **INSERT** (menu appears in 1-3 minutes)

Menu Controls

**Open/Hide Menu:** INSERT

Important Notes

* Never test on shooting range
* Always inject before launching game
* Loader must be on local disk (not OneDrive/cloud)
* Keep focus on monitor where overlay is needed

### R6X Specific Issues <a href="#r6x-specific-issues" id="r6x-specific-issues"></a>

#### ESP Not Working or Menu Not Showing <a href="#esp-not-working-or-menu-not-showing" id="esp-not-working-or-menu-not-showing"></a>

1. Press Windows + R, paste: `%localappdata%/Ubisoft/r6siege`
2. Upload your QB folder to [GoFile](https://gofile.io/) or [LimeWire](https://limewire.com/)
3. Upload RainbowSix.exe and share link with support

#### R6X Error Codes (QB Required) <a href="#r6x-error-codes-qb-required" id="r6x-error-codes-qb-required"></a>

If you see these error codes, upload your QB:

* Error code: 21076
* Error code: 25234
* Error code: 17685
* Error code: 37713
* Error code: 48525
* Error code: 91341

**How to upload QB:**

1. Press Windows + R, paste: `%localappdata%/Ubisoft/r6siege`
2. Upload to [GoFile](https://gofile.io/) or [LimeWire](https://limewire.com/)
3. Share link with support

### Troubleshooting <a href="#troubleshooting" id="troubleshooting"></a>

#### Common Issues <a href="#common-issues" id="common-issues"></a>

**Overlay/ESP Off Center** - Unlock taskbar, drag to bottom, press overlay key once

**Loader Crashes in 1-3 Seconds** - Install [Visual C++ x64](https://aka.ms/vs/17/release/vc_redist.x64.exe) and restart

**No Available Servers** - Servers under maintenance or try VPN

**Failed to Map Memory** - Ensure 16GB+ RAM, disable Task Manager → Startup items, loader on local disk, use [AutoRuns](https://learn.microsoft.com/en-us/sysinternals/downloads/autoruns) for Microsoft/Windows/CurrentVersion/Run only

**Loader Restarts PC 3+ Times** - Disable PIN/Password, run PowerShell as admin:

```
takeown /F "C:\Windows\System32\hvix64.exe"
icacls "C:\Windows\System32\hvix64.exe" /grant *$(([System.Security.Principal.WindowsIdentity]::GetCurrent()).User.Value):F
takeown /F "C:\Windows\System32\hvax64.exe"
icacls "C:\Windows\System32\hvax64.exe" /grant *$(([System.Security.Principal.WindowsIdentity]::GetCurrent()).User.Value):F
del "C:\Windows\System32\hvix64.exe"
del "C:\Windows\System32\hvax64.exe"
```

If "Access denied": `Rename-Item "C:\Windows\System32\hvix64.exe" "hvix641.exe"` and `Rename-Item "C:\Windows\System32\hvax64.exe" "hvax641.exe"`

#### BIOS Related <a href="#bios-related" id="bios-related"></a>

**VT-x/VMX/SVM Not Supported** - PowerShell: `Set-ExecutionPolicy RemoteSigned`, restart, download [FIX](https://drive.google.com/file/d/1wIJyiqjvAOfB_pNI_RGmk88TeytzBBDD), run commands

**Enable AMD-V/Intel VT-X** - Enable virtualization in BIOS

**Failed to Init Render** - Disable integrated graphics in BIOS

**AES Not Supported** - Enable AES in BIOS

#### Storage Related <a href="#storage-related" id="storage-related"></a>

**Intel Rapid Storage** - Follow [guide](https://support.thinkcritical.com/kb/articles/switch-windows-10-from-raid-ide-to-ahci), disable "iaStor" services

**RAID/Virtual Disk** - Disable in BIOS

**AHCI Required** - Enable AHCI (disable IDE/RAID)

#### Quick Fixes <a href="#quick-fixes" id="quick-fixes"></a>

**Incorrect HWID** - CMD: `wmic diskdrive get Caption, SerialNumber` / `wmic baseboard get SerialNumber` / `getmac`

**Failed to Spoof (0x4)** - Reboot, if persists another program is spoofing

**Unsupported Firmware** - Convert to GPT (mbr2gpt)

**CRITICAL\_PROCESS\_DIED** - Don't close loader until complete

**Mapper Error** - Upgrade/downgrade Windows

**Error 0x302** - Restart PC

**SPACES Disk** - Disable Storage Spaces (may wipe data)

**Failed to Delete hvax.exe** - Disable VT-X/SVM, delete manually, re-enable

**Third-Party Hypervisor** - Restart or uninstall

**Failed to Init Spoofer** - Use other HWID Virtualizer option

**Failed to Download Font (-7)** - Restart, try VPN

**Failed to Set Value** - Create support ticket

### Support <a href="#support" id="support"></a>

**Need help?** Contact support with:

* Screenshot of error
* Windows version (WIN + R → type "winver")
* Steps already tried


---

# Agent Instructions: 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:

```
GET https://guide.red-xservices.com/r6-setup-guides/exodus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
