Quote: Originally Posted by rhexillion how to code 3 or more offsets. can some one give an example :) please
*(dword*)(*(dword*)(*(dword*)(*base + offset0) + offset1) + offset2) = value;