Announcement

Collapse
No announcement yet.

The Punisher Cheat Required

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

  • The Punisher Cheat Required

    Hi, I was wondering if anyone could create a trainer for the 2005 PC game The Punisher that disables the AI of the bad guys so that they don't fire at me? I want to rack up a huge score to unlock extra content and am finding it difficult as they always fire at me.

  • #2
    Just wanted to add there are trainers online for this request but none of them work or work properly.

    Comment


    • #3
      I will expect you to try harder in the future to hack your own requests before asking me to fill them... Here you go:

      The Punisher v1.0 (May work with other versions due to AOBScan method used.)
      Code:
      [B][COLOR="#800080"]Player Structure Hook[/COLOR][/B] (A few things of note used to hack your request out of many different player specific elements.)
        - Base
        - Player State
        - Health
      
      [B][COLOR="#800080"]Infinite Health[/COLOR][/B] (Tested against enemy gunfire only. Does not protect against killing civilians.)
      [B][COLOR="#800080"]Disable Player Detection[/COLOR][/B] (Enemies don't notice you.)

      The Punisher PC - Disable Player Detection

      How it was hacked:
      1. Find the player's health.
      2. Find what writes to the player's health when you are attacked.
      3. Find what offset in the player structure is set when you have zero health (player state).
      4. Find what accesses the player state when getting near enemies (should be something new when they spot you outside of the normal ones that constantly happen).
      5. Back trace and find a way to disable the call to the enemy attack routine (the routine checking the player state from above).


      Basically, the game checks to see if your player is in a state to be attacked before sending goons after you. If you disable the whole routine that calls that check, then they act as if your player isn't in the room.
      Attached Files
      Not taking any requests at this time.

      Bored? Watch some of my hacks here.

      Comment


      • #4
        When watching your short YouTube video with Joan kidnapped by Bushwacker I was wondering is it possible to turn on/off the disable AI cheat during the game to allow progression during boss battles like those?

        Comment


        • #5
          Originally posted by pferreira1983 View Post
          When watching your short YouTube video with Joan kidnapped by Bushwacker I was wondering is it possible to turn on/off the disable AI cheat during the game to allow progression during boss battles like those?


          You tell me...
          Not taking any requests at this time.

          Bored? Watch some of my hacks here.

          Comment


          • #6
            Yeah it works great. I still need to turn AI off and then turn it on again in many situations but in all works a charm.

            Comment

            Working...
            X