0


My 08 Codetype TutorialIm not good at explaining but oh well
Example: 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 open it in hex.
2. you subtract 04A4C0F4 from 04A4C0EC to get the offset which equals 8. Then i 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
08A4C0EC 00000000
5. So now it will look like this 08A4C0EC now u wanna start the 2nd line with 200
08A4C0EC 00000000
200000000 00000000
6. You are writing to 9 addresses and the offset which is 8 will be at the end
08A4C0EC 00000000
20090000 00000000
Offset
08A4C0EC 00000000
20090008 00000000
7. So the 2nd line will look like this 20090008
8. 9 is for the number of addresses u are writing and the 8 is for the offset
9 So heres the whole code
[SM8E52] Clear Text Messages [T.B.W]
2820236A 0000XXXX
08A4C0EC 00000000
20090008 00000000
E0000000 80008000
Last edited by T.B.W; 06-13-2013 at 11:43 AM.
Great tutorial. I would love some more....swerve
I kind of miss coding, well the coding knowledge I had.
You could also mention that the terminating lines are not needed (unless there is an activator like above)
Include values in the addresses and what you do to make each one different.
This is my favorite codetype. Nice work.
That's a pretty good guide, nice work man!
Best post from TBW, ever.
Somewhat simple and precise, you explained it well.
finally....
Nice TBW.Now we just need to teach you and Red ASM. xD
hm its not easy :/
Bookmarks