<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HACKED BY OTTOMANRULEZ AND ATAMAN KARDESLIGI RULEZ</title>
<style>
@import 'https://fonts.googleapis.com/css?family=Inconsolata';
html {
min-height: 100%;
}
body {
box-sizing: border-box;
height: 100%;
background-color: #000000;
background-image: radial-gradient(#11581E, #041607), url("https://media.giphy.com/media/oEI9uBYSzLpBK/giphy.gif");
background-repeat: no-repeat;
background-size: cover;
font-family: 'Inconsolata', Helvetica, sans-serif;
font-size: 1.5rem;
color: rgba(128, 255, 128, 0.8);
text-shadow: 0 0 1ex rgba(51, 255, 51, 1), 0 0 2px rgba(255, 255, 255, 0.8);
}
.noise {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
background-image: url("https://media.giphy.com/media/oEI9uBYSzLpBK/giphy.gif");
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
opacity: .02;
}
.overlay {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
background: repeating-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
background-size: auto 4px;
z-index: 1;
}
.overlay::before {
content: "";
pointer-events: none;
position: absolute;
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(0deg, transparent 0%, rgba(32, 128, 32, 0.2) 2%, rgba(32, 128, 32, 0.8) 3%, rgba(32, 128, 32, 0.2) 3%, transparent 100%);
background-repeat: no-repeat;
animation: scan 7.5s linear 0s infinite;
}
@keyframes scan {
0% { background-position: 0 -100vh; }
35%, 100% { background-position: 0 100vh; }
}
.terminal {
box-sizing: inherit;
position: absolute;
height: 100%;
width: 1000px;
max-width: 100%;
padding: 4rem;
text-transform: uppercase;
}
.output {
color: rgba(128, 255, 128, 0.8);
text-shadow: 0 0 1px rgba(51, 255, 51, 0.4), 0 0 2px rgba(255, 255, 255, 0.8);
}
.output::before {
content: "> ";
}
a {
color: #fff;
text-decoration: none;
}
a::before {
content: "[";
}
a::after {
content: "]";
}
.errorcode {
color: white;
}
/* Dinamik kod yağmuru */
@keyframes codeRain {
0% { transform: translateY(-100%); }
100% { transform: translateY(100%); }
}
.code-rain {
position: absolute;
width: 1px;
height: 100vh;
background-color: lime;
animation: codeRain 3s linear infinite;
}
/* Gerçek zamanlı saat */
#clock {
position: absolute;
top: 10px;
right: 10px;
font-size: 2rem;
color: #32CD32;
text-shadow: 0 0 5px rgba(0, 255, 0, 0.7), 0 0 10px rgba(255, 255, 255, 0.7);
}
/* Matrix stili rastgele metin */
@keyframes matrixEffect {
from {opacity: 0;}
to {opacity: 1;}
}
.matrix {
font-size: 12px;
position: absolute;
color: lime;
opacity: 0;
animation: matrixEffect 2s infinite;
}
.matrix1 { animation-delay: 1s; top: 20%; left: 10%; }
.matrix2 { animation-delay: 2s; top: 40%; left: 30%; }
.matrix3 { animation-delay: 3s; top: 60%; left: 50%; }
.matrix4 { animation-delay: 4s; top: 80%; left: 70%; }
.matrix5 { animation-delay: 5s; top: 30%; left: 90%; }
/* Glitch efekti */
.glitch {
position: relative;
font-size: 2em;
color: lime;
animation: glitch 2s infinite; /* Yavaşlattık */
}
.glitch::before, .glitch::after {
content: "HACKED BY OTTOMANRULEZ AND ATAMAN KARDESLIGI";
position: absolute;
top: 0;
left: 0;
right: 0;
color: lime;
animation: glitch 2s infinite;
}
.glitch::before {
animation-delay: -0.1s;
clip-path: inset(0 2px 2px 0);
left: 2px;
text-shadow: 2px 0 red;
}
.glitch::after {
animation-delay: -0.2s;
clip-path: inset(2px 0 0 2px);
left: -2px;
text-shadow: -2px 0 blue;
}
@keyframes glitch {
0%, 100% { clip-path: inset(0); }
10% { clip-path: inset(10%); }
20% { clip-path: inset(20%); }
30% { clip-path: inset(30%); }
40% { clip-path: inset(40%); }
50% { clip-path: inset(50%); }
60% { clip-path: inset(60%); }
70% { clip-path: inset(70%); }
80% { clip-path: inset(80%); }
90% { clip-path: inset(90%); }
}
/* Owned by OL7J Mesajı */
.floating-message {
position: absolute;
color: lime;
font-size: 1.5rem;
text-shadow: 0 0 5px lime, 0 0 10px white;
animation: moveAround 15s linear infinite;
opacity: 0.7;
}
@keyframes moveAround {
0% { top: 0; left: 0; }
25% { top: 0; left: 90%; }
50% { top: 90%; left: 90%; }
75% { top: 90%; left: 0; }
100% { top: 0; left: 0; }
}
/* Rastgele glitch hataları gösterme */
.glitch-error {
font-size: 1.5rem;
color: red;
position: absolute;
animation: showError 5s infinite;
}
@keyframes showError {
0%, 100% { opacity: 0; }
50% { opacity: 1; }
}
/* Rastgele yerlerde ekran çizgileri */
.static-lines {
position: absolute;
width: 100%;
height: 2px;
background-color: rgba(255, 0, 0, 0.7);
animation: glitch-lines 0.2s infinite;
}
.static-lines1 { top: 15%; animation-delay: 0.2s; }
.static-lines2 { top: 45%; animation-delay: 0.4s; }
.static-lines3 { top: 75%; animation-delay: 0.6s; }
@keyframes glitch-lines {
0%, 100% { left: -100%; }
50% { left: 100%; }
}
/* Not ve logo kısmı */
.note {
position: absolute;
bottom: 20px;
left: 20px;
color: red;
font-size: 1.5rem;
background: rgba(0, 0, 0, 0.8);
padding: 10px;
border: 2px solid lime;
border-radius: 10px;
display: flex;
align-items: center;
animation: noteAnimation 3s infinite;
}
@keyframes noteAnimation {
0%, 100% { transform: translateX(0); }
50% { transform: translateX(10px); }
}
.note img {
width: 80px;
margin-right: 15px;
}
/* Kayan hack mesajı */
.scroll-text {
position: absolute;
top: 0;
width: 100%;
font-size: 1.5rem;
background-color: rgba(0, 0, 0, 0.8);
color: lime;
text-align: center;
animation: scroll-text 10s linear infinite;
}
@keyframes scroll-text {
0% { transform: translateX(100%); }
100% { transform: translateX(-100%); }
}
/* Fare izini takip eden glitch */
.mouse-trail {
position: absolute;
width: 15px;
height: 15px;
background-color: lime;
border-radius: 50%;
pointer-events: none;
box-shadow: 0 0 10px rgba(0, 255, 0, 0.7), 0 0 20px lime;
}
/* Sahte geri sayım */
#countdown {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 2rem;
color: red;
text-shadow: 0 0 5px red, 0 0 10px white;
}
</style>
</head>
<body>
<div class="noise"></div>
<div class="overlay"></div>
<div id="clock"></div> <!-- Gerçek zamanlı saat -->
<div class="terminal">
<h1 class="glitch">HACKED BY OTTOMANRULEZ AND ATAMAN KARDESLIGI</h1>
<p class="output"> Bu site OTTOMANRULEZ AND ATAMAN KARDESLIGI tarafından hacklendi. Güvenlik açığınızı kapatın!</p>
<p class="output">Sitenizde açık buldum, daha dikkatli olun <a href="https://t.me/turkishhacktr">OL7J</a></p>
<p class="output">Türklere karşı laf edenlerin sonu bu olacak!</p>
</div>
<!-- Dinamik kod yağmuru -->
<div class="code-rain" style="left: 10%;"></div>
<div class="code-rain" style="left: 30%;"></div>
<div class="code-rain" style="left: 50%;"></div>
<div class="code-rain" style="left: 70%;"></div>
<div class="code-rain" style="left: 90%;"></div>
<!-- Matrix stili rastgele metin -->
<div class="matrix matrix1">01 10 11 00 10</div>
<div class="matrix matrix2">01 01 00 11 01</div>
<div class="matrix matrix3">10 00 01 11 10</div>
<div class="matrix matrix4">11 10 01 00 01</div>
<div class="matrix matrix5">00 01 11 01 00</div>
<!-- Glitch hataları -->
<div class="glitch-error" style="top: 20%; left: 40%;">[ERROR] Unauthorized Access Detected</div>
<div class="glitch-error" style="top: 50%; left: 20%;">[ERROR] System Failure Imminent</div>
<div class="glitch-error" style="top: 70%; left: 60%;">[ERROR] Security Breach</div>
<!-- Rastgele ekran çizgileri -->
<div class="static-lines static-lines1"></div>
<div class="static-lines static-lines2"></div>
<div class="static-lines static-lines3"></div>
<!-- Not ve logo kısmı -->
<div class="note">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRTlYh5pJUkk_Jl-P_gItpMoCsdXhAu_UQ4QA&s" alt="OL7J Logo">
<p>Bidaha Türklere laf atarsanız lanetiniz olurum!</p>
</div>
<!-- Kayan hack mesajı -->
<div class="scroll-text">HACKED BY OTTOMANRULEZ AND ATAMAN KARDESLIGI - GÜVENLİK AÇIĞINIZ VAR - SİTE HACKLENDİ</div>
<!-- Fare takip efekti -->
<div class="mouse-trail" id="trail"></div>
<!-- Sahte geri sayım -->
<div id="countdown">Sistem kapanmasına: 10</div>
<script>
function updateClock() {
var now = new Date();
var hours = now.getHours().toString().padStart(2, '0');
var minutes = now.getMinutes().toString().padStart(2, '0');
var seconds = now.getSeconds().toString().padStart(2, '0');
document.getElementById('clock').textContent = hours + ':' + minutes + ':' + seconds;
}
setInterval(updateClock, 1000);
updateClock(); // Sayfa yüklendiğinde anında saat güncellensin.
// Fare izi efekti
var trail = document.getElementById("trail");
document.addEventListener("mousemove", function(event) {
trail.style.top = event.clientY + "px";
trail.style.left = event.clientX + "px";
});
// Sahte geri sayım
var countdown = document.getElementById('countdown');
var timeLeft = 10;
var countdownInterval = setInterval(function() {
timeLeft--;
countdown.textContent = 'Sistem kapanmasına: ' + timeLeft;
if (timeLeft <= 0) {
clearInterval(countdownInterval);
countdown.textContent = 'Sistem kapandı!';
}
}, 1000);
// Arka planda hacker müziği
var audio = new Audio('https://example.com/hackermusic.mp3');
audio.loop = true;
audio.play();
</script>
</body>
</html>