Cookie Clicker Hack Code Code Example


Example 1: cookie clicker hack


// change number of cookies (you can still click on things that look unselectable) 
Game.cookies = 100000000
// and auto clicker:
function myFunction() {document.getElementById("bigCookie").click();document.getElementById("bigCookie").click();document.getElementById("bigCookie").click()}; window.setInterval(myFunction, 0.0001)

Example 2: cookie clicker hack extension


// change number of cookies (you can still click on things that look unselectable) 
Game.cookies = 100000000
// and auto clicker:
function myFunction() {document.getElementById("bigCookie").click();document.getElementById("bigCookie").click();document.getElementById("bigCookie").click()}; window.setInterval(myFunction, 0.0001

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable