Tampermonkey userscript that automates Cookie Clicker: it clicks golden cookies and the big cookie for you, and automatically buys the upgrades and buildings that Cookie Monster flags as beneficial.
Requires the Cookie Monster userscript. Cookie Monster does the analysis (its "PP" colour coding); this script acts on it.
- Auto-click golden cookies — pops golden cookies the moment they spawn (wrath cookies optional).
- Auto-click the big cookie — with a configurable interval (ms).
- Auto-buy upgrades & buildings — buys whatever Cookie Monster marks in blue/green (configurable threshold up to purple).
- Auto-buy grey (utility) upgrades — click power, golden cookie effects, etc.
- A userscript manager: Tampermonkey (recommended) or Violentmonkey.
- Cookie Monster installed and enabled.
- Install Cookie Monster.
- Install Cookie Monster Auto from CookieMonsterAuto.user.js — your userscript manager should prompt to install when opening the link.
Settings live in the in-game Options menu, under the Cookie Monster Auto section:
| Option | Default | Description |
|---|---|---|
| Auto click golden cookies | ON | Pops golden cookies automatically. |
| Auto click wrath cookies | OFF | Also pops wrath cookies. |
| Auto buy beneficial upgrades | ON | Buys upgrades Cookie Monster marks as beneficial. |
| Auto buy best buildings | ON | Buys the best (PP) building each tick. |
| Auto click the big cookie | OFF | Clicks the big cookie; set the interval below. |
| Big cookie click interval (ms) | 100 | Click interval for the big cookie (25–100000). |
| Minimum quality to auto buy | Blue + Green | Colour threshold for auto-buy (up to Purple). |
| Auto buy grey (utility) upgrades | OFF | Buys grey upgrades (click, golden cookie, etc.). |
Cookie Monster computes a "PP" (production potential) value and colour for every unlocked upgrade and building. This script reads window.CookieMonsterData and buys anything within the configured colour threshold, plus grey upgrades when enabled.
MIT © Francisco Cerdán
Not affiliated with Orteil, DashNet, or the Cookie Monster team.