How to win at Cookie Clicker. Yes I know this is blasphemy.
10 years ago
Step one. Use Chrome. Right click and inspect element.
Step Two Go to the consone tab and click to enter this...
1) Add Jquery:
var jq = document.createElement('script');
jq.src = "https://ajax.googleapis.com/ajax/li.....ry.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
// ... give time for script to load, then type.
2)Press enter and give it a second to load.
3) Set to no conflict mode:
jQuery.noConflict();
4) press enter and then...
5) add this and press enter:
setInterval( "jQuery('#bigCookie').click();",1);
6) Profit!
Step Two Go to the consone tab and click to enter this...
1) Add Jquery:
var jq = document.createElement('script');
jq.src = "https://ajax.googleapis.com/ajax/li.....ry.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
// ... give time for script to load, then type.
2)Press enter and give it a second to load.
3) Set to no conflict mode:
jQuery.noConflict();
4) press enter and then...
5) add this and press enter:
setInterval( "jQuery('#bigCookie').click();",1);
6) Profit!
FA+
