DWORD offsets[] = { 0x6FCF3 };// смещение
DWORD addressdllsamp = (DWORD)getModuleHandleRemote(PID, "samp.dll");// адрес samp.dll
DWORD ippointer1 = mem->ReadPointer(addressdllsamp, offsets, 1);
printf("Address samp.dll [2]: 0x%x \n=====================\n", addressdllsamp);
printf("[2] Adress: 0x%x / value = %d\n", ippointer1, mem->Read(ippointer1, 16));// ВОТ ТУТ value = всегда разное число