(adsbygoogle = window.adsbygoogle || []).push({});
Hi,
I am looking at the memory in debugger of ProDG for MW3 1.24 patch. I found many offsets on this forum, however I am confused on how to use them.
I understood this one, I simply replaced values from normal to super:
Change Speed
Normal 38 a0 00 be, super 38 a0 07 d0
Offset: 0x000173bb0
HOWEVER:
When looking at this:
Ingame Stat Offsets
Deaths=0x0110d59c + (0x3980 * i for other clients) (4 bytes)
I don't understand what is the 4 bytes meaning, and what is "(0x3980 * i for other clients)"... how do I know which values to change/enter?
Stat Offsets:
Prestige: 0x01c1947c 2bytes
Experience: 0x01c1926c 4bytes
Score: 0x01c19484 4bytes
In the above, I don't understand why some are 2 bytes, some 4 bytes. How do I use that information? And which values would I enter for Prestige/Experience/Score etc...?
I tried random things, and the MW3 froze.
Kind of confusing, thanks...