Announcement

Collapse
No announcement yet.

nolberto82 codes

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

  • Originally posted by Phil The Hammer
    Yeah, both codes work fine! Thanx for your prompt response!
    You are welcome.

    Code:
    [COLOR="Blue"]Axelay - SNES[/COLOR]
    
    Hit Anywhere
    DD36-D70F
    DD3B-DF0F
    C93C-DD0F
    C9BD-D408
    Added.

    Comment


    • When you have time, would you be able to make an invincible code and any others you feel like doing for Undercover Cops(J). Thanks

      Comment


      • Nolberto, where in the database are your MAME cheat codes being added? I can't find a section labeled MAME or Arcade in the database.
        Now broadcasting from the underground command post. Deep in the bowels of a hidden bunker. Somewhere under the brick & steel of a nondescript building. We've once again made contact w/ our leader, OSG

        Comment


        • Since your doing arcade games I have a few requests:

          Mortal Kombat 2 (Any or All Revisions)

          Hit Anywhere
          Dan Forden (Toasty) shows up on every uppercut
          Access Smoke on Any Stage (Normally the Portal stage only)
          Win One Round to Fight Noob Saibot
          Win One Round to Play Pong
          Fight Jade Without the Low Kick Requirement

          Killer Instinct (Any or All Revisions)

          Hit Anywhere
          Stage Modifier (1 & 2 Player Modes)
          Not taking any requests at this time.

          Bored? Watch some of my hacks here.

          Comment


          • Originally posted by gedowski
            When you have time, would you be able to make an invincible code and any others you feel like doing for Undercover Cops(J). Thanks
            The invincibility code just keeps on crashing the game. But these should work flawlessly:

            Code:
            [COLOR="Blue"]Undercover Cops (J) - SNES[/COLOR]
            
            Infinite Continues
            7E011209
            
            Infinite Continues
            C203-E4A1
            
            Hit Anywhere
            6D2E-770F
            732E-776F
            
            Infinite Energy
            C266-57D7
            
            Infinite Time
            C2D4-8F61
            
            Infinite Lives
            C2E3-77A7
            
            One Hit Kills
            DD20-546F
            Added.

            Originally posted by OldSchoolGamer
            Nolberto, where in the database are your MAME cheat codes being added? I can't find a section labeled MAME or Arcade in the database.
            They are been added to Pugsy's cheat database.

            Originally posted by Abystus
            Since your doing arcade games I have a few requests:

            Mortal Kombat 2 (Any or All Revisions)

            Hit Anywhere
            Dan Forden (Toasty) shows up on every uppercut
            Access Smoke on Any Stage (Normally the Portal stage only)
            Win One Round to Fight Noob Saibot
            Win One Round to Play Pong
            Fight Jade Without the Low Kick Requirement

            Killer Instinct (Any or All Revisions)

            Hit Anywhere
            Stage Modifier (1 & 2 Player Modes)
            I had Hit Anywhere for Mortal Kombat 2 since yesterday but didn't get the chance to test it. I'll see if I can get the rest.

            Code:
            [COLOR="Blue"]Mortal Kombat II (rev L3.1) - MAME [/COLOR]
            
              <cheat desc="Hit Anywhere Both Players">
                <script state="run">
                  <action>user1.mw@06B70=C004</action>
                </script>
              </cheat>
            
              <cheat desc="Go to Jade Fight Without Low Kick Requirement">
                <script state="run">
                  <action>user1.mw@43384=C01E</action>
                </script>
              </cheat>
            Edit - Updated Hit Anywhere and it works much better now.

            These 2 are in Pugsy's cheat.zip, in the file mk2.xml:

            Win One Round to Fight Noob Saibot
            Win One Round to Play Pong
            Last edited by nolberto82; 09-04-2011, 10:07:20 PM.

            Comment


            • Originally posted by nolberto82 View Post
              I had Hit Anywhere for Mortal Kombat 2 since yesterday but didn't get the chance to test it. I'll see if I can get the rest.
              Code:
              [COLOR="Blue"]Mortal Kombat II (rev L3.1) - MAME [/COLOR]
              
                <cheat desc="Hit Anywhere Both Players">
                  <script state="run">
                    <action>user1.mw@06B70=C004</action>
                  </script>
                </cheat>
              
                <cheat desc="Go to Jade Fight Without Low Kick Requirement">
                  <script state="run">
                    <action>user1.mw@43384=C01E</action>
                  </script>
                </cheat>
              Edit - Updated Hit Anywhere and it works much better now.

              These 2 are in Pugsy's cheat.zip, in the file mk2.xml:

              Win One Round to Fight Noob Saibot
              Win One Round to Play Pong
              Very nice work so far. The rest for MK may be complex hacks as they take a bit of debugging (or they did on the SNES due to the coding). As for the Killer Instinct ones you will find that in a single player game your stage is based off the cpu opponent, however the stages can be separated as they have been in my SNES hack (most likely easier to hack with a 2 player game to be able to select your stage manually). I am unsure of the arcade stage order but it may follow the below pattern:

              Code:
              00 - Skull Stage
              01 - Snow Covered Statue
              02 - Riptor
              03 - Glacius
              04 - Jago
              05 - Fulgore
              06 - Shrine Room (Eyedol)
              07 - Castle Gate with Bridge
              08 - Chief Thunder
              09 - T.J. Combo
              0A - Lava Bridge (Eyedol)
              0B - SabreWulf
              0C - Street
              0D - Orchid
              0E - Cinder
              0F - Spinal
              10 - Sky Stage
              With the SNES counterpart the value was not locked in memory as it was a shared memory location. It may require a trace from the versus screen (or before) until the stage starts to find the value being written. The above list may give insight to what address the stage value is being stored in before it is removed (if it follows the same logic as the SNES counterpart). Thanks for the hacks and keep up the good work!
              Not taking any requests at this time.

              Bored? Watch some of my hacks here.

              Comment


              • Thank you for the codes nolberto82.

                Comment


                • Originally posted by Aystus
                  Killer Instinct (Any or All Revisions)

                  Hit Anywhere
                  Stage Modifier (1 & 2 Player Modes)
                  For some reason I can't put a breakpoint on write or read.

                  Originally posted by gedowski
                  Thank you for the codes nolberto82.
                  You're welcome.

                  Code:
                  [COLOR="Blue"]Bio Metal - SNES[/COLOR]
                  
                  Hit Anywhere
                  6D2E-0707
                  462E-0767
                  C927-6FD7
                  Added.
                  Last edited by nolberto82; 09-05-2011, 07:26:35 PM.

                  Comment


                  • They are been added to Pugsy's cheat database
                    Pugsy's last release of cheat.zip was April 10, 2011. So do you mean that your MAME cheats will appear in the next release/update of cheat.zip? If so, do you know when the next update will be?
                    Now broadcasting from the underground command post. Deep in the bowels of a hidden bunker. Somewhere under the brick & steel of a nondescript building. We've once again made contact w/ our leader, OSG

                    Comment


                    • Requesting please a Game Genie code for:
                      • (NES) Blades of Steel
                        • Infinite Energy in Fights
                        • Skate Faster
                        • Whatever other cool codes you can think of for this classic game. There's barely any codes for this great game.
                      Now broadcasting from the underground command post. Deep in the bowels of a hidden bunker. Somewhere under the brick & steel of a nondescript building. We've once again made contact w/ our leader, OSG

                      Comment


                      • Originally posted by OldSchoolGamer
                        Pugsy's last release of cheat.zip was April 10, 2011. So do you mean that your MAME cheats will appear in the next release/update of cheat.zip? If so, do you know when the next update will be?
                        I don't know when it will be released.
                        Last edited by nolberto82; 09-05-2011, 07:51:46 PM.

                        Comment


                        • Originally posted by OldSchoolGamer View Post
                          Pugsy's last release of cheat.zip was April 10, 2011. So do you mean that your MAME cheats will appear in the next release/update of cheat.zip? If so, do you know when the next update will be?
                          It would be best to ask Pugsy on this one as he usually waits until there is enough to call a "new" release before releasing a new cheat.zip. Also Pugsy may require the other clones of these games to have codes before he adds them to the cheat file (I know that's how it's been with most games in the past before they got added.) You never know, Pugsy himself may even post a reply to your message on this thread since your question pertains to his site's activity...
                          Last edited by Abystus; 09-05-2011, 08:28:41 PM.
                          Not taking any requests at this time.

                          Bored? Watch some of my hacks here.

                          Comment


                          • Couldn't get infinite energy. But found this:

                            Code:
                            [COLOR="Blue"]Blades of Steel - NES[/COLOR]
                            
                            Player 2/CPU Don't Throw Punches in Fights
                            SXSZZSSU
                            OXKXTVPK
                            Added.

                            Comment


                            • Originally posted by nolberto82 View Post
                              For some reason I can't put a breakpoint on write or read.
                              Hmm very odd. I wonder if Pugsy could shed some light on why this happens in Killer Instinct. Thanks for the hacks you did make (MK2) though as these arcade titles need some advanced hacks to keep them alive and kicking!
                              Last edited by Abystus; 09-06-2011, 01:36:58 AM.
                              Not taking any requests at this time.

                              Bored? Watch some of my hacks here.

                              Comment


                              • Is there a notepad document or link to a website which shows what new codes have been added to games? I've read the cheat.txt notepad document and it lists the games and hacker of the person who made codes for that particular game. But there is no information on what new codes were made. Occasionally you will see in the document, ie: "Invincibilities made by VisitntX." But for majority of the games, you just see the game title along with the hacker. I couldn't find, in the document, a place where it lists all the new codes (and the games of those codes) that have been created with each new release of cheat.zip.
                                Last edited by OldSchoolGamer; 09-06-2011, 07:47:22 AM.
                                Now broadcasting from the underground command post. Deep in the bowels of a hidden bunker. Somewhere under the brick & steel of a nondescript building. We've once again made contact w/ our leader, OSG

                                Comment

                                Working...
                                X