<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hacked by abu alqassam</title>
<link rel="icon" href="https://e.top4top.io/p_3390b2a5g0.jpg">
<meta content="Hacked by Shadow Unit" name="description">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;400;700&family=Kotta+One&display=swap" rel="stylesheet">
<style>
body {
margin: 0;
padding: 0;
font-family: 'Roboto Mono', monospace;
font-size: 14px;
color: #00ff00;
background: #000;
overflow: hidden;
text-align: center;
}
.matrix {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background: black;
}
canvas {
display: block;
}
header {
margin-top: 20px;
color: #00ff00;
font-size: 18px;
text-shadow: 0 0 5px #00ff00, 0 0 10px #00ff00;
}
marquee {
font-weight: bold;
}
.crot {
border-radius: 50%;
width: 200px;
height: 200px;
box-shadow: 0 0 20px green, 0 0 30px green;
margin: 20px auto;
}
.pler {
font-size: 16px;
text-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000;
color: #fff;
margin: 20px 0;
}
a {
color: #00ff00;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00;
}
footer {
color: #4a90e2;
margin-top: 20px;
font-size: 14px;
text-shadow: 0 0 5px #4a90e2, 0 0 10px #4a90e2;
}
sharshabil {
font-size: 24px;
font-weight: bold;
background: linear-gradient(to right, #00ff00, #00cc00, #009900);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: gradient 2s linear infinite;
}
@keyframes gradient {
0% { background-position: 0% 50%; }
100% { background-position: 100% 50%; }
}
gnen {
font-size: 18px;
text-shadow: 2px 2px 5px #00ff00;
color: #00ff00;
}
</style>
</head>
<body>
<div class="matrix">
<canvas id="matrix"></canvas>
</div>
<header>
<marquee style="color: white; font-size: 20px;">
There is no god but Allah, Muhammad is the Messenger of Allah
</marquee>
</header>
<img class="crot" src="https://e.top4top.io/p_3390b2a5g0.jpg" draggable="false" alt="Logo"><br><br>
<h1 style="
font-size: 23px;
font-weight: bold;
color: #00ff00;
text-shadow: 0 0 8px #00ff00, 0 0 15px #00ff00;
">
Hacked by <span style="color: #ff0000; text-shadow: 0 0 8px #ff0000, 0 0 15px #ff0000;">☣SHADOW UNIT☣</span>
</h1>
<div class="pler">
We will not stop<br><br> TELEGRAM: <a href="https://t.me/hadow_Hunter" target="_blank">@hadow_Hunter</a>
</div>
<footer>
<p>© 2025 Al-Qassam Brigades</p>
</footer>
<audio id="background-audio" src="https://l.top4top.io/m_32333iz2l1.m4a" autoplay="autoplay" loop="loop" ></audio>
<script>
// كود خلفية الأرقام المتحركة
const canvas = document.getElementById('matrix');
const ctx = canvas.getContext('2d');
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
const letters = '01';
const fontSize = 16;
const columns = canvas.width / fontSize;
const drops = Array(Math.floor(columns)).fill(1);
function draw() {
ctx.fillStyle = 'rgba(0, 0, 0, 0.05)';
ctx.fillRect(0, 0, canvas.width, canvas.height);
ctx.fillStyle = '#00ff00';
ctx.font = `${fontSize}px monospace`;
drops.forEach((y, x) => {
const text = letters[Math.floor(Math.random() * letters.length)];
ctx.fillText(text, x * fontSize, y * fontSize);
if (y * fontSize > canvas.height && Math.random() > 0.975) {
drops[x] = 0;
}
drops[x]++;
});
}
setInterval(draw, 50);
window.addEventListener('resize', () => {
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
drops.length = Math.floor(canvas.width / fontSize);
drops.fill(1);
});
window.addEventListener('click', () => {
const audio = document.getElementById('background-audio');
if (audio.paused) {
audio.play();
}
});
</script>
</body>
</html>