For v1.0375, the commands for autoclicking big cookie has changed somewhat. Golden cookie clicks are the same.
setInterval(function() {document.getElementById('bigCookie').click();}, 5)
setInterval(function() {document.getElementById('goldenCookie').onclick() ;}, 5)
|