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

# Game support

Kaizo works in two ways.

## Universal

On most Roblox games, Kaizo runs in **Universal** mode.

You still get ESP, aim, and the rest of the menu. Layouts and features can vary by game.

## Custom game support

These games have extra support built in:

* Rivals
* Phantom Forces
* Bad Business
* Hypershot
* Overkill
* One Shot
* Sniper Arena
* Tank Game
* Aftermath

When Kaizo detects one of these, you get a toast like **Rivals support detected**.

On **Aftermath**, survivors are supported as players. Turn on **Render Bots** on the Resolver tab to also show zombies.

{% hint style="info" %}
Some games on Roblox intentionally or unintentionally break features. Custom game support fixes these so they work with the cheat's features. Universal still works on other games.
{% endhint %}

## Force support mode

If auto-detect is wrong, open the menu and set **Force Support Mode** on the Resolver tab.

Leave it on Off to let Kaizo pick the game from the place id.

## Limits on some games

A few features are blocked on titles where they crash or do nothing useful:

* **Raycast silent aim** is off for Phantom Forces, Bad Business, and Rivals
* **Internal chams** are off for Phantom Forces and Aftermath
* **Profile pics** and **wallcheck** are off for Aftermath

Use the other aim and ESP options on those games.

## Related

* About Kaizo
* Using the menu
* Common issues


---

# 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://kaizo-1.gitbook.io/kaizo-docs/about-kaizo/game-support.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.
