Announcement

Collapse
No announcement yet.

Taking requests for the following games

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

  • Taking requests for the following games

    Questions for all,

    erm.. i would like to ask whether who owns a japanese games?

    if any of you does, please reply. thanks.
    sigpic

    Comment


    • Taking requests for the following games

      this should go in a diffrent topic but i do

      they include
      Dragon Ball Final Bout "Best of the Best"
      Dragon Ball Z
      Dragon Ball Ultimate Battle 22
      Saga Frontier
      Tetris Plus
      Tobal No 1

      RIP MOM 6-27-52 - 12-25-10

      Comment


      • Taking requests for the following games

        hybrid : okie. nope, just borrowing your topic coz it's the hottest now :P

        anyway, i'm just trying to find a game which i have to hack, but have no clue where to start. it's alright . hahaha
        sigpic

        Comment


        • Taking requests for the following games

          Well, I set Your (St3ph) and Hybrids ranks to Hacker. If you want it changed let me know.

          Comment


          • Taking requests for the following games

            Maybe they can and should PM you or well anyone here with the 'power' their own personal choice for custom 'tag line'.

            Otherwise, sorry to say do NOT look at me that way now...but well yes this topic is kind of getting a bit far from it's original topic. (I know of most sites, game sites and not that would have alreayd shut this down and warned a few people) Nothing bad now, just as is, some sites out there is not that open.

            For myself and here, heck I do not care really, a code posted a question posted it is al good, but on the other hand this is the 8th page, and Hybrid has only hit a several of those games on his list, this topic if goes like this could go for some 88 pages or such.

            Again not big deal, I do not think many replies causes topics to be slow, my only issue is well after awhile, it gets hard to find that 'spcial' code or such :P

            Anyway, as was asked, I own the Japanese version of Final Fantasy Collection (FF4, 5, and 6 all in one package) It IS worhtless to me anyway, I cannot read Japanese and all thsoe games are in US now anyway, and the US ones are better, can read and understand those.

            Heck, I do wish I did not waste $90.00 of that collection back then.... but the FMV's looked nice and was takened in by the eye candy then.

            I also own the King Of Fighters Games, for awhile also was into getting all of thsoe, being alot were not released in the USA, 1996 to 2000 I own Japanese wise...again some of them are a 'waste' but ehh was fun then, fighting does not need to be understood. :P

            ~Amy

            Comment


            • Taking requests for the following games

              1st, i would like to say .. not say, give a big thanks to hiro *hugs*. for the title.

              amy, yep, fighting just needs to understand who's better in skillz. lol :P . okie, anyway thanks to all, coz i'm now tryign to hack a japanese game called Super robot war. well, it's kind of hard for me. but i'll never give up, that's all i can say.

              is it okay for me to ask questions here if i'm in need of help? :?
              sigpic

              Comment


              • Taking requests for the following games

                Originally posted by St3ph
                is it okay for me to ask questions here if i'm in need of help? :?
                Yes, it is perfectly Okay to ask questions here or well anywhere, as long is okay with Hybrid is okay with all. This is his topic after all, and I was not saying in anyway questions were bad in anyway, I was just saying heh how much better we are then other 'code places' who get all jumpy and 'anal' even when you ask questions in code topics. :P

                ~Amy

                Comment


                • Taking requests for the following games

                  Infinite Rune MP All Positions
                  D0073B68 1821
                  80073B6E 2400

                  okay, i apologize to hybrid, hope he don't mind i used his topic once again for it. the above codes are from cmgsccc.com. what i want to ask is, can anyone tell me how to hack codes like that in the battle?

                  coz i've tried using the FAQS by ssvejita,it's works though, but for an individual character. what i wanted is, i'm trying to hack a code like above so it works for all characters. so i'm trying to get an idea on how to hack it.

                  is it that i start from known value? or different ? or unknown value? thanks for any help again.
                  sigpic

                  Comment


                  • Taking requests for the following games

                    That code is a DO IF TRUE type of code (D0). The code beneath it is a standard yet non-standard code. What it does is NOP (No-operation in ASM) any type of activity from Rune use. Basically it stops deduction of how many times you can use any given rune.

                    DO (Do if true) codes execute the line(s) of code underneath if the address specified in the do if true code has a value equal to that of the do if true code. That's not a good explanation o.O

                    D0073B68 1821

                    Okay.. so if address 00073B68 is equal to 1821, then the line of 80073B6E 2400 will launch. I hope that helps.

                    Now.. 80073B6E 2400 the standard but non-standard code. This type of code is called an ASM hack. ASM is a programming language called ASSEMBLY.. if you look at any playstation games SLUS file in a disassembler (PS2 Dis or IDA) it'll have a ton of ASM code. It's probably one of the hardest ways to find codes.

                    Anyway you can't hack those codes in a traditional sense. I've been trying to find out how to make them for years, but I can't find any information on them at all. Also, codes like that sometimes tend to be problematic. They cause things to happen that shouldn't. Not always however. Hopefully that clears up some stuff.

                    Lastly, in an earlier post somewhere you mentioned putting a 3 instead of 8 at the beginning of a code. I'll give you an example..

                    The first 2 digits of a code are "commands".

                    3 = 8bit write
                    8 = 16 bit write

                    3 codes have a vale of maximum up to FF (255).

                    So, 3007928A 00VV v denotes value.. anywhere from 00-FF

                    Where as 8.. is like this: 8007928A VVVV once more, v denotes value, anywhere from 0000-FFFF.

                    Does that help at all?

                    Comment


                    • Taking requests for the following games

                      When you use 8 for your code that means it covers 2 address. So if your code is 80222220 Then that code will cover both 80222220 and 80222221. And these can only be set at Even Adresses. But if you use a 3 for your code then It will cover only 1 Address, and you can set it anywhere. Only the last 2 numbers in your value are needed (the final four numbers) also.

                      Comment


                      • Taking requests for the following games

                        okay, thanks for the explaination hiro and deathwing.
                        sigpic

                        Comment


                        • Taking requests for the following games

                          Infinite EP out of battle
                          D01DDD88 D8F0
                          801DDD8A 2400

                          erm, again i ask the same thing but this time these codes are found inside GSHI. hacked by dark serge. so any idea of it ?
                          sigpic

                          Comment


                          • Taking requests for the following games

                            Once again, it's an ASM hack accompanied by a do-if-true code. LMZ knows something about ASM hack codes, I'm not sure if hiro does. I'd certainly like to know how to make them. If you ever find out let me know.

                            Comment


                            • Taking requests for the following games

                              no i do not mind questions.

                              i'll post a request my self
                              Dragon Warrior 7 orginal title title screen
                              i do know that the dragon quest title screen is there but just under the dragon warrior screen any ideahs on how to get it to show instead

                              RIP MOM 6-27-52 - 12-25-10

                              Comment


                              • Taking requests for the following games

                                okay, thanks to deathwing and hybrid.

                                and erm, again, ASM hacking, is it possible to be done using gameshark pro only? coz right now i'm using emulator to hack . :?
                                sigpic

                                Comment

                                Working...
                                X