Page 1 of 1

Unity of Command II

Posted: Wed Nov 13, 2019 9:03 am
by The Mogician
Pointer table for:
Prestige

I don't know how the value is encrypted but that's the value right there. I don't know how to make it bigger but you can always lock the value and just start buying stuff like there is no tomorrow. In the purchase screen, if you see things are no longer available, close the window and reopen it, it will be available to be purchased again.

I tried looking for some other stuff but I think they might all be encrypted with this funny encryption. Can someone tell me how to work this out? From what I gathered, 4 byte 100 is translated into 187180704 while 4 byte 0 is translated into 1871277504.

Re: Unity of Command II

Posted: Wed Nov 13, 2019 11:34 am
by Cake-san
Lol, I though it's another unity game ,then I download the game. Well, it's not unity, just a python game.
The value that you found is not an encrypted value, it's an address. Python being python. Each value is an object.
If you want to change the variable's value without changing other variables that hold that value, you have to create another value/object or find other value/object that has that value that you want.

The easiest method to cheat in this kind of game is by using in-game command console or edit game file.

Re: Unity of Command II

Posted: Thu Nov 14, 2019 12:30 am
by The Mogician
Cake-san wrote:
Wed Nov 13, 2019 11:34 am
Lol, I though it's another unity game ,then I download the game. Well, it's not unity, just a python game.
The value that you found is not an encrypted value, it's an address. Python being python. Each value is an object.
If you want to change the variable's value without changing other variables that hold that value, you have to create another value/object or find other value/object that has that value that you want.

The easiest method to cheat in this kind of game is by using in-game command console or edit game file.
Uhf, remind me why I hate Data Structures in uni.

Re: Unity of Command II

Posted: Sat May 09, 2020 4:48 am
by Segert
Hey folks uhm the cheat does not seem to work. the prestige cheat. it does not locate de values.

can this be updated please? :)