Page 1 of 1

What causes this error?

Posted: Sat Aug 31, 2019 10:50 pm
by GamerCare
At least 7 unity games i tried to hack gave me this same error:

Image

Image

How to prevent this and get it to work?

Re: What causes this error?

Posted: Wed Sep 25, 2019 9:27 am
by jungletek
My guess is that you're trying to dissect structs when the 'Mono Features' aren't enabled; usually this happens when you set a breakpoint or something similar, the Mono stuff gets disabled and you need to enable it again.

Re: What causes this error?

Posted: Sat Sep 28, 2019 1:13 am
by cfemen
jungletek wrote:
Wed Sep 25, 2019 9:27 am
My guess is that you're trying to dissect structs when the 'Mono Features' aren't enabled; usually this happens when you set a breakpoint or something similar, the Mono stuff gets disabled and you need to enable it again.
yes breakpoints and a whats read/write scan causes that Mono gets disabled :(