Skip to content

Instantly share code, notes, and snippets.

@jgaye
jgaye / CookieClickerMinigamesHelper.js
Last active June 21, 2018 11:41
Automated strategies for CookieClicker minigames
/* For Cookie Clicker v. 2.0106
coded on Chrome 67
Automated strategies for Minigames
Stop by typing in the console
> clearInterval(minigamesInterval);
*/
minigamesInterval = setInterval(function(){
@jgaye
jgaye / cookieClickerAutoClick
Created June 19, 2018 19:23
Auto clicker for cookie clicker
/* For Cookie Clicker v. 2.0106
coded on Chrome 67
Click the big cookie automatically
Your mouse cursor needs to be in the cookie zone
Stop by typing in the console
> clearInterval(clickInterval);
*/
/* For Cookie Clicker v. 2.0106
coded on Chrome 66
Figure out the optimal buildings to build
by comparing production over price ratios
Runs every second
To stop the loop, refresh the page or type
clearInterval(cookieInterval);