mirror of
				https://github.com/EndPwnArchive/endpwn3.git
				synced 2024-08-15 00:23:30 +00:00 
			
		
		
		
	add a warning to index.html
This commit is contained in:
		
							parent
							
								
									e7142f504e
								
							
						
					
					
						commit
						f22d7f5ca5
					
				
					 1 changed files with 32 additions and 4 deletions
				
			
		
							
								
								
									
										36
									
								
								index.html
									
										
									
									
									
								
							
							
						
						
									
										36
									
								
								index.html
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -7,17 +7,45 @@
 | 
			
		|||
    <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')`
 | 
			
		||||
        function updatePayload() {
 | 
			
		||||
            document.querySelector('code').innerText = `DiscordNative.nativeModules.requireModule("discord_/../electron").remote.getCurrentWindow().loadURL('${location.href}app')`
 | 
			
		||||
        }
 | 
			
		||||
    </script>
 | 
			
		||||
 | 
			
		||||
    <style>
 | 
			
		||||
        body {
 | 
			
		||||
            position: absolute;
 | 
			
		||||
            top: 50%;
 | 
			
		||||
            left: 50%;
 | 
			
		||||
            transform: translateX(-50%) translateY(-50%);
 | 
			
		||||
            font-family: sans-serif;
 | 
			
		||||
            text-align: center;
 | 
			
		||||
            background-color: #2f3136;
 | 
			
		||||
            color: #ffffff
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        a {
 | 
			
		||||
            color: #0ff;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        div {
 | 
			
		||||
            background: linear-gradient(to bottom right, #0ff, #f0f);
 | 
			
		||||
            -webkit-background-clip: text;
 | 
			
		||||
            -webkit-text-fill-color: transparent;
 | 
			
		||||
            font-size: 72px;
 | 
			
		||||
        }
 | 
			
		||||
    </style>
 | 
			
		||||
</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" 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>
 | 
			
		||||
<body onload="updatePayload()">
 | 
			
		||||
    <div>ΣndPwn³</div>
 | 
			
		||||
    Copy and paste the following string into your Discord console:
 | 
			
		||||
    <br>
 | 
			
		||||
    <code>please wait...</code>
 | 
			
		||||
    <br>
 | 
			
		||||
    <br>
 | 
			
		||||
    <b>This is the unstable, staging branch of EndPwn3. Use at your own risk or use the
 | 
			
		||||
        <a href="https://endpwn.github.io/endpwn3/">stable branch</a> instead.</b>
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue