Last active
February 2, 2019 00:39
-
-
Save desandro/5498482 to your computer and use it in GitHub Desktop.
candy box cheats
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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; | |
} |
what use the cheat?
I need cheats to win.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@CDawg34540 Literally copy and paste the JavaScript into a bookmark. JavaScript runs from the URL bar.