Clicky clookie

Cookie clicker hacks

目前为 2022-03-09 提交的版本。查看 最新版本

// ==UserScript==
// @name         Clicky clookie
// @namespace    http://tampermonkey.net/
// @version      0.20
// @description  Cookie clicker hacks
// @author       Iroo#0001
// @match       https://ozh.github.io/cookieclicker/
// @icon         https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fthedeliciousplate.com%2Fwp-content%2Fuploads%2F2018%2F04%2FIMG_1766.jpg&f=1&nofb=1
// @grant        none
// @license GNU
// ==/UserScript==
 var CCversion = 0.2
// on load
 setTimeout(function(){
    alert("Hello, welcome to clicky clookie. Ctrl+Shift+I then find the console to get a list of key binds and commands. ")
    console.log("Clicky Clookie guide");
    console.log("==================");
    console.log("Sugerlumpadd = v");
    console.log("Cookieadd = b");
    console.log("==================");
    console.log("");
    console.log("Non keybined");
    console.log("==================");
    console.log("ACVall() = unlock all Achievements");
    console.log("Auto_Click()")
    console.log("WhatVersionDoIUse()")
    console.log("");
}, 2000);



function WhatVersionDoIuse() {
console.log("This is only approved for https://ozh.github.io/cookieclicker/.")
console.log("Just remember this was made at school so updates and testing is rather slow.")
}

var bakeryNameHistory = Game.bakeryName


function Bakeryfix() {
Game.bakeryNameSet(bakeryNameHistory)
}

// give all Achievements
function ACVall() {
    Game.AchievementsById.forEach(function(e) {
        // if (e.hide != 3)
        Game.Win(e.name);
    });
};

// on event

window.addEventListener('keydown', function(e){
    if(e.key == "v"){
var ez = prompt("Enter your suger lump amount: ", 0);
Game.gainLumps(parseInt(ez));
    }
});

window.addEventListener('keydown', function(e){
    if(e.key == "p"){
      var trump = prompt("Game paused");
    }
});

window.addEventListener('keydown', function(e){
    if(e.key == "h"){
      var chips = prompt("Insert how many chips")
      Game.heavenlyChips=parseInt(chips)
    }
});



window.addEventListener('keydown', function(e){
    if(e.key == "b"){
var ez = prompt("Enter Number of cookies You Want.", 0);
Game.Earn(parseInt(ez));
    }
});

QingJ © 2025

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