Instructions for DeadSec

Instructions for DeadSec

3 мин чтения470 слов
TelegramVKX
Instructions for DeadSec

Loader: https://t.me/DeadSecOS_bot (enter your key there)

🛠️ System Setup & Launch Guide (EN)

ℹ️ About This Document

This document contains step-by-step instructions for preparing the Windows environment for proper functioning of the modification. For successful launch, you must complete everything described in this guide.

Note: For the modification to work correctly, the Discord overlay must be enabled and running on your system.


1. Disable Windows Defender

✅ Recommended Method

The most effective and recommended way to disable the antivirus is to use the Defender Control v2.1 utility.

🔗 Download: https://www.sordum.org/9480/defender-control-v2-1/


2. Disable VBS and Hypervisor

⚠️ Why This Matters

Virtualization technologies can conflict with low-level system components.

Disable via Registry
  1. Press Win + R, type regedit, and press Enter

  2. Navigate to:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard
  3. Find the parameter named EnableVirtualizationBasedSecurity in the right pane. If it doesn't exist:

    • Right-click on empty space

    • New → DWORD (32-bit) Value

    • Name it EnableVirtualizationBasedSecurity

  4. Double-click this parameter and set its value to 0

Disable Memory Integrity (Core Isolation)
  1. In Windows Search, type "Core isolation"

  2. Turn off the Memory integrity toggle

Disable via Command Prompt
  1. Open Command Prompt as Administrator

  2. Enter the command and press Enter:

    bcdedit /set hypervisorlaunchtype off

3. Disable Vulnerable Driver Blocklist

  1. Press Win + R, type regedit, and press Enter

  2. Navigate to:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\Config
  3. Find the parameter Enabled. If it doesn't exist, create a DWORD (32-bit) parameter named Enabled

  4. Set the value to 0

  5. Restart your computer


4. Disable Secure Boot

This setting is configured directly in the BIOS/UEFI interface of your motherboard.

  1. Restart your computer and enter BIOS (usually keys Del, F2, or F12)

  2. Navigate to the Security or Boot section

  3. Find the Secure Boot option and set it to Disabled

  4. Save changes (F10) and boot into the system

❗ Important

After completing all the above steps, you must restart your computer for changes to take effect.


⚠️ Troubleshooting

🔍 Blue Screen (BSOD)

If a Blue Screen of Death (BSOD) with error 0x7e or similar occurs during launch, it means one of the setup steps was skipped or not completed properly.

🛡️ Anti-Cheats

Also ensure that Vanguard or Faceit anti-cheats are fully disabled, as they can block the modification from working.


🗑️ Removing Anti-Cheats (FaceIT & Riot Vanguard)

💡 Recommendation

For removing anti-cheats, we recommend using specialized complete uninstall utilities (such as Revo Uninstaller), as standard Windows tools often leave residual files and registry entries.

  1. Download Revo Uninstaller

  2. Find FaceIT and Riot Vanguard in the list of installed applications

  3. Uninstall via Revo Uninstaller:

    • After the standard uninstaller completes, select "Advanced" scanning mode

    • This will remove leftover files and registry entries

  4. After uninstalling, restart your computer

Disable via Command Prompt (sc)

To temporarily disable anti-cheat services without uninstalling, run the following commands in Command Prompt (as Administrator):

For Riot Vanguard:

sc stop vgc
sc config vgc start= disabled
sc stop vgk
sc config vgk start= disabled

For FaceIT:

sc stop faceit
sc config faceit start= disabled
⚠️ After Running Commands

Restart your computer.

🧹 Clean Temp Folder
💡 Recommended
  1. Press Win + R, type %temp%, and press Enter

  2. Delete all contents of the folder

Simply disabling anti-cheats is often not enough, as their drivers can still block the modification even when disabled.

Was this article helpful?

Your anonymous feedback helps us improve content quality.

Read more