Kayan Hack İndex Scriptti

Konu Özeti

Kayan Hack İndex Scriptti, ThackingX adlı bir hack index betiğinin kodunu içeriyor. Betik, siyah arka plan üzerinde yeşil metinlerle çalışan bir terminal simülasyonu oluşturuyor ve komut satırı görünümünde çeşitli mesajlar gösteriyor. Kod, kullanıcı verilerini indirme, virüs enjekte etme ve verileri şifreleme gibi sahte hack eylemlerini canlandırıyor.

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...


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>

🔒 Bu içeriği görmek için giriş yapın

 


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>
Bakalim

🔒 Bu içeriği görmek için giriş yapın

 


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>
eyw

🔒 Bu içeriği görmek için giriş yapın

 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
135,117Konular
3,298,223Mesajlar
326,300Kullanıcılar
Emirhan2828Son Üye
Üst Alt