> For the complete documentation index, see [llms.txt](https://kevins-organization-64.gitbook.io/tgmodz-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kevins-organization-64.gitbook.io/tgmodz-1/marvel-rivals/kazo-marvel-rivals/installation-guide.md).

# Installation Guide

## 🔑How do you redeem your Key?

### EFI Setup

{% stepper %}
{% step %}

#### Prep a FAT32 USB with Rufus

GPT + FAT32 so UEFI firmware can boot it

{% hint style="warning" %}
The USB gets fully wiped. Use a spare or back it up.
{% endhint %}
{% endstep %}

{% step %}
Any USB, 512 MB or bigger
{% endstep %}

{% step %}
Grab Rufus from [rufus.ie](https://rufus.ie/)
{% endstep %}

{% step %}
Open Rufus as Administrator
{% endstep %}

{% step %}
Device: your USB
{% endstep %}

{% step %}
Boot selection: Non bootable
{% endstep %}

{% step %}
Partition scheme: GPT
{% endstep %}

{% step %}
Target system: UEFI (non CSM)
{% endstep %}

{% step %}
File system: FAT32
{% endstep %}

{% step %}
Click START, confirm the wipe
{% endstep %}
{% endstepper %}

### Install the EFI onto the USB

The loader writes the EFI files onto the stick when you inject

{% stepper %}
{% step %}
Go to [Kazo cheats website and sign-up an account.](https://kazo-cheats.com/)
{% endstep %}

{% step %}
Go to [dashboard and redeem your key.](https://kazo-cheats.com/ucp/dashboard)

{% hint style="danger" %}
Before downloading the software, you will need to disable your antivirus. This is due to the nature of the software and how it interacts with your game. All products sold by TGModz are completely safe and do not contain any form of malicious code.
{% endhint %}
{% endstep %}

{% step %}
After that hit the Download Loader button.
{% endstep %}

{% step %}
Plug in your prepped USB
{% endstep %}

{% step %}
Open the loader
{% endstep %}

{% step %}
Click your product (EFT, Marvel Rivals, etc.)
{% endstep %}

{% step %}
Hit Inject. The loader drops the EFI onto the USB
{% endstep %}
{% endstepper %}

### Disable Secure Boot

Reboot into BIOS and turn Secure Boot off

{% stepper %}
{% step %}
Restart and mash the BIOS key (DEL, F2, F10, F12)
{% endstep %}

{% step %}
Find Secure Boot (usually under Security or Boot)
{% endstep %}

{% step %}
Disable it
{% endstep %}

{% step %}
Don't see the option? Google "disable secure boot \[your motherboard brand]"
{% endstep %}
{% endstepper %}

### Disable Fast Boot

Same BIOS, turn Fast Boot off, then save

{% stepper %}
{% step %}
Find Fast Boot (Boot section usually)
{% endstep %}

{% step %}
Disable it
{% endstep %}

{% step %}
Save and exit
{% endstep %}

{% step %}
Don't see the option? Google "disable fast boot \[your motherboard brand]"
{% endstep %}
{% endstepper %}

### Boot from the USB

Kazo logo replaces the vendor logo

{% stepper %}
{% step %}
Plug the USB in before power on
{% endstep %}

{% step %}
Mash the boot menu key (usually F11 or F2, google if unsure)
{% endstep %}

{% step %}
Pick your USB from the boot menu
{% endstep %}

{% step %}
You should see the Kazo logo instead of the vendor one
{% endstep %}

{% step %}
Windows boots normally after
{% endstep %}
{% endstepper %}

### Unplug the USB at the desktop

USB stays plugged during boot, then comes out

{% hint style="warning" %}
Do not leave the USB plugged in while playing.
{% endhint %}

{% stepper %}
{% step %}
Wait until Windows is fully loaded
{% endstep %}

{% step %}
Unplug the USB
{% endstep %}

{% step %}
Open the loader and launch the game
{% endstep %}

{% step %}
Every reboot: plug in, boot from USB, unplug at desktop, play
{% endstep %}
{% endstepper %}

### Disable Defender & Core Isolation

Fully off, both of them

{% stepper %}
{% step %}
Open Windows Security
{% endstep %}

{% step %}
Turn off Real-time, Cloud-delivered, Tamper Protection
{% endstep %}

{% step %}
Device Security > Core Isolation > off
{% endstep %}

{% step %}
Restart if Windows ask
{% endstep %}
{% endstepper %}

### Launch Rivals to the main menu&#x20;

Only inject once you're actually in the menu

{% hint style="warning" %}
Do NOT inject during splash or loading.
{% endhint %}

{% stepper %}
{% step %}
Launch Marvel Rivals from Steam
{% endstep %}

{% step %}
Wait for the main menu (Play, Heroes, Store)
{% endstep %}
{% endstepper %}

### Inject&#x20;

From the main menu, run the loader

{% stepper %}
{% step %}
Open the loader
{% endstep %}

{% step %}
Click Marvel Rivals, hit Inject
{% endstep %}

{% step %}
Wait for the success message
{% endstep %}
{% endstepper %}

Close the game if it's currently open.

Open the cheat loader.

When prompted, open the game

You should be injected and ready to use


---

# 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://kevins-organization-64.gitbook.io/tgmodz-1/marvel-rivals/kazo-marvel-rivals/installation-guide.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.
