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

# Rust Disconnect External

### [**Video Guide**](https://streamable.com/puby0x)

### **Installation and Setup Guide**

#### **Required Files**

1. [Installation Instructions](https://lewislitt.life/Store/install.html)
2. [Visual-C++ Runtimes](https://lewislitt.life/Store/Downloads/Visual-C-Runtimes.zip)
3. [DirectX Runtime](https://www.microsoft.com/en-us/download/details.aspx?id=35)
4. [SteelSeries GG Moments](https://steelseries.com/gg/moments/download)

***

#### **Loader Pre-Setup**

1. **Disable Security Features**
   * Turn off any antivirus software, Windows Real-Time Protection, and any running anti-cheat software (e.g., Faceit, Vanguard).
2. **BIOS Configuration**
   * Enter your BIOS settings.
   * Disable **Secure Boot**.
   * Set BIOS mode to **UEFI**.
3. **Install Visual-C++ Runtimes**
   * Extract the `Visual-C-Runtimes.zip` file.
   * Run the `install_all.bat` file as an administrator.
4. **Install DirectX Runtime**
   * Download and install the DirectX Runtime from the provided link.
5. **Download Custom Loader Build**
   * Visit the [installation page](https://lewislitt.life/Store/install.html).
   * Enter your product key and download your custom loader build.

***

#### **Loader Login & Injection**

1. **Launch and Login**
   * Open the loader.
   * Login to an existing account or register a new one using your license.
2. **Select Product**
   * Navigate to the products page in the loader.
   * Choose the product you want to use and click **Inject**.
3. **If Prompted for SteelSeries GG**
   * If the loader displays “Please Launch SteelSeriesGG,” download and install SteelSeries GG Moments.
   * [Download SteelSeries GG Moments](https://steelseries.com/gg/moments/download)

***

#### **Troubleshooting Tips**

1. **Re-Login and Re-Inject**
   * If issues arise, try logging out and injecting again.
2. **Avoid Multiple Sessions**
   * Ensure the loader is only launched **once per login**.
   * Multiple attempts may invalidate loader sessions.
3. **Optimize Performance**
   * If the **ESP lags**, reduce FPS and lower graphic settings:
     * **RUST:** Lower Options → Screen → FPS Limit
     * **FORTNITE:** Settings → Frame Rate Limit
   * If the **ESP shakes**, disable **Anti-Aliasing** or **NVIDIA DLSS** in-game.
4. **Connection Issues**
   * If the loader install page or loader fails to load or prompts for a VPN:
     * Install [TunnelBear](https://www.tunnelbear.com/).
     * Turn it on and retry.


---

# 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://chams-services.gitbook.io/chams-services-loader/rust/rust-disconnect-external.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.
