Well i guess i'm not clever enough because i can't fix the shrine points myself 


HWND hwnd = FindWindowA(NULL, "DeadByDaylight"); // ive tried every variation i could find of DeadByDaylight without any luck, any idea why this is?
DWORD bloodPointsBaseAddr = 0x0176C8B8, offSet1 = 0x460, offSet2 = 0x350, offSet3 = 0x8, offSet4 = 0x110, offSet5 = 0x1B0; ReadProcessMemory(pHandle, (void*)(bloodPointsBaseAddr + offSet1 + offSet2 + offSet3 + offSet4 + offSet5), &bloodPoints, sizeof(bloodPoints), 0);