> For the complete documentation index, see [llms.txt](https://docs.ducks-services.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ducks-services.com/select-your-product/select-your-game/wardogs/wardogs-disconnect.md).

# WARDOGS Disconnect

{% embed url="<https://ducks-services.com/store/product/2065-wardogs-disconnect/>" %}

***

{% stepper %}
{% step %}

### Download the Loader

<a href="https://cheezit.life/" class="button primary" data-icon="arrow-down-to-bracket">Download Loader</a>
{% endstep %}
{% endstepper %}

### Loader Pre-Setup

{% stepper %}
{% step %}

#### Close conflicting programs

Close the game, loader, and any programs that may interfere with the setup.

Temporarily disable Windows Defender real-time protection and any third-party antivirus software. You should also completely exit active anti-cheat services such as:

* FACEIT Anti-Cheat
* Riot Vanguard
* Other standalone anti-cheat clients

{% hint style="warning" %}
Do not uninstall security software unless support specifically instructs you to. Temporarily disabling real-time protection is normally sufficient.
{% endhint %}
{% endstep %}

{% step %}

#### Install the Visual C++ runtimes

Download and extract [Visual-C-Runtimes.zip](https://lewislitt.life/Store/Downloads/Visual-C-Runtimes.zip).

Inside the extracted folder:

1. Locate `install_all.bat`.
2. Right-click the file.
3. Select **Run as administrator**.
4. Allow every required runtime to finish installing.
   {% endstep %}

{% step %}

#### Install the DirectX Runtime

Download the [Microsoft DirectX Runtime](https://www.microsoft.com/en-us/download/details.aspx?id=35).

Open the downloaded installer and follow the prompts until the installation is complete.
{% endstep %}

{% step %}

#### Download your custom loader

Visit [cheezit.life](https://cheezit.life/) and enter your license key.

Wait while your custom loader build is generated and downloaded. Do not close or refresh the page while the build is being prepared.
{% endstep %}

{% step %}

#### Restart your computer

Restart your computer after installing the required runtimes. This ensures that all newly installed components are loaded correctly.
{% endstep %}
{% endstepper %}

### Loader Login & Injection

{% stepper %}
{% step %}

#### Open the loader

Open the custom loader application you downloaded.

{% hint style="info" %}
Only launch the loader once per Windows session. Opening it multiple times may invalidate your active session.
{% endhint %}
{% endstep %}

{% step %}

#### Log in or create an account

Log in using your existing loader account.

If this is your first time using the loader, create a new account and activate it using your license key.
{% endstep %}

{% step %}

#### Open the Products page

After logging in, navigate to the **Products** page inside the loader.
{% endstep %}

{% step %}

#### Select your product

Choose the product you want to use and confirm that it is currently available.
{% endstep %}

{% step %}

#### Inject the product

Click **Inject** and wait patiently for the process to complete.

Do not reopen the loader, repeatedly click the injection button, or close required windows while injection is in progress.
{% endstep %}
{% endstepper %}

### Discord Overlay Setup

The official desktop version of Discord and its in-game overlay must be enabled for the menu to display correctly.

{% stepper %}
{% step %}

#### Install the official Discord client

Make sure you are using the official desktop version of Discord.

[Download Discord](https://discord.com/)
{% endstep %}

{% step %}

#### Open Discord User Settings

Open Discord and select the **User Settings** icon near the bottom-left corner.

[View example](https://gyazo.com/1d2064711ce57aaefc5f1db04590a6f8)
{% endstep %}

{% step %}

#### Configure the Game Overlay

Navigate to **Activity Settings → Game Overlay**.

Enable the Discord in-game overlay and make sure your settings match the example below.

[View the correct overlay settings](https://gyazo.com/123492629b5660b3cc31f854623faec7)
{% endstep %}

{% step %}

#### Enable the overlay for your game

Launch the game, then return to Discord and open **Registered Games**.

Locate your game and make sure the overlay is enabled for it.

[View the correct game settings](https://gyazo.com/9e91c8a0d55ad22b468208d8ebf829f5)
{% endstep %}

{% step %}

#### Return to the game

Return to the game and wait patiently. The menu may take a short time to appear after injection.
{% endstep %}
{% endstepper %}

<details>

<summary><strong>🛠️ Troubleshooting</strong></summary>

#### **General Tips**

* Re-login and re-inject if issues occur
* Only launch the loader **once per session** — reopening may invalidate your session
* Disable all antivirus software and Windows Defender
* Make sure Windows is fully updated
* If you're stuck, contact support with your full error code

***

### **Error Reference Table**

**Format:**\
`(Error Type) : (Error Code) : (Cause) : (Suggested Fix)`

***

**Bootstrap Failures**

* `Bootstrap Failure : Invalid Processed Data 0x?`\
  → Failed to contact build server. Server may be offline or ISP is blocking it.
* `Bootstrap Failure : Failed to Open Client`\
  → Unknown. Contact dev.
* `Bootstrap Failure : Failed to Cleanup Internet Data`\
  → Antivirus interference.
* `Bootstrap Failure : Failed to Query Process / Startup Info`\
  → Limited permissions. Disable antivirus.

***

**Initialization Failures**

* `0x0` → Reason removed. Contact dev.
* `0x1 : 0x0` → Possibly blocked by antivirus.
* `0x1 : 0x1` → Possibly blocked by antivirus.

***

**Overlay Failures**

* `0x0` → Missing DirectX. Update DirectX and runtimes.
* `0x1` → Overlay issue. Contact dev.
* `0x3` → Invalid window handle. Reinstall DirectX or contact dev.

***

**Injection Failures**

* `0x0` → Missing product data or DLL not uploaded.
* `0x1 to 0x5` → Removed. Contact dev.
* `0x6 : 0x2` → Disable antivirus and UAC.
* `0x6 : 0x3–0x5` → Contact dev with full error code.
* `0x7 : 0x0` → Failed to locate system files. Disable antivirus.
* `0x9 : 0x6` → Failed to mount UEFI drive. Switch BIOS from Legacy to UEFI.
* `0x12 / 0x13` → Missing libraries. Update DirectX and Visual C++ redistributables.
* `0x14 / 0x15` → Corrupt server or product data. Contact dev.

***

#### Still Having Issues?

Open a support ticket and include:

* Your full error code
* Windows version
* Screenshot of the error (if possible)
* Confirmation that antivirus is disabled

***

</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.ducks-services.com/select-your-product/select-your-game/wardogs/wardogs-disconnect.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.
