
Originally Posted by
SlayerPFC
OK sounds good. First request have the Byte list for Titles and Emblems in VB lol???
You know this is your release thread?
Make a thread in the Coding section. (In Mw3 yes)
Or you can add me and I answer you faster
Code:
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
And then you would need to create a tool or use a tool released:
http://www.mpgh.net/forum/604-call-d...-haddress.html
Then it should do the job for you
Wonder how you can add it?
Code:
Dim Emblems_Titles As Byte() = { *The List Above, After you Fixed it :)* }
O,o
I meant I wrote more :S
Well, you need to add the: &H infront of the values in the 'Byte' List.
So we declare it as a Hex Value. (Declare = Define = Make it an value)
When you have done that, we declare an Byte List that olds the values.
And then we later on write the byte list to the right address
