-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
42 lines (42 loc) · 1.22 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Discordo</title>
<script src="qrcode.min.js"></script>
<script src="app.js" defer></script>
</head>
<body>
<h2>Welcome to Discordo!</h2>
<p>this will make getting your discord token easier!</p>
<small>(code inspired by Vencord)</small>
<pre>
var wreq;
webpackChunkdiscord_app.push([[Symbol("Vencord")], {}, r => wreq = r]);
webpackChunkdiscord_app.pop();
window.confirm("Token acquired! This will now redirect you to the discordo website.") && window.open("https://cyan-2048.github.io/discordo/#token=" + encodeURIComponent(Object.values(wreq.c).find(a=>a.exports?.getToken).exports.getToken()), "_blank")
</pre
>
<ul>
<li>open discord in your browser</li>
<li>login</li>
<li>open devtools/console</li>
<li>paste the code provided above and hit enter!</li>
<li>Make sure to enable popups on the discord website...</li>
</ul>
<div id="qrcode"></div>
</body>
<style>
body > *:not(pre) {
user-select: none;
}
ul {
padding-left: 15px;
}
body {
padding: 20px;
}
</style>
</html>