Finality got EHSvc.dll dumped thanks to allessandro, and i was checking it out, and yes, i stil dont have CA installed so i cant test, bu here is some things i found. Go nuts, possible bypass to attach cheat engine.
Code:
#define ZwOpenProcess        0x10095D6F //68 F8 1B 0F 10
#define ZwReadVirtualMemory  0x10095DAB //68 E4 1B 0F 10
#define ZwWriteVirtualMemory 0x10095DE7 //68 CC 1B 0F 10
#define ZwSuspendThread      0x10095E23 //68 BC 1B 0F 10
#define ZwTerminateThread    0x10095E57 //68 A8 1B 0F 10
#define ZwSetContextThread   0x10095E8B //68 94 1B 0F 10
#define ZwGetContextThread   0x10095EBF //68 80 1B 0F 10
#define ZwQueryPerformance   0x10095EFB //68 64 1B 0F 10
#define ZwDeviceIoControl    0x10095F2F //68 08 1C 0F 10

void CEBypass(void)
{
	//Nop all dat shit.
}
And these might be some checks for hacks, you might be able to JMP them, not sure if there is more. This is not full so c+p noobs gtfo. Just some infoo. Thanks

Code:
100194F4   . 75 27          JNZ 1001951D //Check 1
100196BC   . 74 20          JE 100196DE  //Check 2
1001961F   . 74 23          JE 10019644  //Check 3