add endpwn

yeah just add all of it
This commit is contained in:
BlockBuilder57 2018-04-17 21:35:29 -05:00
parent dbe5f7679c
commit acf5484db3
22 changed files with 1377 additions and 0 deletions

16
app/index.html Normal file
View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML>
<html lang="en-US">
<body onload="setTimeout(go,500);">
<script>
function go() {
if(typeof(require)=="undefined") {
window.electron=DiscordNative.nativeModules.requireModule("discord_/../electron").remote;
window.require=electron.require;
} else {
window.electron=require('electron').remote;
}
electron.getCurrentWindow().loadURL("https://block57.net/discord/channels/@me");
}
</script>
</body>
</html>