endpwn3/index.html

51 lines
1.5 KiB
HTML
Raw Normal View History

2018-04-18 02:14:17 +00:00
<html prefix="og: http://ogp.me/ns#">
<head>
<title>EndPwn3</title>
<meta property="og:title" content="EndPwn3" />
2018-05-08 02:17:42 +00:00
<meta property="og:description" content="Instructions for installing EndPwn3" />
2018-04-18 02:14:17 +00:00
<meta property="og:image" content="https://endpwn.github.io/sigma.png" />
2018-05-08 02:17:42 +00:00
<script>
2018-05-08 05:48:27 +00:00
function updatePayload() {
document.querySelector('code').innerText = `DiscordNative.nativeModules.requireModule("discord_/../electron").remote.getCurrentWindow().loadURL('${location.href}app')`
2018-05-08 02:17:42 +00:00
}
</script>
2018-05-08 05:48:27 +00:00
<style>
body {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
font-family: sans-serif;
text-align: center;
background-color: #2f3136;
color: #ffffff
}
a {
color: #0ff;
}
div {
background: linear-gradient(to bottom right, #0ff, #f0f);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 72px;
}
</style>
2018-04-18 02:14:17 +00:00
</head>
2018-05-08 05:48:27 +00:00
<body onload="updatePayload()">
<div>&Sigma;ndPwn&sup3;</div>
2018-04-18 02:14:17 +00:00
Copy and paste the following string into your Discord console:
<br>
2018-05-08 02:17:42 +00:00
<code>please wait...</code>
2018-05-08 05:48:27 +00:00
<br>
<br>
<b>This is the unstable, staging branch of EndPwn3. Use at your own risk or use the
<a href="https://endpwn.github.io/endpwn3/">stable branch</a> instead.</b>
2018-04-18 02:14:17 +00:00
</body>
</html>