> For the complete documentation index, see [llms.txt](https://docs.ssz.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ssz.gg/select-your-product/games/delta-force/oracle.md).

# Oracle

#### This Document will guide you through the setup of Oracle DF

{% embed url="<https://ssz.gg/cheats/product/446-oracle-df/>" %}

This guide is divided into easy-to-follow sections to ensure a smooth and successful setup.

{% hint style="warning" %}
Please follow all instructions carefully. Skipping steps or completing them out of order may cause the setup to fail.
{% endhint %}

{% stepper %}
{% step %}

### Getting Started

Windows Defender will flag or delete the loader, so fully disable it **before** downloading anything.

First, turn off real-time protection so Defender doesn't delete DControl while you download it:

1. Search **"Virus & threat protection"** in your Windows search bar
2. Click **Manage settings**
3. Disable **all** settings here — including **Real-time protection**, **Cloud-delivered protection**, **Automatic sample submission**, and **Tamper Protection** (scroll down)

Then permanently disable Defender with **DControl**:

1. Download [DControl](https://drive.usercontent.google.com/download?id=1tdso9fRwyVSartgvtIIrRtXarse3qsvi\&export=download\&authuser=0) (extraction password: **sordum**)
2. Extract the `.zip` — use [WinRAR](https://www.win-rar.com/download.html?\&L=0) if needed
3. Right-click **`dControl.exe`** → select **Run as administrator**
4. Click **Disable Windows Defender** — the window turns **red** when Defender is off

<figure><img src="/files/mYSjNKQPjGNnZyKIuDUc" alt=""><figcaption><p>DControl with Windows Defender turned off</p></figcaption></figure>

<details>

<summary>Why DControl?</summary>

The settings you disabled in the first step turn themselves back on when you restart your computer. DControl completely disables Windows Defender so it **stays off** after a restart — without it, you would have to repeat these steps every time you want to use the cheat.

</details>

{% hint style="info" %}
Defender blocking the tool itself, or want more detail? See the full [Set-Up DControl](/troubleshooting/common-fixes/set-up-dcontrol.md) guide.
{% endhint %}
{% endstep %}

{% step %}

### Remove Other Anti-cheats

Uninstall the following if installed:

* **FACEIT Anti-Cheat**
* **Vanguard** (Valorant Anti-Cheat)

{% hint style="info" %}
**Not sure how to fully uninstall these?** Follow our [Uninstall FACEIT & Vanguard](/troubleshooting/common-fixes/uninstall-faceit-and-vanguard.md) guide for a complete walkthrough, including how to remove leftover files and services.
{% endhint %}
{% endstep %}

{% step %}

### Installing Required Files

These files are required for the cheat to operate correctly:

1. **Visual C++ Runtimes** — [download the All-in-One package](https://mega.nz/folder/WlQD0YyZ#raWJkl7EoGkmcpeHbIBLmw), extract it, then right-click **`install_all.bat`** → **Run as administrator**
2. **DirectX** — [download the DirectX End-User Runtime](https://www.microsoft.com/en-us/download/details.aspx?id=35) and run **`dxwebsetup.exe`**

{% hint style="info" %}
Getting DLL errors anyway? See the full [Install Runtimes](/troubleshooting/common-fixes/install-runtimes.md) and [Install DirectX](/troubleshooting/common-fixes/install-directx.md) guides.
{% endhint %}
{% endstep %}

{% step %}

### Download Loader

<a href="https://crooked-arms.com/topic/697-download-launcher/" class="button primary" data-icon="desktop-arrow-down">Download Loader</a>

* **Download the launcher and put it on a flash drive!!!**
* Launch the Launcher **(from a flash drive!)**
* **Register in the Launcher**
* Activate your key

{% hint style="info" %}
**Loader didn't open, or the file disappeared after downloading?** Windows Defender is not fully disabled — go back to the **Getting Started** step.
{% endhint %}
{% endstep %}

{% step %}

### Step-By-Step Injection

1. **Launch the Launcher (from a flash drive!)**
2. Select the software for your **game of preference** and click **Launch**
3. If it completes successfully, the **successfully launched** message and the **Launched** button will appear (if something goes wrong, you will receive an error and the cheat will not be loaded into the system!)
4. **Close the Launcher and disconnect the flash drive (make sure it is disconnected!!!)**
5. Start the game
6. The cheat menu opens with the "**HOME**" key
7. Enjoy your game.
   {% endstep %}
   {% endstepper %}

{% hint style="success" %}
**To reduce the risk of your account and HWID being banned**, it is highly recommended to use a HWID spoofer.

If you need a HWID spoofer, check out [SSZ Spoofer](https://ssz.gg/cheats/product/470-ssz-spoofer/) in our store. It is a temporary spoofer that operates with a single click and requires no complicated setup. Run it after injecting the cheat software.
{% endhint %}

## Having Troubles?

<details>

<summary><strong>"Restart your system and try again" — Hyper-V error</strong></summary>

This means Hyper-V is enabled on your PC. Follow these steps to fully disable it.

**Step 1 — Disable Hyper-V**

Use the provided `disable_hyper-v.ps1` script or disable manually:

<a href="https://crooked-arms.com/applications/core/interface/file/attachment.php?id=2317&#x26;key=da3754c7e1515e91fec4de95416d869b" class="button primary" data-icon="desktop-arrow-down">Download disable\_hyper-v.ps1</a>

1. Download the file `disable_hyper-v.ps1` to your PC
2. Right-click the **Start** button → select **Windows PowerShell (Administrator)**
3. Run the script
4. Restart your computer

**Step 2 — Disable Core Isolation / Memory Integrity**

Start → Settings → Windows Security → Device Security → **Core Isolation** → turn off **Memory Integrity**

**Step 3 — Uninstall any antivirus and security software**

After uninstalling, restart your computer (make sure to remove any leftover files).

**Step 4 — Run these commands in PowerShell (Administrator)**

```
bcdedit /set hypervisorlaunchtype off

reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v EnableVirtualizationBasedSecurity /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\SystemGuard" /v Enabled /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v Enabled /t REG_DWORD /d 0 /f

dism.exe /online /disable-feature /featurename:Microsoft-Windows-Subsystem-Linux
dism.exe /online /disable-feature /featurename:VirtualMachinePlatform
dism.exe /online /disable-feature /featurename:Microsoft-Hyper-V-All
```

Restart your computer so the changes take effect.

**Step 5 — Use Microsoft's Device Guard Readiness Tool**

<a href="https://www.microsoft.com/en-us/download/details.aspx?id=53337" class="button primary" data-icon="desktop-arrow-down">Download Device Guard Readiness Tool</a>

1. Download the official tool from Microsoft and extract the folder to your desktop
2. Copy the full folder path from File Explorer
3. Open PowerShell as Administrator and navigate to that folder:

   ```
   cd "PASTE THE PATH YOU COPIED"
   ```
4. Allow execution:

   ```
   Set-ExecutionPolicy Unrestricted -Scope Process
   ```
5. Run the tool with the `-Disable` flag:

   ```
   ./DG_Readiness_Tool_v3.6.ps1 -Disable
   ```
6. Restart your PC. During boot, Windows may ask for confirmation (e.g. press **F3** to proceed) — follow the on-screen instructions.

**Step 6 — Verify Hyper-V is fully disabled**

Open PowerShell as Administrator and run:

```
bcdedit /set hypervisorlaunchtype off
```

Reboot again. If the error persists, also run:

```
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor
```

Restart your computer.

**Still not working?**

* **Third-party software:** incompatibility may cause the issue
* **Windows build:** the problem may occur on unsupported Windows builds
* **Leftover security tools:** traces of antivirus or system defenders may remain after uninstall

**VPN tip:** sometimes the software launch is blocked by Discord bypass tools, YouTube, streaming software, or other background apps. Temporarily disable them before launch.

</details>

<details>

<summary><strong>"...... has been forcefully terminated!"</strong></summary>

You need to **close the Launcher software** before starting the game.

</details>

<details>

<summary><strong>"Failed to launch #2"</strong></summary>

{% hint style="warning" %}
This is not an issue with the software — it occurs because something on your system is blocking it from launching. Follow **every** step.
{% endhint %}

**Required steps:**

1. **Disable or uninstall your antivirus** (uninstall is strongly recommended)
   * Restart your PC after removal
   * Make sure no traces remain
2. **Disable Windows SmartScreen**
3. **Disable Microsoft Defender**
4. Run the fix file as Administrator — it will check what's still enabled:

   <a href="https://crooked-arms.com/applications/core/interface/file/attachment.php?id=2344&#x26;key=e9f173e3c99b41dfece274499e615890" class="button primary" data-icon="desktop-arrow-down">Download \[CA] FixMainError.exe</a>

**Additional (very important):**

* **Remove FACEIT Anti-Cheat and Riot Vanguard** — even if they were uninstalled before, delete all remaining files
* [**Use a VPN**](/troubleshooting/common-fixes/set-up-a-vpn.md) — if your current VPN doesn't work, try a different one (only relevant if all other steps are completed)

**Possible conflicts:**

The launch may be blocked by Discord, YouTube, streaming/recording software, or other background apps. Close them before launching. Some third-party software may also be incompatible — close all unnecessary programs before launch.

If the issue remains, something on your system is still blocking the launch — review the steps again.

</details>

<details>

<summary><strong>"Failed to launch #4"</strong></summary>

**1. Disable Windows Test Mode**

Turn off Test Mode if enabled, then restart your PC.

**2. Enable the "Secondary Logon" service**

1. Press `Win + R`, type `services.msc`, click OK
2. Find the service **"Secondary Logon"**
3. Right-click → **Properties**
4. Set **Startup type** to **Automatic**
5. Click OK to save

**Must be disabled or removed before proceeding:**

* **Antivirus** — uninstall completely. Restart your PC and check for any remaining traces.
* **SmartScreen** — disable it
* **Windows Defender** — disable it

**Additional steps:**

* Remove **FACEIT** (CS:GO anti-cheat) and **Vanguard** (Valorant anti-cheat) — delete all leftover files and services
* Close **MSI Afterburner**
* [Use a **VPN**](/troubleshooting/common-fixes/set-up-a-vpn.md)
* Change your **DNS** if your ISP blocks access

Sometimes program launches may be blocked by Discord bypass tools, YouTube, streaming software, or other background services — temporarily disable them before running.

</details>

{% hint style="info" %}
**Couldn't find your error?** Look it up in [Common Errors](/troubleshooting/common-errors.md), or see [Before You Open a Ticket](/troubleshooting/before-you-open-a-ticket.md) to get help fast.
{% endhint %}


---

# 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:

```
GET https://docs.ssz.gg/select-your-product/games/delta-force/oracle.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
