Announcement

Collapse
No announcement yet.

luc-ita's codes

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

  • I still have several troubles in doing dreamcast hacks. has somebody found a decent way to do that? The Dreamcast system has an unused portion of RAM like PS2 or PSX? I'd like to port my custom routines done for some PSX games to Dreamcast versions. Thanks to everyone that can answer.
    Learning how to hack real life

    Comment


    • 1080 TenEighty Snowboarding PAL-M4 N64

      Code:
      Master code
      DE000400 0000
      EE000000 0000
      
      Finish a race immediately
      //Applies to all types of races.
      //At any time press L and you will go so high
      //to be transported at the end of the race.
      //On real console crashes because the console can not handle
      //too high float values. On emulators it works well.
      //To make it work even on the real console
      //change at 8100B122 the value from 42C8 (100) to 41A0 (20).
      //The effect will be to jump very high but will not be transported
      //at the end of the race.
      8109D924 0800
      8109D926 2C40
      8100B100 8CEC
      8100B102 0A14
      8100B104 3401
      8100B106 0098
      8100B108 1181
      8100B10A 0008
      8100B10C 340C
      8100B10E 0000
      8100B110 3C0C
      8100B112 8005
      8100B114 858C
      8100B116 56A8
      8100B118 318C
      8100B11A 0020
      8100B11C 1180
      8100B11E 0003
      8100B120 3C01
      8100B122 42C8
      8100B124 4481
      8100B126 5000
      8100B128 E4EA
      8100B12A 0308
      8100B12C 03E0
      8100B12E 0008
      
      Finish immediately a race - Contest
      //Activate ONLY in contest races.
      //Press Z+DOWN DPAD at any time.
      D1265FDC 2400
      81265FDC 5300
      D10556A8 2400
      81265FDC 2400
      
      Finish immediately a race - Match Race
      //Activate ONLY in match race races.
      //Press Z+UP DPAD at any time.
      D12679B0 2400
      812679B0 5140
      D10556A8 2800
      812679B0 2400
      
      Finish immediately a race - Time Attack
      //Activate ONLY in Time Attack races.
      //Press Z+L at any time.
      D1265E00 2400
      81265E00 5160
      D10556A8 2020
      81265E00 2400
      
      Finish immediately a race - Trick Attack
      //Activate ONLY in Time Attack races.
      //Press Z+LEFT DPAD at any time.
      D1265ED0 2400
      81265ED0 1320
      D10556A8 2200
      81265ED0 2400
      
      GodMode - No reaction to bumps and no damage
      //Allows you to perform acrobatics even on the ground without falling
      D13F3E0C 51A0
      813F3E0C 1000
      D13F3528 11E0
      813F3528 1000
      
      The snowboarder at the menu animation does not move
      //It also affects snowboarders during demonstration races
      D13FE010 15C0
      813FE010 1000
      
      The opponent in the races does not move
      8109582C AC40
      
      Stop the timer - Contest
      D1265F48 05E1
      81265F48 1000
      
      Stop the timer - Match Race
      D1267954 05E1
      81267954 1000
      
      Stop the timer - Time Attack
      D1265D4C 05E1
      81265D4C 1000
      
      Stop the timer - Trick Attack
      D1265DB8 05E1
      81265DB8 1000

      Tonic Trouble PAL-M5 N64

      Code:
      The enemies don't do damage
      8109FB90 2400
      
      No loss of life when you fall into the lava or fall into the void
      81055A3E 0000
      
      Jump in midair - first method
      //With this code you can fly, when you have the ability.
      D01257E8 0080
      812A5668 4160
      
      Jump in midair - second method
      //With this code you can not fly. It is useful as long as you do not have the ability to fly.
      D01257E8 0080
      812A5668 4160
      D01257E8 0080
      812A56F2 0001

      Rayman 2 - The Great Escape PAL-M5 N64

      Code:
      The enemies don't do damage
      810564C8 2400
      Last edited by luc-ita; 10-09-2018, 04:23:17 AM.
      Learning how to hack real life

      Comment


      • Twisted Edge Extreme Snowboarding PAL-E N64

        Code:
        Opponents don't move
        8106B300 3C0E
        8106B302 800A
        8106B304 35CE
        8106B306 93A8
        8106B308 15D0
        8106B30A 0002
        8106B30C 340E
        8106B30E 0000
        8106B310 E604
        8106B312 0144
        8106B314 0805
        8106B316 91C6
        8106B318 C7A6
        8106B31A 01A4
        D1164710 E604
        81164710 0801
        D1164712 0144
        81164712 ACC0
        D1164714 C7A6
        81164714 2400

        Air Boarder 64 PAL-E N64

        Code:
        Take coins anywhere
        D10B199C 4501
        810B199C 2400
        D10B19AC 4501
        810B19AC 2400
        D10B19D4 4501
        810B19D4 2400
        D10B19E4 4501
        810B19E4 2400
        D10B1A0C 4501
        810B1A0C 2400
        D10B1A1C 4501
        810B1A1C 2400
        D10B1A84 4500
        810B1A84 2400
        D10B1AE8 4500
        810B1AE8 2400
        
        Jump in midair
        D009A3E4 0080
        81165614 40A0
        D009A3E4 00A0
        81165614 40A0
        D009A3E4 00C0
        81165614 40A0
        D009A3E4 00E0
        81165614 40A0
        
        Jump four times higher
        //To jump 6 times put 41C0 at 810B64DE.
        //DO NOT use on real HW, it causes problems.
        D10B64DC C7A6
        810B64DC 3C01
        D10B64DE 0064
        810B64DE 4180
        D10B64E4 4606
        810B64E4 4481
        D10B64E6 2200
        810B64E6 4000

        Gex 64 - Enter the Gecko PAL-E N64

        Code:
        Godmode
        //No damage and no reaction to collisions with enemies
        810224CC 03E0
        810224CE 0008
        810224D0 2400
        
        Moonjump v1
        //The more you hold down the more you jump up
        8101B7D8 ACA2
        D00BED04 0080
        8101B7D8 2400
        
        Moonjump v2
        //The more you hold down the more you jump up
        8101C498 3C02
        8101C49A FFFF
        8101C49C 3442
        8101C49E FFFF
        
        Take objects anywhere
        8100BC2C 2400
        8100BC80 2400
        
        Any password to load the game progress, or entering all B letters, gives 99 lives and all the remotes
        810400A4 3411
        810400A6 0063
        
        Jump in midair - ASM
        8101E0EA 0200
        
        Jump in midair - RAM
        D00BED04 0080
        8114EC40 0000
        D00BED04 0080
        8114EC42 007F

        Gex 3 - Deep Cover Gecko PAL-M3 N64

        Code:
        GodMode
        8104000C 1000
        
        Moonjump v1
        //The more you hold down the more you jump up
        8104BE04 ACA4
        D008B8C0 0080
        8104BE04 2400
        
        Moonjump v2
        //The more you hold down the more you jump up
        8104CC0C 3C02
        8104CC0E FFFF
        8104CC10 3442
        8104CC12 FFFF
        
        Every butterfly gives a life
        8105D290 2400
        
        Take butterflies anywhere
        8105D228 2400
        8105D230 2400
        8105D240 2400
        8105D25C 2400
        
        Jump in midair - ASM
        8104A02E 0200
        
        Jump in midair - RAM
        D008B8C0 0080
        810A73F4 0000
        D008B8C0 0080
        810A73F6 007F
        
        Stop timer in bonus levels
        D1117F5C 1440
        81117F5C 1000
        
        Stop timer in secret levels
        D1117EB4 1460
        81117EB4 1000
        D1116BEC 1460
        81116BEC 1000

        Big Mountain 2000 NTSC-U N64

        Code:
        Opponents don't move
        D13028D4 E5C8
        813028D4 2400
        
        Stop the timer
        D13073D8 1320
        813073D8 2400
        
        Big jumps - Low gravity
        //Hold down L button and jump
        D132272C 2400
        8132272C E586
        D012CF21 0020
        8132272C 2400
        
        Turn without loss of balance
        D1321830 250F
        81321832 0000
        D1321464 256C
        81321466 0000

        Donald Duck - Quack Attack PAL-M5 N64

        Code:
        Moonjump
        81053E4C 2400
        
        Customizable moonjump
        //If you want to customize change the value at 81053E2E
        81053E2C 3C01
        81053E2E 4200
        81053E48 4481
        81053E4A A000
        Last edited by luc-ita; 10-24-2018, 07:52:46 AM. Reason: Changed the location to store the routine to match the 0x00000000 to 0x03EFFFFF range.
        Learning how to hack real life

        Comment


        • Seen and filling the requests of Smoker1 for the Family Guy's game:

          Family Guy NTSC-U ULUS-10185 PSP

          Code:
          _C0 Deactivate cheats for Brian
          _C0 when you are not using that character
          _C0 to avoid possible problems!
          
          _C0 GodMode - Stewie and Peter
          _L 0x20039774 0x0A7FFFC4
          _L 0x217FFF10 0xC64C0000
          _L 0x217FFF14 0x3C0108A7
          _L 0x217FFF18 0x8C216320
          _L 0x217FFF1C 0x16610008
          _L 0x217FFF20 0x8C2101C8
          _L 0x217FFF24 0xC42A02F0
          _L 0x217FFF28 0x460A6032
          _L 0x217FFF2C 0x45010006
          _L 0x217FFF30 0xC42A02E8
          _L 0x217FFF34 0x460A6032
          _L 0x217FFF38 0x45010003
          _L 0x217FFF3C 0x00000000
          _L 0x217FFF40 0x0A20E5DF
          _L 0x217FFF44 0x00000000
          _L 0x217FFF48 0x0A20E5E0
          
          _C0 Deactivate GodMode - Steve and Peter
          _L 0x20039774 0xC64C0000
          
          _C0 Brian has no impulse (Bone meter)
          _L 0x2002BE40 0x10000010
          
          _C0 Deactivate Brian has no impulse (Bone meter)
          _L 0x2002BE40 0x45010010
          
          _C0 Brian always invisible
          _L 0x2003B198 0x0A7FFFD5
          _L 0x2003B19C 0x00000000
          _L 0x217FFF54 0x8E240000
          _L 0x217FFF58 0x3C0108A7
          _L 0x217FFF5C 0x8C216320
          _L 0x217FFF60 0x16610002
          _L 0x217FFF64 0x8C2101C8
          _L 0x217FFF68 0xA03401D0
          _L 0x217FFF6C 0x14800003
          _L 0x217FFF70 0x00000000
          _L 0x217FFF74 0x0A20EC69
          _L 0x217FFF78 0x00000000
          _L 0x217FFF7C 0x0A20EC6D
          
          _C0 Deactivate Brian always invisible
          _L 0x2003B198 0x8E240000
          _L 0x2003B19C 0x14800005
          Last edited by luc-ita; 10-22-2018, 07:24:19 AM.
          Learning how to hack real life

          Comment



          • 0x017FFF00 is psp stack memory is bad spot to write your subroutine
            best to write subroutine at 0x00001000
            Last edited by lee4; 10-23-2018, 11:08:00 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


            • Seen and filling the request of Jackster for the Banjo-Tooie's game. Now i've to manage how to port this to the pal version.

              Banjo-Tooie NTSC-U N64

              Code:
              Jump in midair
              //I'd suggest the usage of a godmode or infinite health code
              810EF060 0804
              810EF062 7000
              8111C000 E488
              8111C002 0000
              8111C004 3C01
              8111C006 8013
              8111C008 8C21
              8111C00A 5490
              8111C00C 2421
              8111C00E 0A0C
              8111C010 1424
              8111C012 000A
              8111C014 3C01
              8111C016 8008
              8111C018 8021
              8111C01A 1084
              8111C01C 3C0F
              8111C01E FFFF
              8111C020 35EF
              8111C022 FF80
              8111C024 142F
              8111C026 0005
              8111C028 3C01
              8111C02A 4480
              8111C02C 4481
              8111C02E 8000
              8111C030 4610
              8111C032 9480
              8111C034 0803
              8111C036 BC1B
              8111C038 0000
              8111C03A 0000
              8111C03C 0803
              8111C03E BC1A
              Last edited by luc-ita; 10-24-2018, 06:17:16 AM. Reason: Changed the location to store the routine to match the 0x00000000 to 0x03EFFFFF range.
              Learning how to hack real life

              Comment


              • Originally posted by lee4 View Post
                0x017FFF00 is psp stack memory is bad spot to write your subroutine
                best to write subroutine at 0x00001000
                Many thanks lee4. I didn't know that. I'll change the subroutines' locations then. Again thanks.
                Learning how to hack real life

                Comment


                • gameshark for n64
                  limited to these
                  0x00000000 to 0x03EFFFFF
                  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


                  • Originally posted by lee4 View Post
                    gameshark for n64
                    limited to these
                    0x00000000 to 0x03EFFFFF
                    Many thanks. I'll rewrite all my subroutines to match this range. I'm sorry for all my ignorance. Never ending to learn something new and useful.
                    Learning how to hack real life

                    Comment


                    • Moved subroutines for Family Guy's game to the correct unused space of memory. Thanks lee4.


                      Family Guy NTSC-U ULUS-10185 PSP

                      Code:
                      _C0 Deactivate cheats for Brian
                      _C0 when you are not using that character
                      _C0 to avoid possible problems!
                      
                      _C0 GodMode - Stewie and Peter
                      _L 0x20039774 0x0A200400
                      _L 0x20001000 0xC64C0000
                      _L 0x20001004 0x3C0108A7
                      _L 0x20001008 0x8C216320
                      _L 0x2000100C 0x16610008
                      _L 0x20001010 0x8C2101C8
                      _L 0x20001014 0xC42A02F0
                      _L 0x20001018 0x460A6032
                      _L 0x2000101C 0x45010006
                      _L 0x20001020 0xC42A02E8
                      _L 0x20001024 0x460A6032
                      _L 0x20001028 0x45010003
                      _L 0x2000102C 0x00000000
                      _L 0x20001030 0x0A20E5DF
                      _L 0x20001034 0x00000000
                      _L 0x20001038 0x0A20E5E0
                      
                      _C0 Deactivate GodMode - Steve and Peter
                      _L 0x20039774 0xC64C0000
                      
                      _C0 Brian has no impulse (Bone meter)
                      _L 0x2002BE40 0x10000010
                      
                      _C0 Deactivate Brian has no impulse (Bone meter)
                      _L 0x2002BE40 0x45010010
                      
                      _C0 Brian always invisible
                      _L 0x2003B198 0x0A200418
                      _L 0x2003B19C 0x00000000
                      _L 0x20001060 0x8E240000
                      _L 0x20001064 0x3C0108A7
                      _L 0x20001068 0x8C216320
                      _L 0x2000106C 0x16610002
                      _L 0x20001074 0x8C2101C8
                      _L 0x20001078 0xA03401D0
                      _L 0x2000107C 0x14800003
                      _L 0x20001080 0x00000000
                      _L 0x20001084 0x0A20EC69
                      _L 0x20001088 0x00000000
                      _L 0x2000108C 0x0A20EC6D
                      
                      _C0 Deactivate Brian always invisible
                      _L 0x2003B198 0x8E240000
                      _L 0x2003B19C 0x14800005
                      Learning how to hack real life

                      Comment


                      • Originally posted by luc-ita View Post
                        Moved subroutines for Family Guy's game to the correct unused space of memory. Thanks lee4.


                        Family Guy NTSC-U ULUS-10185 PSP

                        Code:
                        _C0 Deactivate cheats for Brian
                        _C0 when you are not using that character
                        _C0 to avoid possible problems!
                        
                        _C0 GodMode - Stewie and Peter
                        _L 0x20039774 0x0A200400
                        _L 0x20001000 0xC64C0000
                        _L 0x20001004 0x3C0108A7
                        _L 0x20001008 0x8C216320
                        _L 0x2000100C 0x16610008
                        _L 0x20001010 0x8C2101C8
                        _L 0x20001014 0xC42A02F0
                        _L 0x20001018 0x460A6032
                        _L 0x2000101C 0x45010006
                        _L 0x20001020 0xC42A02E8
                        _L 0x20001024 0x460A6032
                        _L 0x20001028 0x45010003
                        _L 0x2000102C 0x00000000
                        _L 0x20001030 0x0A20E5DF
                        _L 0x20001034 0x00000000
                        _L 0x20001038 0x0A20E5E0
                        
                        _C0 Deactivate GodMode - Steve and Peter
                        _L 0x20039774 0xC64C0000
                        
                        _C0 Brian has no impulse (Bone meter)
                        _L 0x2002BE40 0x10000010
                        
                        _C0 Deactivate Brian has no impulse (Bone meter)
                        _L 0x2002BE40 0x45010010
                        
                        _C0 Brian always invisible
                        _L 0x2003B198 0x0A200418
                        _L 0x2003B19C 0x00000000
                        _L 0x20001060 0x8E240000
                        _L 0x20001064 0x3C0108A7
                        _L 0x20001068 0x8C216320
                        _L 0x2000106C 0x16610002
                        _L 0x20001074 0x8C2101C8
                        _L 0x20001078 0xA03401D0
                        _L 0x2000107C 0x14800003
                        _L 0x20001080 0x00000000
                        _L 0x20001084 0x0A20EC69
                        _L 0x20001088 0x00000000
                        _L 0x2000108C 0x0A20EC6D
                        
                        _C0 Deactivate Brian always invisible
                        _L 0x2003B198 0x8E240000
                        _L 0x2003B19C 0x14800005
                        I tested the Brian Always Invisible, but Adrenaline Crashed. Currently in the process of Testing on my PSP
                        Last edited by Smoker1; 10-23-2018, 10:32:34 PM.

                        Comment


                        • Originally posted by Smoker1 View Post

                          I tested the Brian Always Invisible, but Adrenaline Crashed. Currently in the process of Testing on my PSP
                          Ok many thanks. The godmode cheat crashes too Adrenaline or it works well?
                          I'll rewrite the "Brian always invisible" code in a bit different mode. To see if what I thinking is true or not.
                          Another try is that I could create a pointer to pointer code if anyone could teach me how to do with TempAR.
                          Learning how to hack real life

                          Comment


                          • I tried finding the Pointer Code. The thing I found is - Each Stage has it's own Address. Basically, you need to find each Stage Address, and Note it down. Then, when you start the Game all over again, the Codes should still be the same.
                            Here is what I found....
                            Code:
                            CWCheat Codes
                            _C0 Brian - LowImpulse - NewsStation
                            _L 0x2118DAF4 0x00000000
                            _C0 Brian - LowImpulse - PoliceStat
                            _L 0x21174A24 0x00000000
                            _C0 Peter - Inf Health - Cheesie
                            _L 0x21282D4C 0x42C80000
                            _C0 Peter - Inf Health - Street
                            _L 0x2129CD48 0x42C80000
                            _C0 Peter - Inf Super - Cheesie
                            _L 0x21282D44 0x42C80000
                            _C0 Peter - Inf Super - Street
                            _L 0x2129CD40 0x42C80000
                            _C0 Stewie - 999 Power Up
                            _L 0x10353EBC 0x000003E7
                            _C0 Stewie - Inf Health - Hospital
                            _L 0x211D9CA0 0x42C80000
                            _C0 Stewie - Inf Health - InsideBody
                            _L 0x2120D360 0x42C80000
                            Code:
                            TempAR Codes
                            _C0 999 Power-Up - Stewie
                            _M 0x10353EBC 0x000003E7
                            _C0 Stewie - Inf Health -Hospital
                            _M 0x099D9CA0 0x42C80000
                            _C0 Stewie - Inf Health -Inside Peter
                            _M 0x09A0D360 0x42C80000
                            _C0 Peter - Inf Health - Street
                            _M 0x09A9CD48 0x42C80000
                            _C0 Peter - Inf Health - Cheesie
                            _M 0x09A82D4C 0x42C80000
                            _C0 Peter - Inf Super - Street
                            _M 0x09A9CD40 0x42C80000
                            _C0 Peter - Inf Super - Cheesie
                            _M 0x09A82D44 0x42C80000
                            _C0 Brian - Low Impulse - Police
                            _M 0x09974A24 0x00000000
                            _C0 Brian - Low Impulse - News
                            _M 0x0998DAF4 0x00000000

                            Comment


                            • Originally posted by Smoker1 View Post
                              I tried finding the Pointer Code. The thing I found is - Each Stage has it's own Address. Basically, you need to find each Stage Address, and Note it down. Then, when you start the Game all over again, the Codes should still be the same.
                              Here is what I found....
                              Code:
                              CWCheat Codes
                              _C0 Brian - LowImpulse - NewsStation
                              _L 0x2118DAF4 0x00000000
                              _C0 Brian - LowImpulse - PoliceStat
                              _L 0x21174A24 0x00000000
                              _C0 Peter - Inf Health - Cheesie
                              _L 0x21282D4C 0x42C80000
                              _C0 Peter - Inf Health - Street
                              _L 0x2129CD48 0x42C80000
                              _C0 Peter - Inf Super - Cheesie
                              _L 0x21282D44 0x42C80000
                              _C0 Peter - Inf Super - Street
                              _L 0x2129CD40 0x42C80000
                              _C0 Stewie - 999 Power Up
                              _L 0x10353EBC 0x000003E7
                              _C0 Stewie - Inf Health - Hospital
                              _L 0x211D9CA0 0x42C80000
                              _C0 Stewie - Inf Health - InsideBody
                              _L 0x2120D360 0x42C80000
                              Code:
                              TempAR Codes
                              _C0 999 Power-Up - Stewie
                              _M 0x10353EBC 0x000003E7
                              _C0 Stewie - Inf Health -Hospital
                              _M 0x099D9CA0 0x42C80000
                              _C0 Stewie - Inf Health -Inside Peter
                              _M 0x09A0D360 0x42C80000
                              _C0 Peter - Inf Health - Street
                              _M 0x09A9CD48 0x42C80000
                              _C0 Peter - Inf Health - Cheesie
                              _M 0x09A82D4C 0x42C80000
                              _C0 Peter - Inf Super - Street
                              _M 0x09A9CD40 0x42C80000
                              _C0 Peter - Inf Super - Cheesie
                              _M 0x09A82D44 0x42C80000
                              _C0 Brian - Low Impulse - Police
                              _M 0x09974A24 0x00000000
                              _C0 Brian - Low Impulse - News
                              _M 0x0998DAF4 0x00000000
                              Thank you for your efforts and findings. Here below are the BasePointer + offsets used in my routines:

                              Global BP:
                              08A76320

                              Where to get the above address:
                              088346F4

                              When using Peter:
                              [08A76320] +1C8 +2E8 -> Peter's health
                              [08A76320] +1C8 +2DC -> Peter's MAX power

                              When using Stewie:
                              [08A76320] +1C8 +2F0 -> Stewie's health
                              [08A76320] +1C8 +324 -> Stewie's MAX health

                              When using Brian:
                              [08A76320] +1C8 +1D0 -> Brian's invisible effect (byte)
                              [08A76320] +1C8 +204 -> Brian's impulse

                              Now with yours and mine annotations could we construct the pointer to pointer cheat codes?
                              Learning how to hack real life

                              Comment


                              • From what I was told, they might be Multi-Pointer.

                                There is a trick to using TempAR Pointer Searcher. If you have Highlighted Paths, click on 1 then Double Click on it to get a + on it. it will show Multi-Level-Pointers. I tried doing this, but there was MANY Highlighted Paths.

                                Comment

                                Working...
                                X