Cookie Clicker

Cookie Clicker

Shimmer Pop (A Cookie Clicker Utility Mod)
Showing 1-6 of 6 entries
Update: 3 Mar, 2024 @ 10:31am


Minor Update (v3.1)

  • Disabled multiple code injection/replacement functions to try and mitigate incompatibility
    • These functions served as polish for the mod, such as disabling the click effects when auto leveling Krumblor or Santa when the menu was hidden. They aren't needed for the mod to function, it was just pure vanity.
    • A side effect of their removal is when auto clicking the big cookie, the numbers that appear will follow the cursor instead of being centered on the cookie itself.
  • Implemented some common secondary utility functions
    • Save & Import from file
    • Game reloading
    • Autosave toggle
  • Removed Cheats; these will return as a separate mod. They cluttered the code and I think it's a bit silly to include them in a utility mod.

Update: 7 Oct, 2023 @ 5:14pm


Major Update (v3.0)

  • Rewrote entire codebase, now under the MIT license, and is on GitHub!
  • Added features
    • Wrinkler popping delay, in minutes
    • Auto buying research
    • Auto expanding minigames
    • Auto rebuying buildings used to level krumblor
    • Auto aura slotting for krumblor
    • Auto slotting for the pantheon
    • Building evening, keeps buildings at increments of 50
    • Cheat menu, with toggle to enable them
    • Config reset
  • Added change log to the Info panel
  • Fixed previous issue of auto muting buildings muting unowned buildings (affected nothing, but shouldn\'t have happened regardless)
  • Changed the big cookie click delay to a pretty slider
  • Injected code into Game.ClickCookie() so numbers appear near the center of the cookie instead of at the mouse position
  • Injected code to disable the sparkle effect when krumblor levels from the auto feature
  • Feature toggles are now buttons instead of checkboxes, to better fit the game\'s aesthetics
  • Shimmer Pop options menu section now displays the mod\'s version number

Update: 17 Sep, 2023 @ 5:13am


Minor Update (v2.1)

  • Rewrote the script start/termination functions to ensure no same script can run twice and prevent you from turning them off
  • Added Big Cookie autoclicking
  • Added a delay input box for how often the big cookie should be clicked

Update: 11 Sep, 2023 @ 8:46am


Major Update (v2)

  • Reprogrammed entire mod from the ground up, some code based off CCSE's examples
  • Added menu options for each of the mod's functionalities
  • Added specific options for reindeer and wrath cookies
  • Added auto-clicking for fortune cookie news feed items
  • Added auto-level for Santa
  • Added auto-level for Krumblor (also collects his drops)
  • Added auto-buying all upgrades (ignores research right now)
  • Added auto-harvesting sugar lumps
  • Added auto-hiding buildings without a minigame

Update: 19 Jun, 2023 @ 1:46pm


Minor Update (v1.1)

  • Separated shimmer object iteration into standalone function
  • Added support for Wrinklers (hopefully)
  • Added random reiterating function when 'Cookie Storm' perk is obtained (checked after each successful shimmer object pop)

Update: 19 Jun, 2023 @ 7:52am


Initial Release (v1)

  • Simply iterates 'shimmer' objects and executes built-in pop() function