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.
Announcement
Collapse
No announcement yet.
The Punisher Cheat Required
Collapse
X
-
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.)
How it was hacked:
- Find the player's health.
- Find what writes to the player's health when you are attacked.
- Find what offset in the player structure is set when you have zero health (player state).
- 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).
- 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
Comment
-
Originally posted by pferreira1983 View PostWhen 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...
Comment
Comment