Profile Photo
Upload from device
JPG  PNG  WEBP  GIF
or paste image URL

GUIDE

DottyServices — Setup Guide
Join Discord
Getting Started
Windows Setup
Product
Games
Error Codes
Support
DottyServices / Overview
All Systems Online
LIVE GUIDE v4

Setup & Configuration Guide

Everything you need to install, configure and run DottyServices. Read fully before asking for support — 90% of issues are solved here.

Welcome to DottyServices
// read before anything else

Read this guide fully before installing. Most support tickets are caused by skipping steps. Every section exists for a reason.

Recommended Setup Order
  1. Check system requirements and confirm your PC is compatible
  2. Download and install all required dependencies
  3. Set up antivirus exclusions correctly — most important step
  4. Apply all Windows optimizations listed in this guide
  5. Configure TPM and Secure Boot ONLY if required for your game
  6. Install the product and configure settings conservatively
  7. Read the full Safety Guide before going online
Game Compatibility Quick Reference
GameTPMSecure BootAdminAnti-Cheat
Valorant✓ Yes✓ Yes✓ YesVanguard (Kernel)
Black Ops 7✓ Yes✓ Yes✓ YesRicochet (Kernel)
Warzone✗ No✗ No✓ YesRicochet
MW2 / MW3 / BO6✗ No✗ No✓ YesRicochet
Fortnite✗ No✗ No✓ YesEasy Anti-Cheat
Apex Legends✗ No✗ No✓ YesEasy Anti-Cheat
CS2✗ No✗ No✓ YesVAC / Overwatch
Rust✗ No✗ No✓ YesEasy Anti-Cheat

TPM & Secure Boot are ONLY required for Valorant and Black Ops 7. Do not enable them for other games — they can cause issues.

Need Help?

Read the guide fully first. If still stuck, open a ticket in Discord with: your error message, screenshots, Windows version, and what you've already tried.

Open Support Ticket
System Requirements
// check before installing
Minimum Specs
OS
Windows 10 / 11
64-bit, fully updated
CPU
i5 / Ryzen 5
4+ cores, any gen
RAM
8GB minimum
16GB recommended
GPU
GTX 1060 / RX 580
Updated drivers required
Storage
SSD recommended
HDD may cause issues
Account
Administrator
Standard accounts won't work
Required Software
  • Windows 10 22H2 or Windows 11 — older versions unsupported
  • Latest GPU drivers — download from Nvidia.com or AMD.com directly
  • .NET Framework 4.8 + .NET 6.0 — both required
  • Visual C++ Redistributables — both x64 and x86
  • DirectX runtime — run Windows Update to ensure it's current
Pre-Install Checklist
  1. Windows fully updated — Settings → Windows Update → Check for updates
  2. GPU drivers current — downloaded directly from manufacturer's site
  3. Logged in as Administrator account
  4. At least 5GB free disk space available
  5. VPN disabled during installation
  6. All games and game launchers closed

Windows Home users: Some features require Windows Pro. If you see policy-related errors, this may be the cause.

Required Downloads
// install before the product

Install all of these even if you think you already have them. Reinstalling fixes a huge number of launch failures — takes 5 minutes and is always worth it.

Visual C++ Redistributables Required

Runtime libraries needed by almost all software. Install both x64 and x86 even on 64-bit systems.

.NET Framework Required
DirectX Runtime Recommended
Install Order
  1. Download everything above to a temp folder
  2. Right-click each installer → Run as administrator
  3. Install VC++ x64 first, then x86
  4. Install .NET 4.8, then .NET 6.0
  5. Run the DirectX installer
  6. Restart your PC before proceeding — this is not optional

After restarting you're ready to install. Some libraries only register properly after a reboot — don't skip it.

Antivirus Setup
// #1 cause of issues — do not skip

This causes over 70% of all support tickets. Antivirus silently quarantines product files with no warning. Set up exclusions properly — disabling temporarily and re-enabling does not work.

Step 1 — Disable Tamper Protection First

Tamper Protection blocks all Defender changes. Must be off before anything else works.

  1. Press Win + I → Privacy & Security → Windows Security
  2. Click Virus & threat protection
  3. Click Manage settings
  4. Scroll to Tamper Protection — toggle OFF first
  5. Then toggle off: Real-time protection, Cloud-delivered protection, Automatic sample submission
Step 2 — Add Exclusions Best Method

