%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/self/root/proc/self/root/var/tmp/
Upload File :
Create Path :
Current File : //proc/self/root/proc/self/root/var/tmp/indeks2.html

<!DOCTYPE html>
<html lang="tr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>INDEX</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            user-select: none;
            -webkit-user-select: none;
        }

        html, body {
            width: 100%;
            min-height: 100vh;
            background-color: #000000;
            color: #d1d1d1;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            overflow-x: hidden;
            overflow-y: auto;
        }

        #starCanvas {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            pointer-events: none;
        }

        .container {
            position: relative;
            z-index: 2;
            width: 90%;
            max-width: 850px;
            padding: 30px 15px;
            margin: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes glitchRedGlow {
            0% { text-shadow: 0 0 5px rgba(255, 0, 0, 0.7), 0 0 10px rgba(255, 0, 0, 0.4); transform: scale(1); }
            50% { text-shadow: 0 0 15px rgba(255, 0, 0, 1), 0 0 25px rgba(255, 0, 0, 0.8), 0 0 35px rgba(150, 0, 0, 0.6); transform: scale(1.01); }
            100% { text-shadow: 0 0 5px rgba(255, 0, 0, 0.7), 0 0 10px rgba(255, 0, 0, 0.4); transform: scale(1); }
        }

        @keyframes blinkCursor {
            0%, 100% { border-color: transparent; }
            50% { border-color: #ff3333; }
        }

        .typewriter-font {
            font-family: 'Courier New', Courier, monospace;
        }

        .logo-box {
            margin-bottom: 20px;
            animation: fadeInUp 0.8s ease-out 0.15s forwards;
            opacity: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .logo-box img {
            max-width: 240px;
            width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
            filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.1));
            transition: filter 0.4s ease, transform 0.4s ease;
        }

        .logo-box img:hover {
            filter: drop-shadow(0 0 25px rgba(255, 51, 51, 0.3));
            transform: scale(1.03);
        }

        .quote-box {
            margin: 15px 0 25px 0;
            border-top: 1px solid #1c1c1c;
            border-bottom: 1px solid #1c1c1c;
            padding: 12px 0;
            width: 100%;
            min-height: 48px;
            display: flex;
            justify-content: center;
            align-items: center;
            animation: fadeInUp 0.8s ease-out 0.3s forwards;
            opacity: 0;
        }

        .quote-box p {
            font-size: 0.95rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            font-weight: 600;
            color: #eeeeee;
            display: inline-block;
            border-right: 2px solid #ff3333;
            padding-right: 5px;
            animation: blinkCursor 0.75s step-end infinite;
        }

        .members-box {
            width: 100%;
            animation: fadeInUp 0.8s ease-out 0.45s forwards;
            opacity: 0;
        }

        .members-title {
            font-size: 0.8rem;
            text-transform: uppercase;
            margin-bottom: 15px;
            color: #888888;
            letter-spacing: 2px;
            display: inline-block;
            border-right: 2px solid #ff3333;
            padding-right: 4px;
            animation: blinkCursor 0.75s step-end infinite;
        }

        .members-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            width: 100%;
        }

        .member-item {
            background-color: #040404;
            border: 1px solid #121212;
            padding: 12px 8px;
            font-size: 0.8rem;
            color: #a0a0a0;
            letter-spacing: 0.5px;
            border-radius: 6px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

        .member-item:hover {
            border-color: #444444;
            background-color: #0d0d0d;
            color: #ffffff;
            letter-spacing: 1.2px;
            text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
            transform: translateY(-2px);
        }

        .member-item.founder {
            font-weight: 900;
            color: #ffffff;
            border-color: #282828;
            background-color: #080808;
            text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
        }

        .member-item.founder:hover {
            border-color: #ff3333;
            background-color: #110505;
            color: #ffffff;
            text-shadow: 0 0 10px rgba(255, 51, 51, 0.8);
        }

        .telegram-box {
            margin-top: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            flex-wrap: wrap;
            animation: fadeInUp 0.8s ease-out 0.55s forwards;
            opacity: 0;
        }

        .tg-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 26px;
            height: 26px;
        }

        .tg-logo svg {
            width: 100%;
            height: 100%;
            fill: #229ED9;
            filter: drop-shadow(0 0 4px rgba(34, 158, 217, 0.5));
            transition: filter 0.3s ease;
        }

        .tg-logo:hover svg {
            filter: drop-shadow(0 0 8px rgba(34, 158, 217, 0.9));
        }

        .tg-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #040404;
            border: 1px solid #121212;
            color: #a0a0a0;
            font-size: 0.75rem;
            letter-spacing: 0.5px;
            padding: 8px 14px;
            border-radius: 6px;
            text-decoration: none;
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

        .tg-btn:hover {
            border-color: #229ED9;
            background-color: #05131a;
            color: #ffffff;
            text-shadow: 0 0 8px rgba(34, 158, 217, 0.7);
            transform: translateY(-2px);
        }

        footer {
            margin-top: 30px;
            font-size: 0.85rem;
            color: #ff3333;
            font-weight: bold;
            letter-spacing: 2.5px;
            animation: fadeInUp 0.8s ease-out 0.6s forwards, glitchRedGlow 2.5s infinite ease-in-out;
            opacity: 0;
        }

        @media (max-width: 768px) {
            .members-grid { grid-template-columns: repeat(2, 1fr); }
        }

        @media (max-width: 480px) {
            .container { padding: 20px 10px; }
            .members-grid { grid-template-columns: repeat(1, 1fr); }
            .logo-box img { max-width: 170px; }
            .quote-box p { font-size: 0.8rem; }
            .member-item { font-size: 0.75rem; padding: 10px; }
            .tg-btn { font-size: 0.7rem; padding: 7px 11px; }
            .tg-logo { width: 22px; height: 22px; }
            footer { font-size: 0.75rem; letter-spacing: 1.5px; }
        }
    </style>
