Quote: Originally Posted by MrSm!th Where is your problem?
*(float*)0xadress = 10000;
*((float*)(*((DWORD*)(Addr+Offset)) + Offset2))
Quote: Originally Posted by MrSm!th Just dereference the pointer as you usually do it o.o Code: *((float*)(*((DWORD*)(Addr+Offset)) + Offset2))