Exclusions are better than disabling entirely. Your system stays protected while the product runs without interference.

  1. Windows Security → Virus & threat protection → Manage settings
  2. Scroll to Exclusions → Add or remove exclusions
  3. Click Add an exclusion → Folder
  4. Select your entire DottyServices folder e.g. C:\DottyServices
  5. Also add each .exe as a Process exclusion separately
  6. Reopen Windows Security for changes to apply
PowerShell Method Optional

Open PowerShell as Administrator:

# Disable real-time monitoring Set-MpPreference -DisableRealtimeMonitoring $true # Add exclusions Add-MpPreference -ExclusionPath "C:\DottyServices" Add-MpPreference -ExclusionProcess "product.exe" Set-MpPreference -MAPSReporting Disabled Set-MpPreference -SubmitSamplesConsent NeverSend
Disable Vulnerable Driver Blocklist Win 11 22H2

Required for Windows 11 22H2 if you see driver-related errors. Run CMD as Administrator:

reg add HKLM\SYSTEM\CurrentControlSet\Control\CI\Config /v VulnerableDriverBlocklistEnable /t REG_DWORD /d 0x000000

Type y or yes to confirm. Restart after.

Third-Party Antivirus
Norton
  1. Settings → Antivirus → toggle Auto-Protect OFF
  2. Scans and Risks → Exclusions → add your installation folder
  3. Also add under "Items to Exclude from Auto-Protect"
McAfee
  1. Virus and spyware protection → Real-Time Scanning → Turn Off
  2. Settings → Excluded Files → add your folder
  3. Firewall → add exception for the product .exe
Malwarebytes
  1. Settings → Allow List → Add Folder → select install directory
  2. Security → disable Real-Time Protection for initial install
Bitdefender / Kaspersky
  1. Open settings → Exclusions / Threats and Exclusions → Manage Exclusions
  2. Add your installation folder path and individual .exe files

After exclusions are set: Re-enable everything. You want protection active — just not interfering with your product files.

Windows Optimization
// do all of these — takes ~10 minutes
Memory Integrity — Disable Required

Blocks unsigned kernel drivers. Will break the product. Must be off.

  1. Windows Security → Device Security → Core Isolation Details
  2. Toggle Memory Integrity OFF
  3. Restart PC

If it won't turn off, open Device Manager and look for yellow warning icons — update or remove those drivers first.

Fast Startup — Disable Required
  1. Control Panel → Power Options → Choose what the power buttons do
  2. Click "Change settings currently unavailable"
  3. Uncheck Turn on fast startup → Save
Hyper-V / Virtualization Platform — Disable Required
  1. Search "Turn Windows features on or off"
  2. Uncheck: Virtual Machine Platform, Windows Hypervisor Platform, Hyper-V
  3. Click OK → restart

Also run in PowerShell as Admin:

bcdedit /set hypervisorlaunchtype off Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All

Getting "Feature name Microsoft-Hyper-V-All is unknown" on the second command is completely normal. Continue anyway.

All Overlays — Disable Required
  • Discord Overlay — Settings → Game Overlay → Disable
  • Nvidia GeForce Experience — Settings → General → uncheck In-Game Overlay
  • AMD Radeon Overlay — Radeon Software → General → Off
  • Steam Overlay — Steam → Settings → In-Game → Disable
  • Xbox Game Bar — Settings → Gaming → Xbox Game Bar → Off
  • Background Recording — Settings → Gaming → Captures → Off
  • MSI Afterburner / RTSS — disable OSD in RivaTuner
  • Overwolf — disable entirely
Power Plan — High Performance Recommended
  1. Control Panel → Power Options → High Performance
  2. For Ultimate Performance, run in CMD as Admin:
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
Useful Registry Tweaks Optional
# Disable Windows Error Reporting reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting" /v Disabled /t REG_DWORD /d 1 /f # Stop Windows auto-overwriting drivers reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching" /v SearchOrderConfig /t REG_DWORD /d 0 /f
TPM Configuration
// Valorant & Black Ops 7 only

Only enable TPM for Valorant or Black Ops 7. All other games — Warzone, MW2, MW3, BO6, Fortnite, Apex, CS2, Rust — do not need it.

Check TPM Status
  1. Press Win + R → type tpm.msc → Enter
  2. "TPM is ready for use" = good ✓
  3. "Cannot be found" = disabled in BIOS
