Visualizza messaggio singolo
  #2 (permalink)  
Vecchio 24th February 2008, 08:44
L'avatar di weltall
weltall weltall non  è collegato
CW Team
 
Data registrazione: Sep 2005
Residenza: Shevat
Messaggi: 7,352
Potenza rep: 18
weltall diventerà presto famoso abbastanza
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
Rispondi citando