View previous topic :: View next topic |
Author |
Message |
Noobie Noobson How do I cheat?
Reputation: 0
Joined: 06 Nov 2020 Posts: 7
|
Posted: Fri Nov 06, 2020 10:22 am Post subject: DBVM should work why doesn't it? |
|
|
Hello together,
Intel VT is activated in BIOS,
Core i 7 950,
Hyper-V feature has been deactivated,
I am not running Windows in a VM,
soo why does it say VT would not be activated in BIOS if it is?
What other things can i try and steps can i take??
Thank you.
Description: |
|
Filesize: |
47.67 KB |
Viewed: |
4894 Time(s) |

|
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Fri Nov 06, 2020 10:28 am Post subject: |
|
|
is core virtualization protection disabled?
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Noobie Noobson How do I cheat?
Reputation: 0
Joined: 06 Nov 2020 Posts: 7
|
Posted: Fri Nov 06, 2020 10:35 am Post subject: |
|
|
Thx for replying.
core virtualization protection? Where to find?
Is it the Windows Security - Core Isolation - Memory Integrity?
This one is off:
Description: |
|
Filesize: |
39.87 KB |
Viewed: |
4883 Time(s) |

|
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Fri Nov 06, 2020 10:58 am Post subject: |
|
|
do you have avira? or what AV do you use?
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Noobie Noobson How do I cheat?
Reputation: 0
Joined: 06 Nov 2020 Posts: 7
|
Posted: Fri Nov 06, 2020 11:19 am Post subject: |
|
|
No, no AV Windows Defender only
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Fri Nov 06, 2020 12:12 pm Post subject: |
|
|
check again that Intel-VT (not vt-D) is enabled in your bios.
make sure you read the text properly. e.g some bioses have it as "disable intel vt" : enabled/disabled. In that case it has to be disabled
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Noobie Noobson How do I cheat?
Reputation: 0
Joined: 06 Nov 2020 Posts: 7
|
Posted: Sat Nov 07, 2020 2:01 pm Post subject: |
|
|
Yes it is all set up right even here it says Virtualisation is active:
Description: |
|
Filesize: |
42.54 KB |
Viewed: |
4802 Time(s) |

|
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Sun Nov 08, 2020 3:30 am Post subject: |
|
|
execute this lua code and check what it prints out
Code: |
if (cpuid(1).ECX & (1 << 5))~=0 then
print("Your system supports DBVM")
else
print(string.format("Your system does not support DBVM : %8x",cpuid(1).ECX ))
end
|
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
MMM-304 Expert Cheater
Reputation: 0
Joined: 17 Aug 2020 Posts: 170 Location: Milkey Way
|
Posted: Sun Nov 08, 2020 11:47 am Post subject: |
|
|
ah so it looks for VMX-support right? @Dark Byte
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Sun Nov 08, 2020 2:40 pm Post subject: |
|
|
Yes, your system must support virtualization for DBVM to work (DBVM is a virtual machine)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
MMM-304 Expert Cheater
Reputation: 0
Joined: 17 Aug 2020 Posts: 170 Location: Milkey Way
|
Posted: Mon Nov 09, 2020 9:22 pm Post subject: |
|
|
OK.. so Dark Byte what does Ultimap and Ultimap2 depends on? I mean which support?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Tue Nov 10, 2020 2:03 am Post subject: |
|
|
ultimap: intel branch tracing and dbvm for recording only when on the correct CR3
ultimap2: intel process trace, and dbvm if you wish to use ranges+interrupts (to hide it from windows, as they want a monopoly on that feature. It can work without dbvm if you don't use ranges)
It's never going to work on AMD even if dbvm is supported
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
MMM-304 Expert Cheater
Reputation: 0
Joined: 17 Aug 2020 Posts: 170 Location: Milkey Way
|
Posted: Tue Nov 10, 2020 2:27 am Post subject: |
|
|
ok so for ultimap it would be 21st bit of EDX when CPUID use EAX=1h to confirm Intel Branch Tracing?
and for UM2 it would be 25th bit of EBX while EAX was 7h? right?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Tue Nov 10, 2020 2:59 am Post subject: |
|
|
correct yes
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
MMM-304 Expert Cheater
Reputation: 0
Joined: 17 Aug 2020 Posts: 170 Location: Milkey Way
|
Posted: Tue Nov 10, 2020 3:25 am Post subject: |
|
|
Thank You.. I always wondered what these UMs were based on. Now its all clear
|
|
Back to top |
|
 |
|