Enable in BIOS
ASUS
  1. Boot into BIOS → F7 for Advanced Mode
  2. Advanced → Trusted Computing → Security Device Support → Enabled
  3. F10 to save
MSI
  1. Settings → Security → Trusted Computing → Security Device Support → Enabled
  2. F10 to save
Gigabyte
  1. Settings → Miscellaneous → AMD CPU fTPM or Intel PTT → Enabled
  2. F10 to save

AMD users: Look for "AMD fTPM" or "SVM Mode" — this is the built-in firmware TPM and works exactly the same as hardware TPM 2.0.

After enabling and rebooting, run tpm.msc again. Should show "TPM is ready for use" with version 2.0.

Secure Boot
// Valorant & Black Ops 7 only

Only enable Secure Boot for Valorant or Black Ops 7. For every other game — it does not matter.

Check Status
  1. Press Win + R → type msinfo32 → Enter
  2. Find Secure Boot State — "On" = enabled
Enable in BIOS
  1. Enter BIOS → Boot or Security tab
  2. Secure Boot → Enabled
  3. OS Type → Windows UEFI Mode
  4. F10 to save
Brand Locations
  • ASUS: Boot → Secure Boot → Secure Boot Control → Enabled
  • MSI: Settings → Boot → Secure Boot → Enabled
  • Gigabyte: BIOS Features → Secure Boot → Enabled
  • Dell: Boot Configuration → Secure Boot → Enabled
  • HP: Security → Secure Boot Configuration → Enabled

Greyed out? Set a Supervisor/Administrator password in the BIOS Security section first — that unlocks the Secure Boot option.

BIOS Settings
// reference guide

Only change settings listed here. Wrong BIOS settings can prevent booting. If unsure — leave it alone.

Recommended Settings
SettingValueReason
Virtualization (VT-x/AMD-V / SVM)EnableRequired for some products
TPM / fTPMEnable (Valorant/BO7 only)Anti-cheat requirement
Secure BootEnable (Valorant/BO7 only)Anti-cheat requirement
CSM (Compatibility Support Module)DisableConflicts with UEFI boot
Fast Boot (BIOS setting)DisableCauses driver state issues
Above 4G DecodingEnableBetter GPU compatibility
Resizable BAR / SAMOptionalGPU performance boost
XMP / EXPOOptionalRAM at rated speed
BIOS Entry Keys
ASUS
Delete / F2
MSI
Delete
Gigabyte
Delete / F2
ASRock
Delete / F2
Dell
F2
HP
F10 / Esc
Lenovo
F1 / F2
Acer
F2 / Delete

Can't get in fast enough? Settings → System → Recovery → Advanced Startup → Restart Now → Troubleshoot → Advanced Options → UEFI Firmware Settings.

Installation
// step by step process

Complete Antivirus and Windows Optimization sections first. Installing without those steps is the single most common cause of failures.

Pre-Install Checklist
  • Antivirus exclusions configured ✓
  • All dependencies installed and PC restarted ✓
  • Memory Integrity is OFF ✓
  • Fast Startup is OFF ✓
  • All overlays disabled ✓
  • Game is not running ✓
Installation Steps
  1. Download the product from your member area
  2. Extract to a dedicated folder — recommended: C:\DottyServices
  3. Do NOT install in Program Files, Desktop, or Downloads
  4. Right-click the .exe → Run as administrator
  5. Complete first-time setup or login
  6. Minimise to tray — do not close it
  7. Launch your game normally
  8. Once in-game, use the hotkey to open the menu

Launch order: Product first → then game, for most titles. For Valorant, see the Valorant page as the order differs.

First Run Tips
  • Keep all settings conservative — read Safety Guide before going online
  • Test in a private or offline match before ranked play
  • Check Discord announcements before first session
  • If anything looks wrong, close everything and open a support ticket
Config Setup
// settings, presets, tuning
Config File Locations
# Common locations: C:\DottyServices\Configs\ C:\Users\YourName\AppData\Local\DottyServices\Configs\
Aimbot Starter Config

Start here. These are designed to look human. Don't change until you understand what each setting does.

