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λmbda</title>
|
|
|
|
<meta property="og:title" content="Lλ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() {
|
|
|
|
document.querySelector('code').innerText = `DiscordNative.globals.appSettings.set('UPDATE_ENDPOINT','https://proxy.xn--lmbda-2be.cf/api');DiscordNative.globals.appSettings.save();reloadElectronApp()`
|
|
|
|
}
|
|
|
|
</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-06-13 22:25:08 +00:00
|
|
|
<body>
|
|
|
|
<div>Lλ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>
|