|
Title: Hexing Help Post by: Foxxy on September 29, 2011, 06:20:46 PM How do I hex? I want to make a code for Diddy to not have entry/result data... I don't know how to do it though <_<
Title: Re: Hexing Help Post by: Tempo_ on September 29, 2011, 06:34:24 PM Individual Character No Entry Data:
00AD80XX 00000000 XX = Character ID + 0x30 Individual Character No Result Data: 00AD80YY 00000000 YY = Character ID + 0x68 Title: Re: Hexing Help Post by: Foxxy on September 29, 2011, 07:20:03 PM I don't understand how to convert the XX = Character ID + 0x30 parts though <_< That's the thing...
Title: Re: Hexing Help Post by: Tempo_ on September 29, 2011, 09:34:16 PM Open the Calculator application on your computer.
Make sure you set it to "hex". Type in the character ID no. Add 30 (or 68, if you use the second code) just like a regular decimal math problem. That new value is what you would plug in to XX or YY. Title: Re: Hexing Help Post by: Foxxy on September 30, 2011, 11:57:43 AM OMG thank you SO much I don't know why there isn't a thread on that...
Anywho, thank you ^_^ |