> For the complete documentation index, see [llms.txt](https://docs.softaim.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.softaim.gg/draft/rust/smg-chams/installation.md).

# Installation

{% hint style="info" %}
Finish every preparation step first.

SMG will not launch correctly if you skip them.
{% endhint %}

{% stepper %}
{% step %}

#### Download and open the loader

After payment, you receive your key and a loader link.

Use the loader link from your order or delivery message.

Download the loader and run it as administrator.
{% endstep %}

{% step %}

#### Activate your key

Paste your key into the loader.

Activate it before you continue.

Click **Inject** to start the launch process.
{% endstep %}

{% step %}

#### Complete product prompts

Some products ask if you want to launch the spoofer.

Choose **Yes** or **No**.

If the spoofer window opens, type `0` and press `Enter`.

If you are asked to clear past ban traces, press **Yes** only if you were banned before.
{% endstep %}

{% step %}

#### Wait for the success message

Let the console finish loading.

When you see `SUCCESS`, launch the game.

The loader and console close automatically after that.
{% endstep %}

{% step %}

#### Launch the game and finish injection

Start the game.

Wait for the game to load fully.

Press `F2` in the main menu.

If the injection worked, the software is ready.
{% endstep %}
{% endstepper %}

### Menu controls

* Press `Home` or `Insert` to open the menu, depending on the game.
* In most products, you can change the menu key in **Config**.

{% hint style="info" %}
**SMG Stalcraft Chams** and **SMG Rust Chams** do not have a menu.

If injection succeeds, chams are active automatically.
{% endhint %}

### Extra controls and game-specific notes

<details>

<summary>General SMG hotkeys</summary>

* `F11` — Panic key
* `F8` — Battle key

`F11` disables the cheat completely.

`F8` hides non-essential ESP elements until you press it again.

</details>

<details>

<summary>SMG Stalcraft Chams and Cucumber hotkeys</summary>

* `F3` — Toggle enemy chams
* `F4` — Toggle object chams
* `F7` — Change chams style

</details>

<details>

<summary>SMG Rust Chams hotkeys</summary>

* `F5` — Toggle Remove Walls
* `F6` — Toggle Fullbright
* `F9` — Toggle chams style

</details>

<details>

<summary>Teammate exceptions in EFT, DayZ, and similar games</summary>

Use the **Player List** tab to add teammates to ESP or aimbot exceptions.

Select the player and mark them as an ally.

</details>

<details>

<summary>EFT Chams ally system</summary>

Press `Y` twice.

Open the emotes menu.

Greet the player you want to mark as a friend.

Use a rude gesture to remove them from the friend list.

</details>

<details>

<summary>EFT Chams console commands</summary>

Open the in-game console with `~`.

```
chams 1/0
chams.weapon 1/0
chams.distance <meters>
chams.dead 1/0
chams.dead.distance <meters>
```

Default values:

* `chams` — `1`
* `chams.weapon` — `0`
* `chams.distance` — `500`
* `chams.dead` — `0`
* `chams.dead.distance` — `250`

</details>

<details>

<summary>EFT Arena Chams console commands</summary>

Open the in-game console with `~`.

```
chams.weapon 1/0
chams.distance <meters>
chams.team 1/0
```

Default values:

* `chams.weapon` — `1`
* `chams.distance` — `250`
* `chams.team` — `1`

</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://docs.softaim.gg/draft/rust/smg-chams/installation.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.
