> For the complete documentation index, see [llms.txt](https://docs.realdudesinc.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realdudesinc.net/product-documentation/rust/ragebyte-rust-software/how-do-i-download-and-install.md).

# How do I download and install?

### **Please follow the steps below to redeem and download RageByte Rust**

* Download Loader from <https://flosense.xyz/>
* Setup Guide: <https://ragebyte.xyz/easy-setup>

{% hint style="danger" %}
**Important: Follow every step carefully. Skipping steps may cause the software to malfunction. !!**
{% endhint %}

1. **PRE REQUISITES** **Install Visual C++ Runtimes**
   * Install all [Microsoft Visual C++ Redistributables](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/) to avoid missing runtime errors.
2. **Disable Windows Defender**
   * Turn off Windows Defender using Defender Control ([Sordum](https://www.sordum.org/9480/defender-control-v2-1/)).
   * Make sure Defender shows OFF before continuing.
3. **Install OpenSSL**
   * Install the [64-bit OpenSSL Light v3.6.2 package](https://kwfhmxfqormzobzbdhmm.supabase.co/storage/v1/object/public/downloads/Win64OpenSSL_Light-3_6_2.exe).
4. **CLEAN YOUR SYSTEM**
   1. **Uninstall Conflicting Software, You must completely uninstall any of the following software before proceeding. These programs will interfere with the loader.**

      * **Anti-Cheat (MUST REMOVE)** • FACEIT Anti-Cheat • Vanguard (Riot Games)
      * **Debuggers** • x64dbg / x32dbg • WinDbg / OllyDbg • Visual Studio Debugger
      * **Reverse Engineering** • IDA Pro / Ghidra • Binary Ninja • Radare2
      * **Memory Analysis** • Cheat Engine • Process Hacker • Process Explorer
      * **Virtual Machines** • VMware / VirtualBox
      * Hyper-V components • QEMU / Parallels

      **Antivirus & VPN (MUST REMOVE)**

      * Norton, McAfee, Avast, NordVPN, ExpressVPN or any 3rd party AV/VPN
5. **Restart your PC after uninstalling any of these programs.**
6. **WINDOWS SETTINGS** **Enable Hyper-V**
   * Hyper-V needs to be enabled for the loader to work properly. You can enable it through Control Panel → Programs and Features → Turn Windows features on or off.
     * **How to enable:**
       * Open Control Panel
       * Go to Programs and Features
       * Click "Turn Windows features on or off" on the left side
       * Find Hyper-V and check the box to enable it
       * Click "OK" and restart your PC when prompted see image for reference: <https://imgur.com/a/LnT0BGj>
7. **BIOS CONFIGURATION**
   * Turn OFF Secure Boot
   * Turn ON Virtualization (VT-x / VT-d)
   * Save and exit.
     * **How to enter BIOS**
       * Restart your PC.
       * As soon as it powers on, press DEL repeatedly until the BIOS screen appears. Tip: Press the key over and over again right when your PC turns on, don't wait!
8. **Verify Virtualization is Enabled**
   * After restarting, verify that virtualization is enabled using Task Manager.
     * Press Ctrl + Shift + Esc to open Task Manager
     * Go to the Performance tab → Click on CPU
     * Look for (click photo for reference) <https://imgur.com/haD596B>
9. **LOADER SETUP**
   * **Load Hypervisor**
   * Open the Loader as Administrator
   * Insert your license key when prompted
   * Follow the instructions shown in the loader
   * When asked, type **1** to inject the hypervisor
   * The loader will do everything automatically
   * Once done, the loader will notify you that your PC will restart in 60 seconds

What you'll see:

* Dependency check, all checks should pass: (check image reference) <https://imgur.com/OQMdjso>
* Bypass prompt, click Yes to load: (check image for reference) <https://imgur.com/mISB0MX>
* Downloading dependencies, wait for it to finish: (check image for reference) <https://imgur.com/t7QaejE>
* Restart notification, your PC will restart in 60 seconds: (check image for reference) <https://imgur.com/AM8GYzp> **Wait for the automatic restart, do not manually restart your PC.**

**After restart, Boot screen**

* During the boot phase, you will see the hypervisor load screen. This means the hypervisor loaded correctly with no issues.

{% hint style="danger" %}
**IMPORTANT: After you load back into the desktop, DO NOT GO STRAIGHT TO THE GAME. Make sure to follow the rest of the steps below first.**
{% endhint %}

### Video Guide

{% embed url="<https://www.youtube.com/watch?v=QHxxHjRx4Kw>" %}

This video tutorial walks you through the complete setup process. Follow along step-by-step for the best experience.


---

# 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://docs.realdudesinc.net/product-documentation/rust/ragebyte-rust-software/how-do-i-download-and-install.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.
