最新消息
  • 欢迎访问 " 红兔论坛 " 新注册的会员 - 请新用户查阅 论坛总版规 否则遭受封禁与本论坛无关 - 积极发布优质资源将免费获取永久VIP。

    论坛所有内容均来自网络分享,仅供会员进行学习研究用,本网站仅提供存储服务,所有资源请勿用于商业行为,红兔论坛管理团队会努力将所有有害信息从论坛中删除,主题内容因发帖作者的个人观点与发布、不代表论坛运营方、如有侵权违规内容请举报内容或联系站长及时清理。

    论坛用户建议加入论坛官方TG讨论群: 红兔论坛官方群 丨中文搜索群你想要的一搜便有: 中文搜索群

    游客 请您牢记本站域名、同时请勿分享账号、如果因自身原因导致账号的丢失或者被盗取、管理团队将无法替你寻回账号、每个用户的行为都将替自己负责。感谢您的配合。

辅助工具 Farlight 84 落日余晖作弊 - 外部(Flaghacks Base)

Spade

活跃会员
实习版主
VIP
会员
黄金
0.00G
离线
1703617208916.jpg

INSTRUCTION
If you're getting -1 on Driver please follow this.

-> Turn OFF Core Isolation
-> Turn OFF UAC (All the way down)
-> RESTART PC.

Quote:
Originally Posted by Fer3on
If you're on win11 you have to disable driver block.

BlackList Disable
Code:
  1. reg add HKLM\SYSTEM\CurrentControlSet\CI\Config /v "VulnrableDriverBlocklistEnable" /t REG_DWORD /d 0 /f
CoreGuard Disable
Code:
  1. reg add HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity/v "Enabled" /t REG_DWORD /d 0 /f
You can create new .reg file and use it (Restart Required).
Quote:
1. Open Start
2. Search regedit and click the top result to open Registry Editor
3. Browse the following path:
Code:
  1. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity
4. Double Click the Enabled key and change its value from 0 to 1.
5. Click the OK button.
6. Restart PC.