> For the complete documentation index, see [llms.txt](https://help.shamods.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.shamods.com/our-products/marvel-rivals/klar.md).

# Klar

**Welcome to Klar.gg!**

Using a new product for the first time can appear to be a challenging task. This guide was written to try to simplify the process of using Klar.gg products for first-time users. If you still have questions after reading our installation guide, please [open a support ticket](https://forum.klar.gg/support/create).

&#x20;

**Requirements:**\
There are a few requirements your computer must meet in order for Klar products to work on your computer.

* All Klar.gg products work on both Intel and AMD CPUs.
* Your computer must be running either Windows 10 or Windows 11 with a Winver (Windows Version) of at least 20H2
  * Here is a list of all Windows 10 versions: [Windows 10 version history](https://en.wikipedia.org/wiki/Windows_10_version_history)
  * Here is a list of all Windows 11 versions: [Windows 11 version history](https://en.wikipedia.org/wiki/Windows_11_version_history)
  * Here is a guide to check your PC's Winver: [How to Check Your Windows Version](https://www.wikihow.com/Check-Your-Windows-Version)
* Klar.gg products will not work on custom, modified, or insider versions of Windows. **You must be running an official version of Windows.**

&#x20;

**Installation Guide:**\
**Disabling System Settings:**

Prior to using Klar, you need to disable some settings on your computer that may impact Klar's performance or functionality. Here is a list of all the features that must be disabled:

* [Real-time protection](https://www.elevenforum.com/t/enable-or-disable-real-time-protection-for-microsoft-defender-antivirus-in-windows-11.3989/) must be disabled *(this setting will be re-enabled after your computer restarts)*&#x20;
  * It is recommended to use [Defender Control](https://www.sordum.org/9480/defender-control-v2-1/) to manage your Real-time protection settings since it will keep it disabled after system restarts.
* [Memory Integrity](https://www.elevenforum.com/t/enable-or-disable-core-isolation-memory-integrity-in-windows-11.4942/) must be disabled *(this setting will stay disabled after your computer restarts)*&#x20;
* [Control Flow Guard](https://support.microsoft.com/en-us/windows/turn-on-control-flow-guard-on-your-computer-34838428-2471-4d77-8fd6-b8a8fba507a3) (CFG must be disabled *(this setting will stay disabled after your computer restarts)*&#x20;
* [RIOT Vanguard](https://support-valorant.riotgames.com/hc/en-us/articles/360044648213-Uninstalling-and-Disabling-Riot-Vanguard) must be disabled *(RIOT Vanguard will be re-enabled after your computer restarts)*&#x20;
* Any/All RAM cleaners or game optimization software (**Reshade**) must be disabled

If you forget to disable the required Windows Defender settings, the loader will disable them for you and prompt you to restart your PC. \
If you forget to disable RIOT Vanguard, then the loader will show an error telling you to unload the "vgk.sys" [driver](https://learn.microsoft.com/en-us/windows-hardware/drivers/gettingstarted/what-is-a-driver-).

&#x20;

**Downloading the Loader:**

After disabling the settings and apps mentioned above, you can download and run the Klar loader. To download the Klar loader, visit <https://klar.gg/loader> and wait a few seconds for the loader to automatically download. Depending on your browser, you may experience an error saying that the Klar loader is "unsafe" or "dangerous". This is called a **"false positive"** and is triggered because our loader manipulates memory to make the cheats work. Here are some guides to download the loader if you experience this issue:

* Guide for Microsoft Edge: [How to bypass Edge SmartScreen Download Filter](https://codecguide.com/smartscreen_bypass.htm)
* Guide for Google Chrome (and Chrome-based browsers): [How to fix the 'Insecure Download Blocked' warning on Chrome](https://allthings.how/how-to-fix-the-insecure-download-blocked-warning-on-chrome/)

&#x20;

**Using the Klar loader:**\
**Creating an Account:**

To run the loader, right-click on it and press the "Run as administrator" option. This will run the loader with the elevated permissions it needs to run the cheats. Once the loader opens, you will be shown the login form. Please remember that loader accounts are different from forum accounts, so if you have **never used the Klar loader before**, you will need to register a new account. To register an account, press the "**SIGN UP**" text below the "LOG IN" button and fill out the requested information.

Once you press the "REGISTER" button, your account will be created and **locked to your current device** using your HWID (Hardware ID). Your HWID can change when you reinstall Windows, enable or disable Secure Boot, or switch hardware components. If your HWID changes, you will get a "HWID mismatch" error, and you will need to open a support ticket to **reset your loader account's HWID lock.**

&#x20;

**Redeeming a license key:**

Redeeming license keys in our loader can be done ina few simple steps. Once you are signed in, select the product you want to redeem a key for. Enter your license key in the text box at the bottom right of the loader, then press the "START" button. Your license key will begin to expire the moment you press the "START" button.&#x20;

Close the side window that appeared and re-click on your desired product. The "START" button should now go across the full width of the side window. Click the button to inject.

*If you are using external spoofers from other providers, make sure to load them **AFTER** loading klar. Restart PC if you want to inject Klar again; otherwise, your loader account will **need a HWID reset**.*

&#x20;

&#x20;

If you encounter any errors, visit our FAQ forum section: <https://forum.klar.gg/forum/45-faq/>


---

# 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://help.shamods.com/our-products/marvel-rivals/klar.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.
