Make an Auto-Clicker for Cookie Clicker
Keith Shelton
Views: 4702
Like: 23
I was just introduced to this game by a friend this week. After messing around for a little while I decided that there was an easier way to do this.
This walks through creating a function and timer in JavaScript that will automatically “click” the big cookie on Cookie Clicker ( )
This walks through creating a function and timer in JavaScript that will automatically “click” the big cookie on Cookie Clicker ( )
The function is:
function click_it( ){ document.getElementById(“bigCookie”).click( ); }
Timer that triggers the function is:
setInterval(“click_it( )”, 1);
The music is:
Transience by Will Bedford (aka 2-Byte)
visit his channel:
Listen to the whole song:
08.01.2023