Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
<!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%;
@Bobzilla07
Bobzilla07 / AutoClicker.js
Created December 8, 2020 11:49
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));