Last active
December 26, 2015 18:19
-
-
Save saihoooooooo/7193180 to your computer and use it in GitHub Desktop.
cookie clicker cheats.
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
| // 自動クリック | |
| var timer = setInterval(function(){Game.ClickCookie();}, 4); | |
| // ゴールデンクッキーのポップ | |
| Game.goldenCookie.minTime = 0; Game.goldenCookie.spawn(); Game.goldenCookie.click(); | |
| // ゴールデンクッキーの効果 | |
| Game.goldenCookie.choose=function() { var list=['blood frenzy', 'click frenzy']; if (Game.goldenCookie.last!='' && list.indexOf(Game.goldenCookie.last)!=-1) list.splice(list.indexOf(Game.goldenCookie.last),1); var choice=choose(list); return choice; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment