Forum: Cheat Code Hacking - General discussion of various cheat devices for the PS2 (AR/GS, CodeBreaker, Xploder, etc.) and code hacking.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: The ARMAX Commands
  

Page 3 of 6 FirstFirst 1 2 3 4 5 ... LastLast
Results 21 to 30 of 53
  1. #21  
    KRISHNAMURTI's Avatar
    KRISHNAMURTI is offline Kemorak Krishnamurti Grail Of Wisdom
    Join Date
    Jul 2003
    Location
    Underground
    Posts
    203
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    WOW?..Is looks like This Action Replay Max comverter is tricky?
    the world is a illusion or the illusion is the world?....what you think?
    Reply With Quote  

  2. #22  
    Tommy24's Avatar
    Tommy24 is offline Got Pot?
    Join Date
    Mar 2003
    Location
    nut house
    Posts
    199
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Actually it's pretty easy once you know how to use it.
    Tommy

    See what you made me do?
    For code converters and faqs over them heres a list: http://groups.yahoo.com/group/code_c...p=sub&start=31

    "im not as think as you stoned i am!"
    Reply With Quote  

  3. #23  
    dmplz7 Guest
    yeah, it does catch easy, i hope the condensing goes like the GCN AR
    Reply With Quote  

  4. #24  
    Tommy24's Avatar
    Tommy24 is offline Got Pot?
    Join Date
    Mar 2003
    Location
    nut house
    Posts
    199
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Does anyone know the AR MAX command for 16-bit Equal Multiple Skip?
    Tommy

    See what you made me do?
    For code converters and faqs over them heres a list: http://groups.yahoo.com/group/code_c...p=sub&start=31

    "im not as think as you stoned i am!"
    Reply With Quote  

  5. #25  
    Pyriel is offline Member
    Join Date
    Mar 2003
    Posts
    122
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    8A, 8B - 16-bit Equal All-Code Joker

    The format is the same as the other commands, 8A if the address is < 0x1000000. Rather than specifying the number of lines to skip in the command, you write it just like a normal 16-bit, single-skip comparison and finish off the block of codes you want executed with 00000000 40000000.
    Reply With Quote  

  6. #26  
    Tommy24's Avatar
    Tommy24 is offline Got Pot?
    Join Date
    Mar 2003
    Location
    nut house
    Posts
    199
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I don't wanna sound like a dumby but could ya be a little more elaborate? here is the code I'm gonna convert to ar max:
    E0051DC0 001200B4
    200C0220 3C0143FA
    200C0224 03E00008
    200C0228 AC6102EC
    202730EC 0C030088
    202730F0 46020034

    now could you show me what to do before I convert it? (while it's still in raw form.)
    Tommy

    See what you made me do?
    For code converters and faqs over them heres a list: http://groups.yahoo.com/group/code_c...p=sub&start=31

    "im not as think as you stoned i am!"
    Reply With Quote  

  7. #27  
    Pyriel is offline Member
    Join Date
    Mar 2003
    Posts
    122
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    E0051DC0 001200B4
    200C0220 3C0143FA
    200C0224 03E00008
    200C0228 AC6102EC
    202730EC 0C030088
    202730F0 46020034


    The last five lines are simple. They're all 32-bit writes and they'll all start with 04 instead of 20. The first line will need to be changed to: 8A1200B4 00001DC0 (pretty much like the old "D" command format)

    Rather than including the line count in the code and then executing x number of code lines when the condition is true, the AR MAX will continue to execute codes until it hits its special terminator line: 00000000 40000000.

    So to finalize the code, tack on all the writes and make the last line the terminator:
    8A1200B4 00001DC0
    040C0220 3C0143FA
    040C0224 03E00008
    040C0228 AC6102EC
    042730EC 0C030088
    042730F0 46020034
    00000000 40000000


    I did this a while back with an on/off joker setup and it worked just fine. I can't test this code though. It looks a little odd to me, but then I don't even know what game it's for.
    Reply With Quote  

  8. #28  
    Tommy24's Avatar
    Tommy24 is offline Got Pot?
    Join Date
    Mar 2003
    Location
    nut house
    Posts
    199
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    it's for 007 agent under fire. thanx dude.

    EDIT: one last thing then i'll leave ya alone.

    wanna help me with this one?

    D01200B4 10001DC0
    202D7C48 00000000
    Tommy

    See what you made me do?
    For code converters and faqs over them heres a list: http://groups.yahoo.com/group/code_c...p=sub&start=31

    "im not as think as you stoned i am!"
    Reply With Quote  

  9. #29  
    Pyriel is offline Member
    Join Date
    Mar 2003
    Posts
    122
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Ah, ok. Multi-ELF fun would probably explain it.

    I'm not sure what the "1" at the start of the second half of that code does. I assume it's a 16-bit not equal. So...

    121200B4 00001DC0
    042D7C48 00000000


    If that doesn't work when it's encrypted, I'll have to go on a hunt for just what that "1" is telling the CB to do. There might also be (M) code trouble, but I'm not sure. Hopefully the MAX has brought the AR up to speed on multi-elf games.
    Reply With Quote  

  10. #30  
    Tommy24's Avatar
    Tommy24 is offline Got Pot?
    Join Date
    Mar 2003
    Location
    nut house
    Posts
    199
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    yea, see that was the same problem I was having. I wasn't sure what that 1 at the begining of that line was for. So I didn't know what command to use. btw, these came from cmgsccc.
    Tommy

    See what you made me do?
    For code converters and faqs over them heres a list: http://groups.yahoo.com/group/code_c...p=sub&start=31

    "im not as think as you stoned i am!"
    Reply With Quote  

Page 3 of 6 FirstFirst 1 2 3 4 5 ... LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •