ControlC
· Pastebin
Login
Register
ControlC
/
Create paste
Paste content
Up to 100 KB of text. BBCode formatting is supported.
Title
- optional
Content
B
I
U
S
</>
Colors ↓
Sizes ↓
Size 1
Size 2
Size 3
Size 4
Size 5
Size 6
Size 7
// ==UserScript==\r\n// @name Cookie Clicker Helper\r\n// @namespace http://tampermonkey.net/\r\n// @version 1.9_02\r\n// @description free cookies\r\n// @author petar105\r\n// @match https://orteil.dashnet.org/cookieclicker/\r\n// @icon https://www.google.com/s2/favicons?domain=dashnet.org\r\n// @grant none\r\n// ==/UserScript==\r\n\r\n// If editing the script, ignore any \"Game is not defined\" warnings\r\n(function() {\r\n 'use strict';\r\n\r\n setInterval(function() { Game.ClickCookie(); }, 4);\r\n\r\nsetInterval(function() {\r\n Game.shimmers.forEach(function(shimmer)\r\n {\r\n if(shimmer.type == \"golden\" && shimmer.wrath == 0)\r\n {\r\n shimmer.pop()\r\n }\r\n })\r\n}, 500);\r\n\r\nvar autoReindeer = setInterval(function() { for (var h in Game.shimmers){if(Game.shimmers[h].type==\"reindeer\"){Game.shimmers[h].pop();}} }, 100);\r\n\r\n})();\r\n\r\nvar autoPopTwelveth = setInterval(function() {\r\n var wrinkCount = 0,\r\n wrinkEaten = 0,\r\n wrinkIndex = 10; // value for 10 shinies test\r\n\r\n for (var i in Game.wrinklers) {\r\n // count number of eating wrinks\r\n if (Game.wrinklers[i].sucked > 0) {\r\n wrinkCount += 1;\r\n }\r\n // find top wrink index, ignoring shiny wrinklers\r\n if (Game.wrinklers[i].sucked > wrinkEaten && Game.wrinklers[i].type == 0) {\r\n wrinkEaten = Game.wrinklers[i].sucked;\r\n wrinkIndex = i;\r\n }\r\n }\r\n // pop top wrinkler if 10 eating, unless all 12 are shiny\r\n if (wrinkCount == 10 && wrinkIndex != 10) {\r\n Game.wrinklers[wrinkIndex].hp = 0;\r\n }\r\n}, 60000);
Password
Anyone with the link will still need this password to view.
Expires
1 hour
3 hours
6 hours
12 hours
24 hours
48 hours
72 hours
Sign in to enable "Never expires".
Create paste
Please verify you are human
Cancel