Bana Aittir Buyrun Kullanın :
HTML:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="https://i.hizliresim.com/oph07h3.png" />
<title>ThackingX - Hack index</title>
<style>
body {
background-color: black;
color: white;
font-family: Consolas, monospace;
font-size: 16px;
padding: 20px;
overflow: hidden;
}
#terminal {
width: 100%;
height: 100%;
overflow-y: scroll;
border: 2px solid #00ff00;
border-radius: 5px;
padding: 10px;
box-sizing: border-box;
}
.command-line {
color: #00ff00;
}
.loading {
color: #00ff00;
font-style: italic;
}
</style>
</head>
<body>
<div id="terminal"></div>
<script>
const terminal = document.getElementById("terminal");
const commands = [
"Microsoft Windows [Version 10.0.19041.985]",
"(c) Microsoft Corporation. All rights reserved.",
"",
"C:\\Users\\User>type dir/s",
"Volume in drive C has no label.",
"ThackingX Tarafından Hazırlandı...",
"",
"Directory of C:\\Users\\User",
"",
"04/05/2024 08:30 AM <DIR> Documents",
"04/05/2024 08:30 AM <DIR> Downloads",
"04/05/2024 08:30 AM <DIR> Music",
"04/05/2024 08:30 AM <DIR> Pictures",
"04/05/2024 08:30 AM <DIR> Videos",
" 0 File(s) 0 bytes",
" 5 Dir(s) 100,000,000,000 bytes free",
"",
"C:\\Users\\User>",
"Hacked!",
"Downloading user data...",
"Injecting virus into system...",
"Encrypting user data...",
"Installing backdoor access...",
"Covering tracks...",
"Mission accomplished."
];
let index = 0;
const delay = 100;
function typeCommand() {
if (index < commands.length) {
const line = commands[index];
const lineDelay = line.startsWith("C:\\Users\\User>") ? 2000 : delay;
setTimeout(() => {
if (line.startsWith("C:\\Users\\User>")) {
terminal.innerHTML += `<p class="loading">Yükleniyor...</p>`;
} else {
terminal.innerHTML += `<p class="command-line">${line}</p>`;
}
terminal.scrollTop = terminal.scrollHeight;
index++;
typeCommand();
}, lineDelay);
}
}
typeCommand();
</script>
</body>
</html>
💬 SpyHackerz Telegram — Anlık tartışmalar ve duyurular için katıl