Created
December 8, 2020 11:49
-
-
Save Bobzilla07/bf0d6af1656e0817ec1b766c6ecbca8c to your computer and use it in GitHub Desktop.
AutoClicker for Cookie clicker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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