registry editor

How would i go about opening registry location, converting it, converting it to Radix 24- and converting it with a custom table. to show its real vaule (serial)
then being able to change and convert it back. being able to use a different serial.all into an app + cacl convertor...
I didn't get any of that.
trying to convert a part of the registry where the serial is stored (is the serial) and converting it to the serial

This is the process of converting it to reg to serial (workes great)
I want to do that and do it backwards, into the app.

This is the location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Games\Halo CE

Their is a segment that looks like this : 46,80,20,df,ec,80,ee,73,62,d6,95,a7,ee,d4,01,

Then it has to be reversed:

01d4eea795d66273ee80ecdf208046


Then converted with a hex calculator(Radix16 to Radix24):

733D1LJHL60JCBJNC17L2DF5E



Then decoded with the neat chart (9- is 9) (used to equal chart out)



0 1 2 3 4 5 6 7 8 9- A B C D E F G H I J K L M N

B C D F G H J K M P Q R T V W X Y 2 3 4 6 7 8 9




so that decoding turns it into the serial:

KFFVC7427JB4TR49TCK7DVXHW

=

KFFVC-7427J-B4TR4-9TCK7-DVXHW

thats basicly how its converted, that one part needs to be converted some how with a built in calculator or Haxial Calculator.exe (attaches)
Radix16 to Radix24 and visversa to work.

*some of the numbers are probaly wrong, includeing the serial*
tryed doing work at 4am - i'll try and fix them
Last edited on
Topic archived. No new replies allowed.