Announcement

Collapse
No announcement yet.

The Godfather - 1 Hit Kill

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

  • The Godfather - 1 Hit Kill

    CREDIT: Cronotrigga/RENEGADE

    CDS Source
    Code:
    //hook
    address $20239bcc
    j $000ac000
    
    address $200ac000
    //hitting them
    setreg t0, $00707460
    beq a1, t0 :END
    nop
    //Getting hit
    lwc1 $f1, $0024(s3)
    j $00239BD0
    nop
    
    END:
    setreg t1, $000AC030
    lwc1 $f1, $0000(t1)
    j $00239BD0
    nop
    hexcode $52c80000
    [U][B][/B][/U]


    RAW CODE

    Code:
    20239BCC 0802B000
    200AC000 3C080070
    200AC004 35087460
    200AC008 10A80004
    200AC00C 00000000
    200AC010 C6610024
    200AC014 0808E6F4
    200AC018 00000000
    200AC01C 3C09000A
    200AC020 3529C030
    200AC024 C5210000
    200AC028 0808E6F4
    200AC02C 00000000
    200AC030 52c80000
    [U][B][/B][/U]


    Last edited by RENEGADE; 01-29-2020, 01:29:02 PM.

  • #2
    Great work!
    The Hackmaster

    Comment


    • #3
      Awesome, I hacked this way back in the day

      Enemies Die Instantly L1+L2
      Enemies Alive R1+R2
      E002FAFF 00665C82
      201831A8 3C010000
      201831AC AC411048
      E002F5FF 00665C82
      201831A8 00000000
      201831AC 45010002

      whats the difference between these two pointers 00707460 and 00661e78? i know 00664308 is the player pointer.
      Last edited by Azagthoth; 01-29-2020, 09:26:01 PM.

      Comment


      • #4
        00661e78 & 00664308 from what I have seen are both player pointer lists. 00661e78 is what we used for the massacre all peds code. I believe these are the NPCs around player one.00707460 is what I would call the health bar pointer. Every player pointer has one and it contains a float for the health bar, current health and damage values.

        Comment


        • #5
          Originally posted by RENEGADE View Post
          CREDIT: Cronotrigga/RENEGADE

          CDS Source

          Code:
          //hook
          address $20239bcc
          j $000ac000
          
          address $200ac000
          //hitting them
          setreg t0, $00707460
          beq a1, t0 :END
          nop
          //Getting hit
          lwc1 $f1, $0024(s3)
          j $00239BD0
          nop
          
          END:
          setreg t1, $000AC030
          lwc1 $f1, $0000(t1)
          j $00239BD0
          nop
          hexcode $52c80000
          RAW CODE

          Code:
          20239BCC 0802B000
          200AC000 3C080070
          200AC004 35087460
          200AC008 10A80004
          200AC00C 00000000
          200AC010 C6610024
          200AC014 0808E6F4
          200AC018 00000000
          200AC01C 3C09000A
          200AC020 3529C030
          200AC024 C5210000
          200AC028 0808E6F4
          200AC02C 00000000
          200AC030 52c80000
          Does anyone know what version of this game ?
          The Godfather,Collector edition SLES_53967
          OR
          The Godfather,The game SLUS_21406
          OR
          The Godfather,The game SLUS_21385

          I tried the code but it doesn't work
          please the info, thanks
          Last edited by core; 02-15-2020, 03:08:49 AM.

          Comment


          • #6
            Originally posted by core View Post

            Does anyone know what version of this game ?
            The Godfather,Collector edition SLES_53967
            OR
            The Godfather,The game SLUS_21406
            OR
            The Godfather,The game SLUS_21385

            I tried the code but it doesn't work
            please the info, thanks
            SLUS_213.85;1 is the version I'm running

            Comment


            • #7
              Originally posted by RENEGADE View Post

              SLUS_213.85;1 is the version I'm running
              Yeahh code work
              Thanks

              Comment

              Working...
              X