Cookie Clicker

Cookie Clicker

Ascension Helper
85 Comments
noKetchup 31 Jul @ 1:27pm 
still working even when outdated👍
Darkley 18 Mar @ 2:24am 
Very good mod, helps a lot getting the 1k ascend achievement. Goes super quick :)
SpiritusVulpis 15 Sep, 2024 @ 3:57am 
Can you update this or a way I can set this up to make it to where it doesn't auto-ascend until a certain threshold of heavenly chips will be gained during that level?
guporfiriofreitas 25 Jul, 2024 @ 1:47am 
very good.
MurasakiDemi 13 Jul, 2024 @ 7:16am 
@Alpha2749

Yeah sorry for not specifying, but that's exactly how the other mod i mentioned worked, the F2 key was only used to disable the mod, and to enable it you had to go in the options (like yours)
Alpha2749  [author] 13 Jul, 2024 @ 7:05am 
@The_Marlo Glad to hear it worked!
I will have a look into it, I didn't actually know that you could detect input events inside a mod, although it does make sense. I might have a look into it and update the mod with something like that. Although it would probably be a 'disable only' hotkey, and you would still need to enable it manually in the mods tab. Thank you for the suggestion!
MurasakiDemi 13 Jul, 2024 @ 6:57am 
@Alpha2749 thanks that seems to work, you could try binding it to a button (i saw another mod who worked horribly compared to yours but the mod completely stopped when you pressed F2, you could give that a try)
Alpha2749  [author] 13 Jul, 2024 @ 6:54am 
@The_Marlo, I hadn't actually considered this... The easiest way you could fix it is to go to the games files -> resources -> app -> mods, and edit the ascensionhelper main.js file.

If you find line 142 in the file, it should be something along the lines of:
'if (Game.ascendMeterLevel > 0 && timeSinceAscent >= 8000) {'

And then modify the value that is checked against for the 'timeSinceAscent' to something like 40000, that would give you 40 seconds instead of 8 between ascensions.
MurasakiDemi 13 Jul, 2024 @ 6:43am 
How exactly do i stop the mod after starting it? there isn't enough time to go into the options and disable the mod
Alpha2749  [author] 16 May, 2024 @ 1:15am 
@chumboy117, Unfortunately I do not believe so, as you are not able to ascend unless you have at least 1 heavenly chip. You may need to start a new save file to get the ascension achievements.
chumboy117 15 May, 2024 @ 1:58pm 
does it work if you can no longer get heavenly chips
HoLYAssAsIN 27 Dec, 2023 @ 8:26am 
Thanks for this. I was farming the ascensions and this freed my hands.
Penguin King Anthony 23 Dec, 2023 @ 5:25am 
I didn't even know this was an achievement then boom panic. I saw this and you saved my clicking journey. Thank you so much!!!!!
labubu lover 13 Dec, 2023 @ 3:43pm 
only using this cus i have 60quin pl, Thanks ;D
shbaby 4 Oct, 2023 @ 1:00pm 
+1 for changing Ascension interval in main.js, drastically speeds up the process. Credit to akasatana. At around 900 billion prestige this works perfectly.:steamthumbsup:
Revalopod 25 Sep, 2023 @ 3:26am 
When should I attempt the 1000 ascensions achievement? I've only ascended about 4 times and I have 1 trillion prestige
akasatana 12 Aug, 2023 @ 9:15pm 
You can change the interval to Ascension yourself.
Open the mod's main.js. (C:\Program Files (x86)\Steamapps\steamapps\common\Cookie Clicker\resources\app\mods\workshop\AscensionHelper1)

