<!--
--  Uploaded on : https://haxor.my.id/open/gpttchthe.html
--  Official Web : https://prinsh.com
--  script-deface-generator.prinsh.com
-->
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>HACKED BY TEAM CYBER HACKERS</title>
    <link href="https://fonts.googleapis.com/css2?family=Indie+Flower&family=New+Rocker&family=Iceland&display=swap" rel="stylesheet">
    <link rel="icon" type="image/png" href="https://i.postimg.cc/wxmSNRV4/IMG-20240415-152108-550.webp">
    <style>
        body {
            margin: 0;
            font-family: 'Iceland', sans-serif;
            background: black;
            color: white;
            overflow: hidden;
        }

        .background {
            position: absolute;
            width: 100%;
            height: 100%;
            background: url('https://i.ibb.co/gjJchDZ/image.jpg') no-repeat center center/cover;
            animation: hue-rotate 5s infinite;
            z-index: -1;
        }

        @keyframes hue-rotate {
            0% { filter: hue-rotate(0deg); }
            100% { filter: hue-rotate(360deg); }
        }

        .content {
            text-align: center;
            padding: 50px 20px;
        }

        .content img {
            max-width: 300px;
            height: auto;
            margin: 20px 0;
        }

        h1, h2 {
            margin: 10px 0;
            text-shadow: 0 4px 14px red;
        }

        h1 {
            font-size: 2.5rem;
            font-family: 'New Rocker', cursive;
        }

        h2 {
            font-size: 1.5rem;
            font-family: 'Iceland', sans-serif;
            background: linear-gradient(225deg, green, white, orange);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .marquee {
            margin: 20px 0;
            font-size: 1.2rem;
            animation: scroll 15s linear infinite;
        }

        @keyframes scroll {
            0% { transform: translateX(100%); }
            100% { transform: translateX(-100%); }
        }

        .footer {
            margin-top: 50px;
            font-size: 0.9rem;
        }

        .button {
            background: red;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            font-size: 1rem;
            cursor: pointer;
            margin: 5px;
            text-transform: uppercase;
        }

        .button:hover {
            background: white;
            color: red;
        }

        audio {
            display: none;
        }
    </style>
</head>
<body>
    <div class="background"></div>
    <div class="content">
        <h1>HACKED BY TEAM CYBER HACKERS</h1>
        <img src="https://i.postimg.cc/wxmSNRV4/IMG-20240415-152108-550.webp" alt="Hacked">
        <h2>𝕮𝖔𝖚𝖓𝖙𝖗𝖞 𝖔𝖋 𝖘𝖍𝖗𝖊𝖊 𝖗𝖆𝖒 🚩<br>𝕆𝕟𝕝𝕪 𝕣𝕖𝕧𝕖𝕟𝕘𝕖 𝕒𝕥𝕥𝕒𝕔𝕜𝕤</h2>
        <div class="marquee">~ NIGHT HUNTERS || GARUDA OPS || Network_Nine || DarkCyberWarrior || Team_Rcf || ALL INDIAN HACKERS ~</div>
        <button class="button" onclick="play()">Play</button>
        <button class="button" onclick="pause()">Pause</button>
        <audio id="background-audio" src="https://files.catbox.moe/fj77m8.mp3"></audio>
        <div class="footer">
            <p>© COPYRIGHT 2025 | TEAM CYBER HACKERS</p>
            <a href="https://t.me/TEAM_CYBER_HACKER" target="_blank" class="button">Contact Team</a>
        </div>
    </div>
    <script>
        const audio = document.getElementById('background-audio');
        function play() { audio.play(); }
        function pause() { audio.pause(); }
    </script>
</body>
</html>