Instantly share code, notes, and snippets.
- Philadelphia, PA
jgaye
/ CookieClickerOptimalBuilding.js
Last active
June 21, 2018 18:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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); | |
*/ |
jgaye
/ CookieClickerMinigamesHelper.js
Last active
June 21, 2018 11:41
Automated strategies for CookieClicker minigames
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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(){ |