Announcement

Collapse
No announcement yet.

Cheats For Gene Troopers SLES_536.44

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

  • Cheats For Gene Troopers SLES_536.44

    Hi.I wish that some1 can give me cheats for this game.because I tried using cheat engine but eachtime I die or get the next level address changes.

  • #2
    That's because the memory is changing due to different levels loading. if you could find the pointer or asm that deals only with the player that would be your best bet.

    joker address
    D070AC02 0000????

    Enable Code(Must Be On)
    90384050 00832021

    Infinite Health
    2010C4E4 C480001C
    2010C4EC E4800020

    Infinite Grenades
    20218390 00000000

    need a save with ammo
    Last edited by Azagthoth; 09-08-2016, 10:12:05 PM.

    Comment


    • #3
      Thanks for the replay and for those cheats.You saved me a lot.and I'm noob in cheat engine and pointer and asm things.If there is a tutorial here post the link please and really thank youuuu

      Comment


      • #4
        Hello Azagthoth.
        I've a question for you:
        I don't understand how to make asm codes in ps2 games that has functions/addresses that changes when I load a different area or level, as, for example, in the Jak's games.

        With cheat engine my solution is to use the below script:

        Code:
        [ENABLE]
        aobscan(NoDamagePrecursorVehicle,01 00 01 46 BC 01 80)
        
        label(_NoDamagePrecursorVehicle)
        registersymbol(_NoDamagePrecursorVehicle)
        
        NoDamagePrecursorVehicle:
        _NoDamagePrecursorVehicle:
        
        [DISABLE]
        unregistersymbol(_NoDamagePrecursorVehicle)
        With this trick I'm able to find always the right dynamic address in the memory, and so change it. The above code is an example.
        BUT I would like to learn how to do this for the PS2 system.

        Could you please teach me how you are able to "beat DMA" with a master code only?

        Many thanks!
        Learning how to hack real life

        Comment


        • #5
          I tested them.but Infinite Health makes enemies also invincible.I mean they won't die :'( :'(

          Comment


          • #6
            Use Tsearch.

            Read this TSearch DMA Tutorial By Abystus
            The Hackmaster

            Comment


            • #7
              Originally posted by mounir2014 View Post
              I tested them.but Infinite Health makes enemies also invincible.I mean they won't die :'( :'(
              You can test this

              Infinite Health
              2010c470 00000000

              if this works for enemies then i have to find the pointer

              Originally posted by luc-ita View Post
              Hello Azagthoth.
              I've a question for you:
              I don't understand how to make asm codes in ps2 games that has functions/addresses that changes when I load a different area or level, as, for example, in the Jak's games.

              With cheat engine my solution is to use the below script:

              Code:
              [ENABLE]
              aobscan(NoDamagePrecursorVehicle,01 00 01 46 BC 01 80)
              
              label(_NoDamagePrecursorVehicle)
              registersymbol(_NoDamagePrecursorVehicle)
              
              NoDamagePrecursorVehicle:
              _NoDamagePrecursorVehicle:
              
              [DISABLE]
              unregistersymbol(_NoDamagePrecursorVehicle)
              With this trick I'm able to find always the right dynamic address in the memory, and so change it. The above code is an example.
              BUT I would like to learn how to do this for the PS2 system.

              Could you please teach me how you are able to "beat DMA" with a master code only?

              Many thanks!
              jak-last frontier Me and skiller found a level mod address so we decided to use for all the codes. other codes i found some pointers and with help from skiller found more pointers, i use pcsx2dis and pcsx2 1.5 break on read when loading the game to get offsets for pointers if its double or triple pointer.
              Last edited by Azagthoth; 09-09-2016, 05:40:19 PM.

              Comment


              • #8
                Many thanks dlevere and Azagthoth for your useful informations!
                I'll try to do my best and learn something new!
                Learning how to hack real life

                Comment

                Working...
                X