Quote:
Originally Posted by cylon
Near Invincible - Enemy's can cause damage to you but you will regenerate max health back in 1 second or under, after you take damage. Explosives will still kill you.
|
How did you create this? Using an access pointer, or a write pointer? If it was the first then you should be looking at using a write pointer to do the hack. That way the new 'subtracted' health value will never get updated and you shouldn't die. Also in that routine if you look a bit further up you should try to force certain conditional jumps to see whether you can achieve a 'true' god mode (ie. routine gets skipped altogether, player doesn't even get hit etc).
~Psy