> For the complete documentation index, see [llms.txt](https://gandyhacks.gitbook.io/gandyhacks-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gandyhacks.gitbook.io/gandyhacks-docs/call-of-duty/zerox-internal-dmz-bo7.md).

# Zerox Internal DMZ/BO7

Please follow all steps to ensure a smooth experience

## Disable **Real Time Protection**

{% stepper %}
{% step %}

## Press **Win + R** to open the **Run** dialog.

{% endstep %}

{% step %}

## Paste `windowsdefender://threatsettings` into the text box and press **Enter.**

{% endstep %}

{% step %}

## Turn off **Real Time Protection.**

To turn if off completely and to avoid any potential issues complete the following steps.

* Then Scroll down and turn off **Tamper Protection.**

{% endstep %}
{% endstepper %}

## Disabling Windows Defender using **dControl**

{% stepper %}
{% step %}

## Download and install **WinRar** from [HERE](https://www.win-rar.com/fileadmin/winrar-versions/downloader/WinRAR-722.exe)

{% endstep %}

{% step %}

## Download **dControl** from [HERE](https://drive.usercontent.google.com/download?id=1jxmKjN820qP%5FcLZLgbeBi-aP5DUbROle\&export=download\&authuser=0) and extract it using **WinRar**

**Hint:** the password is **"sordum"**
{% endstep %}

{% step %}

## Open the extracted files and run **dcontrol.exe**

{% endstep %}

{% step %}

## Click **Disable Windows Defender**

To Re-Enable Windows defender simply open the **dcontrol.exe** file again and click **Enable Windows Defender**.

It will probably say "Windows Defender could not be started" just ignore that text and restart your PC, after restarting your PC, Windows Defender will be Re-Activated
{% endstep %}
{% endstepper %}

## Install all C++ Runtimes

{% stepper %}
{% step %}

## Download the **All in One C++ runtimes** from [HERE](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/)select any server

{% endstep %}

{% step %}

## Extract all files

{% endstep %}

{% step %}

## Open the extraced files folder, then find and run **Install\_All.bat** as **Administrator**

{% endstep %}

{% step %}

## Wait for all C++ Runtimes to install

{% endstep %}
{% endstepper %}

Follow onto [Download and Run](https://zerox-win.gitbook.io/internal/download-and-run) for the next steps!

## Download and Run

**Important:** We **highly recommend** using an alternate account and avoiding the use of your main account. Zerox is **not responsible** for any account bans or penalties that may occur.

1. Download the **Zerox Internal Loader** from [**HERE**](https://gofile.io/d/se8Shp).
2. Create a new folder on your **Desktop** or in your **Downloads** directory and place the downloaded `.exe` file inside.
3. Right-click the loader and select **Run as Administrator**.
4. Enter your license key by **copying and pasting** it into the loader. **Do not manually type the key.**
5. Wait for the loader to finish loading. Once successful, you will see a message instructing you to **open COD HQ**.
6. If you use a **spoofer**, now is the time to launch it. If not, proceed to the next step.
7. Launch **Call of Duty** and enter your desired playlist.
8. Wait for the menu to appear in-game.
9. Press the **Insert (INS)** key to open or close the menu.
10. You're all set—enjoy the game!


---

# 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://gandyhacks.gitbook.io/gandyhacks-docs/call-of-duty/zerox-internal-dmz-bo7.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.
