🟒Sentinel

DOWNLOAD FOLDER:

Password: Sentinel

βš™οΈ Requirements

  • Operating System

    • Windows 10 (2004 and up)

    • Windows 11 (24H2 or below)

  • No Xbox Gamepass version support as of Sentinel DBD release (this may change in the future)

  • Installed C++ Runtimes πŸ‘‰ Download All-in-One Installer

  • Disable/Uninstall: Hyper-V

  • Screen Resolution: 1920 Γ— 1080 recommended (2K+ supported in 99% of games. Ultra-wide screens have known scaling issues)

  • Windows Security Settings Disable the following:

Virus & Threat Protection

  • Real-time protection

  • Dev Drive protection

  • Cloud delivered protection

  • Automatic sample submission

  • Tamper Protection (needs to be manually done)

Device Security β†’ Core Isolation

  • Kernel-mode Hardware-enforced Stack Protection

  • Local Security Authority Protection

  • Microsoft Vulnerable Driver Blocklist


πŸ“œ Setup

IF YOU ARE USING SORDUM / DCONTROL SKIP BELOW STEPS

Run the following commands in powershell as admin to change required settings (YOU MUST SET TAMPER PROTECTION MANUALLY) Or use the included DisableWindowsProtect.ps1 file (you may need to put in powershell as admin β€œSet-ExecutionPolicy Unrestricted"without quotes to get the script to run:

# Disable Defender real-time protection
Set-MpPreference -DisableRealtimeMonitoring $true

# Disable Hyper-V
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All -NoRestart

# Disable Dev Drive protection (Win11+ only, harmless on older)
Set-MpPreference -DisableDevDriveProtection $true

# Disable cloud-delivered protection
Set-MpPreference -MAPSReporting 0

# Disable automatic sample submission
Set-MpPreference -SubmitSamplesConsent 2

# Disable Kernel-mode Hardware-enforced Stack Protection (Win11+ only)
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Kernel" -Name "KernelModeHardwareEnforcedStackProtection" -Value 0 -ErrorAction SilentlyContinue

# Disable Local Security Authority (LSA) Protection
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Lsa" -Name "RunAsPPL" -Value 0 -ErrorAction SilentlyContinue

# Disable Microsoft Vulnerable Driver Blocklist (Win11+ only)
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\CI\Policy" -Name "VulnerableDriverBlocklistEnable" -Value 0 -ErrorAction SilentlyContinue

πŸš€ How to Use

  1. Clean reboot your computer

    shutdown /g /f /t 0
  2. Ensure Epic is not running

    Get-Process -Name EpicGamesLauncher -ErrorAction SilentlyContinue | ForEach-Object { $_.Kill() }
  3. Run Sentinel Loader

  4. Input your Key

  5. Click Execute→ wait for loader to login and inject.

  6. Once loader closes, launch your game

  7. βœ… Profit


πŸ“ Notes

  • ESP/Menu Disappear ? Exit game and reboot computer (this can be caused by recording software/overlays, disable them)

  • Can't see ESP/Menu ? β†’ Make sure game is in borderless and that game is fully up to date(sometimes called windowed borderless or similar. If unsure how to, use google).

  • Spoofer / VPN users: Run these after using the loader. Running them before can cause Sentinel’s checks to flag changes.

  • Hotkeys:

    • Insert β†’ Open/close menu

    • End β†’ Exit cheat

⚠️ Always reboot after finishing a session.

Last updated