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

# Apex Exodus

## 1. Run the loader

{% hint style="warning" %}
Ensure your game is not open before running any cheat loader!
{% endhint %}

Download the correct loader for the product you purchased, then open the loader, please note that on first launch the file may download an update and close (reopen it again), while also randomizing its file name, so place it in a folder in your downloads to ensure you don’t lose track of it.

Loader Download: <https://undetect.net/loader_exodus>

## 2. Enter your key & click login

Your key can be found under deliverables within your invoice.

## 3. Ensure one of the valid overlays for the product is running

This product requires one of the following overlays below to be running, follow one of the guides below to ensure it is setup properly.

{% hint style="warning" %}
Ensure your games display mode is in Borderless Fullscreen and not Fullscreen Exclusive as it can cause crashing on menu initialization.
{% endhint %}

Medal Overlay: [Medal Overlay](/ghostware/overlay-setups/medal-overlay.md)&#x20;

Discord Overlay: [Discord Overlay Setup](/ghostware/overlay-setups/discord-overlay-setup.md)

## 4. Load the cheat

Press Load & launch the game once the loader closes after it finishes downloading data.

{% hint style="warning" %}
**Before your first launch, your PC may restart.** If you see a “You’re about to be signed out” message, this is expected. It simply means some security settings needed to be updated, and a restart is required for those changes to take effect.
{% endhint %}

## 5. Wait for the cheat to initialize

Depending on the product, menu initialization can happen within seconds or after a minute, be sure to wait around 2 minutes after loading your game.

## 6. Toggling the cheat menu

The menu toggle key for the product is Insert. If you do not have this key on your keyboard, you can open the on screen keyboard by pressing CTRL + Windows key + O

## 7. How to avoid bans

Most game bans happen because of aimbot use. Anti-cheat systems are highly effective at detecting aimbots, they analyze mouse movements, build a behavioral “fingerprint” of your aim, and flag sudden, unnatural changes in accuracy. Many anti-cheats now use AI to spot these patterns, making aimbot use relatively easy to detect.

**We HIGHLY recommend ESP Only use if possible, read below on why.**&#x20;

ESP provides visual information, such as seeing enemies through walls without ever interacting with your mouse or aim mechanics. Since there’s no input for anti-cheat software to track, there’s no sudden change in your aim or behavior to flag. This makes ESP far harder to detect, giving you a much lower risk profile over long-term play.

## 8. Common Errors

<details>

<summary><strong>Please make sure PIN is not set in Windows sign-in options and manually disable Hyper-V</strong></summary>

1. Open windows search and type “Sign-in Options”, then open it in settings.
2. Find the setting below and make sure it is disabled.

<figure><img src="/files/u3OQDMCdCHnDkJKBkKGj" alt=""><figcaption></figcaption></figure>

3. Click on PIN (Windows Hello), and ensure it is NOT SET, if it is, then remove your PIN and make sure a password is set.
4. Download & run this file, it will automatically restart your PC after 10 seconds: <https://mega.nz/file/JYlCHZiY#4DMYTcfdj6VFb-7pLlTlchWRbh-xDXo2tDGHl8IDVh8>

</details>

<details>

<summary><strong>Any Disable/Failed to disable Hyper-V Errors</strong></summary>

Download & run this file, it will automatically restart your PC after 10 seconds: [https://mega.nz/file/5Zl2hIab#8ROOpdzUo4UM-0tx6P9GjpSZQbJGeDD3iR9L0D\_5MD](https://mega.nz/file/5Zl2hIab#8ROOpdzUo4UM-0tx6P9GjpSZQbJGeDD3iR9L0D_5MDI)

</details>

<details>

<summary><strong>Failed to allocate/map memory</strong></summary>

1. Disable everything in Task Manager -> Startup Apps and then try again after PC restart.
2. Make sure that loader located on PC and not on cloud space (e.g OneDrive, Mega.nz).
3. Download [AutoRuns](https://learn.microsoft.com/en-us/sysinternals/downloads/autoruns) and disable **everything that related to Microsoft/Windows/CurrentVersion/Run. But DO NOT touch anything else.**

</details>

<details>

<summary>Run DISM Repair Commands / Failed to repair files / Restore system files</summary>

1. Open Command Prompt as Administrator.
2. Enter each line below seperately into the command prompt waiting till each one finishes then doing the next one:   \
   DISM /Online /Cleanup-Image /CheckHealth   \
   DISM /Online /Cleanup-Image /ScanHealth   \
   DISM /Online /Cleanup-Image /RestoreHealth   \
   sfc /scannow
3. Restart PC.

</details>

<details>

<summary>Failed to load crt lib / Install Visual Runtimes</summary>

1. [Download Runtimes](https://mega.nz/file/BFlE3L4R#5crLsWuZmn3P5dqSGxlZBl7-pojeAqi3n0rjjgyB7RA)
2. Extract the folder.
3. Run the install.bat in the extracted folder and wait until it installs everything.
4. Restart 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://ghostware.gitbook.io/ghostware/apex-legends/apex-exodus.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.
