|
1- yes that's were the pointer is stored by the game
2- no it's 8bit because the second line has a zero (0x0000nnnn, while if it wasn't 8bit it would have been (eg: 16bit) 0x0001nnnn). that's the value you want to set to the position pointed by the pointer + position away from that offset so for example it points to (base) 1234 you have an offset of 10 so the value will be stored 1244
3- hum you are right it's missing it's before the 0x0000nnnn pratically 0xqqq0nnnn i'm going to fix it, anyway most probably you won't need it, it's usefull to do multiadress write in a structure of pointers, something quite complex anyway
4- it means it will be executed 1 time (so the qqq is useless and doesn't require the extra cheat line)
5- yes that's the offset which is in 0xiiiiiiii, cwcheat will load the pointer at 6B9F6C the adress pointed and then it will add to it 6C94 and will write in that position
|