Page 1 of 1

Help with custom types creation.

Posted: Tue Sep 25, 2018 2:16 pm
by TurtleCray
Hi, I'm trying to cheat in a game that have an encrypted value.

I already cracked the encryption, the value is stored as a 4byte value but on a XX XX XX YY format.
The XX values are not changed but the YY is actually 255 - Value

Examples:
100 dec = (FF - 64) = 9B = 155 dec
99999 dec = 01 86 (FF - 9F) = 01 86 60 = 99936 dec

Does anyone have a LUA or Assembler tutorial for helping creating that custom type?

Thanks in Advance.

Re: Help with custom types creation.

Posted: Sun Sep 30, 2018 9:32 pm
by Nemesis
Could you take a screenshot of a specific situation?

If I guessed correctly, maybe the "ReadMem" instruction could help you.

[Link]

Regards
Nemesis