-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautoclicker.html
26 lines (23 loc) · 961 Bytes
/
autoclicker.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-3.3.1.slim.js" integrity="sha256-fNXJFIlca05BIO2Y5zh1xrShK3ME+/lYZ0j+ChxX2DA=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/seedrandom/2.4.4/seedrandom.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css">
<script src="files.js"></script>
<script src="default.js"></script>
<link rel="stylesheet" type="text/css" href="default.css">
<title>Autoclicker</title>
</head>
<body>
<div id=lc_header>
</div>
<div id=lc_content>
<div id=lc_title>
</div>
<p>This is an autoclicker. It clicks automaticly at a given pace. Works anywhere. Not a keylogger (yet).</p>
<a href="Autoclicker.jar" download class=aButton>Download ⇩</a>
</div>
</body>
</html>