Hacker News new | ask | show | jobs
by zecho 4510 days ago
Oh god. My office ruined an entire afternoon of productivity with this game. Not because we were playing, but because we were one-upping each other on hacking the game. Great fun!
2 comments

Now try Candy Box[1]. Like a plaintext Cookie Clicker that's intended to be messed with[2].

Once you're bored of that, there are... a lot more[3]. CivClicker is particularly enjoyable[4].

[1] http://candies.aniwey.net/

[2] http://candybox.wikia.com/wiki/Computer

[3] https://pay.reddit.com/r/incremental_games/

[4] http://dhmholley.co.uk/civclicker.html

1 minute hack. In Chrome Developer tools console:

function a() { document.getElementById('bigCookie').click(); window.setTimeout(a, 100); } a()

EDIT: better: Game.cookies = Game.cookies*2

Even better: Game.RuinTheFun()
I thought you were sarcastic. Then I have checked if this function actually exists.
Haha, that's fantastic.