Game Engine: Unity
Game Version: v7.2.1171
Options Required: Health, Monkey Money, Building Resource/Coins, Player EXP, Knowledge Points(Req Lvl 30),
I appreciate you updating the table whenever you get a chance. All the new features are stacking up nicely keep up the good work!linkff wrote: ↑Sun Dec 23, 2018 10:01 pmHmm managed to make this for v.7.2.1171 (tested on igg offline version) :
> infinite santa spawns (enable + get one present)
>powers multiply (enable, buy with greens power ups, beat any stage to save, exit game (normal way not force close), reboot game to see changes) [this might affect more things like exp]
>Edit starting money to 1 billion (enable first -->load stage)
Mind showing the process? It helps to have some visual aid. Double works for me for Monkey Money, In game money, Monkey Powers and Monkey Knowledge. And there's no need to search for any encrypted value through my method, as the offset usually seems 5 bits(not sure if its the right word) above.linkff wrote: ↑Mon Feb 04, 2019 2:28 pmHuh for lots of insta monkeys just have power script enabled before you receive one and it affects those as well just follow procedure to save ( even a round in sandbox counts) Double didn't work for me float worked.. Added 999999999 hp for start i believe its enough.
Trying to edit monkey money.. its still cheating but it doesn't ruin the game like blatantly changing gold..levewhirl wrote: ↑Mon Feb 04, 2019 11:14 amTo those of you curious as how to edit it(I don't know anything other than direct editing btw), you can search for:
Exact Value, Double.
It'll give you the display address, but that's not what you're after. After you've found the display address(there's usually two, so take the lower one).
(eg between 19ABB3E8E88 and 19ABB3E8E90, take19ABB3E8E88 for the following).
You can right-click and go to browse memory region to look at it. if you go just 2 lines up, you'll see values that are constantly changing(in the case of monkey money for example).
You can edit those constantly changing values to alter your Monkey Money and In-game gold. For Monkey powers, refer to the images on imgur(for some reason, i can't put pngs in here, keeps saying invalid file extension).
I haven't tried Insta Monkeys as i haven't gotten much of a surplus of them. For those interested in finding the values at least.
(Finding the value via double, note i changed the view to double to make my life easier. To do the same, Right Click on the memory region, go to Display Type, change to double.)
[Link]
As an example.
edit: risking a corrupt save I just clicked the first red box and put ff in it and my monkey money went up by about 800.000 so it did the job I guessjaxx0rr wrote: ↑Tue Feb 05, 2019 2:15 amTrying to edit monkey money.. its still cheating but it doesn't ruin the game like blatantly changing gold..levewhirl wrote: ↑Mon Feb 04, 2019 11:14 amTo those of you curious as how to edit it(I don't know anything other than direct editing btw), you can search for:
Exact Value, Double.
It'll give you the display address, but that's not what you're after. After you've found the display address(there's usually two, so take the lower one).
(eg between 19ABB3E8E88 and 19ABB3E8E90, take19ABB3E8E88 for the following).
You can right-click and go to browse memory region to look at it. if you go just 2 lines up, you'll see values that are constantly changing(in the case of monkey money for example).
You can edit those constantly changing values to alter your Monkey Money and In-game gold. For Monkey powers, refer to the images on imgur(for some reason, i can't put pngs in here, keeps saying invalid file extension).
I haven't tried Insta Monkeys as i haven't gotten much of a surplus of them. For those interested in finding the values at least.
(Finding the value via double, note i changed the view to double to make my life easier. To do the same, Right Click on the memory region, go to Display Type, change to double.)
[Link]
As an example.
I managed to do the first part up until browse memory, aaand I'm ashamed to say I am a programmer that doesn't know assembler so of course I am lost at whats on the screen right now. What do I do next ?
[Link]
Yep, thats how you do it. You can keep altering it. It can go to a negative amount too, just keep changing til it returns to positive normally. All 4 red boxes can be altered essentially. For Monkey Powers, since the encrypted values dont keep shuffling, just remember the offset is 5 bits below from the value you found:Djaxx0rr wrote: ↑Tue Feb 05, 2019 2:42 amedit: risking a corrupt save I just clicked the first red box and put ff in it and my monkey money went up by about 800.000 so it did the job I guessjaxx0rr wrote: ↑Tue Feb 05, 2019 2:15 amTrying to edit monkey money.. its still cheating but it doesn't ruin the game like blatantly changing gold..levewhirl wrote: ↑Mon Feb 04, 2019 11:14 amTo those of you curious as how to edit it(I don't know anything other than direct editing btw), you can search for:
Exact Value, Double.
It'll give you the display address, but that's not what you're after. After you've found the display address(there's usually two, so take the lower one).
(eg between 19ABB3E8E88 and 19ABB3E8E90, take19ABB3E8E88 for the following).
You can right-click and go to browse memory region to look at it. if you go just 2 lines up, you'll see values that are constantly changing(in the case of monkey money for example).
You can edit those constantly changing values to alter your Monkey Money and In-game gold. For Monkey powers, refer to the images on imgur(for some reason, i can't put pngs in here, keeps saying invalid file extension).
I haven't tried Insta Monkeys as i haven't gotten much of a surplus of them. For those interested in finding the values at least.
(Finding the value via double, note i changed the view to double to make my life easier. To do the same, Right Click on the memory region, go to Display Type, change to double.)
[Link]
As an example.
I managed to do the first part up until browse memory, aaand I'm ashamed to say I am a programmer that doesn't know assembler so of course I am lost at whats on the screen right now. What do I do next ?
[Link]