endpwn3.2-lambda/index.html

61 lines
1.8 KiB
HTML
Raw Normal View History

2018-05-20 03:51:19 +00:00
<html prefix="og: http://ogp.me/ns#">
<head>
2018-06-13 22:25:08 +00:00
<title>L&lambda;mbda</title>
<meta property="og:title" content="L&lambda;mbda" />
<meta property="og:description" content="Instructions for installing Lambda" />
2018-05-20 04:10:08 +00:00
<meta property="og:image" content="/lambda.png" />
2018-05-20 03:51:19 +00:00
2018-07-12 00:32:22 +00:00
<script>
function updatePayload() {
2018-07-12 01:16:20 +00:00
document.querySelector('code').innerText = `DiscordNative.globals.appSettings.set('UPDATE_ENDPOINT','http://proxy.xn--lmbda-2be.cf/api');DiscordNative.globals.appSettings.save();reloadElectronApp()`
2018-07-12 00:32:22 +00:00
}
</script>
2018-05-20 03:51:19 +00:00
<style>
@font-face {
font-family: 'IBMVGA8';
2018-05-20 03:54:22 +00:00
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');
2018-05-20 03:51:19 +00:00
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 {
2018-05-20 04:10:08 +00:00
color: #c080ff;
2018-05-20 03:51:19 +00:00
}
div {
background: linear-gradient(to bottom right, #c0ff80, #c080ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 72px;
}
</style>
</head>
2018-07-12 00:34:44 +00:00
<body onload="updatePayload()">
2018-06-13 22:25:08 +00:00
<div>L&lambda;mbda</div>
2018-07-12 00:32:22 +00:00
Copy and paste the following string into your Discord console:
2018-05-20 03:51:19 +00:00
<br>
2018-07-12 00:32:22 +00:00
<code>please wait...</code>
2018-05-20 03:51:19 +00:00
<br>
2018-06-13 22:25:08 +00:00
<b>This is a fork of EndPwn3.</b>
2018-05-20 03:51:19 +00:00
</body>
</html>