CHEATS

Complete Setup Guide & Product Documentation

  • Setup Guide
  • Verified & Safe
  • 24/7 Support

Windows Setup

Step 1 Disable Windows Defender & Antivirus

Easiest Method — DControl disables Windows Defender instantly with one click. No need to dig through settings.
  1. Download DControl from the Downloads tab below (or click the direct link) Direct Download
  2. Right-click on DControl.exe → Select "Run as administrator"
  3. In the DControl window, click the big "Disable Windows Defender" button
  4. Wait for the confirmation message — Windows Defender is now completely disabled
  5. Do NOT close DControl until the process is complete
If DControl gets deleted automatically, your antivirus is still active. Temporarily go to Windows Security → Virus & Threat Protection → Manage Settings → turn off Real-Time Protection first, THEN run DControl again.
Use this method if DControl doesn't work for you. Takes a bit longer but achieves the same result.
  1. Press Win + I to open Settings
  2. Go to Privacy & SecurityWindows SecurityVirus & threat protection
  3. Click "Manage settings" under Virus & threat protection settings
  4. Turn OFF the following toggles:
    • Real-time protection
    • Cloud-delivered protection
    • Automatic sample submission
    • Tamper Protection (disable this FIRST if other toggles won't stay off)
  5. Scroll down to "Exclusions" → Click "Add or remove exclusions"
  6. Click "Add an exclusion" → Choose "Folder" → Select your entire C:\ drive or the folder where you'll store our products
Note: Manual toggle may re-enable after reboot. DControl is permanent. Use DControl whenever possible.

Step 2 Disable Windows Firewall

  1. Press Win + I to open Settings
  2. Go to Privacy & SecurityWindows SecurityFirewall & network protection
  3. You will see 3 network profiles. Click on each one and disable:
    • Domain network — Turn OFF
    • Private network — Turn OFF
    • Public network — Turn OFF
  4. Each one should now say "Windows Defender Firewall is off"
Quick alternative: Open Command Prompt as Admin and run:
Admin Command Prompt
netsh advfirewall set allprofiles state off

Step 3 Disable VBS (Virtualization-Based Security)

What is VBS? It's a Windows security feature that creates an isolated virtual environment. It blocks our driver from loading properly. You MUST disable it.
  1. Press Win + R → Type msinfo32 → Press Enter
  2. Look for "Virtualization-based security" — If it says "Running", follow the steps below. If it says "Not enabled", you can skip this section.
  3. Press Win + R → Type regedit → Press Enter
  4. Navigate to:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard
  5. Find EnableVirtualizationBasedSecurity → Double-click it → Set value to 0
  6. If the key doesn't exist: Right-click → NewDWORD (32-bit) Value → Name it EnableVirtualizationBasedSecurity → Set to 0
  7. Restart your PC for changes to take effect
  8. After reboot, open msinfo32 again to confirm VBS shows "Not enabled"
Quick CMD method: Open Command Prompt as Admin and paste:
Admin Command Prompt
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v EnableVirtualizationBasedSecurity /t REG_DWORD /d 0 /f

Step 4 Disable HVCI (Memory Integrity / Core Isolation)

CRITICAL STEP — If you skip this, the loader WILL crash or fail to inject. This is the #1 cause of issues.
  1. Press Win + I to open Settings
  2. Go to Privacy & SecurityWindows SecurityDevice Security
  3. Click on "Core isolation details"
  4. Turn OFF the toggle for "Memory integrity"
  5. If the toggle is greyed out, use the registry method below
  6. Restart your PC after disabling
If toggle is greyed out — Use this command in Admin CMD:
Admin Command Prompt
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v Enabled /t REG_DWORD /d 0 /f

Step 5 Disable Vulnerable Driver Blocklist

What is this? Windows maintains a list of "vulnerable" drivers and blocks them from loading. Our driver needs this list disabled to function.
  1. Press Win + I to open Settings
  2. Go to Privacy & SecurityWindows SecurityDevice Security
  3. Click on "Core isolation details"
  4. Scroll down to find "Microsoft Vulnerable Driver Blocklist"
  5. Turn it OFF
  6. Restart your PC
Registry method (if toggle doesn't appear):
Admin Command Prompt
reg add "HKLM\SYSTEM\CurrentControlSet\Control\CI\Config" /v VulnerableDriverBlocklistEnable /t REG_DWORD /d 0 /f

Step 6 Set UAC to Minimum

  1. Press Win + S and search for "UAC" or "Change User Account Control settings"
  2. Click on the result to open it
  3. You will see a slider — drag it all the way DOWN to the bottom ("Never notify")
  4. Click OK
  5. If Windows asks you to confirm, click Yes
Always notify (DON'T use this)
Default
Notify only when apps try to make changes
Never notify ← SET IT HERE ✓

Step 7 Disable Hyper-V

What is Hyper-V? It's a Microsoft virtualization feature that runs in the background. Even if you never use virtual machines, it may be enabled by default on Windows 11.
Method 1 — Via Windows Features
  1. Press Win + S → Search "Turn Windows features on or off"
  2. In the list, find and UNCHECK:
    • Hyper-V
    • Virtual Machine Platform
    • Windows Hypervisor Platform
    • Windows Sandbox (if present)
  3. Click OK and restart your PC
Method 2 — Via Command Prompt (faster)
Admin Command Prompt — Run ALL 3 commands
bcdedit /set hypervisorlaunchtype off
DISM /Online /Disable-Feature:Microsoft-Hyper-V-All /NoRestart
DISM /Online /Disable-Feature:VirtualMachinePlatform /NoRestart
Restart required after running these commands. Changes take effect on next boot.

Step 8 Remove / Uninstall All Anti-Cheats

IMPORTANT: Anti-cheat software runs in the background even when you're not playing. They detect and block our products. You must uninstall them BEFORE using our loader.
EasyAntiCheat (EAC) Fortnite, Apex, Rust, etc.
  1. Go to C:\Program Files (x86)\EasyAntiCheat
  2. Run EasyAntiCheat_Setup.exe
  3. Select the game → Click "Uninstall"
  4. Repeat for each game listed
BattlEye R6, PUBG, Tarkov, DayZ
  1. Go to C:\Program Files (x86)\Common Files\BattlEye
  2. Run Uninstall_BattlEye.bat
  3. Or manually delete the entire BattlEye folder
⚙️ Disable Anti-Cheats via services.msc (Recommended Method) VGC, BEService, EAC, etc.
Best method — This lets you disable anti-cheat services without uninstalling your games. You can re-enable them later when you want to play normally.
  1. Press Win + R to open the Run dialog
  2. Type services.msc and press Enter
  3. A window will open with a list of all services on your PC
  4. Find the anti-cheat service in the list (see the table below for names)
  5. Double-click on the service to open its properties
  6. In "Startup type", change it to "Disabled"
  7. Click the "Stop" button if the service is currently running
  8. Click OK to save
  9. Repeat for every anti-cheat service listed below
  10. Restart your PC after disabling all services
Anti-Cheat Service Names to Disable
Service Name Anti-Cheat Games
vgc Riot Vanguard Valorant, LoL
vgk Riot Vanguard (Kernel) Valorant, LoL
BEService BattlEye R6, PUBG, Tarkov, DayZ
EasyAntiCheat EAC Fortnite, Apex, Rust
FACEIT FACEIT Anti-Cheat CS2 (FACEIT)
ESEADriver2 ESEA Client CS2 (ESEA)
Disable BOTH vgc AND vgk for Vanguard. If you only disable one, Vanguard can still run in the background.
FACEIT Anti-Cheat CS2 FACEIT
  1. Go to Settings → Apps
  2. Search for "FACEIT Anti-Cheat"
  3. Click Uninstall
  4. Restart your PC
Other Anti-Cheats nProtect, XIGNCODE, etc.
  1. Go to Settings → Apps
  2. Search for any anti-cheat software
  3. Uninstall everything you find
  4. When in doubt, ask in our Discord

Step 9 Disable Fast Startup

Why? Fast Startup saves parts of your system state to disk. This can cause our driver to not load properly after a "restart." Disabling it ensures a real clean boot every time.
  1. Press Win + S → Search "Choose a power plan" or "Power Options"
  2. Click "Choose what the power buttons do" (left sidebar)
  3. Click "Change settings that are currently unavailable" (requires admin)
  4. UNCHECK the box next to "Turn on fast startup (recommended)"
  5. Click "Save changes"
CMD method:
Admin Command Prompt
powercfg /h off

You MUST complete ALL the steps below before using any of our products. Skipping steps will cause errors, crashes, or detection. Follow each section in order from top to bottom. After completing everything, restart your PC.

Required Downloads

Download and install all the tools below before using any product. Click the download button for each one.

DControl

Disable Windows Defender permanently with one click. Required for all products.

Download

Visual C++ Redistributable

Microsoft Visual C++ 2015–2022 Runtime. Required for loaders and DLL injection.

Download

DirectX End-User Runtime

Required DirectX libraries for rendering overlays and game hooks.

Download

DS4Windows

Controller emulation tool. Required for DS4Windows & controller-based products.

Download

NordVPN

Required for Akuma (Valorant). No paid account needed — just install and run as admin.

Download

HidHide

Hides your real controller from games. Required for DS4Windows & Nyx Evolution.

Download

ViGEmBus Driver

Virtual gamepad emulation driver. Required for DS4Windows & Nyx Evolution.

Download

Product Installation & Usage Guides

Select your product below to see the full installation guide and usage instructions.

LogoCOD External Cheat — Installation & Usage

1. Loader Injection
  1. Download the latest Loader.
  2. Open the Loader and create an account using your license key.
  3. Log into your account and select BO7.
  4. Start the loading process and wait until the Loader displays Success.
  5. Start Call of Duty and enter the Warzone/Multiplayer menu.
Do not repeatedly restart or reopen the Loader while it is processing. Wait for either a Success message or an error code.
2. Controller Setup
  1. Unplug your controller from your PC.
  2. Open the Loader, log in, and select your input method (Xbox, PS, or KBM).
  3. Continue injection, wait for Success, and launch Call of Duty.
  4. Wait until you reach the game's main menu, then plug your controller back in.
Controller Not Working / Duplicate Inputs?
If you have issues, install HidHide and ViGEmBus. Hide your REAL physical controller in HidHide, but leave the newly created VIRTUAL controller visible. Do this ONLY AFTER the loader successfully creates the virtual controller. If playing on Steam, disable Steam Input for Call of Duty.
Prerequisites
  • Complete ALL steps in the Windows Setup tab
  • Make sure you are NOT currently spoofed before injecting

LogoCOD Temp Spoofer — Installation & Usage

Usage Steps
  1. Download the latest Loader.
  2. Open the Loader and log into your account.
  3. Activate your Spoofer License Key.
  4. Select the Spoof option and start the process.
  5. Wait until the Loader displays Success. (Do NOT open COD during this process).
  6. Once successful, close the Loader.
  7. Start Call of Duty normally.
Important: The Spoofer is temporary. After restarting your PC, your original HWID is restored, and you will need to spoof again before playing.
Prerequisites
  • Complete ALL steps in the Windows Setup tab
  • Make sure Call of Duty is completely closed

LogoCOD DS4Windows — Installation & Setup

Installation Steps
  1. Download the DS4Windows folder and extract it (right-click → Extract All)
  2. Right-click DS4Windows.exeRun as Administrator
  3. Enter your license/activation key when prompted
  4. DS4Windows will prompt you to install HidHide and ViGEmBus — install both
  5. Restart your PC after installing drivers
  6. After reboot, open HidHide
  7. Click the small "+" button (bottom-right corner)
  8. In the "Devices" tab, select ONLY your real controller (your physical DualSense/DS4)
  9. Check the box "Enable Device Hiding"
  10. Go back to DS4WindowsSettingsDevice Options
  11. Check "DualSense Controller Support"
  12. Click "Start" (bottom-right of DS4Windows)
Your controller should now show as connected in DS4Windows. If it doesn't appear, try a different USB port or re-pair via Bluetooth.
Prerequisites
  • Download DS4Windows from Downloads tab
  • Download HidHide from Downloads tab
  • Download ViGEmBus from Downloads tab

LogoCOD NyxEvolution — Installation & Setup

Installation Steps
  1. Download the Nyx Evolution installer from your purchase email or Discord
  2. Right-click the installer → Run as Administrator
  3. Launch NyxEvolution.exe
  4. Create your account and log in
  5. Install HidHide and ViGEmBus (from Downloads tab) if not already done
  6. Restart your PC
  7. After reboot, open HidHide
  8. Click the small "+" button (bottom-right corner)
  9. In the "Devices" tab, select ONLY your real controller
  10. Check "Enable Device Hiding"
  11. Go back to Nyx Evolution and press the POWER button to start
Prerequisites
  • Download HidHide from Downloads tab
  • Download ViGEmBus from Downloads tab

LogoOrix Internal — Installation & Usage

Usage Steps
  1. Download the loader file from our Discord server
  2. Right-click the loader → Run as Administrator
  3. Enter your license key to log in
  4. Launch Counter-Strike 2 — the software will inject automatically
  5. Once in-game, press INSERT to open the cheat menu
Make sure CS2 is set to Trusted Mode: OFF in launch options. Add -untrusted to CS2 launch options in Steam if needed.
Prerequisites
  • Complete ALL steps in the Windows Setup tab
  • Install Visual C++ Redistributable from Downloads tab
  • Install DirectX Runtime from Downloads tab
  • Disable Windows Defender with DControl

LogoEON: Fortnite Cheat — Installation & Usage

1. Controller Support Fix (SDL3.dll)
This file resolves the SDL3.dll pop-up when launching the loader. Required for controller support.
  1. Download the SDL3.dll file: Download SDL3.dll
  2. Locate your Loader folder.
  3. Place SDL3.dll in the same directory as the Loader executable.
The file MUST be placed in the same folder as the loader, otherwise the error will continue to appear.
2. Loading Cheat
  1. Right-click the downloaded loader and select "Run as Administrator".
  2. Enter your license key, then press Enter.
  3. Wait until you see "Waiting for Fortnite" in the loader.
  4. Open Fortnite.
  5. Once loaded, enjoy your game! 🎮
3. Fortnite External Mouse Driver
This driver allows you to use our mouse emulation method. Required for the mouse aim system to function correctly.
  1. Download the Mouse Driver archive: Mouse Driver.rar
  2. Extract the archive to a folder on your computer.
  3. Open the extracted folder and run the Mouse Driver installation.
  4. Restart your PC to ensure the driver loads correctly.
  5. Launch Fortnite → Open Settings → Go to Mouse and Keyboard Settings.
  6. Enable "Lock Input Method as Mouse".
Prerequisites
  • Complete ALL steps in the Windows Setup tab
  • Install Visual C++ Redistributable from Downloads tab
  • Install DirectX Runtime from Downloads tab
  • Disable Windows Defender with DControl

LogoAkuma: Valorant Cheat — Installation & Usage

Usage Steps
  1. Download and install NordVPN: Download NordVPN
    You do NOT need a paid NordVPN account. Just install it — it's used as a network driver.
  2. Download the Akuma Loader from our Discord server
  3. Right-click the loader → Run as Administrator
  4. Enter your license key
  5. Wait for the loader to close automatically
  6. Launch NordVPN as Administrator (right-click → Run as admin)
  7. Launch Valorant
  8. Once you're in the lobby, press F2
  9. Wait up to 60 seconds — the menu will appear
  10. Use INSERT to open/close the menu at any time
IMPORTANT: You MUST launch NordVPN as admin AFTER the loader closes and BEFORE launching Valorant. Wrong order = it won't work.
Prerequisites
  • Complete ALL steps in the Windows Setup tab
  • Install Visual C++ Redistributable from Downloads tab
  • Install DirectX Runtime from Downloads tab
  • Download & install NordVPN from Downloads tab (no paid account needed)

LogoARC: Ancient Cheat — Installation & Usage

Usage Steps
  1. Download the Ancient ARC Loader from our Discord server
  2. Right-click the loader → Run as Administrator
  3. Enter your license key
  4. Follow the on-screen instructions in the loader
  5. Launch your game when prompted
  6. Press INSERT to open the cheat menu
Prerequisites
  • Complete ALL steps in the Windows Setup tab
  • Install Visual C++ Redistributable from Downloads tab
  • Install DirectX Runtime from Downloads tab
  • Disable Windows Defender with DControl

Troubleshooting & FAQ

The loader gets deleted automatically when I download it
Your antivirus is deleting the file. You need to disable Windows Defender FIRST before downloading anything. Use DControl (see Windows Setup tab, Step 1). If DControl itself gets deleted, manually turn off Real-Time Protection in Windows Security first, then run DControl.
Loader opens and closes immediately / crashes on launch
Most common causes:
  • Windows Defender is still active → Use DControl
  • Memory Integrity (HVCI) is still ON → See Setup Step 4
  • Missing Visual C++ Runtime → Download from Downloads tab
  • Not running as Administrator → Right-click → Run as admin
  • An anti-cheat is still running in the background → See Setup Step 8
Error "VCRUNTIME140.dll is missing" or "MSVCP140.dll not found"
You need to install Visual C++ Redistributable 2015–2022. Go to the Downloads tab and download it. Install it, restart your PC, then try again.
INSERT key doesn't open the menu in-game
  • Make sure the game is in Borderless Windowed mode (not Fullscreen)
  • Disable third-party overlays: Discord overlay, GeForce Experience, MSI Afterburner
  • Make sure you waited for the loader to finish injecting before launching the game
  • Try pressing INSERT while in the game lobby, not the main menu
Blue Screen of Death (BSOD) after using the loader
  • Make sure Hyper-V is fully disabled (Setup Step 7)
  • Make sure VBS is disabled (Setup Step 3)
  • Make sure Memory Integrity is OFF (Setup Step 4)
  • Make sure no anti-cheat is running (Setup Step 8)
  • If it still happens, open a support ticket on our Discord with the BSOD error code
I got banned — what do I do?
  1. Use the Temp Spoofer to change your HWID
  2. Regenerate a new seed (only do this after a permanent ban)
  3. Create a new game account
  4. If it's an IP ban, use a VPN
  5. Contact our Discord support for further help
"License key invalid" or "Authentication failed"
  • Make sure you're copying the entire key without spaces before/after
  • Check that your subscription hasn't expired
  • Make sure you're using the correct loader for your product
  • If the problem persists, contact support on Discord with your order ID
Loader Crashed or Closed / Cheat Not Showing
  • Loader Crashed: Reopen the loader.
  • Cheat Not Showing: Ensure Fortnite is running. Restart your PC and repeat the steps.
Failed To Load Driver
Download Automatic Fix
Download the required fix from Discord. Run the file as Administrator and follow the on-screen instructions. Your PC will automatically restart. After rebooting, attempt to load the cheat again. This addresses missing permissions or blocked services.
Forbidden Tool Kick
This kick is NOT related to our cheat and is NOT a HWID ban. It's a Fortnite client-side detection.

Solutions (Try in order):
  • Update your GPU drivers to the latest version.
  • Verify Fortnite files through Epic Games Launcher.
  • Uninstall 3rd party overlay apps (Medal, Overwolf, RivaTuner, etc.).
  • Play Fortnite legit for 30 minutes, then cheat again.
  • Last Resort (10%): Clean Windows reinstall.
Overlay Errors (SteelSeries / Menu Flicker / Black Screen)
  • Please launch SteelSeries moment overlay (FOR GEFORCE): Disable and Enable GeForce overlay.
  • Please launch SteelSeries Sonar overlay: Press the SONAR's bind before launching so that the overlay works.
  • Flicker of menus or black screens in game: Open SteelSeries -> Settings -> MOMENTS -> Capture and sound -> Turn off "ALLOW MOMENTS TO CAPTURE WHILE GAMING".
  • No menu appears / loader closes immediately: Install the Visual C++ library (see Downloads tab).
  • Bind button does not work: Reinject. If it fails, run the overlay as administrator.
Hardware / BIOS Errors
  • Please disable Intel Rapid Storage Technology: RST must be disabled in BIOS.
  • Unsupported Firmware: Convert the disk to GPT format and the BIOS to UEFI mode.
  • AES instruction set is not supported: Your processor does not support AES. This cannot be fixed.
  • Please enable Intel VT-X/AMD-V: Enter BIOS and enable "Intel virtualization technology", "Intel VT-X", "AMD-V", or "SVM mode".
  • Either virtual or RAID disk is present: Turn off spoofer or disable RAID in BIOS settings (requires Windows reinstall).
System / OS Errors (VMX, Memory, Dependencies)
    Download Automatic Fix
  • VMX/SVM is not supported: Disable "Virtual Machine Platform" and "Hyper-V" in Windows Features. If error persists, run bcdedit /set hypervisorlaunchtype off in admin CMD and restart.
  • Failed to allocate/map memory: Driver installed incorrectly. Reboot. Clean autorun programs using Sysinternals Autoruns.
  • Failed to load dependencies: Turn off all antiviruses and Windows Defender (use DControl).
  • CRD failed / Failed to init render: Old/unsupported GPU. For laptops, disable the built-in graphics card in BIOS.
  • 0x296: Simply reinject.
Network / HWID / Anti-Cheat Errors
  • Unknown network error: Check internet connection, disable VPN.
  • Please uninstall Vanguard/Faceit first: You must uninstall these anti-cheats (or disable them in services.msc).
  • Incorrect HWID: Open cmd as admin and run wmic diskdrive get Caption, SerialNumber and wmic baseboard get SerialNumber. If they error, reinstall Windows.
E2002 / E2003 / E2004 / E2001.xx / C1104
These errors relate to your system config and Windows security.
Download Automatic Fix
  • Make sure Fast Boot is disabled.
  • Ensure VBS and Memory Integrity (Core Isolation) are disabled.
  • Ensure Windows Defender is fully disabled (use DControl).
  • Make sure you are on an official Windows build (no custom debloated OS).
  • Restart your PC and verify your connection.
Network Errors (N1001, F1101, B1001, S1001, etc.)
Usually network or firewall related.
Download Automatic Fix
  • Check your internet connection or try a VPN (like ProtonVPN).
  • Synchronize your Windows Date & Time.
  • Try another DNS provider.
  • Make sure anti-virus is not blocking the connection.
Account / License Errors (A1001–A1005, P1001–P1004)
  • Ensure your license key is correct and activated for the right product.
  • Make sure you are using the correct Loader account.
  • Check if the product is under maintenance.
  • If your license continues to be rejected, open a support ticket.
No Overlay Visible / Lagging ESP
    Download Automatic Fix
  • Simple Fix: Close the game, reopen Loader, inject again, start game.
  • Ensure game is in Borderless / Windowed mode (Not Fullscreen Exclusive).
  • Disable ALL third-party overlays (Discord, GeForce, Xbox Game Bar).
  • Lagging ESP: Disable Frame Generation, G-SYNC, V-SYNC (unless in-game), and lower game graphics. Refresh GPU driver with Ctrl + Shift + Win + B.
Bluescreens (KERNEL CHECK FAILURE / RTCore64.sys)
    Download Automatic Fix
  • Verify that VBS, Core Isolation, and Vulnerable Driver Blocklist are fully OFF.
  • Ensure no other anti-cheats (Vanguard, FACEIT) are running (Setup Step 8).
  • Check that Windows Defender is disabled via DControl.
Game Closes / Requires Two Launch Attempts
This can occasionally happen during the first launch after spoofing.
Simply wait for the game to fully close, press Play again, and allow Call of Duty to launch normally. You do not need to spoof again just because the first launch closed.
Serial Checker Shows No Changes
Different serial checkers retrieve hardware info using different methods. Third-party checkers may not always display the same information or show visible changes. If the Loader displayed "Success", the spoofing process worked.
I Got Banned again
Restart your PC, open the Loader, and re-run the Spoofer BEFORE launching the game. Wait for "Success", close the Loader, and start the game. If you're consistently getting banned, you may need a clean Windows installation to clear deep trace files.
Error Codes (E2002, E2004, C1104, N1001, etc.)
These are identical to the External Chair errors. Ensure Fast Boot, VBS, Core Isolation, and Windows Defender are disabled. Check your internet connection or use a VPN for network errors.

Fix Tools — Download & Run as Admin

How to use: Download the .bat file, right-click → Run as Administrator. Follow the on-screen instructions. Some fixes require a reboot.

Windows Setup — Individual Steps

Step 1 — Disable Windows Defender

Disables Defender, SmartScreen, scheduled scans, and adds C:\ to exclusions.

Download

Step 2 — Disable Firewall

Turns off Windows Firewall on all profiles (Domain, Private, Public).

Download

Step 3 — Disable VBS

Disables Virtualization-Based Security, Credential Guard, and Secure Launch.

Download

Step 4 — Disable HVCI / Core Isolation

Disables Memory Integrity and Kernel Shadow Stacks.

Download

Step 5 — Disable Driver Blocklist

Removes Microsoft Vulnerable Driver Blocklist and enables test signing.

Download

Step 6 — Set UAC to Minimum

Sets User Account Control to "Never Notify" to stop admin popups.

Download

Step 7 — Disable Hyper-V

Disables Hyper-V, Virtual Machine Platform, WSL, and Windows Sandbox.

Download

Step 8 — Disable All Anti-Cheats

Detects and disables EAC, BattlEye, Vanguard, FACEIT, ESEA, ACE (no game uninstall).

Download

Step 9 — Disable Fast Startup

Disables Windows Fast Boot/Hibernate for clean reboots.

Download

Full Setup — All 9 Steps In One

Runs every step automatically. One-click full Windows configuration.

Download

Error Code Fixes

Fix E2001 / E2002 / E2003 / E2004 / C1104

Fixes system config errors: disables VBS, HVCI, Defender, Fast Boot, flushes DNS.

Download

Fix Network Errors (N1001, F1101, B1001, S1001)

Flushes DNS, resets Winsock/TCP, sets Cloudflare DNS, syncs system time.

Download

Fix System / OS Errors (VMX, Memory, Dependencies)

Fixes VMX/SVM errors, memory allocation failures, dependency loading issues.

Download

Fix Lagging ESP / Overlay

Kills overlay processes, disables Game DVR, sets GPU priority, optimizes network.

Download

Fix BSOD / Bluescreen

Fixes KERNEL_CHECK_FAILURE, RTCore64.sys errors. Runs SFC and DISM repair.

Download

Fix Failed To Load Driver

Enables test signing, disables driver blocklist and HVCI, resets driver verifier.

Download

Direct Support & Community

Discord Server

Join our official Discord for real-time support, announcements, and community chat. Open a ticket in #support for personalized help.

Join Discord

Website

Visit our main store to browse products, manage your subscriptions, and view your purchase history.

instancecheats.com
Copied to clipboard!