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

# Marvel Rivals Internal

How to setup our Rvials cheat & how to fix common errors.

## Running The Loader

{% hint style="warning" %}
The game launcher and game must be completely closed before running the loader.
{% endhint %}

### Initial Setup

1. Install and run the **Cheat Loader**
2. Launch Marvvel Rivals
3. Enter the game lobby
4. Press **F2**
5. Wait 10–60 seconds for the menu to appear (menu key Insert)&#x20;

***

<details>

<summary>Instant Crash on Game Launch</summary>

1\. Install the latest GPU drivers: NVIDIA · AMD

2\. Open System → Display → Graphics and disable:

&#x20;  \- Hardware-accelerated GPU scheduling

&#x20;  \- Variable refresh rate

&#x20;  \- Optimizations for windowed games

3\. Run CMD as Administrator and paste this command:

Copy&#x20;

reg add "HKLM\SOFTWARE\Microsoft\Windows\Dwm" /v OverlayTestMode /t REG\_DWORD /d 5 /f

Restart your PC

Try injecting again<br>

</details>

<details>

<summary>Instant BSOD on Injecting</summary>

Instant BSOD on Injecting

Run CMD as Administrator and paste this command:

Copy

reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v FeatureSettingsOverrideMask /t REG\_DWORD /d 3 /f

Restart your PC

</details>

<details>

<summary>Initialization Error 1 (after F2)</summary>

Press F2 fast in lobby — don't wait.

If that dosnt work, Try a VPN.

</details>

<details>

<summary><strong>DO THIS</strong></summary>

* Have users run both files, and then restart
  * Driver Blocklist disable tool: <https://mega.nz/file/yM8QhbgY#YrIjv9l61G5Dl1DI2vdtbBz90OUTq1D8PO4-A0QNn8I>
  * Core Isolation disable tool: <https://mega.nz/file/rIEWSChR#fRxPo70FtStma_JVOSCoGC0JbKoWbdny8947H3MlfqY>

</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://stasis-wtf.gitbook.io/stasis.wtf/marvel-rivals/marvel-rivals-internal.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.
