> 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/hwid-spoofer/softaim-temp/preparation.md).

# Preparation

### Before you start

{% hint style="info" %}
Adjust these settings before you run the spoofer.

Windows security can block the loader or the driver.
{% endhint %}

{% hint style="info" %}
The spoofer needs low-level system access.

If Windows blocks that access, it will not work.
{% endhint %}

<details>

<summary>Disable browser security</summary>

Browser download protection can block the loader.

<a href="https://www.youtube.com/watch?v=d90j5ndyvdw" class="button primary" data-icon="play">Watch browser security tutorial</a>

If Chrome flags the file, pause protection first.

</details>

<details>

<summary>Turn off Windows Defender</summary>

Windows Defender can block the loader.

Use Defender Control before launch.

<a href="https://www.sordum.org/files/downloads.php?st-defender-control" class="button primary" data-icon="shield">Download Defender Control</a>

1. Download the archive.
2. Extract it.
3. Use the password `sordum`.
4. Run `DControl.exe` as administrator.
5. Turn Windows Defender off fully.

{% hint style="warning" %}
Real-time protection must stay off while Softaim Temp is running.
{% endhint %}

</details>

<details>

<summary>Disable Secure Boot</summary>

Secure Boot must stay off before launch.

1. Find your motherboard model.
2. Search for a BIOS guide for that board.
3. Disable **Secure Boot**.
4. Save changes and restart.

</details>

<details>

<summary>Disable Fast Boot</summary>

Fast Boot can interfere with startup.

1. Open BIOS.
2. Find **Fast Boot**.
3. Set it to **Disabled**.
4. Save changes and restart.

</details>

<details>

<summary>Turn off Windows exploit protections</summary>

Disable these protections before launch.

{% hint style="warning" %}
If you change exploit protection settings, restart your PC.
{% endhint %}

1. Open **Start** and search for **Windows Security**.
2. Open **App & browser control**.
3. Select **Exploit protection settings**.
4. Open **System settings**.
5. Change every option you can disable from **On by default** to **Off**.
6. Press **Apply**.
7. Restart your PC.

</details>

<details>

<summary>Turn off Core isolation</summary>

`HVCI` and **Memory integrity** must be off.

{% hint style="warning" %}
If **Memory integrity** is enabled, the product will not work.
{% endhint %}

1. Open **Windows Security**.
2. Go to **Device security**.
3. Open **Core isolation details**.
4. Turn **Memory integrity** off.
5. Restart your PC.

</details>

<details>

<summary>Remove Riot Vanguard and FACEIT</summary>

These anti-cheats must be removed before use.

{% hint style="danger" %}
Restart your PC after uninstalling them.

You can reinstall them after you finish.
{% endhint %}

1. Open **Settings**.
2. Go to **Apps**.
3. Open **Installed apps** or **Apps & features**.
4. Select **Riot Vanguard** or **FACEIT**.
5. Press **Uninstall**.
6. Restart your PC.

</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/hwid-spoofer/softaim-temp/preparation.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.
