mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
might be path/host agnostic now
This commit is contained in:
parent
9f354ebe5e
commit
d202a31908
2 changed files with 12 additions and 6 deletions
12
index.html
12
index.html
|
@ -3,15 +3,21 @@
|
|||
<head>
|
||||
<title>EndPwn3</title>
|
||||
<meta property="og:title" content="EndPwn3" />
|
||||
<meta property="og:description" content="Copy and paste the following string into your Discord console: DiscordNative.nativeModules.requireModule('discord_/../electron').remote.getCurrentWindow().loadURL('https://endpwn.github.io/endpwn3/app')" />
|
||||
<meta property="og:description" content="Instructions for installing EndPwn3" />
|
||||
<meta property="og:image" content="https://endpwn.github.io/sigma.png" />
|
||||
|
||||
<script>
|
||||
function updatePayload(){
|
||||
document.querySelector('code').innerText=`DiscordNative.nativeModules.requireModule("discord_/../electron").remote.getCurrentWindow().loadURL('${location.href}app')`
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body style="position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);font-family:sans-serif;text-align:center;background-color:#2f3136;color:#ffffff">
|
||||
<body style="position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);font-family:sans-serif;text-align:center;background-color:#2f3136;color:#ffffff" onload="updatePayload()">
|
||||
<div style="background:linear-gradient(to bottom right,#0ff,#f0f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:72px;">ΣndPwn³</div>
|
||||
Copy and paste the following string into your Discord console:
|
||||
<br>
|
||||
<code>DiscordNative.nativeModules.requireModule("discord_/../electron").remote.getCurrentWindow().loadURL('https://endpwn.github.io/endpwn3/app')</code>
|
||||
<code>please wait...</code>
|
||||
<br>
|
||||
<br> Credit to bootsy for developing the ASAR-less code injection method (bootsyhax)
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue