Cookie Clicker Cheat : Free Cookies And Sugar Lumps. - Source Code

Install this script?

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Ask a question, post a review, or report the script. Wrap lines // ==UserScript== // @name Cookie Clicker cheat : Free cookies and sugar lumps. // @version 1.4.0 // @description How Many stuff You Want LOL // @author childconsumer69420 // @match https://orteil.dashnet.org/cookieclicker/ // @namespace https://greasyfork.org/en/users/699088-childconsumer69420 // ==/UserScript== window.onload = function(){ alert("Press E to gain cookies , press Y to gain sugar lumps.") } window.addEventListener('keydown', function(e){ if(e.key == "y"){ var ez = prompt("Enter Number Of Sugar Lumps You Want.", 10); Game.gainLumps(parseInt(ez)); } }); window.addEventListener('keydown', function(e){ if(e.key == "e"){ var ez = prompt("Enter Number of cookies You Want.", 1000000000); Game.Earn(parseInt(ez)); } });

Tag » How To Get Sugar Lumps In Cookie Clicker