Page 1 of 1

How to prevent game writing to an adress

Posted: Sun Nov 11, 2018 1:53 pm
by omarrrio
Hi, is there a possible way to prevent the game from writing into an address ? because my hero has HP frozen (ticked) and when he registers a cumulative damage that leads to 0 he actually dies.

Re: How to prevent game writing to an adress

Posted: Thu Nov 22, 2018 11:43 am
by MartaLabieniec
Check what function is writing to your address and then just NOP this function. It should help.