From 8454d1b01822ee7ab1ddbe1f71e3a720b3611538 Mon Sep 17 00:00:00 2001 From: Astra Date: Wed, 18 Apr 2018 01:31:06 -0400 Subject: [PATCH] fix the code thanks to bootsy for reporting this --- index.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.htm b/index.htm index a47f472..766e5d2 100644 --- a/index.htm +++ b/index.htm @@ -11,7 +11,7 @@
ΣndPwn³
Copy and paste the following string into your Discord console:
- DiscordNative.nativeModules.requireModule("discord_/../electron").remote.getCurrentWindow().loadURL('https://endpwn.github.io/endpwn3') + DiscordNative.nativeModules.requireModule("discord_/../electron").remote.getCurrentWindow().loadURL('https://endpwn.github.io/endpwn3/app')

Credit to bootsy for developing the ASAR-less code injection method (bootsyhax)