Something About Pointers , please HELP.
Have an cheat engine output like
"steam.dll"+0027E5D4 = 0x003AEBAC | 198 | a8 | 30 | 80
How should i write it, im writing like
ProcessMemory pm;
pm = new ProcessMemory(ProcessMemory.GetWindowHandleByProce ssName("Dead Pixels"));
MessageBox.Show(pm.FindMultiLvlPtrAddr(new MultiLvlPtr(0x003AEBAC, new uint[] { 0x184, 0xa8, 0x30, 0x80 })) + "");
doesnt gives me the adress, what should i do?