nezu-cc / BakaWare4

Counter-Strike 2 cheat
MIT License
47 stars 6 forks source link

Failed to load driver #2

Closed paul1339 closed 1 year ago

paul1339 commented 1 year ago
Flags:         'waitkey'
Dll Path:      'BakaWare4.dll'
Process Name:  'cs2.exe'

[+] .LDATA:     7ff619d3f000 ->     7ff619d3f160!
[+] .LTEXT:     7ff619cf1000 ->     7ff619cf139c!
[+] Increasing working set (200 KB, 1380 KB) -> (204 KB, 1384 KB)!
[+] Locked     7ff619d3f000 successfully!
[+] Increasing working set (204 KB, 1384 KB) -> (208 KB, 1388 KB)!
[+] Locked     7ff619cf1000 successfully!
[+] Kernel: ntoskrnl.exe @ fffff80447600000
[+] DeleteFile (C:\Windows\system32\drivers\JADFMDHJHFSS.sys) : 1
[+] NtLoadDriver(\Registry\Machine\System\CurrentControlSet\Services\HGFHSEAKILKO) returned c000009a
[+] NtUnloadDriver(\Registry\Machine\System\CurrentControlSet\Services\HGFHSEAKILKO) returned c0000034
[+] Failed to load driver!

Windows version: image

CS2 version: Build: 9652 (revision 7964241)

dumbasPL commented 1 year ago

that's because the modern version of Windows block the loading of vulnerable drivers.

run this in admin powershell and reboot

reg add HKLM\SYSTEM\CurrentControlSet\CI\Config /v "VulnrableDriverBlocklistEnable" /t REG_DWORD /d 0 /f
reg add HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity /v "Enabled" /t REG_DWORD /d 0 /f