Skip to content

Instantly share code, notes, and snippets.

@Bobzilla07
Created December 8, 2020 11:49
Show Gist options
  • Save Bobzilla07/bf0d6af1656e0817ec1b766c6ecbca8c to your computer and use it in GitHub Desktop.
Save Bobzilla07/bf0d6af1656e0817ec1b766c6ecbca8c to your computer and use it in GitHub Desktop.
AutoClicker for Cookie clicker
javascript:(function(G){var v=prompt('Enter Time In miliseconds');G.autoClicker=setInterval(function(){++G.cookies;++G.cookiesEarned;++G.handmadeCookies;++G.cookiesClicked;},v);alert('Auto Clicker On');}(Game));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment