Lets say we were gonna shorten my [SM8E52] clear text messages code for mw3.
These are the addresses for it:
04A4C0EC 00000000
04A4C0F4 00000000
04A4C0FC 00000000
04A4C104 00000000
04A4C10C 00000000
04A4C114 00000000
04A4C11C 00000000
04A4C124 00000000
04A4C12C 00000000
04A4C134 00000000
1. First step you open your calculator and change to hex mode.
2. You subtract 04A4C0F4 from 04A4C0EC to get the offset which equals 8. Then do it for the other addresses. Subtract them to get the offset which is 8 make sure all of them have the same offset!
3. Next you start your code u wanna start it with 08
4. So it gonna be like this 08 then u add A4C0EC from the 04A4C0EC which is the "lowest" address
08A4C0EC 00000000
5. So now it will look like this 08A4C0EC now you wanna start the 2nd line with 2 (32 bit):
08A4C0EC 00000000
20000000 00000000
6. You are writing to 9 additional addresses and the offset (distance between addresses) is 8
08A4C0EC 00000000
20090008 00000000
7. Here's the whole code:
[SM8E52] Clear Text Messages [T.B.W]
2820236A 0000XXXX
08A4C0EC 00000000
20090008 00000000
E0000000 80008000
These are the addresses for it:
04A4C0EC 00000000
04A4C0F4 00000000
04A4C0FC 00000000
04A4C104 00000000
04A4C10C 00000000
04A4C114 00000000
04A4C11C 00000000
04A4C124 00000000
04A4C12C 00000000
04A4C134 00000000
1. First step you open your calculator and change to hex mode.
2. You subtract 04A4C0F4 from 04A4C0EC to get the offset which equals 8. Then do it for the other addresses. Subtract them to get the offset which is 8 make sure all of them have the same offset!
3. Next you start your code u wanna start it with 08
4. So it gonna be like this 08 then u add A4C0EC from the 04A4C0EC which is the "lowest" address
08A4C0EC 00000000
5. So now it will look like this 08A4C0EC now you wanna start the 2nd line with 2 (32 bit):
08A4C0EC 00000000
20000000 00000000
6. You are writing to 9 additional addresses and the offset (distance between addresses) is 8
08A4C0EC 00000000
20090008 00000000
7. Here's the whole code:
[SM8E52] Clear Text Messages [T.B.W]
2820236A 0000XXXX
08A4C0EC 00000000
20090008 00000000
E0000000 80008000
Last edited by T.B.W@TBWMods on 6/14/2013, 12:45 pm; edited 5 times in total