First hook

This commit is contained in:
√(noham)²
2026-05-07 15:12:05 +02:00
commit 86f8dbe99a
13 changed files with 693 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
Set-ExecutionPolicy
Run from an elevated PowerShell (script will attempt to relaunch elevated if not already) or right-click -> Run with PowerShell.
Example: .\scripts\install-hook.ps1 -Action install
To use a specific DLL: .\scripts\install-hook.ps1 -Action install -SourcePath "C:\path\to\your.dll"
To restore original: .\scripts\install-hook.ps1 -Action restore
install-hook.bat -Action install
install-hook.bat -Action restore