This one can be extremely annoying, especially if you are in late game. So I found easy workaround.
How-To
Step-by-Step
- Make sure you are no longer gaining any prestige (sell everything if needed).
- Find your exact prestige level (mouseover “Legacy” tab, if your prestige is too high, turn short numbers off in options, so you can see the exact number and if you are in the middle of a run and you gained new prestige level, don’t forget to add it to the final number).
- Close the game.
- Go to:
…steamappscommonCookie Clickerresourcesappsrc - Make a copy of “main.js” (just in case).
- Open “main.js” (notepad will do, but it’s better if you have notepad++ or any other app that can properly read code).
- Search for “(Math.ceil(Game.prestige)%1000000==777777)” line and change those six sevens to your last six digits (for an example, if you have 1,787,221,117 total prestige, it will look like this “(Math.ceil(Game.prestige)%1000000==221117)”).
- Ascend and you’ll be able to buy those upgrades.
I hope this guide will help you!
Once you achieve this, do you have to get to 777,777 on every ascension afterwards to get the buff?
This did not work. I tried the method in the post and the method suggested by a commenter. DOES NOT WORK.
my heavenly cookie production was so high that i almost gave up on trying to get this upgrade as i didn’t want to go through the long process of ensuring that my number was exact, however this guide helped me get the upgrade
however id like to suggest one small addition:
replace these:
(Math.ceil(Game.prestige)%10==7)
(Math.ceil(Game.prestige)%1000==777)
(Math.ceil(Game.prestige)%1000000==777777)
with this:
true
these are just boolean expressions and i doubt that cookie clicker has code ensuring the code has been tampered with so if you just replace all of the cases with true than it’ll allow you to access the upgrades in all cases
This is the only suggestion that actually works. Thank you.
Howdy! I recently tried this and it didn’t work until I set values for Lucky Digit, Lucky Numbers & Lucky Payout (instead of just Lucky Payout, which is what the original post (Math.ceil(Game.prestige)%1000000==777777) designates).
So for any future people trying to get this achievement, make sure you alter the values for ALL of these:
(Math.ceil(Game.prestige)%10==7)
(Math.ceil(Game.prestige)%1000==777)
(Math.ceil(Game.prestige)%1000000==777777)
exactly as instructed in this article. So if for example, the last 6 digits of your prestige level end with “217545”, then you will enter this:
(Math.ceil(Game.prestige)%10==5)
(Math.ceil(Game.prestige)%1000==545)
(Math.ceil(Game.prestige)%1000000==217545)
Thanks for the post this helped me a lot.
Worked perfectly! Thank you
try to complete “Lucky digit” and “Lucky number
Oh, that did it!
Thank you so very much