Skip to content

Instantly share code, notes, and snippets.

@desandro
Last active February 2, 2019 00:39
Show Gist options
  • Save desandro/5498482 to your computer and use it in GitHub Desktop.
Save desandro/5498482 to your computer and use it in GitHub Desktop.
candy box cheats
// http://candies.aniwey.net/
// enter in console
candies.nbrOwned = Number.POSITIVE_INFINITY;
lollipops.nbrOwned = Number.POSITIVE_INFINITY;
quest.setMaxLandOrder( 20 );
chocolateBars.nbrOwned = 10;
sword.specialPower = 100;
for ( var potionName in potions.list ) {
var potion = potions.list[ potionName ];
potion.nbrOwned = Number.POSITIVE_INFINITY;
potion.shown = true;
}
@soola512
Copy link

soola512 commented Feb 2, 2019

I need cheats to win.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment