π’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
Clean reboot your computer
shutdown /g /f /t 0
Ensure Epic is not running
Get-Process -Name EpicGamesLauncher -ErrorAction SilentlyContinue | ForEach-Object { $_.Kill() }
Run Sentinel Loader
Input your Key
Click Executeβ wait for loader to login and inject.
Once loader closes, launch your game
β 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 menuEnd
β Exit cheat
β οΈ Always reboot after finishing a session.
Last updated