if (Game.ascendMeterLevel > 0 && timeSinceAscent >= 20000)
Change the number of "ascendMeterLevel" to whatever you want.
I have no problem with 20000 -> 8000
Bun 15 Jun, 2023 @ 9:10pm 
Yeah, I second the request to make the ascension attempt /way/ faster than 15 seconds.
yes 13 May, 2023 @ 4:55am 
im not sure if your still active but is it possible if you could make it so that it skips the cooking breaking? This can be done in vanilla by spamming the escape key. Also is there a way to make it so it ascends on 1 level instead of every 15 seconds?
Kezsora 9 May, 2023 @ 10:12am 
Thank fuck for this, I'm not sitting down and actively playing funny cookie game for multiple hours for 1 achievement
V 28 Apr, 2023 @ 7:18pm 
@vvvet did you enable both mods in the mod menu in the settings?
vvvet 19 Mar, 2023 @ 7:51am 
i have no boxes labelled 'CCSE' and 'Ascension Helper'. I installed CCSE and Ascension helper mods
exorio 13 Mar, 2023 @ 5:00am 
@Nerdstomper seems like an amazing idea, its always a bit of a inconvenience to buy the dragon upgrades, especially late game.
Alpha2749  [author] 29 Oct, 2022 @ 11:41pm 
I'll take a look into it, unsure if it still works as I have not revisited this mod in quite some time, so I'm sure there has been a fair few updates since.
I'll check and fix it if it no longer works, as well as taking a look at implementing some of the requested features.
boobies 29 Oct, 2022 @ 11:13pm 
are you sure it still works? cannot enable this mod. ccse is installed.
Nerdstomper 14 Sep, 2022 @ 9:05pm 
Not sure if this was recommended, but is it possible to include upgrading dragon egg an assigning the "breath of milk" and "radiant appetite" auras if possible? Speeds it up a bit for higher prestige.
KarmaTheAlligator 4 Jul, 2022 @ 11:38am 
Still works fine despite the recent update. Thanks!
Homura Hom Hom 25 Jun, 2022 @ 6:25am 
best mod ever :steamthis:
deathraider8 28 May, 2022 @ 5:03am 
this mod seems to be breaking wrath cookies, it won't auto click them and wrath cookies won't even be manually clicked until reopening game everytime i want to click them. Otherwise enjoying the mod.
Deadmarsh 2 Feb, 2022 @ 2:41pm 
Keeping it in the background in windowed mode is fine for me. Just thought I'd comment on it as I didn't see anyone mention it (or I missed if it has been brought up). There is a sleep mode timeout off option, but don't see anything else. So the game probably goes to the sleep mode after while when minimized and nothing can be done to it.
Alpha2749  [author] 2 Feb, 2022 @ 1:55pm 
@Deadmarsh,
I suspect it has something to do with resource management in the game. I haven't checked, but is there any sort of 'sleep mode' in the game options? If so, turn it off.
Since the game is tied to fps (everything gets calculated between frames being redrawn), if there are less frames being drawn per second, your game will effectively run slower.
If there is no sleep option, my best suggestion is keep the window small in a corner of your screen (but make sure it has focus on the screen).
Hope that helps!
Deadmarsh 2 Feb, 2022 @ 1:49pm 
I noticed ascensions are not accumulating as fast as they should if the game is minimized. Not sure what the issue is. Seems to work fine when it's not minimized.
tran_fors 17 Jan, 2022 @ 11:22am 
Huh.. addendum, GC clicker works vs GC's, but not reindeer.
tran_fors 17 Jan, 2022 @ 10:46am 
Heyas, @Alpha2749 - just a heads-up, but the GC/reindeer clicker stopped working for me after applling the latest Windows patch last night. (KB5008876 & KB5009543). Disabled/enabled the plugin (w/ appropriate restarts), too. No worries for me, just trying to alert you.
Kas 13 Jan, 2022 @ 12:13pm 
great mod :steamthis:
lilycove 11 Jan, 2022 @ 11:02pm 
i figured as much as for cookie storms, thanks for explaining though!
Alpha2749  [author] 11 Jan, 2022 @ 8:43pm 
@crows,
Yes that should be possible, I'll have a look into it.
As for the cookie storm, in my (fairly limited) testing, if the auto-clicker is turned on during a cookie storm, it goes a bit overboard, and has actually crashed my game once, so I thought it is probably better to disable it for that scenario. I'm not sure why it is, but I decided it best to just disable the automatic golden cookie clicker for the duration of the cookie-storm. It still clicks all of the visible cookies on screen after the cookie storm is over though.
Alpha2749  [author] 11 Jan, 2022 @ 8:38pm 
@dimmoh1,
Не за что, спасибо!
Alpha2749  [author] 11 Jan, 2022 @ 8:35pm 
@vitorfernandes07sp,
Obrigada!
Alpha2749  [author] 11 Jan, 2022 @ 8:33pm 
@DoomGuy, See my response below. I can definitely look into adding something like that, but I feel like I am reaching a bit of 'scope-creep' like this.
Alpha2749  [author] 11 Jan, 2022 @ 8:32pm 
@Agentx49, yes that is possible, I will look into it, but if anything I think I might release it as a seperate mod, adding a lot more ascenscion functionality, other than just automatic ascension. Since this mod mainly had a purpose to be a 'click these few buttons, go AFK, get many ascensions'. However, since so many people have enquired about helping to ascend at a lucky digit/ number/ payout, for those upgrades. I may make a secondary version of the mod which has more functionality, and focuses less on the AFK-Ascension assistance. (Although I would still leave the option there just in-case).
lilycove 11 Jan, 2022 @ 7:47pm 
would it be possible to make it click on fortunes in the news ticker as well? even after getting all the upgrades, there are others that spawn golden cookies or give you a bunch of cookies at once.
i'm also curious why it's specifically set to not click on golden cookies during a cookie storm
dimmoh1 11 Jan, 2022 @ 12:14pm 
Спасибо за сохраненное время.
DewmGuy 10 Jan, 2022 @ 12:09am 
at which point does it automatically ascend? could you program a feature to ascend only after reaching a doubling of prestige level or something like that?
vk 9 Jan, 2022 @ 3:42pm 
muito bom
Agentx49 9 Jan, 2022 @ 1:39pm 
could you make it so that I can set it to ascend to a specific total level? (for the lucky digit, lucky number and lucky payout upgrades)
Alpha2749  [author] 9 Jan, 2022 @ 2:31am 
@Srave,
I've just updated the mod today, it seems to be working fine on my end. I have re-uploaded the mod. Can you try loading it up again to see if it works? Let me know if it doesn't.
Srave 9 Jan, 2022 @ 1:54am 
I do all correct and CCSE shows up but not the Ascension Helper!!!!!!
Alpha2749  [author] 8 Jan, 2022 @ 11:56pm 
@flood_!,
The mod initially clicked all types (including wrath and golden), however, I have now added a toggle-able option next to the Auto-Click Gold button, which lets you select whether you want the mod to auto-click wrath cookies or not!
By default, the mod will not no longer click wrath cookies, unless the 'click Wrath' button is toggled on.
Thank you for the question!
floodgri 8 Jan, 2022 @ 6:22pm 
does it collect wrath cookies? (just a question)