Announcement

Collapse
No announcement yet.

[REQUEST] Matrix Path of Neo PS2

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Harry62, may I ask you how you found the way to do the walk through walls? I would learn to do that on other games.
    Another thing: your codes are better than mine. But could I still add my code to the database?
    Learning how to hack real life

    Comment


    • #17
      Originally posted by luc-ita View Post
      Harry62, may I ask you how you found the way to do the walk through walls? I would learn to do that on other games.
      Another thing: your codes are better than mine. But could I still add my code to the database?
      You don't need my permission to add your codes to the data base.

      Walk through walls:
      - Find the player xyz coords.
      - I use cheat engine to see real time references to the player y coord address.
      - Disabled each reference to the coords to see if you have any effects on clipping. This was not the case in this game.
      - Find the function that updates the player coords. When you disable this function the player will freeze in place.
      - Now find references for this function and you should find the clipping functions.

      Use the current walk through walls code and search around for a better code. A perfect code will allow you to walk through walls with zero effort.

      Comment


      • #18
        Many thanks! Your informations are always gold for me!
        I'll try to search around your current code as soon as I've done correctly my 1 hit kill function for enemies only and not for Neo and Trinity too.

        EDIT:
        I need a IDE for MIPS. Do you know one or two?
        Last edited by luc-ita; 12-28-2015, 08:24:22 AM.
        Learning how to hack real life

        Comment


        • #19
          Originally posted by luc-ita View Post
          I need a IDE for MIPS. Do you know one or two?
          Not for PS2. I'm also not sure why you'd need one with ps2dis/pcsx2dis/CE.

          Comment


          • #20
            For write functions a bit easier.
            Learning how to hack real life

            Comment


            • #21
              Originally posted by luc-ita View Post
              For write functions a bit easier.
              Sorry, I misunderstood IDE. What you want is either code designer or mips assembler:

              Code designer:
              http://gamehacking.org/vb/threads/67...s-CodeDesigner

              Mips Assembler:
              http://dlevere1.proboards.com/thread...ronotrigga-ps2

              Comment


              • #22
                Originally posted by Harry62 View Post
                Sorry, I misunderstood IDE. What you want is either code designer or mips assembler:

                Code designer:
                http://gamehacking.org/vb/threads/67...s-CodeDesigner

                Mips Assembler:
                http://dlevere1.proboards.com/thread...ronotrigga-ps2
                YES!!! Finally! Thanks again!

                Unfortunately the download link to Cronotrigga's program don't work. I'll install visual studio and compile the sources.
                Learning how to hack real life

                Comment


                • #23
                  Originally posted by luc-ita View Post
                  Done my version with joker commands:

                  Code:
                  #Infinite jump (Hold X)
                  D044E88E 000000FF
                  201C2AB0 00000000
                  D044E88E 00000000
                  201C2AB0 10A00009
                  // Neo goes up while holding X button
                  For now I'm at the beginning of the game. When I'll go on and activate the antigravity jump i'll work on it too. If I can do something.
                  But first try Harry62's code and mine. They works in a different way
                  I tested this code alone but it crashed the game.

                  Harry62's code worked and made Neo jump like John Carter of Mars.

                  I am using gameshark v4.

                  Thank you all for the help and time (I am playing the game like crazy).

                  Comment


                  • #24
                    Thank you for your feedback. I'm sorry that my code don't work. I've tested on PCSX2Dis...Maybe there's need of a master code for my code.

                    Again sorry.

                    Have a nice play
                    Learning how to hack real life

                    Comment


                    • #25
                      Originally posted by luc-ita View Post
                      Thank you for your feedback. I'm sorry that my code don't work. I've tested on PCSX2Dis...Maybe there's need of a master code for my code.

                      Again sorry.

                      Have a nice play
                      I would love to see you code in action. I will keep trying here because i found 2 master codes for this game on the internet.

                      Comment


                      • #26
                        MANY THANKS! I really appreciate your interest!
                        Let me know if you find a master code that function with my code.
                        I'm trying with GameShark V4 and PCSX2 emulator. My PS2 was PAL. Was because it won't boot anymore. Therefore even if it booted up I couldn't test my codes because of PAL region.

                        EDIT:
                        Try one of these (I've taken from this site's general database):

                        Code:
                        Master Codes
                        Enable Code (Must Be On)	
                        F0129B51 800813BF
                        000FFFFE 0000009E
                        000FFFFF 0000009E
                        90342B44 0C0E63FF
                        
                        Master Code
                        90342B44 0C0E63FF
                        
                        Master Code
                        90342B44 0C0E63FF
                        Last edited by luc-ita; 12-28-2015, 04:52:41 PM.
                        Learning how to hack real life

                        Comment


                        • #27
                          Originally posted by luc-ita View Post
                          MANY THANKS! I really appreciate your interest!
                          Let me know if you find a master code that function with my code.
                          I'm trying with GameShark V4 and PCSX2 emulator. My PS2 was PAL. Was because it won't boot anymore. Therefore even if it booted up I couldn't test my codes because of PAL region.

                          EDIT:
                          Try one of these (I've taken from this site's general database):

                          Code:
                          Master Codes
                          Enable Code (Must Be On)	
                          F0129B51 800813BF
                          000FFFFE 0000009E
                          000FFFFF 0000009E
                          90342B44 0C0E63FF
                          
                          Master Code
                          90342B44 0C0E63FF
                          
                          Master Code
                          90342B44 0C0E63FF
                          The master code shouldn't matter if the other codes work. Try this out:

                          Code:
                          Jump (hold X)
                          201C2AB0 10A00009
                          D044E882 0000BFFF
                          201C2AB0 00000000

                          Comment


                          • #28
                            Originally posted by Harry62 View Post
                            The master code shouldn't matter if the other codes work. Try this out:

                            Code:
                            Jump (hold X)
                            201C2AB0 10A00009
                            D044E882 0000BFFF
                            201C2AB0 00000000
                            The game still crashed. All the other jump codes worked.

                            Comment


                            • #29
                              Originally posted by NEMEXIS View Post
                              The game still crashed. All the other jump codes worked.
                              Do note this is in RAW format. What cheat device are you using and are you converting from RAW to the correct format for the cheat device?

                              Comment


                              • #30
                                Originally posted by Harry62 View Post
                                Do note this is in RAW format. What cheat device are you using and are you converting from RAW to the correct format for the cheat device?
                                I am using gameshark 2 Version 4 (on ps2).

                                How can i convert it ??

                                Comment

                                Working...
                                X