FOV
8–12°
Start at 8, increase slowly
Smoothing
20–28
Higher = more human
Max Distance
120–180m
Don't lock long range
Hitbox
Chest / Torso
Never head-only
Reaction Delay
80–150ms
Simulates human reaction
Visible Check
Always ON
Never lock invisible targets
Aim Key
Hold mode
More control than toggle
Auto-Fire
OFF to start
Too obvious early on
ESP Starter Config
Player Boxes
Enabled (2D)
2D recommended
Health Bar
Enabled
Useful, not suspicious
Skeleton
Optional
Obvious in recordings
Loot ESP
OFF to start
Very obvious in replays
Render Distance
200–300m
Don't render full map
Visibility Check
ON always
Show visible differently
Multi-Config Strategy
  • Config 1 — Legit: Minimal settings. Ranked and competitive play
  • Config 2 — Semi: Slightly more active. Casual lobbies only
  • Config 3 — Clean: Everything disabled. Streaming, screen share, spectators

Keep your clean config on an instant hotkey. Switch to it before any screen share, tournament or spectator situation.

Safety Guide
// read before going online

Technical detection is only half the risk. Behaviour-based detection and manual review are how most people get banned. This section matters more than any technical setting.

The Core Rule

Every in-game decision must pass this test: could a human watching your replay explain this as normal skill? If not — you're too obvious.

Aimbot Safety
  • Miss shots on purpose. Consistent accuracy is the #1 red flag. 60–75% max
  • Never snap to targets. Even with smoothing, sudden snaps look wrong
  • Let targets escape sometimes. Locking every player is inhuman
  • Don't lock through smoke, flash or walls — you're not supposed to see them
  • Vary your performance. Mix bad games, average games, good games
  • Mix up hitbox. Don't headshot every single kill
  • Never fire the instant you ADS — add a natural inconsistent delay
  • Aim key discipline. Only use it situationally, not held constantly
ESP Safety

ESP gets more people banned than aimbot. The information advantage is obvious to anyone reviewing your gameplay. Discipline is everything.

  • Never pre-fire spots you can't see — the most obvious tell there is
  • Check empty corners sometimes — clear rooms like you don't know where people are
  • Don't rotate instantly to flanks — wait 1–3 seconds after they move
  • Miss flanks sometimes — getting flanked happens to everyone
  • Don't track through walls — crosshair following through solid objects is caught instantly
  • Play normal positions — only go unusual spots with visible reason
Stats Management
  • Never dramatically improve overnight — gradual change is natural
  • 0.8 K/D to 4.0 in one week = manual investigation guaranteed
  • Aim slightly above your normal — not god-tier
  • Deliberately have bad games occasionally
Account & Operational Security
  • Always test on alt account first — never start on main
  • Never tell anyone — not friends, teammates, anyone
  • Don't clip suspicious plays and post publicly
  • Keep clean config on instant toggle at all times
  • Check Discord daily for detection alerts
  • If detection warning posted — close everything immediately, don't play until cleared

The standard: If spectated right now for a full match — would everything be explainable? If yes, you're playing correctly.

Spoofer
// HWID spoofer info
What is a Spoofer?

A Hardware ID (HWID) spoofer changes the hardware identifiers your PC sends to anti-cheat systems. This is used after a hardware ban to allow creating new accounts on the same machine.

If your product title contains "+ spoofer" — the spoofer is built directly into the tool itself. You do not need a separate spoofer loader.

When Do You Need It?
  • After a hardware ban (HW ban) — where all accounts on the machine are banned
  • Valorant hardware bans — most common use case
  • COD/Warzone permanent bans with HWID flags
How to Use
  1. Close the game and all related launchers completely
  2. Run the spoofer as Administrator before launching anything
  3. Wait for spoofer to confirm it's active
  4. Create a new account on a fresh email
  5. Launch the game on the new account
Important Notes
  • Spoofer must be run before launching the game every session — it doesn't persist
  • Do not use any banned accounts after spoofing — they will re-trigger the ban
  • Use a fresh email and new account only
  • Some anti-cheats (Vanguard) have additional checks — spoofer effectiveness varies

A spoofer does not prevent future bans — it only allows playing after a hardware ban. You still need to follow the Safety Guide to avoid getting banned again.

Warzone
// Ricochet anti-cheat

Warzone does not require TPM or Secure Boot.

Launch Order
  1. Launch the product as Administrator — wait for full init
  2. Open Battle.net launcher
  3. Launch Warzone
  4. Wait until fully in main menu before enabling features
In-Game Settings
  • Display Mode: Fullscreen (not Borderless)
  • DirectX Version: DX11 for stability, DX12 optional
  • Disable NVIDIA Reflex in-game
  • Disable any in-game overlays
Close Before Launching
  • All RGB software — iCUE, Armoury Crate, Razer Synapse, Logitech GHUB
  • Hardware monitors — HWiNFO64, CPU-Z, GPU-Z
  • MSI Afterburner while Ricochet is running
  • Any VPN — disable before launching, re-enable after
Warzone Safety Tips
  • Circle knowledge — don't always know where gas is before it's revealed
  • Don't instantly rotate to the team that killed your squad across the map
  • Gulag — deliberately lose sometimes. 100% gulag win rate is suspicious
  • Buy station usage — look like a normal player, not someone with perfect intel
Call of Duty
// MW2 / MW3 / BO6 / Black Ops 7

Black Ops 7 only requires TPM 2.0 and Secure Boot. MW2, MW3 and BO6 do not.

Launch Order
  1. Launch product as Administrator — wait for full init
  2. Open Battle.net or Steam
  3. Launch the game as Administrator
  4. Wait until in main menu before enabling features
In-Game Settings
  • Display Mode: Fullscreen
  • DirectX: DX11 for stability
  • Disable NVIDIA Reflex in-game
Close Before Launching (Ricochet)
  • Corsair iCUE, ASUS Armoury Crate, Razer Synapse, Logitech GHUB, SteelSeries GG
  • HWiNFO64, MSI Afterburner, RTSS
  • CPU-Z, GPU-Z
  • Process Hacker — close after game loads
  • Any VPN before launching
Black Ops 7 Specific
  • TPM 2.0 must be enabled — see TPM page
  • Secure Boot must be on — see Secure Boot page
  • Ricochet is more aggressive in BO7 — use conservative settings only
Valorant
// most aggressive anti-cheat — read carefully

Valorant uses Vanguard — kernel-level, starts at boot. Most aggressive anti-cheat on this list. Follow every step exactly.

Required System Settings
  • TPM 2.0 — must be enabled (see TPM page)
  • Secure Boot — must be enabled (see Secure Boot page)
  • Memory Integrity — must be OFF
  • Hyper-V / VBS — must be OFF
Correct Launch Order
  1. Full fresh restart — do not wake from sleep, full reboot
  2. Let Vanguard load at boot (tray icon appears)
  3. Launch the product
  4. Wait 30–60 seconds
  5. Open Riot Client → launch Valorant
  6. Do not alt-tab while loading
Close Before Playing
  • All RGB software — iCUE, Armoury Crate, Razer, GHUB, SteelSeries GG
  • Discord overlay, GeForce Experience overlay
  • Any screen capture or recording software
  • Hardware monitoring tools
  • Any other cheat software — Vanguard specifically scans for these

Valorant bans are hardware bans. All accounts on the machine get banned. Always use an alt until verified clean.

Valorant Safety Rules
  • FOV: 5–10 maximum
  • Smoothing: 25+ minimum at all times
  • Never use auto-fire — server-side timing detection
  • Don't flick 180° to kills — Vanguard logs aim data
  • Don't jump ranks in one split — Riot manually reviews rank jumps
  • Never play main until extensively tested on alt
Driver Error C0000041 Fix

If you see error C0000041, this is caused by Vanguard conflicting. Uninstall Riot Vanguard, or run as Administrator:

sc stop vgk
Fortnite
// Easy Anti-Cheat

Fortnite does not require TPM or Secure Boot.

Setup
  1. Launch product first as Administrator
  2. Open Epic Games Launcher (close Epic overlay in launcher settings)
  3. Launch Fortnite as Administrator
Safety Tips
  • EAC still logs unusual patterns — don't be obvious
  • Building patterns and edit speeds can be flagged if too consistent — vary them
  • Don't pre-edit structures before pushing — obvious ESP tell
  • Storm rotations — don't always take the perfect rotation before it's logical to know
  • Don't shoot people the instant they pass through a wall build
Apex Legends
// Easy Anti-Cheat + server checks

Apex does not require TPM or Secure Boot.

Setup
  1. Launch product as Administrator
  2. Open EA App or Steam
  3. Launch Apex as Administrator, close EA overlay
Safety Tips
  • Apex has sophisticated server-side checks — conservative settings only
  • Use legend abilities as cover for game sense decisions — scan then respond
  • Don't third-party squads with no visible reason to know they're there
  • Ranked momentum — don't go Gold to Pred in two weeks
  • Audio cues — claim footsteps when reactions seem too fast
CS2
// VAC + Overwatch review

CS2 does not require TPM or Secure Boot.