</head>
<body>

    <canvas id="starCanvas"></canvas>

    <audio id="bgMusic" src="https://files.catbox.moe/8425es.mp3" loop preload="auto"></audio>

    <div class="container">
        <div class="logo-box">
            <img src="https://i.hizliresim.com/bokudwau.png" alt="Logo">
        </div>

        <div class="quote-box">
            <p id="typewriterQuote" class="typewriter-font"></p>
        </div>

        <div class="members-box">
            <div id="typewriterTitle" class="members-title typewriter-font"></div>
            <div class="members-grid">
                <div class="member-item founder">Katane Arqeen #AFK</div>
                <div class="member-item">Can Arqeen /FxrceGram</div>
                <div class="member-item">DΛRKNESS ARQEEN</div>
                <div class="member-item">! sorryx arqeen :)</div>
                <div class="member-item">rioxsy arqeen</div>
                <div class="member-item">Murat Arqeen</div>
                <div class="member-item">Poci poci arqeen</div>
                <div class="member-item">CHAPLİN ANTUA arqeen</div>
                <div class="member-item">Zenyth Raskøløw #ARQEEN</div>
                <div class="member-item">Kluiw Arqeen</div>
                <div class="member-item">Meritus🛸 Arqeen</div>
                <div class="member-item">ROOTWEB Arqeen</div>
                <div class="member-item">Emo #Arqeen</div>
                <div class="member-item">! Lyze arqeen :)</div>
                <div class="member-item">Redux arqeen #afk</div>
            </div>
        </div>

        <div class="telegram-box">
            <a class="tg-logo" href="https://t.me/asihacktim" target="_blank" rel="noopener" title="Telegram">
                <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                    <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>
            </a>
            <a class="tg-btn" href="https://t.me/asihacktim" target="_blank" rel="noopener">asihacktim</a>
            <a class="tg-btn" href="https://katanexxc.com.tr" target="_blank" rel="noopener">katanexxc.com.tr</a>
            <a class="tg-btn" href="https://t.me/katane_arqeen" target="_blank" rel="noopener">katane_arqeen</a>
            <a class="tg-btn" href="https://t.me/Lyzeweb" target="_blank" rel="noopener">lyze</a>
            <a class="tg-btn" href="https://t.me/sorryy_x" target="_blank" rel="noopener">sorryx</a>
        </div>

        <footer>
            SİSTEMİNİZ HACKLENDİ - ASİ TEAM
        </footer>
    </div>

    <script>
        const canvas = document.getElementById('starCanvas');
        const ctx = canvas.getContext('2d');

        function resizeCanvas() {
            canvas.width = window.innerWidth;
            canvas.height = window.innerHeight;
        }
        resizeCanvas();
        window.addEventListener('resize', resizeCanvas);

        const stars = [];
        const numStars = 60;

        for (let i = 0; i < numStars; i++) {
            stars.push({
                x: Math.random() * canvas.width,
                y: Math.random() * canvas.height,
                size: Math.random() * 1.5 + 0.5,
                speedX: (Math.random() - 0.2) * 0.6,
                speedY: Math.random() * 1.2 + 0.4,
                opacity: Math.random() * 0.7 + 0.3
            });
        }

        function drawStars() {
            ctx.clearRect(0, 0, canvas.width, canvas.height);

            for (let i = 0; i < numStars; i++) {
                let s = stars[i];

                ctx.beginPath();
                ctx.arc(s.x, s.y, s.size, 0, Math.PI * 2);
                ctx.fillStyle = `rgba(255, 255, 255, ${s.opacity})`;
                ctx.fill();

                s.x += s.speedX;
                s.y += s.speedY;

                if (s.y > canvas.height) {
                    s.y = 0;
                    s.x = Math.random() * canvas.width;
                }
                if (s.x > canvas.width) s.x = 0;
                if (s.x < 0) s.x = canvas.width;
            }

            requestAnimationFrame(drawStars);
        }
        drawStars();

        const quoteText = "Biz buradayız ve kimse dokunulmaz değildir.";
        const quoteElement = document.getElementById('typewriterQuote');
        let quoteIndex = 0;

        function typeQuote() {
            if (quoteIndex < quoteText.length) {
                quoteElement.textContent += quoteText.charAt(quoteIndex);
                quoteIndex++;
                setTimeout(typeQuote, 65);
            }
        }
        setTimeout(typeQuote, 600);

        const titleText = "TEAM KADROSU";
        const titleElement = document.getElementById('typewriterTitle');
        let titleIndex = 0;
        let isDeleting = false;

        function loopTitleType() {
            if (!isDeleting && titleIndex <= titleText.length) {
                titleElement.textContent = titleText.substring(0, titleIndex);
                titleIndex++;
                setTimeout(loopTitleType, 120);
            } else if (isDeleting && titleIndex >= 0) {
                titleElement.textContent = titleText.substring(0, titleIndex);
                titleIndex--;
                setTimeout(loopTitleType, 60);
            } else {
                isDeleting = !isDeleting;
                setTimeout(loopTitleType, isDeleting ? 2500 : 800);
            }
        }
        setTimeout(loopTitleType, 1000);

        const music = document.getElementById('bgMusic');
        let isPlaying = false;

        function tryPlayMusic() {
            if (isPlaying) return;
            const p = music.play();
            if (p !== undefined) {
                p.then(() => {
                    isPlaying = true;
                }).catch(() => {});
            }
        }

        window.addEventListener('load', tryPlayMusic);
        window.addEventListener('DOMContentLoaded', tryPlayMusic);

        document.addEventListener('mousemove', tryPlayMusic, { passive: true });
        document.addEventListener('mousedown', tryPlayMusic, { passive: true });
        document.addEventListener('click', tryPlayMusic, { passive: true });
        document.addEventListener('keydown', tryPlayMusic, { passive: true });
        document.addEventListener('touchstart', tryPlayMusic, { passive: true });
        document.addEventListener('scroll', tryPlayMusic, { passive: true });
        window.addEventListener('focus', tryPlayMusic);

        document.addEventListener('contextmenu', function(e) { e.preventDefault(); });
        document.addEventListener('copy', function(e) { e.preventDefault(); });
        document.addEventListener('cut', function(e) { e.preventDefault(); });

        document.addEventListener('keydown', function(e) {
            if (e.key.startsWith('F') && !isNaN(e.key.slice(1))) e.preventDefault();
            if (e.ctrlKey && (e.key === 'u' || e.key === 'U')) e.preventDefault();
            if (e.ctrlKey && e.shiftKey && (e.key === 'I' || e.key === 'i' || e.key === 'J' || e.key === 'j' || e.key === 'C' || e.key === 'c')) e.preventDefault();
            if (e.ctrlKey && (e.key === 's' || e.key === 'S' || e.key === 'p' || e.key === 'P' || e.key === 'c' || e.key === 'C' || e.key === 'a' || e.key === 'A')) e.preventDefault();
        });
    </script>

</body>
</html>

Zerion Mini Shell 1.0