mirror of
https://github.com/EndPwnArchive/endpwn3.2-lambda.git
synced 2024-08-14 23:49:56 +00:00
63 lines
No EOL
2 KiB
HTML
63 lines
No EOL
2 KiB
HTML
<html prefix="og: http://ogp.me/ns#">
|
|
|
|
<head>
|
|
<title>Cλnergy</title>
|
|
<meta property="og:title" content="Cλnergy" />
|
|
<meta property="og:description" content="Instructions for installing Cynergy" />
|
|
<meta property="og:image" content="/lambda.png" />
|
|
|
|
<script>
|
|
function updatePayload() {
|
|
document.querySelector('code').innerText = `DiscordNative.nativeModules.requireModule("discord_/../electron").remote.getCurrentWindow().loadURL('${location.href}app')`
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
@font-face {
|
|
font-family: 'IBMVGA8';
|
|
src: url('/fonts/ibm_vga8.eot');
|
|
src: url('/fonts/ibm_vga8.eot?#iefix') format('embedded-opentype'),
|
|
url('/fonts/ibm_vga8.woff2') format('woff2'),
|
|
url('/fonts/ibm_vga8.woff') format('woff'),
|
|
url('/fonts/ibm_vga8.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
body {
|
|
font-family: 'IBMVGA8' !important;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translateX(-50%) translateY(-50%);
|
|
font-family: sans-serif;
|
|
text-align: center;
|
|
background-color: #1a1d23;
|
|
color: #ffffff
|
|
}
|
|
|
|
a {
|
|
color: #c080ff;
|
|
}
|
|
|
|
div {
|
|
background: linear-gradient(to bottom right, #c0ff80, #c080ff);
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
font-size: 72px;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body onload="updatePayload()">
|
|
<div>Cλnergy</div>
|
|
Copy and paste the following string into your Discord console:
|
|
<br>
|
|
<code>please wait...</code>
|
|
<br>
|
|
<br>
|
|
<b>This is a fork of the unstable, staging branch of EndPwn3. Use at your own risk or use the
|
|
<a href="https://endpwn.github.io/endpwn3/">stable EP3 branch</a> instead.</b>
|
|
</body>
|
|
|
|
</html> |