Setup
  1. Launch product as Administrator
  2. Open Steam — disable Steam overlay in Steam → Settings → In-Game
  3. Launch CS2 as Administrator
Safety Tips
  • Pre-aiming corners you can't see is the most obvious tell in CS2 — never do it
  • Overwatch uses high-rank players who know what cheating looks like
  • Utility usage must look normal — don't always know exact positions through smokes
  • Mid-round rotations need visible reason — sound, info, logic
  • Don't control spray patterns perfectly every time
Rust
// Easy Anti-Cheat + active admins

Rust does not require TPM or Secure Boot.

Setup
  1. Launch product as Administrator
  2. Open Steam → Launch Rust as Administrator
Safety Tips
  • Very active admin teams on community servers — avoid populated servers initially
  • Recoil patterns are heavily tracked — mild assist only, never perfect control
  • Raid awareness — don't pre-position without audio or visual cue
  • Shooting through bushes instantly is a massive red flag — hesitate
  • Loot routes should look natural, not laser-optimised for exact spawn locations
Failed to Load Driver
// error fix guide
Failed to load driver
Occurs when the product cannot load its kernel driver. Multiple causes — follow all steps below in order.
Fix 1 — Disable Memory Integrity
  1. Windows Security → Device Security → Core Isolation Details
  2. Turn off Memory Integrity
  3. Restart PC after making changes
Fix 2 — Remove Third-Party Antivirus

Third-party antivirus is often the hidden cause. Press the Windows key, search "Add or remove programs", and uninstall any antivirus software from the list. Windows Defender is fine to keep (with exclusions), but others must go.

If you can't disable Windows Defender normally, use DControl: sordum.org/9480 — it fully disables Defender when the normal toggle won't work.

Fix 3 — Disable Vulnerable Driver Blocklist Win 11 22H2

Required specifically on Windows 11 22H2. Run CMD as Administrator:

reg add HKLM\SYSTEM\CurrentControlSet\Control\CI\Config /v VulnerableDriverBlocklistEnable /t REG_DWORD /d 0x000000

Type y or yes when prompted. Restart after.

Fix 4 — Disable Hyper-V

Run in PowerShell as Administrator:

bcdedit /set hypervisorlaunchtype off Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All

"Feature unknown" message on the second line is normal. Restart after.

Driver Error C035001E
// virtualization or Hyper-V issue
Error Code: C035001E
Most commonly caused by Virtualization being disabled in BIOS, or Hyper-V not being turned off. Follow all steps below.
Fix 1 — Enable Virtualization in BIOS

First check if it's already on. Open Task Manager → Performance tab → CPU. Look for "Virtualization: Enabled". If it says Disabled, go into BIOS:

Intel Users
  1. Enter BIOS → Advanced tab → CPU Configuration
  2. Find Intel Virtualization Technology
  3. Set to Enabled
  4. Save and exit (F10)
AMD Users
  1. Enter BIOS → Advanced tab → CPU Configuration
  2. Find SVM Mode
  3. Set to Enabled
  4. Save and exit (F10)
Fix 2 — Turn Off Hyper-V

Run in PowerShell as Administrator:

bcdedit /set hypervisorlaunchtype off Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All

"Feature name Microsoft-Hyper-V-All is unknown" error on the second command is completely normal. Continue — restart your PC after.

Fix 3 — Disable Antivirus
  1. Windows Security → Virus & Threat Protection → Manage Settings
  2. Turn off Real-Time Protection
  3. Turn off Memory Integrity (Device Security → Core Isolation Details)
  4. Uninstall any third-party antivirus software
Fix 4 — Disable Vulnerable Driver Blocklist Win 11 22H2
reg add HKLM\SYSTEM\CurrentControlSet\Control\CI\Config /v VulnerableDriverBlocklistEnable /t REG_DWORD /d 0x000000
Driver Error C0000041
// Vanguard conflict
Error Code: C0000041
This error is caused by Valorant's anti-cheat (Riot Vanguard) conflicting with the product driver.
Fix — Uninstall or Stop Vanguard

Option A — Stop the service: Run CMD as Administrator:

sc stop vgk

Option B — Uninstall Vanguard:

  1. Close Valorant and Riot Client completely
  2. Go to Add or Remove Programs
  3. Find Riot Vanguard → Uninstall
  4. Restart PC
  5. When you next launch Valorant, Vanguard will reinstall automatically

After uninstalling Vanguard, you can run the product without the conflict. Reinstall Vanguard when you want to play Valorant legitimately again.

