[Request] Evolve
Evolve Incremental
Welcome to our Evolve cheats page.
Here you will find Evolve trainer hacks, general hacks, cheat codes, reviews, and achievements.
If you want to up your game it is important that you get the right resources.
Go ahead and look into the Evolve and other hints that are posted.
Hacks & Cheats
Below is our list of available Hacks & Cheats for Evolve
Hack Author Votes Date

SOL Files / Save Games
We currently don't have any Evolve for PC. If you know of any, please SUBMIT them or check back at a later date for more cheats to be added.

Forum Topics
Topic Last Poster Date
Evolve 06/01/2019
Evolve 09/19/2012
Evolve Posted on: 06/01/2019 3:08pm
Quote Post

https://pmotschmann.github.io/Evolve/

I was wondering if it would be possible to get the syntax to fill the resources since some of the take quite a long time to get

RE: Evolve Posted on: 06/01/2019 4:54pm
Quote Post
TIM the Enchanter
Level: 1
ADR Info

I'm working on it now.  Back in a few minutes. :D





Everything's coming up KongHack!

"When you know nothing matters, the universe is yours" ~Rick Sanchez

RE: Evolve Posted on: 06/01/2019 5:03pm
Quote Post
TIM the Enchanter
Level: 1
ADR Info

Throw this in the console for a quick and dirty way to max all of your current resources. 

 

var obj = JSON.parse(LZString.decompressFromUTF16(localStorage.getItem('evolved')));
for (prop in obj.resource) {
if(obj.resource.hasOwnProperty(prop)) {
if(obj.resource[prop].amount > 0) {
if(obj.resource[prop].max > 0) {
obj.resource[prop].amount = obj.resource[prop].max;
} else {
obj.resource[prop].amount += 999999;
}
}
}
}
var string = LZString.compressToUTF16(JSON.stringify(obj));
localStorage.setItem('evolved',string);
window.location.reload();

Throw some of this in after the for loop to bump your buildings

obj.city.lumber_yard.count = 1000;
obj.city.farm.count = 1000;
obj.city.rock_quarry.count = 1000;
obj.city.silo.count = 1000;
obj.city.shed.count = 1000;
obj.city.bank.count = 1000;




Everything's coming up KongHack!

"When you know nothing matters, the universe is yours" ~Rick Sanchez

RE: Evolve Posted on: 06/01/2019 6:18pm
Quote Post

Thanks