Canine's Auto Clicker for Cookie Clicker

Cookie Clicker Auto click

目前為 2019-10-25 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Canine's Auto Clicker for Cookie Clicker
// @namespace    Cookie
// @version      1
// @description  Cookie Clicker Auto click
// @include        http://orteil.dashnet.org/cookieclicker/
// @include        https://orteil.dashnet.org/cookieclicker/
// @grant        none
// ==/UserScript==

(function() {
    setInterval(function() {Game.ClickCookie(); }, 0.00000001);
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址