+ Reply to Thread
Results 1 to 8 of 8
  1. #1
    Join Date
    Jan 2008
    Location
    PA
    Posts
    1,164
    Points
    1,994,408.25
    Rep Power
    207

    Default Hexadecimal Tutorial (THE BASES OF NITEPR CODES)

    This is going to be a short tutorial on hexadecimal usage since some beginners might not understand it.
    Hexadecimal is a number system that uses some letters.
    Example:
    Hexadecimal Counting...
    1 2 3 4 5 6 7 8 9 A B C D E F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F 20
    Decimal Counting...
    1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

    now just because both went to "20" don't mean they have the same value
    20 in hexadecimal is equal to 32 in decimal.
    20 in decimal is equal to 14 in hexadecimal.

    how to convert? GET A HEX CALCULATOR! i coded one in php and c++ check your calculator on your computer normally in accessories or something on some windows packages you get one with other number system compatibility.or u could try google.


    Heres a little cheat sheet if you need to convert between real addressing.
    Real Addressing is the way your ram is normally setup nitepr has it -08800000
    Fake +088 Real
    0x017 -> 0x09F
    0x016 -> 0x09E
    0x015 -> 0x09D
    0x014 -> 0x09C
    0x013 -> 0x09B
    0x012 -> 0x09A
    0x011 -> 0x099
    0x010 -> 0x098
    0x00F -> 0x097
    0x00E -> 0x096
    0x00D -> 0x095
    0x00C -> 0x094
    0x00B -> 0x093
    0x00A -> 0x092
    0x009 -> 0x091
    0x008 -> 0x090
    0x007 -> 0x08F
    0x006 -> 0x08E
    0x005 -> 0x08D
    0x004 -> 0x08C
    0x003 -> 0x08B
    0x002 -> 0x08A
    0x001 -> 0x089
    0x000 -> 0x088


    Those are the 1st 3 digits of an address heres examples of the whole 32 bit(8digit) address: Notice the Red will listed above.

    0x00BC0038 -> 0x093C0038
    0x00606398 -> 0x08E06398
    0x000E2312 -> 0x088E2312
    This Was a Tutorial By: SonniE You may only repost on Affiliated Sites With codinghs in the post. reposting this elsewhere will result in a ban.
    if you want to download a Basic Hex Calculator i coded in c++
    DOWNLOAD HERE
    You Can View The Source HERE




    Last edited by SonniE; 08-20-2008 at 07:56 PM.


    Get Vip: »Here«
    Donate: »Here«
    >>List of Compilers<<
    >>SFDM Name Generator<<
    [Owner Of FluidCoding]

  2. #2
    Join Date
    Jun 2008
    Location
    Orlando, FL
    Posts
    392
    Points
    256,850.49
    Rep Power
    194

    Default

    i still dont understand how to do it but its kool
    My Xbl Gamertag is NinjaMan691 Find me on COD4!

    Need iPod/iPhone help jailbreak help or anything message me

    Hate my name i know i do donate to change



    U play travian?

  3. #3
    Join Date
    May 2008
    Location
    In the interwebz
    Posts
    5,055
    Points
    1,680,197.74
    Rep Power
    218

    Default

    Nice guide

  4. #4
    Join Date
    Jun 2008
    Location
    PL4YB0Y M47VS107V
    Posts
    85
    Points
    31,157.00
    Rep Power
    194

    Default

    i like the colors
    they're pretty
    but nice tut! :G
    signature rule violation

    no outside links

  5. #5
    Join Date
    Feb 2008
    Location
    New York
    Posts
    3,114
    Points
    1,512,341.34
    Rep Power
    214

    Default

    Quote Originally Posted by jimmywilldie View Post
    i still dont understand how to do it but its kool
    there are 2 ways to do it here they are:

    1.) open your computers calculator, then go to its settings change it to HEX, then just add your real address to to your hex address and your done.

    2.) turn your psp on with nitePR enabled, go into game just put your hex address in the DECODER then go to PRX and change the option to use real addressing go back to the decoder and your done!

  6. #6
    Join Date
    Jun 2008
    Location
    Orlando, FL
    Posts
    392
    Points
    256,850.49
    Rep Power
    194

    Default

    why would you want to do that???lol i know for code from other things like cwcheat rite
    My Xbl Gamertag is NinjaMan691 Find me on COD4!

    Need iPod/iPhone help jailbreak help or anything message me

    Hate my name i know i do donate to change



    U play travian?

  7. #7
    Join Date
    Jan 2008
    Location
    PA
    Posts
    1,164
    Points
    1,994,408.25
    Rep Power
    207

    Default

    Quote Originally Posted by scruffy120 View Post
    there are 2 ways to do it here they are:

    1.) open your computers calculator, then go to its settings change it to HEX, then just add your real address to to your hex address and your done.

    2.) turn your psp on with nitePR enabled, go into game just put your hex address in the DECODER then go to PRX and change the option to use real addressing go back to the decoder and your done!
    i said to check the calc in the tutorial but not all windows come with a full calculator with hex bin oct etc... but theres always google =]


    Get Vip: »Here«
    Donate: »Here«
    >>List of Compilers<<
    >>SFDM Name Generator<<
    [Owner Of FluidCoding]

  8. #8
    Join Date
    Apr 2009
    Location
    deltona
    Posts
    16
    Points
    6,792.00
    Rep Power
    183

    Default

    lol i will never be able to understand lol

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts