> For the complete documentation index, see [llms.txt](https://gandyhacks.gitbook.io/gandyhacks-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gandyhacks.gitbook.io/gandyhacks-docs/rust/skyra-rust.md).

# Skyra RUST

## Installation Guide: Skyra Rust

### Getting Started <a href="#getting-started" id="getting-started"></a>

#### Installation Steps <a href="#installation-steps" id="installation-steps"></a>

1. **Visit the official download page** Open your browser and go to: [`https://flosense.lat/`](https://flosense.lat/)
2. **Enter your license key** Paste your active license key into the login field.
3. **Download your loader** Once verified, download the latest available version.
4. **Complete setup** Run the downloaded file and carefully follow the on-screen instructions.
5. **Launch successfully** Restart your PC if requested, then open the loader and continue.

***

### Error Codes & Fixes <a href="#error-codes-and-fixes" id="error-codes-and-fixes"></a>

#### `#241` — Port Not Found <a href="#id-241-port-not-found" id="id-241-port-not-found"></a>

**Cause:** F1 was not pressed in the game lobby, or the version is outdated. **Fix:**

* Make sure the loader is updated.
* Press **F1** in the game lobby.
* If the issue continues, fully restart your PC and try again.

***

#### `#531` — Download Error <a href="#id-531-download-error" id="id-531-download-error"></a>

**Cause:** Module could not be downloaded from the server. **Fix:**

* Use a stable VPN connection.
* Recommended: **Warp (1.1.1.1)**.
* Retry the download.

***

#### `#541` — Download Error <a href="#id-541-download-error" id="id-541-download-error"></a>

**Cause:** Required files could not be downloaded. **Fix:**

* Connect to a VPN.
* Recommended: **Warp (1.1.1.1)**.
* Try again.

***

#### `#550` — Module Download Error <a href="#id-550-module-download-error" id="id-550-module-download-error"></a>

**Cause:** Module download failed. **Fix:**

* Enable a VPN.
* Recommended: **Warp (1.1.1.1)**.
* Retry after reconnecting.

***

#### `#551` — Injector Initialization Error <a href="#id-551-injector-initialization-error" id="id-551-injector-initialization-error"></a>

**Cause:** Injector failed to start. **Fix:**

* Install all **Microsoft Visual C++ Redistributables**.
* Disable conflicting Windows security features.
* Temporarily disable antivirus if required.
* Restart and try again.

***

#### `#552` — Process Not Found <a href="#id-552-process-not-found" id="id-552-process-not-found"></a>

**Cause:** Target process was not detected. **Fix:**

* Run **Discord** as Administrator.
* Restart the application and retry.

***

#### `#553` — Process Open Error <a href="#id-553-process-open-error" id="id-553-process-open-error"></a>

**Cause:** Access to the target process failed. **Fix:**

* Run **Discord** as Administrator.
* Reopen the loader.

***

#### `#1000` — License Invalid / HWID Reset Required <a href="#id-1000-license-invalid-hwid-reset-required" id="id-1000-license-invalid-hwid-reset-required"></a>

**Cause:** License is invalid or hardware reset is required. **Fix:**

* Perform an HWID reset.
* If the problem continues, authentication servers may be unavailable.
* Wait a few minutes and try again.

***

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

#### Discord Crashes After Pressing F1 <a href="#discord-crashes-after-pressing-f1" id="discord-crashes-after-pressing-f1"></a>

**Cause:** Common on Windows 10 22H2 systems. **Fix:**

* Upgrade to **Windows 11**.

***

#### BSOD (Blue Screen on Launch) <a href="#bsod-blue-screen-on-launch" id="bsod-blue-screen-on-launch"></a>

**Cause:** Driver conflicts, unstable overclock, or system issues. **Fix:**

* Update CPU, GPU, and Windows drivers.
* Disable RAM XMP / CPU overclock.
* If it still happens, review crash dump files.
* Reinstall Windows if necessary.

**Stop Code: `0xC00002B4`**

This stop code indicates a built-in security trigger.

***

#### Infinite Loop / Bypass Not Loaded <a href="#infinite-loop-bypass-not-loaded" id="infinite-loop-bypass-not-loaded"></a>

**Cause:** BIOS compatibility settings conflict. **Fix:**

* Confirm **Hyper-V** and virtualization are enabled.
* Disable **CSM** in BIOS.
* Restart your PC.

***

#### Failed to Start Discord Overlay <a href="#failed-to-start-discord-overlay" id="failed-to-start-discord-overlay"></a>

**Fix:**

* Make sure the new Discord Overlay is enabled.
* Press **F12** to open it in-game.
* Run Discord as Administrator.
* If it still fails, change Windows display language to **English**.

***

### Need More Help? <a href="#need-more-help" id="need-more-help"></a>

If an issue is not listed here, contact support with:

* Error code
* Windows version
* What happened before the issue started
* Screenshot or video of the problem


---

# 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://gandyhacks.gitbook.io/gandyhacks-docs/rust/skyra-rust.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.