BSOD Fix
// Memory Management stopcode
Blue Screen of Death — Memory Management
This fix is ONLY for BSODs with the "Memory Management" stop code. Use Event Viewer to confirm the exact stop code before proceeding.
Registry Fix
  1. Press Win + R → type regedit → Enter
  2. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
  3. Right-click in the right pane → New → DWORD (32-bit) Value
  4. Name it: FeatureSettingsOverride → set value to 3
  5. Create another DWORD: FeatureSettingsOverrideMask → set value to 3
  6. Restart PC
PowerShell Quick Method
# Run PowerShell as Administrator: $path = "HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" Set-ItemProperty -Path $path -Name "FeatureSettingsOverride" -Value 3 -Type DWord Set-ItemProperty -Path $path -Name "FeatureSettingsOverrideMask" -Value 3 -Type DWord

If this does not resolve your BSOD, open a support ticket with your full stop code and event viewer logs.

Internal Errors
// error code reference
Error 0xD0000201
The loader was unable to acquire your machine's HWID. Open a support ticket and present this error message — this requires manual assistance.
Error 0xD0000202
Intel Optane error. You need to disable Intel Optane. Follow the guide at: support.cyberpowerpc.com — search "How do I disable Intel Optane".
Error 0xD0000301
Internal network error. Try connecting via a VPN (ProtonVPN is free). If the issue persists for over 10 minutes, open a support ticket.
Error 0xD0000101
Unsupported Windows version. Your Windows build is too old or too new. Update to Windows 10 20H2 or later, or downgrade if on an unsupported preview build.
General Fix for Network-Related Errors
  • Connect via VPN — ProtonVPN is free
  • Check your PC date and time are correct
  • Change DNS to 1.1.1.1 (Cloudflare) or 8.8.8.8 (Google)
  • Temporarily disable Windows Firewall to test
  • Try a different network (phone hotspot)
Key Not Found
// license key error
Key Not Found
Triggered when the loader has issues communicating with authentication servers, or when the key itself has a problem.
Fixes
  1. Use a VPN — ProtonVPN is free (protonvpn.com). Your firewall or ISP may be blocking the auth connection
  2. Download and use the latest version of the loader
  3. Try a completely different network — phone hotspot to test
  4. Verify your subscription still has time remaining in the member area
  5. Restart your PC fully and try again

Your subscription time counts down from first activation — not from purchase date. Always check your remaining time in the member area.

If your product title includes "+ spoofer" — you do not need a separate spoofer loader. The spoofer is built directly into the main tool.

Corrupted Message (3)
// auth communication error
Corrupted Message (3)
Appears when entering a key — caused by the loader having issues communicating with authentication servers. Usually a network or connection issue.
Fixes
  1. Restart your PC fully first — this alone fixes it most of the time
  2. Use a VPN — ProtonVPN is free (protonvpn.com)
  3. Download and use the latest version of the loader
  4. Try a different network — phone hotspot to isolate ISP issues

This error is almost always a connection issue between your PC and the auth servers — not a problem with your key itself.

Server Error
// connection error on tool load
Server Connection Error
Occurs when trying to load a tool and a server connection error appears. 99% of the time this means our authentication servers are temporarily down.
What to Do
  1. Check the Discord announcements channel first — if servers are down, it will be posted there
  2. Wait 5–10 minutes and try again
  3. If no announcement and still failing — try a VPN (ProtonVPN is free)
  4. Make sure you're on the latest version of the loader

For the 1% of cases where servers are up but you still get this error — VPN resolves it for most people. Your ISP or firewall may be blocking the connection.

Check Discord Status
d3dx9_43.dll Not Found
// TOOL_HUB system error
d3dx9_43.dll was not found
"The code execution cannot proceed because d3dx9_43.dll was not found. Reinstalling the program may fix this problem."
Fix — Install DirectX Runtime

This error means your DirectX runtime is missing or outdated. Install the DirectX End-User Runtime:

  1. Download the installer above
  2. Right-click → Run as administrator
  3. Follow the installation prompts completely
  4. Restart your PC
  5. Try launching the product again

This resolves the d3dx9_43.dll error in virtually all cases. The file is part of the legacy DirectX SDK components not included in modern Windows by default.

