A Pen by Bobzilla07 on CodePen.
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)); |
This file has been truncated, but you can view the full file.
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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Donut Clicker (1)</title> | |
<style media="screen"> | |
html, body { | |
height: 100%; |