Last active
May 13, 2023 23:28
-
-
Save ymrl/6595051 to your computer and use it in GitHub Desktop.
Cookie Clicker Cheat Script
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
setInterval(function(){ | |
var g=Game,h=g.goldenCookie,o=g.ObjectsById,u=g.UpgradesInStore, | |
s=o.concat(u).sort(function(a,b){return a.bought-b.bought;}), | |
l=s.length,i; | |
g.ClickCookie(); | |
for(i=0;i<l;i++){s[i].buy();} | |
h.life>0&&h.click(); | |
},10); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it deletes all of my cookies