🟒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

  1. Perform a clean reboot: Open PowerShell and enter:

shutdown /g /f /t 0

  1. Close Epic Games Launcher (if open): Enter this in PowerShell:

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

  1. Run the Sentinel Loader.

  2. Input your license key.

  3. Click β€œInject” and wait for it to prompt you to run your game.

  4. Once the loader closes, launch your game.

  5. 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