Skip to content

Instantly share code, notes, and snippets.

//controlling functions
function istrue(temp) {
if (temp == "true"
|| temp == 1
|| temp == true)
return true;
else return false;
}
function ls(v) {//get var from localstorage
/*
CookieCheat - By Ninetainedo
*/
/*
Colors for upgrades :
- Cyan : You should buy it now ! It's better than any building !
- Green : This is the best upgrade to buy.
- Yellow : This upgrade is not the best but not the worst.
- Red : You shouldn't buy this upgrade at all !
/* mousetrap v1.4.6 craig.is/killing/mice */
(function (J, r, f) {
function s(a, b, d) {
a.addEventListener ? a.addEventListener(b, d, !1) : a.attachEvent("on" + b, d)
}
function A(a) {
if ("keypress" == a.type) {
var b = String.fromCharCode(a.which);
a.shiftKey || (b = b.toLowerCase());
var __VERSION__ = "1.8",
__DEBUG__ = false;
if (typeof CookieCheat === "undefined") {
var CookieCheat = {
models: {},
views: {},
currentTab: "tools",
collections: {},
cookieToKeep: 0,
@DanielJochem
DanielJochem / Cookie Clicker Cheats
Last active January 28, 2022 16:27
Backup of Cookie Clicker Cheats on Userscripts.org