Page 1 of 1

Need assistance hacking Shipwreckers / Overboard

Posted: Wed Dec 22, 2021 3:15 pm
by daninthemix
I'm trying to find Infinite Health for Shipwreckers / Overboard.

The game uses a fixed address to hold the health value for each level (that is, the fixed address changes for each level).

For level one, the health value is stored at

Code: Select all

Ob.exe+D34B3
The instruction that decreases this value is

Code: Select all

mov [ecx+eax+Ob.exe+D1CCA],bx
but if I NOP it the game crashes after a few seconds.

Here's the full info for that instruction:

Image

I'm looking for suggestions as to how I can progress this.

EDIT: no longer needed as it turns out there's a hidden invincibility mode (see TCRF) that can be activated with a hex edit.