Troubleshooting
// general fixes
Product Won't Launch
  • Right-click → Run as administrator — fixes 40% of cases alone
  • Check antivirus Protection History — file may have been silently quarantined
  • Re-add folder to exclusions, re-download if files were deleted
  • Reinstall VC++ Redistributables and .NET Framework
  • Make sure you're not running from inside a zip folder — extract first
  • Move folder to C:\DottyServices — avoid deep nested paths
  • Check Event Viewer: Win + Reventvwr.msc
Not Working In-Game
  • Launch order — product must load before the game for most titles
  • Both product and game must run as Administrator
  • Disable all overlays (Discord, GFE, Steam, Xbox Game Bar)
  • Turn off Memory Integrity if still on
  • Check if game version is supported — check Discord announcements
  • Try Fullscreen mode instead of Borderless
  • Try DX11 instead of DX12 in game settings
Crashes Mid-Game
  • Update Windows and GPU drivers
  • Lower ESP render distance — biggest resource hitter
  • Disable features one by one to isolate cause
  • Switch to DX11 in the game
  • Check Event Viewer for crash codes — include these in support tickets
FPS / Performance Issues
  • Lower ESP render distance first
  • Disable skeleton ESP and name tags
  • Close background apps — Chrome, Discord video calls
  • Set power plan to High Performance
  • Force Max Performance mode in Nvidia Control Panel or AMD settings
Login / Auth Issues
  • Check subscription is active in member area
  • Verify PC date and time are correct
  • Disable VPN during login
  • Check Discord status channel for outages
  • Change DNS to 1.1.1.1 or 8.8.8.8
Error Code Reference
ErrorCauseFix
Missing DLL (VCRUNTIME)VC++ not installedReinstall VC++ x64 and x86
.NET Framework errorWrong .NET versionInstall .NET 4.8 + .NET 6.0
d3dx9_43.dll not foundDirectX missingInstall DirectX End-User Runtime
Access DeniedNot AdministratorRight-click → Run as administrator
File quarantined / not foundAntivirus deleted itAdd exclusion, re-download
Failed to load driverMemory Integrity / AVSee Error Codes section
C035001EVirtualization off / Hyper-V onSee C035001E error page
C0000041Vanguard conflictRun: sc stop vgk
Key Not FoundAuth server connectionVPN, latest loader, different network
Corrupted Message (3)Auth server connectionRestart PC, use VPN
Server ErrorAuth servers downCheck Discord announcements
0xD0000201HWID acquisition failedOpen support ticket
0xD0000202Intel OptaneDisable Intel Optane
0xD0000301Network errorUse VPN, wait 10 mins
0xD0000101Unsupported WindowsUpdate to Win10 20H2+
Unsupported game versionGame updatedCheck Discord before launching

Still stuck? Open a ticket with your error message, screenshots, Windows version, game version, and everything you've already tried.

Open Support Ticket
FAQ
// frequently asked questions
Do I need TPM and Secure Boot for every game?

No. Only Valorant and Black Ops 7 require them. Warzone, MW2, MW3, BO6, Fortnite, Apex, CS2, Rust — none of these require TPM or Secure Boot.

Why does antivirus flag the product?

Software that hooks into game processes gets flagged by antivirus — that's exactly how these products work. It's a false positive. Set up exclusions correctly and it won't happen again.

Will I get banned?

No software is 100% undetectable forever. Risk varies by game — Valorant is highest, older COD titles are lower. Following the Safety Guide reduces risk significantly. Always use an alt to test first.

The game just updated — what do I do?

Close everything and check the Discord announcements channel immediately. Do not try to make it work yourself after a game update — wait for the official update from the team.

Why does Memory Integrity keep turning back on?

An incompatible driver is being reinstalled by Windows automatically. Use the registry tweak in the Windows Optimization section to stop auto driver updates, then turn Memory Integrity off again.

If my product says "+ spoofer" do I need a separate loader?

No. The spoofer is built directly into the tool itself. You do not need a separate spoofer loader.

Key works but subscription timer keeps counting?

Your subscription counts down from first activation — not from purchase date. This is normal. Check your remaining time in the member area.

Can I use this on multiple PCs?

Depends on your subscription tier. Check your member area or open a ticket for billing questions.

Why does the product need admin rights?

To hook into game processes and interact with system memory, Administrator privileges are required. Standard accounts don't have the necessary permissions.

How do I report a bug?

Open a Discord ticket with: error message, screenshots, steps to reproduce, system specs, game version, product version.

Question not answered? Join the Discord — support team and community active daily.

Join Discord