forked from xlluminate/Illuminate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cheats.html
60 lines (60 loc) · 3.51 KB
/
cheats.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link id="theme-link" rel="stylesheet" href="/css/index.css">
<title>Cheats and Hacks | Illuminate</title>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3317735030374126"
crossorigin="anonymous"></script>
</head>
<body>
<div class="center">
<header>
<nav class="top-nav">
<ul>
<li><a href="/">Home</a></li>
<li><a href="projects.html">Games</a></li>
<li><a href="proxies.html">Proxies</a></li>
<li><a href="apps.html">Apps</a></li>
<li><a href="cheats.html">Cheats</a></li>
<li><a href="chat.html">Chat</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="review.html">Feedback</a></li>
<li><a href="settings.html">Settings</a></li>
<li><a href="other/index.html">Other</a></li>
<li><a href="about-blank">about:blank</a></li>
</ul>
</nav>
<h1>Cheats and Hacks</h1>
<p><b>I am not responsible for your actions with these cheats and hacks.</b></p>
</header>
<h2>Blooket Hack:</h2>
<p>The code is too large to be shown in this document.</p>
<a href="/other/extra/fullscreen.html?url=/js/cheats/scripts/blooket.js">Here is the link to this bookmarklet.</a>
<a href="blooket.html"><h2>More Blooket Hacks</h2></a>
<h2>Edpuzzle Cheats:</h2>
<p>Copy this code and make it into a bookmarklet. Click on this bookmarklet to use it on an edpuzzle assignment.</p>
<p>fetch("https://cdn.jsdelivr.net/gh/ading2210/edpuzzle-answers@latest/script.js").then(r => r.text()).then(r => eval(r))</p>
<h2>Wordle Hack:</h2>
<p>The code is too large to be shown in this document.</p>
<a href="/other/extra/fullscreen.html?url=/js/cheats/scripts/wordle.js">Here is the link to this bookmarklet.</a>
<h2>Prodigy Hack:</h2>
<p>The code is too large to be shown in this document.</p>
<a href="/other/extra/fullscreen.html?url=/js/cheats/scripts/prodigy.js">Here is the link to this bookmarklet.</a>
<h2>Quizlet Hack:</h2>
<p>Copy this code and make it into a bookmarklet. Click on this bookmarklet to use it on quizlet.</p>
<p>javascript: fetch('https://scripts.quizit.online/quizlet').then(res => res.text()).then(script => eval(script))</p>
<h2>Gimkit Hack:</h2>
<p>The code is too large to be shown in this document.</p>
<a href="/other/extra/fullscreen.html?url=/js/cheats/scripts/gimkit.js">Here is the link to this bookmarklet.</a>
</div>
<br />
<div class="footer"><a href="/">Back to Homepage</a></div>
<script src="/js/main.js"></script>
</body>
</html>