Announcement

Collapse
No announcement yet.

47iscool's PSX Codes

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

  • #16
    value are greater 256 dec (0100 hex) the address has to be even one (0,2,4,6,8,a,c,e)

    example
    80100000 270F
    80100002 03E7
    80100004 0FFF
    80100006 FFFF
    80100008 0120
    8010000A 7FFF
    8010000C 8888
    8010000E 9000

    pec its very old.

    try no$psx and pcsxr have built cheat finder have correct alignment

    real joker should be between 001E0000 & 00200000 address based on Gran Turismo version 1.0
    lee4 Does Not Accept Codes Requests !
    When lee4 asks a question it does not mean lee4 will look at your game
    *How to create and use SegaCD codes >click here<*
    >)

    Comment


    • #17
      removed
      Last edited by 47iscool; 08-03-2014, 09:24:54 AM.

      Comment


      • #18
        Originally posted by 47iscool View Post
        When No Button Are Pressed The Value Is FFFF Not 0000
        I Took Your Advice And Used pcxsr,Here Is The Result

        Super NOS R2+X
        D00C0BA2 BDFF
        300B6F6E 0010
        D00C0BA2 BDFF
        300B6F72 0010
        When No Button Are Pressed The Value can be
        FFFF (Max Reverse Joker) and 0000 (Normal Joker)
        there are 8 joker addresses per controller
        lee4 Does Not Accept Codes Requests !
        When lee4 asks a question it does not mean lee4 will look at your game
        *How to create and use SegaCD codes >click here<*
        >)

        Comment


        • #19
          removed
          Last edited by 47iscool; 08-03-2014, 09:25:03 AM.

          Comment


          • #20
            I'm glad pcsxr works for you and accept to learning more about ps1 hacking
            lee4 Does Not Accept Codes Requests !
            When lee4 asks a question it does not mean lee4 will look at your game
            *How to create and use SegaCD codes >click here<*
            >)

            Comment


            • #21
              removed
              Last edited by 47iscool; 07-31-2014, 10:31:32 PM.

              Comment


              • #22
                Syphon Filter USA Gameshark

                Code:
                Hold R3 To Levitate (Level 1 Only)
                D012265A FFFB
                8019763A 0001
                Last edited by 47iscool; 08-15-2014, 03:39:36 AM.

                Comment


                • #23
                  depends on value of your code

                  Hold R3 To Levitate (Level 1 Only)
                  D012265A FFFB
                  8019763A 0001

                  Hold R3 To Levitate (Level 1 Only)
                  D012265A FFFB
                  3019763A 0001

                  when using...
                  8 is value size 0000 to FFFF but only on address ends even hex number
                  Example:
                  80197630 270F
                  80197632 ....
                  80197634 ....
                  80197636 ....
                  80197638 ....
                  8019763A ....
                  8019763C ....
                  8019763E ....

                  3 is value size 00 to FF only and can on any address
                  Example:
                  30197630 0030
                  30197631 00..
                  30197632 00..
                  30197633 00..
                  30197634 00..
                  30197635 00..
                  30197636 00..
                  30197637 00..
                  30197638 00..
                  30197639 00..
                  3019763A 00..
                  3019763B 00..
                  3019763C 00..
                  3019763D 00..
                  3019763E 00..
                  3019763F 00..

                  Also
                  Example:
                  3019763A 000F
                  3019763B 0027
                  is same as
                  8019763A 270F
                  Last edited by lee4; 03-06-2013, 08:46:42 AM.
                  lee4 Does Not Accept Codes Requests !
                  When lee4 asks a question it does not mean lee4 will look at your game
                  *How to create and use SegaCD codes >click here<*
                  >)

                  Comment


                  • #24
                    Syphon Filter 3 NTSC U/C

                    Code:
                    Infinite Armor
                    8008C4DE 2400
                    Not sure if anyone else posted a similar code, but for some reason I
                    couldn't get any other armor codes to work so I made one following a pattern in SF2's armor values.
                    Last edited by 47iscool; 03-28-2013, 05:56:43 AM.

                    Comment


                    • #25
                      Tenchu 2 NTSC-U/C

                      Code:
                      Don't lose health when hit, works for player and enemies.
                      80020EBA 2400
                      Last edited by 47iscool; 11-06-2013, 04:17:11 AM.

                      Comment


                      • #26
                        Originally posted by 47iscool View Post
                        Syphon Filter 3 NTSC U/C

                        Code:
                        Infinite Armor
                        8008[B]C4DE[/B] 2400
                        Not sure if anyone else posted a similar code, but for some reason I
                        couldn't get any other armor codes to work so I made one following a pattern in SF2's armor values.
                        Hacked By szalay of In The Mind

                        "INFINITE HEALTH"
                        D005AEFC AAAB
                        8005AEF4 0258
                        D005AEFC AAAB
                        8005AEF6 2404
                        D005AEFC AAAB
                        8005AEFA A4C4

                        "INFINITE ARMOR"
                        8008C4D6 2400

                        "HERO IMMUNE FOR ALL"
                        8008C532 2400

                        It seems that Szalay's code is different from yours by one digit. Szalay and I were always hacking the same codes at the same time for that game, which is why we shared credit for a lot of the codes.
                        The Hackmaster

                        Comment


                        • #27
                          Tenchu 2 NTSC-U/C

                          Code:
                          Moon Jump (X) (Can fall over when falling if too high in the air)
                          D00919B8 BFFF
                          8013F03E FF00
                          Hold to go higher
                          
                          
                          Moon Jump (Safe Landing) (X)
                          D00919B8 BFFF
                          8013F03E FF00
                          D00919B8 FFFF
                          8013F03E 00FF
                          Slows landing speed, must hold when jumping over obstacles
                          
                          Sudden death (works for everyone)
                          D0020EBA A462
                          80020EBA A460
                          One-hit kills everyone, including the player
                          Last edited by 47iscool; 11-08-2013, 01:40:52 AM.

                          Comment


                          • #28
                            Syphon Filter

                            Code:
                            Float In Air (Hold L3)
                            800490AE AFA2
                            D012265A FFFD
                            800490AE 2400

                            Comment


                            • #29
                              Syphon Filter 2 (NTSC-USA)

                              Code:
                              Can Use Weapons With No Ammo/Clip
                              80064A14 2442
                              80064A16 0000
                              Works for all weapons including grenades
                              No more needing an ammo code for each and every weapon.
                              Last edited by 47iscool; 08-04-2014, 08:21:15 AM.

                              Comment


                              • #30
                                Syphon Filter 2 (NTSC-USA)

                                Code:
                                Faster Firing Rate For Most Guns
                                8003F036 2400
                                For non-automatic weapons. The M-79 is a great weapon for this code.

                                Comment

                                Working...
                                X