π’Sentinel
DOWNLOAD FOLDER:
Password: Sentinel
β
System Requirements
OS Compatibility:
Windows 10 (version 2004 and above)
Windows 11 (up to version 24H2)
C++ Runtimes Installed: Download the All-in-One C++ Redistributable Installer from this link.
Screen Resolution:
Set to 1920x1080 for best results
2K+ resolutions are supported in 99% of games
π Windows Security Settings (Must Be Turned Off)
In Virus & Threat Protection:
Real-time protection
Dev Drive protection
Cloud-delivered protection
Automatic sample submission
Tamper Protection (must be manually disabled)
In Device Security > Core Isolation:
Kernel-mode Hardware-enforced Stack Protection
Local Security Authority Protection
Microsoft Vulnerable Driver Blocklist
π» PowerShell Automation (Run as Admin)
Paste the following commands into PowerShell (Admin) to disable the necessary settings:
# Disable Defender real-time protection
Set-MpPreference -DisableRealtimeMonitoring $true
# Disable Dev Drive protection
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
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Kernel" `
-Name "KernelModeHardwareEnforcedStackProtection" -Value 0
# Disable Local Security Authority (LSA) Protection
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Lsa" `
-Name "RunAsPPL" -Value 0
# Disable Microsoft Vulnerable Driver Blocklist
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\CI\Policy" `
-Name "VulnerableDriverBlocklistEnable" -Value 0
π How to Use Sentinel Loader
Perform a clean reboot: Open PowerShell and enter:
shutdown /g /f /t 0
Close Epic Games Launcher (if open): Enter this in PowerShell:
Get-Process -Name EpicGamesLauncher -ErrorAction SilentlyContinue | ForEach-Object { $_.Kill() }
Run the Sentinel Loader.
Input your license key.
Click βInjectβ and wait for it to prompt you to run your game.
Once the loader closes, launch your game.
You're now ready to play.
π Notes & Tips
ESP/Menu Disappeared?
This can be caused by recording software.
Simply exit the game and reboot your PC.
Using a Spoofer or VPN?
Always run the loader first, then apply your spoofer or VPN afterwards.
Running them before may trigger Sentinelβs detection system.
Menu Controls:
Press Insert to open/close the menu
Press End to exit the cheat
β
Always reboot your PC after you're done cheating to avoid detection or issues on your next run.
Last updated