cookie clicker cheats
1.0.0
这是 Cookie Clicker 的秘籍 (http://orteil.dashnet.org/cookieclicker/)。它是一些 javascript,可以操纵一些基本的游戏机制并为您自动执行许多操作。这很简单,但是当基本游戏的乐趣耗尽时,开始对游戏进行一些调整就很有趣了。
要使用它,只需在 Chrome 浏览器中打开游戏,使用 Cmd+Opt+i (OS X) 打开 Chrome 开发者工具,单击“控制台”,然后将 cheats.js 中的代码粘贴到窗口中。然后您可以执行以下操作:
// To start auto-clicking, call this function passing in the number of automated clickers you want. 100 is a good number that
// maximizes clicking without slowing your browser down.
Cheater.startAutoClicker(100);
// To stop auto-clicking
Cheater.stopAutoClicker();
// To generate golden cookies faster and auto-click them, use the following
Cheater.startGoldenCookieAutoClicker();
// To stop golden cookie cheats
Cheater.stopGoldenCookieAutoClicker();