Cookie Clicker

Cookie Clicker

Visa statistik:
Auto-click Golden Cookies?
I am desperately waiting a mod for this. Is there any way to do so early?
< >
Visar 1-15 av 19 kommentarer
hippokrene 5 sep, 2021 @ 16:56 
setInterval(function() { Game.shimmers.forEach(function(shimmer) { if (shimmer.type == "golden") { shimmer.pop() } }) }, 500);

Just stick this in the sample mod provided.
Senast ändrad av hippokrene; 5 sep, 2021 @ 19:59
Planka 5 sep, 2021 @ 18:32 
This can desactive your achievements?
Dasparado 5 sep, 2021 @ 18:47 
This crashes my game every time, does it have to be pasted a certain way?
hippokrene 5 sep, 2021 @ 19:58 
Ursprungligen skrivet av Planka:
This can desactive your achievements?

It can deactivate your steam achievements while enabled, but if you go to 'mod management' and disable mods, all the achievements will pop up normally.

Ursprungligen skrivet av Dasparado:
This crashes my game every time, does it have to be pasted a certain way?

This is what the sample mod will look like once you've added the code

Game.registerMod("sample mod",{ init:function(){ //this function is called as soon as the mod is registered //declare hooks here //note: this mod does nothing but show a notification at the bottom of the screen once it's loaded Game.Notify(`Example mod loaded!`,'',[16,5]); setInterval(function() { Game.shimmers.forEach(function(shimmer) { if (shimmer.type == "golden") { shimmer.pop() } }) }, 500); }, save:function(){ //use this to store persistent data associated with your mod }, load:function(str){ //do stuff with the string data you saved previously }, });
Dasparado 7 sep, 2021 @ 22:57 
Same error
If you're going to autoclick golden cookies you might as well just cheat cookies using the console. Golden cookie combos can earn you hours worth of cookies in mere minutes, which is supposed to be balanced by you actively needing to click said cookies.
Yinan 8 sep, 2021 @ 3:57 
Ursprungligen skrivet av Seth Abercromby:
If you're going to autoclick golden cookies you might as well just cheat cookies using the console. Golden cookie combos can earn you hours worth of cookies in mere minutes, which is supposed to be balanced by you actively needing to click said cookies.
I highly disagree with the premise. There is a VERY big difference between having an auto-clicker for golden cookies in comparison to outright just cheat in cookies.
I do not see a functional difference to be honest. Leaving the game to run for an hour with a golden cookie auto-clicker is no functional difference to just cheating in multiple days worth of cookies instantly. Takes the same amount of effort.
Coffee 8 sep, 2021 @ 4:31 
Ursprungligen skrivet av Seth Abercromby:
I do not see a functional difference to be honest. Leaving the game to run for an hour with a golden cookie auto-clicker is no functional difference to just cheating in multiple days worth of cookies instantly. Takes the same amount of effort.

No but doing it very early can also counter the very badly done curve at the beginning.
And after that it'll counter how slow the progression gets without golden cookies. It's all just excuses to me.
Coffee 8 sep, 2021 @ 4:39 
Ursprungligen skrivet av Seth Abercromby:
And after that it'll counter how slow the progression gets without golden cookies. It's all just excuses to me.

It is much less boring tho. I understand why some would like to use it early!
My usual tip is to use Cookie Monster, it's an information tool, not a cheat utility.

The game can be very difficult to parse, especially when you're trying to find out which upgrade is going to give you the best long-term rewards. Cookie monster calculates the Cost vs CpS gain and highlights building and upgrades in a simple manner. It'll also give you things like the option to get an audible ding when golden cookies appear, which is probably why it became immortalized into the ascension system.
matthew 8 sep, 2021 @ 4:52 
Indeed, its very useful, also expending the stats page, so it tells you some very useful info.
Coffee 8 sep, 2021 @ 5:01 
Ursprungligen skrivet av Seth Abercromby:
My usual tip is to use Cookie Monster, it's an information tool, not a cheat utility.

The game can be very difficult to parse, especially when you're trying to find out which upgrade is going to give you the best long-term rewards. Cookie monster calculates the Cost vs CpS gain and highlights building and upgrades in a simple manner. It'll also give you things like the option to get an audible ding when golden cookies appear, which is probably why it became immortalized into the ascension system.

I would say Fortune Helper for golden cookie like the first day but then yeah, only cookie monster is a must. No need to enable all tho as it kill the sleak display of the game lol.
< >
Visar 1-15 av 19 kommentarer
Per sida: 1530 50

Datum skrivet: 5 sep, 2021 @ 16:44
Inlägg: 19