> For the complete documentation index, see [llms.txt](https://stasis-wtf.gitbook.io/stasis.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stasis-wtf.gitbook.io/stasis.wtf/apex-legends/apex-internal.md).

# Apex Internal

How to setup our Apex cheat & how to fix common errors.

***

## Pre-Launch Preparation

{% hint style="warning" %}
Complete all steps below before running the loader.
{% endhint %}

### Disable Windows Defender

Download **DControl**

**WinRAR Password:** `sordum`

#### Steps

1. Open `DControl.exe`
2. Turn Windows Defender OFF
3. Disable Real-Time Protection

***

### Install Required Runtimes

Make sure the following are installed:

* Visual C++ Redistributables (2015–2022)
* DirectX End-User Runtime

{% hint style="info" %}
Missing runtimes may prevent the loader from launching correctly.
{% endhint %}

***

### Remove Anti-Cheat & Antivirus Software

#### Anti-Cheat

Remove:

* FACEIT Anti-Cheat

#### Antivirus

Remove any third-party antivirus software, including:

* Avast
* Kaspersky
* McAfee
* Other similar antivirus programs

***

### Configure Game Settings

Before opening the loader:

1. Launch the game once
2. Open **Settings**
3. Change **Display Mode** to:

* Borderless Windowed
* Windowed

{% hint style="warning" %}
Fullscreen mode is not supported.
{% endhint %}

***

## Running The Cheat

{% hint style="warning" %}
Ensure both the game launcher and game are completely closed before launching the loader.
{% endhint %}

### Steps

1. Run the loader
2. Enter your license key
3. Wait for the loader to finish
4. Open the game
5. Enter the game lobby
6. Press **F2**
7. Wait 10–60 seconds for the menu to appear

***

### Menu Controls

| Action           | Key      |
| ---------------- | -------- |
| Open / Hide Menu | `Insert` |
| Inject Menu      | `F2`     |

***

## Troubleshooting

### No Menu After Injection

If the menu does not appear after injection, verify the following:

#### Injection Requirements

* Press **F2** while in the game lobby
* Listen for the confirmation beep
* Remain in the lobby for up to 60 seconds
* Ensure the game is running in **Borderless Windowed** mode

{% hint style="info" %}
The menu can take between 30–60 seconds to appear after injection.
{% endhint %}

***

### Windows Configuration

Verify the following Windows protections are disabled:

* Windows SmartScreen
* User Account Control (UAC)
* Windows Firewall
* Driver Blocklist

***

### Software Checks

Ensure:

* No third-party antivirus software is installed
* Windows Defender is properly configured
* FACEIT Anti-Cheat is not installed

***

## Still Experiencing Issues?

If the menu still does not appear after completing all troubleshooting steps:

1. Double-check every preparation step
2. Verify your game is running in **Borderless Windowed**
3. Confirm all required runtimes are installed
4. Restart your PC and try again

{% hint style="warning" %}
Most injection issues are caused by unsupported display settings, antivirus software, or anti-cheat software remaining installed.
{% endhint %}

### Error Fixes

<details>

<summary><strong>Failed To Initialize API</strong></summary>

Use 1.1.1.1 VPN

</details>

<details>

<summary><strong>Driver Error</strong></summary>

Remove Faceit AC + Riot Vanguard. Disable Defender via DControl. Remove all AV. Disable Memory Integrity + Vulnerable Driver Blocklist.

</details>

<details>

<summary><strong>Can't Handle Driver</strong></summary>

Remove Faceit AC + Riot Vanguard. Disable Defender via DControl. Remove all AV. Disable Memory Integrity + Vulnerable Driver Blocklist.

</details>

<details>

<summary><strong>Initialization Error 1 (after F2)</strong></summary>

Press F2 fast in lobby — don't wait. Try a VPN.

</details>

<details>

<summary><strong>DO THIS</strong></summary>

**For Apex External, and Internal, ALWAYS ensure driver blocklist setting and core iso settings are correct, to do so have users do this**

* Have users run both files, and then restart
  * Driver Blocklist disable tool: <https://mega.nz/file/yM8QhbgY#YrIjv9l61G5Dl1DI2vdtbBz90OUTq1D8PO4-A0QNn8I>
  * Core Isolation disable tool: <https://mega.nz/file/rIEWSChR#fRxPo70FtStma_JVOSCoGC0JbKoWbdny8947H3MlfqY>

</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://stasis-wtf.gitbook.io/stasis.wtf/apex-legends/apex-internal.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.
