Code:
DWORD HSDevicePointer;
void VMTHSBYPASS (void)
{
DWORD hEhSvc = (int)GetModuleHandle("EhSvc.dll");
if( hEhSvc !=0 )
{
HSDevicePointer = (hEhSvc+0x10CAB0);
while(1)
{
*(DWORD*)(hEhSvc+0x10CA5C) = 1;
*(DWORD*)(hEhSvc+0x115E48) = 0;
Sleep(20);
}
}
}
Credit to UnknonwPK :)