File: /home/zeusxp5/am.agentbolaylabel.com/zod.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Zod - System Breached</title>
<link rel="icon" type="image/x-icon" href="https://i.hizliresim.com/rfp3tu7.jpg">
<link rel="shortcut icon" href="https://i.hizliresim.com/rfp3tu7.jpg">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Share+Tech+Mono&family=Fira+Code:wght@400;700&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
height: 100%;
overflow: hidden;
}
body {
height: 100vh;
height: 100dvh;
background: #000;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Share Tech Mono', monospace;
position: relative;
}
/* Matrix Rain Background */
.matrix-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
opacity: 0.4;
}
/* Scanlines */
.scanlines {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 100;
background: repeating-linear-gradient(
0deg,
rgba(0, 0, 0, 0.2),
rgba(0, 0, 0, 0.2) 1px,
transparent 1px,
transparent 2px
);
}
/* Glitch Overlay */
.glitch-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 99;
animation: glitchOverlay 5s infinite;
}
@keyframes glitchOverlay {
0%, 95%, 100% { opacity: 0; }
96% { opacity: 0.1; background: linear-gradient(90deg, transparent, #f00 50%, transparent); }
97% { opacity: 0; }
98% { opacity: 0.1; background: linear-gradient(90deg, transparent, #0ff 30%, transparent); }
}
.container {
text-align: center;
z-index: 10;
padding: 15px;
width: 100%;
max-width: 500px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
/* Terminal Frame */
.frame {
border: 1px solid #0f0;
padding: 20px 25px;
position: relative;
background: rgba(0, 0, 0, 0.9);
box-shadow: 0 0 30px rgba(0, 255, 0, 0.2), inset 0 0 50px rgba(0, 255, 0, 0.05);
width: 100%;
}
/* Corner Decorations */
.corner {
position: absolute;
width: 20px;
height: 20px;
border: 2px solid #f00;
}
.corner-tl { top: -2px; left: -2px; border-right: none; border-bottom: none; }
.corner-tr { top: -2px; right: -2px; border-left: none; border-bottom: none; }
.corner-bl { bottom: -2px; left: -2px; border-right: none; border-top: none; }
.corner-br { bottom: -2px; right: -2px; border-left: none; border-top: none; }
/* Terminal Header */
.terminal-header {
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
background: #000;
padding: 2px 12px;
border: 1px solid #0f0;
color: #0f0;
font-size: 10px;
letter-spacing: 2px;
white-space: nowrap;
}
/* Warning Banner */
.warning-banner {
background: repeating-linear-gradient(45deg, #000, #000 8px, #f00 8px, #f00 16px);
padding: 2px;
margin-bottom: 15px;
}
.warning-inner {
background: #000;
padding: 6px 15px;
color: #f00;
font-family: 'Orbitron', sans-serif;
font-size: clamp(10px, 2.5vw, 14px);
letter-spacing: 4px;
animation: warningFlash 1s infinite;
}
@keyframes warningFlash {
0%, 50% { opacity: 1; }
51%, 100% { opacity: 0.7; }
}
/* Profile Image */
.profile-container {
position: relative;
width: clamp(100px, 25vw, 140px);
height: clamp(100px, 25vw, 140px);
margin: 0 auto 15px;
}
.profile-img {
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
border: 3px solid #0f0;
box-shadow:
0 0 0 4px #000,
0 0 0 6px #f00,
0 0 30px rgba(0, 255, 0, 0.5),
0 0 60px rgba(255, 0, 0, 0.3);
animation: imgPulse 3s ease-in-out infinite;
filter: saturate(1.2);
}
@keyframes imgPulse {
0%, 100% {
box-shadow: 0 0 0 4px #000, 0 0 0 6px #f00, 0 0 30px rgba(0, 255, 0, 0.5), 0 0 60px rgba(255, 0, 0, 0.3);
}
50% {
box-shadow: 0 0 0 4px #000, 0 0 0 6px #0f0, 0 0 50px rgba(0, 255, 0, 0.8), 0 0 80px rgba(0, 255, 0, 0.4);
}
}
.profile-ring {
position: absolute;
top: -10px;
left: -10px;
width: calc(100% + 20px);
height: calc(100% + 20px);
border: 2px dashed #f00;
border-radius: 50%;
animation: rotate 8s linear infinite;
}
.profile-ring-2 {
position: absolute;
top: -18px;
left: -18px;
width: calc(100% + 36px);
height: calc(100% + 36px);
border: 1px dotted #0f0;
border-radius: 50%;
animation: rotateReverse 12s linear infinite;
}
@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes rotateReverse { from { transform: rotate(360deg); } to { transform: rotate(0deg); } }
/* Crosshair */
.crosshair::before,
.crosshair::after {
content: '';
position: absolute;
background: #f00;
opacity: 0.4;
}
.crosshair::before {
width: 100%;
height: 1px;
top: 50%;
left: 0;
}
.crosshair::after {
width: 1px;
height: 100%;
left: 50%;
top: 0;
}
/* Name with Glitch Effect */
.name {
font-family: 'Orbitron', sans-serif;
font-size: clamp(40px, 12vw, 70px);
font-weight: 900;
color: #fff;
text-shadow: 0 0 10px #0f0, 0 0 20px #0f0, 0 0 40px #0f0;
position: relative;
animation: glitch 0.5s infinite;
letter-spacing: 10px;
margin-bottom: 5px;
}
@keyframes glitch {
0%, 85%, 100% { transform: translate(0); text-shadow: 0 0 10px #0f0, 0 0 20px #0f0, 0 0 40px #0f0; }
86% { transform: translate(-3px, 0); text-shadow: -3px 0 #f00, 3px 0 #0ff; }
88% { transform: translate(3px, 0); text-shadow: 3px 0 #f00, -3px 0 #0ff; }
90% { transform: translate(-2px, 2px); text-shadow: -2px 0 #f00, 2px 0 #0ff; }
92% { transform: translate(2px, -2px); text-shadow: 2px 0 #f00, -2px 0 #0ff; }
}
.name::before,
.name::after {
content: 'ZOD';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.name::before {
color: #f00;
animation: glitchTop 0.3s infinite;
clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
left: -2px;
}
.name::after {
color: #0ff;
animation: glitchBottom 0.4s infinite;
clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
left: 2px;
}
@keyframes glitchTop {
0%, 80%, 100% { transform: translate(0); }
85% { transform: translate(-5px, 0); }
90% { transform: translate(5px, 0); }
}
@keyframes glitchBottom {
0%, 80%, 100% { transform: translate(0); }
82% { transform: translate(3px, 0); }
87% { transform: translate(-3px, 0); }
}
/* Touch Text */
.touch-text {
font-family: 'Fira Code', monospace;
font-size: clamp(11px, 3vw, 15px);
color: #f00;
letter-spacing: 3px;
margin: 12px 0 18px;
text-transform: uppercase;
}
.touch-text::before {
content: '> ';
color: #0f0;
animation: blink 0.7s infinite;
}
.touch-text::after {
content: '_';
color: #0f0;
animation: blink 0.7s infinite;
}
@keyframes blink {
0%, 50% { opacity: 1; }
51%, 100% { opacity: 0; }
}
/* Cyber Line */
.cyber-line {
width: 100%;
height: 1px;
background: linear-gradient(90deg, transparent, #0f0, #f00, #0f0, transparent);
margin: 12px 0;
position: relative;
}
.cyber-line::before {
content: '◆';
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: #f00;
background: #000;
padding: 0 8px;
font-size: 10px;
}
/* Telegram Button */
.telegram-btn {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 12px 28px;
background: transparent;
color: #0f0;
text-decoration: none;
font-family: 'Orbitron', sans-serif;
font-size: clamp(10px, 2.5vw, 13px);
font-weight: 700;
letter-spacing: 2px;
border: 2px solid #0f0;
position: relative;
overflow: hidden;
transition: all 0.3s ease;
clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}
.telegram-btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(0, 255, 0, 0.3), transparent);
animation: btnShine 2s infinite;
}
@keyframes btnShine {
0% { left: -100%; }
50%, 100% { left: 100%; }
}
.telegram-btn:hover {
background: #0f0;
color: #000;
box-shadow: 0 0 20px rgba(0, 255, 0, 0.5), 0 0 40px rgba(0, 255, 0, 0.3);
}
.telegram-btn:hover .telegram-icon {
fill: #000;
}
.telegram-icon {
width: 18px;
height: 18px;
fill: #0f0;
transition: all 0.3s ease;
}
/* Status */
.status {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 18px;
font-size: clamp(8px, 2vw, 10px);
color: #555;
letter-spacing: 1px;
}
.status-item {
display: flex;
align-items: center;
gap: 5px;
}
.status-dot {
width: 6px;
height: 6px;
background: #0f0;
border-radius: 50%;
animation: dotPulse 1s infinite;
}
.status-dot.red { background: #f00; }
@keyframes dotPulse {
0%, 100% { opacity: 1; transform: scale(1); }
50% { opacity: 0.5; transform: scale(0.8); }
}
/* Binary decorations */
.binary {
position: absolute;
font-size: 8px;
color: #0f0;
opacity: 0.3;
font-family: 'Fira Code', monospace;
line-height: 1.4;
display: none;
}
.binary-left { left: 8px; top: 50%; transform: translateY(-50%); }
.binary-right { right: 8px; top: 50%; transform: translateY(-50%); text-align: right; }
/* Footer text */
.footer-text {
position: absolute;
bottom: 8px;
left: 50%;
transform: translateX(-50%);
font-size: 8px;
color: #333;
letter-spacing: 1px;
white-space: nowrap;
}
/* Access indicator */
.access-indicator {
position: absolute;
top: 8px;
right: 10px;
font-size: 8px;
color: #0f0;
display: flex;
align-items: center;
gap: 4px;
}
.access-indicator::before {
content: '';
width: 5px;
height: 5px;
background: #0f0;
border-radius: 50%;
animation: dotPulse 1s infinite;
}
/* Responsive */
@media (min-width: 500px) {
.binary { display: block; }
.frame { padding: 25px 35px; }
}
@media (max-height: 600px) {
.profile-container {
width: 90px;
height: 90px;
margin-bottom: 10px;
}
.warning-banner { margin-bottom: 10px; }
.name { margin-bottom: 0; }
.touch-text { margin: 8px 0 12px; }
.cyber-line { margin: 8px 0; }
.status { margin-top: 12px; }
}
@media (max-height: 500px) {
.profile-container {
width: 70px;
height: 70px;
}
.frame { padding: 15px 20px; }
.telegram-btn { padding: 8px 20px; }
}
@media (max-width: 350px) {
.frame { padding: 15px; }
.status { gap: 10px; }
.telegram-btn { padding: 10px 20px; }
}
</style>
</head>
<body>
<canvas class="matrix-bg" id="matrix"></canvas>
<div class="scanlines"></div>
<div class="glitch-overlay"></div>
<div class="container">
<div class="frame">
<div class="corner corner-tl"></div>
<div class="corner corner-tr"></div>
<div class="corner corner-bl"></div>
<div class="corner corner-br"></div>
<div class="terminal-header">root@zod:~#</div>
<div class="access-indicator">BREACHED</div>
<div class="binary binary-left">01011010<br>01001111<br>01000100<br>00100001<br>01001000<br>01000001<br>01000011<br>01001011</div>
<div class="binary binary-right">0xDEAD<br>0xBEEF<br>0xC0DE<br>0x1337<br>0xZOD1<br>0xHACK<br>0xROOT<br>0xPWND</div>
<div class="warning-banner">
<div class="warning-inner">⚠ ALERT ⚠</div>
</div>
<div class="profile-container crosshair">
<div class="profile-ring"></div>
<div class="profile-ring-2"></div>
<img src="https://i.hizliresim.com/rfp3tu7.jpg" alt="Zod" class="profile-img">
</div>
<h1 class="name">ZOD</h1>
<div class="cyber-line"></div>
<p class="touch-text">Touch by Zod</p>
<a href="https://t.me/zoooddddd" target="_blank" class="telegram-btn">
<svg class="telegram-icon" viewBox="0 0 24 24">
<path d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/>
</svg>
JOIN TELEGRAM
</a>
<div class="status">
<div class="status-item">
<span class="status-dot red"></span>
ELITE
</div>
<div class="status-item">
<span class="status-dot"></span>
1337
</div>
<div class="status-item">
<span class="status-dot"></span>
ACTIVE
</div>
</div>
<div class="footer-text">5A 4F 44 // SYSTEM PWNED</div>
</div>
</div>
<script>
const canvas = document.getElementById('matrix');
const ctx = canvas.getContext('2d');
function resize() {
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
}
resize();
const chars = 'ゾッドZOD01アイウエオカキクケコ@#$%&*<>[]{}';
const charArray = chars.split('');
const fontSize = 14;
let columns = canvas.width / fontSize;
let drops = [];
for (let i = 0; i < columns; i++) {
drops[i] = Math.random() * -100;
}
function drawMatrix() {
ctx.fillStyle = 'rgba(0, 0, 0, 0.05)';
ctx.fillRect(0, 0, canvas.width, canvas.height);
for (let i = 0; i < drops.length; i++) {
const text = charArray[Math.floor(Math.random() * charArray.length)];
ctx.fillStyle = Math.random() > 0.98 ? '#f00' : '#0f0';
ctx.font = fontSize + 'px Fira Code';
ctx.fillText(text, i * fontSize, drops[i] * fontSize);
if (drops[i] * fontSize > canvas.height && Math.random() > 0.975) {
drops[i] = 0;
}
drops[i]++;
}
}
setInterval(drawMatrix, 33);
window.addEventListener('resize', () => {
resize();
columns = canvas.width / fontSize;
drops = [];
for (let i = 0; i < columns; i++) {
drops[i] = Math.random() * -100;
}
});
console.log('%c ☠ ZOD WAS HERE ☠ ', 'background: #000; color: #0f0; font-size: 20px; padding: 10px; border: 2px solid #f00;');
</script>
</body>
</html>