Skip to content

An auto golden cookie clicker application for Cookie Clicker.

Notifications You must be signed in to change notification settings

EvasiveAce/AutoGoldenCookieClicker

Repository files navigation

Auto Golden Cookie Clicker

Static Badge

gifForGithub

This program is for the idle-based browser game "Cookie Clicker" by Orteil, created to automatically click golden cookies. I developed this app so I could get the golden cookie achievements easier, and without a third party plugin.

How It Works

I developed this app to work by using the Python module pyautogui. It works by using the screen's resolution to take a temporary screenshot, and using that screenshot to find the correct colors by using a for-loop scan method; I used GetSystemMetrics to find out the monitor's width and height to determine how large the screenshot needs to be. If the color is scanned, it will move the mouse cursor to that position, and click.

Getting Started

Please know that it only detects contract golden cookies. The fix for this is to enable the Business Day Season, or replace the normal golden cookie image in D:..\SteamLibrary\steamapps\common\Cookie Clicker\resources\app\src\img, with this image:

goldCookie

Make sure it has the filename goldCookie.png.

Running Locally

  1. Once you have contract golden cookies spawning, open the exe file by downloading it here.
  2. Simply press Start, and then click on your main monitor to start the automatic clicking.

Contributing

If you have a suggestion to make this project better, please feel free to fork the repository or create an issue. I will do my best to respond to any feedback as soon as possible.

Any contributions are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/FeatureHere)
  3. Commit your Changes (git commit -m 'Add some FeatureHere')
  4. Push to the Branch (git push origin feature/FeatureHere)
  5. Open a Pull Request

Thanks for Reading!

About

An auto golden cookie clicker application for Cookie Clicker.

Resources

Stars

Watchers

Forks

Packages

No packages published