<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hacked By Beelze &amp; Raimu0x19</title>

<!-- Primary SEO -->
<meta name="description" content="Hacked By Beelze &amp; Raimu0x19 — This site has been pwned. Security breach by Beelze &amp; Raimu0x19." />
<meta name="keywords" content="Hacked, Hacked By Beelze, Hacked By Raimu0x19, Beelze, Raimu0x19, defaced, defacement, hacker, cyber, security breach, owned, pwned, exploit, vulnerability, hack" />
<meta name="author" content="Beelze &amp; Raimu0x19" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />

<!-- Open Graph -->
<meta property="og:type"        content="website" />
<meta property="og:title"       content="Hacked By Beelze &amp; Raimu0x19" />
<meta property="og:description" content="This site has been hacked by Beelze &amp; Raimu0x19. Security is an illusion." />
<meta property="og:image"       content="https://i.postimg.cc/pLBYGvkw/Zerodayy1diot9.png" />
<meta property="og:image:alt"   content="Beelze &amp; Raimu0x19" />
<meta property="og:site_name"   content="Beelze &amp; Raimu0x19" />

<!-- Twitter / X Card -->
<meta name="twitter:card"        content="summary_large_image" />
<meta name="twitter:title"       content="Hacked By Beelze &amp; Raimu0x19" />
<meta name="twitter:description" content="This site has been hacked by Beelze &amp; Raimu0x19." />
<meta name="twitter:image"       content="https://i.postimg.cc/pLBYGvkw/Zerodayy1diot9.png" />
<meta name="twitter:creator"     content="@Raimu0x19" />

<!-- Night Diamond cursor (cursors-4u.com) -->
<link rel="stylesheet" href="https://cdn.cursors-4u.net/cursors/animated/night-diamond-working-background-afbbf0d3-32.css" />

<style>
  :root {
    --bg:      #000000;
    --panel:   #020C14;
    --accent:  #00EDFF;
    --dim:     rgba(0,237,255,.45);
    --glitch1: #0044FF;
    --glitch2: #AAFFFF;
    --red:     #ff3c3c;
    --text:    #90CCD8;
    --mono:    'Courier New','Lucida Console','DejaVu Sans Mono',monospace;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html, body { height: 100%; }

  body {
    font-family: var(--mono);
    background: var(--bg);
    color: var(--text);
    overflow: hidden;
    display: grid;
    place-items: center;
    min-height: 100vh;
  }

  /* &#9472;&#9472;&#9472; fixed layers &#9472;&#9472;&#9472; */
  #c-bg   { position:fixed; inset:0; z-index:0; pointer-events:none; }
  #c-scan { position:fixed; inset:0; z-index:3; pointer-events:none; opacity:.55; }

  .vignette {
    position:fixed; inset:0; z-index:2; pointer-events:none;
    background: radial-gradient(ellipse 80% 80% at 50% 50%,
      transparent 30%, rgba(0,0,0,.82) 100%);
  }

  .grid-overlay {
    position:fixed; inset:0; z-index:1; pointer-events:none;
    background-image:
      linear-gradient(rgba(0,237,255,.028) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0,237,255,.028) 1px, transparent 1px);
    background-size: 48px 48px;
  }

  /* &#9472;&#9472;&#9472; terminal frame &#9472;&#9472;&#9472; */
  .frame {
    position: relative;
    z-index: 10;
    width: min(620px, 96vw);
    border: 1px solid rgba(0,237,255,.28);
    box-shadow:
      0 0 0 1px rgba(0,237,255,.06),
      0 0 40px rgba(0,237,255,.10),
      0 0 80px rgba(0,237,255,.05),
      inset 0 0 60px rgba(0,237,255,.02);
    background: var(--panel);
  }

  .frame::before, .frame::after,
  .frame-b::before, .frame-b::after {
    content:'';
    position:absolute;
    width:12px; height:12px;
    border-color: var(--accent);
    border-style: solid;
    pointer-events:none;
    z-index:1;
  }
  .frame::before  { top:-1px;  left:-1px;  border-width:2px 0 0 2px; }
  .frame::after   { top:-1px;  right:-1px; border-width:2px 2px 0 0; }
  .frame-b::before{ bottom:-1px; left:-1px;  border-width:0 0 2px 2px; }
  .frame-b::after { bottom:-1px; right:-1px; border-width:0 2px 2px 0; }

  /* &#9472;&#9472;&#9472; title bar &#9472;&#9472;&#9472; */
  .titlebar {
    display:flex;
    align-items:center;
    gap:8px;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(0,237,255,.16);
    background: rgba(0,237,255,.04);
  }
  .dot { width:8px; height:8px; border-radius:50%; flex-shrink:0; }
  .dot-r { background:#ff3c3c; box-shadow:0 0 6px #ff3c3c; }
  .dot-y { background:#ffbf00; box-shadow:0 0 6px #ffbf00; }
  .dot-g { background:var(--accent); box-shadow:0 0 6px var(--accent); animation: dotBlink 1.4s step-end infinite; }
  @keyframes dotBlink { 50% { opacity:.1; } }

  .tb-label {
    flex:1; text-align:center;
    font-size:10px; letter-spacing:.3em;
    text-transform:uppercase; color:var(--dim);
  }
  .tb-alert {
    font-size:9px; letter-spacing:.15em;
    color: var(--red);
    animation: alertBlink 0.7s step-end infinite;
    text-transform:uppercase;
  }
  @keyframes alertBlink { 50% { opacity:0; } }

  /* &#9472;&#9472;&#9472; body &#9472;&#9472;&#9472; */
  .panel {
    display:flex; flex-direction:column; align-items:center;
    padding: 20px 24px 22px;
    gap:0;
    text-align:center;
  }

  /* &#9472;&#9472;&#9472; image &#9472;&#9472;&#9472; */
  .hero-wrap {
    position:relative;
    width: min(230px, 60vw);
    margin-bottom: 16px;
  }

  #img-src { display:none; }
  #img-canvas {
    display:block; width:100%; height:auto;
    border-radius:12px;
    border: 1px solid rgba(0,237,255,.22);
    box-shadow:
      0 0 0 1px rgba(0,237,255,.08),
      0 0 24px rgba(0,237,255,.18),
      0 0 60px rgba(0,237,255,.08),
      0 30px 60px rgba(0,0,0,.9);
  }

  .img-stripe {
    position:absolute; inset:0; border-radius:12px;
    background: url("https://i.postimg.cc/pLBYGvkw/Zerodayy1diot9.png") center/cover;
    mix-blend-mode:screen;
    pointer-events:none;
  }
  .img-stripe-r {
    left:-4px; filter:hue-rotate(195deg) saturate(5) brightness(1.2);
    animation: stripeR 1.8s infinite;
  }
  .img-stripe-b {
    left:4px;  filter:hue-rotate(-65deg) saturate(5) brightness(1.2);
    animation: stripeB 1.8s infinite;
  }

  @keyframes stripeR {
    0%,39%,100%{ opacity:0; clip-path:none; }
    40%        { opacity:.9; clip-path:inset(12% 0 68% 0); }
    42%        { opacity:.9; clip-path:inset(55% 0 18% 0); transform:translateX(-5px); }
    44%        { opacity:0; }
    68%        { opacity:0; }
    69%        { opacity:.7; clip-path:inset(78% 0 5%  0); transform:translateX(4px); }
    70%        { opacity:0; }
    85%        { opacity:0; }
    86%        { opacity:.8; clip-path:inset(28% 0 45% 0); transform:translateX(-3px); }
    87%        { opacity:.8; clip-path:inset(5%  0 80% 0); transform:translateX(3px); }
    88%        { opacity:0; }
  }

  @keyframes stripeB {
    0%,39%,100%{ opacity:0; clip-path:none; }
    40%        { opacity:.8; clip-path:inset(55% 0 10% 0); transform:translateX(5px); }
    42%        { opacity:.8; clip-path:inset(5%  0 62% 0); transform:translateX(-5px); }
    44%        { opacity:0; }
    68%        { opacity:0; }
    69%        { opacity:.6; clip-path:inset(6%  0 72% 0); transform:translateX(-4px); }
    70%        { opacity:0; }
    85%        { opacity:0; }
    86%        { opacity:.7; clip-path:inset(60% 0 12% 0); transform:translateX(3px); }
    87%        { opacity:.7; clip-path:inset(15% 0 55% 0); transform:translateX(-3px); }
    88%        { opacity:0; }
  }

  /* &#9472;&#9472;&#9472; hex badge &#9472;&#9472;&#9472; */
  .hex-badge {
    font-size:9px; letter-spacing:.2em;
    color:rgba(0,237,255,.4);
    margin-bottom:14px;
    animation: flicker 7s infinite;
  }

  /* &#9472;&#9472;&#9472; status bar &#9472;&#9472;&#9472; */
  .status-row {
    display:flex; align-items:center; justify-content:center;
    gap:12px; margin-bottom:10px;
    font-size:9px; letter-spacing:.2em; text-transform:uppercase;
  }
  .status-dot {
    width:5px; height:5px; border-radius:50%;
    background: var(--red); box-shadow:0 0 8px var(--red);
    animation: dotBlink .9s step-end infinite;
  }
  .status-txt { color: var(--dim); }

  /* &#9472;&#9472;&#9472; title &#9472;&#9472;&#9472; */
  .title {
    display:flex; align-items:center; justify-content:center;
    gap:10px; margin-bottom:16px;
    font-size: clamp(16px,4vw,22px);
    letter-spacing:.06em;
    animation: titleShake 3s infinite;
    flex-wrap:wrap;
  }

  @keyframes titleShake {
    0%,72%,100%{ transform:translate(0) skewX(0); }
    73%         { transform:translate(-3px,1px) skewX(-2deg); }
    74%         { transform:translate(3px,-2px) skewX(2deg); }
    75%         { transform:translate(-1px,1px); }
    76%         { transform:translate(2px,0); }
    77%         { transform:translate(0) skewX(0); }
    88%         { transform:translate(0); }
    89%         { transform:translate(-2px,0) skewX(-1deg); }
    90%         { transform:translate(0); }
  }

  .chip-icon {
    flex-shrink:0;
    fill:var(--accent); width:18px; height:18px;
    filter:drop-shadow(0 0 10px rgba(0,237,255,.7));
    animation: iconPulse 2.5s ease-in-out infinite;
  }
  @keyframes iconPulse {
    0%,100%{ filter:drop-shadow(0 0 8px rgba(0,237,255,.6)); }
    50%     { filter:drop-shadow(0 0 20px rgba(0,237,255,1)); }
  }

  /* &#9472;&#9472;&#9472; glitch text &#9472;&#9472;&#9472; */
  .glitch {
    position:relative; display:inline-block;
    color:var(--accent);
    text-shadow:
      0 0 6px rgba(0,237,255,.8),
      0 0 22px rgba(0,237,255,.4),
      0 0 40px rgba(0,237,255,.15);
  }
  .glitch::before, .glitch::after {
    content:attr(data-text);
    position:absolute; inset:0;
    overflow:hidden; white-space:nowrap;
  }
  .glitch::before {
    color:var(--glitch1); left:-3px; text-shadow:none;
    animation: gA 3s infinite;
  }
  .glitch::after {
    color:var(--glitch2); left:3px; text-shadow:none;
    animation: gB 3s infinite;
  }

  @keyframes gA {
    0%,68%,100%{ opacity:0; }
    69%  { opacity:1; clip-path:inset(12% 0 65% 0); transform:translate(-4px,1px); }
    70%  { opacity:1; clip-path:inset(60% 0 10% 0); transform:translate(4px,-1px); }
    71%  { opacity:1; clip-path:inset(33% 0 38% 0); transform:translate(-2px,0); }
    72%  { opacity:0; }
    80%  { opacity:0; }
    81%  { opacity:1; clip-path:inset(5%  0 80% 0); transform:translate(-5px,0); }
    82%  { opacity:1; clip-path:inset(75% 0 5%  0); transform:translate(5px,0); }
    83%  { opacity:0; }
    92%  { opacity:0; }
    93%  { opacity:1; clip-path:inset(42% 0 28% 0); transform:translate(-3px,0); }
    94%  { opacity:0; }
  }

  @keyframes gB {
    0%,68%,100%{ opacity:0; }
    69%  { opacity:1; clip-path:inset(60% 0 12% 0); transform:translate(4px,-1px); }
    70%  { opacity:1; clip-path:inset(5%  0 65% 0); transform:translate(-4px,1px); }
    71%  { opacity:1; clip-path:inset(28% 0 48% 0); transform:translate(2px,0); }
    72%  { opacity:0; }
    80%  { opacity:0; }
    81%  { opacity:1; clip-path:inset(72% 0 5%  0); transform:translate(5px,0); }
    82%  { opacity:1; clip-path:inset(8%  0 75% 0); transform:translate(-5px,0); }
    83%  { opacity:0; }
    92%  { opacity:0; }
    93%  { opacity:1; clip-path:inset(20% 0 58% 0); transform:translate(3px,0); }
    94%  { opacity:0; }
  }

  /* glitch-b: offset timing so the two names glitch alternately */
  .glitch-b::before { animation: gA 3s .4s infinite; }
  .glitch-b::after  { animation: gB 3s .4s infinite; }

  /* separator between names */
  .amp {
    color: rgba(0,237,255,.55);
    font-size: .85em;
    animation: flicker 5s infinite;
  }

  /* &#9472;&#9472;&#9472; message &#9472;&#9472;&#9472; */
  .msg {
    font-size:12px; line-height:2.1;
    letter-spacing:.05em; color:var(--text);
    position:relative; padding: 0 4px;
    animation: msgFlicker 8s infinite;
  }
  .msg .hl { color:var(--accent); }
  .cursor {
    display:inline-block; width:7px; height:12px;
    background:var(--accent); vertical-align:middle;
    margin-left:3px;
    animation: cur .8s step-end infinite;
    box-shadow:0 0 8px var(--accent);
  }
  @keyframes cur { 50%{ opacity:0; } }

  @keyframes msgFlicker {
    0%,91%,100%{ opacity:1; }
    92%  { opacity:.25; }
    93%  { opacity:.9; }
    94%  { opacity:.1; }
    95%  { opacity:.95; }
  }

  /* &#9472;&#9472;&#9472; divider &#9472;&#9472;&#9472; */
  .divider {
    width:min(440px,90%); height:1px;
    margin:18px auto 0;
    position:relative;
    background:linear-gradient(to right,
      transparent,
      rgba(0,237,255,.7) 20%,
      rgba(0,237,255,.7) 80%,
      transparent);
  }
  .divider::before {
    content:'';
    position:absolute; left:50%; top:50%;
    transform:translate(-50%,-50%);
    width:5px; height:5px; border-radius:50%;
    background:var(--accent);
    box-shadow:0 0 12px var(--accent), 0 0 28px rgba(0,237,255,.6);
    animation:dotPulse 2s ease-in-out infinite;
  }
  @keyframes dotPulse {
    0%,100%{ box-shadow:0 0 8px var(--accent),0 0 20px rgba(0,237,255,.5); }
    50%     { box-shadow:0 0 20px var(--accent),0 0 44px rgba(0,237,255,.75); }
  }

  /* &#9472;&#9472;&#9472; footer bar &#9472;&#9472;&#9472; */
  .footbar {
    display:flex; justify-content:space-between; align-items:center;
    padding:7px 12px;
    border-top:1px solid rgba(0,237,255,.13);
    font-size:9px; letter-spacing:.18em; text-transform:uppercase;
    color:rgba(0,237,255,.3);
    background:rgba(0,237,255,.025);
  }
  .footbar span { animation:flicker 11s infinite; }

  @keyframes flicker {
    0%,93%,100%{ opacity:1; }
    94%{ opacity:.3; } 95%{ opacity:.9; } 96%{ opacity:.1; } 97%{ opacity:.85; }
  }

  @media (prefers-reduced-motion:reduce) {
    *, *::before, *::after { animation:none !important; }
  }

  body, a, button {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cfilter id='gl'%3E%3CfeGaussianBlur stdDeviation='1.8' result='b'/%3E%3CfeMerge%3E%3CfeMergeNode in='b'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23gl)'%3E%3Cpolygon points='16,1 31,16 16,31 1,16' fill='rgba(0,237,255,0.18)' stroke='%2300EDFF' stroke-width='1.5'/%3E%3Cpolygon points='16,6 26,16 16,26 6,16' fill='none' stroke='rgba(0,237,255,0.55)' stroke-width='0.8'/%3E%3Ccircle cx='16' cy='16' r='2.2' fill='%2300EDFF'/%3E%3C/g%3E%3C/svg%3E") 16 16, crosshair;
  }

  /* &#9472;&#9472; Telegram contact &#9472;&#9472; */
  .tg-wrap {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .tg-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 18px;
    text-decoration: none;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--accent);
    border: 1px solid rgba(0,237,255,.35);
    background: rgba(0,237,255,.04);
    position: relative;
    transition: background .2s, border-color .2s, box-shadow .2s;
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  }

  .tg-btn:hover, .tg-btn:focus-visible {
    background: rgba(0,237,255,.1);
    border-color: rgba(0,237,255,.7);
    box-shadow: 0 0 20px rgba(0,237,255,.25), inset 0 0 14px rgba(0,237,255,.07);
    outline: none;
  }

  .tg-btn:hover .tg-icon { filter: drop-shadow(0 0 6px rgba(0,237,255,.9)); }

  .tg-icon {
    width: 18px; height: 18px;
    fill: var(--accent);
    flex-shrink: 0;
    filter: drop-shadow(0 0 4px rgba(0,237,255,.5));
    transition: filter .2s;
  }

  .tg-label { color: var(--accent); }
  .tg-handle { color: var(--dim); }
</style>
</head>
<body>

<!-- Bg canvas -->
<canvas id="c-bg"></canvas>
<canvas id="c-scan"></canvas>
<div class="grid-overlay"></div>
<div class="vignette"></div>

<!-- Hidden real image for JS to read -->
<img id="img-src" src="https://i.postimg.cc/pLBYGvkw/Zerodayy1diot9.png"
  crossorigin="anonymous" alt="" aria-hidden="true" />

<main>
  <div class="frame frame-b">

    <!-- title bar -->
    <div class="titlebar">
      <span class="dot dot-r"></span>
      <span class="dot dot-y"></span>
      <span class="dot dot-g"></span>
      <span class="tb-label">[ Beelze &amp; Raimu0x19 ]</span>
      <span class="tb-alert">&#9679; LIVE</span>
    </div>

    <!-- main content -->
    <div class="panel">

      <div class="hero-wrap">
        <div class="img-stripe img-stripe-r"></div>
        <div class="img-stripe img-stripe-b"></div>
        <canvas id="img-canvas" width="460" height="460"
          role="img" aria-label="Beelze &amp; Raimu0x19 profile"></canvas>
      </div>

      <p class="hex-badge">0x42 65 65 6C 7A 65 &nbsp;|&nbsp; 0x52 61 69 6D 75 30 78 31 39</p>

      <div class="status-row">
        <span class="status-dot"></span>
        <span class="status-txt">intrusion detected — system compromised</span>
        <span class="status-dot" style="animation-delay:.45s"></span>
      </div>

      <div class="title">
        <svg class="chip-icon" viewBox="0 0 24 24" aria-hidden="true">
          <path d="M9 2h2v2h2V2h2v2h2a2 2 0 0 1 2 2v2h2v2h-2v2h2v2h-2v2a2 2 0 0 1-2 2h-2v2h-2v-2h-2v2h-2v-2H7a2 2 0 0 1-2-2v-2H3v-2h2v-2H3V8h2V6a2 2 0 0 1 2-2h2V2zm-2 6v10h10V8H7zm3 2h4v6h-4v-6z"/>
        </svg>
        <span>Hacked By&nbsp;<span class="glitch" data-text="Beelze">Beelze</span><span class="amp">&nbsp;&amp;&nbsp;</span><span class="glitch glitch-b" data-text="Raimu0x19">Raimu0x19</span></span>
        <svg class="chip-icon" viewBox="0 0 24 24" aria-hidden="true">
          <path d="M9 2h2v2h2V2h2v2h2a2 2 0 0 1 2 2v2h2v2h-2v2h2v2h-2v2a2 2 0 0 1-2 2h-2v2h-2v-2h-2v2h-2v-2H7a2 2 0 0 1-2-2v-2H3v-2h2v-2H3V8h2V6a2 2 0 0 1 2-2h2V2zm-2 6v10h10V8H7zm3 2h4v6h-4v-6z"/>
        </svg>
      </div>

      <div class="msg">
        I'm here alone<span class="hl"> !</span><br>
        I'm just a kid<span class="hl"> !</span><br>
        Keep Dreaming<span class="hl"> :*</span>
        And that Security Was There<span class="hl">.*</span>
        <span class="cursor" aria-hidden="true"></span>
      </div>

      <div class="divider"></div>

      <!-- Telegram contacts -->
      <div class="tg-wrap">
        <a class="tg-btn" href="https://t.me/+72wGqXlkSMU3ZTU1" target="_blank" rel="noopener noreferrer">
          <svg class="tg-icon" viewBox="0 0 24 24" aria-hidden="true">
            <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>
          <span class="tg-label">Contact</span>
          <span class="tg-handle">t.me/+72wGqXlkSMU3ZTU1</span>
        </a>
      </div>
    </div>

    <!-- footer bar -->
    <div class="footbar">
      <span>Beelze &amp; Raimu0x19</span>
      <span id="ts">--:--:--</span>
      <span>was here</span>
    </div>

  </div>
</main>

<script>
(function() {
  /* &#9472;&#9472; timestamp &#9472;&#9472; */
  function tick() {
    var d = new Date();
    document.getElementById('ts').textContent =
      ('0'+d.getHours()).slice(-2)+':'+('0'+d.getMinutes()).slice(-2)+':'+('0'+d.getSeconds()).slice(-2);
  }
  tick(); setInterval(tick, 1000);

  /* &#9472;&#9472; binary rain canvas &#9472;&#9472; */
  var bgC = document.getElementById('c-bg');
  var bgX = bgC.getContext('2d');
  var cols, drops;
  var CHARS = '01&#12450;&#12452;&#12454;&#12456;&#12458;&#12459;&#12461;&#12463;&#12465;&#12467;¥$#@%10';

  function bgResize() {
    bgC.width  = window.innerWidth;
    bgC.height = window.innerHeight;
    cols  = Math.floor(bgC.width / 18);
    drops = Array.from({length:cols}, function(){ return (Math.random()*bgC.height/14)|0; });
  }

  function bgDraw() {
    bgX.fillStyle = 'rgba(0,0,0,0.18)';
    bgX.fillRect(0, 0, bgC.width, bgC.height);
    bgX.font = '12px '+getComputedStyle(document.body).fontFamily;
    for (var i = 0; i < cols; i++) {
      var bright = Math.random() > 0.96 ? 1 : (Math.random() > 0.85 ? 0.5 : 0.14);
      bgX.fillStyle = 'rgba(0,237,255,'+bright+')';
      bgX.fillText(CHARS[Math.floor(Math.random()*CHARS.length)], i*18, drops[i]*14);
      if (drops[i]*14 > bgC.height && Math.random() > 0.975) drops[i] = 0;
      drops[i]++;
    }
    requestAnimationFrame(bgDraw);
  }

  window.addEventListener('resize', bgResize);
  bgResize(); bgDraw();

  /* &#9472;&#9472; scanline canvas &#9472;&#9472; */
  var scC = document.getElementById('c-scan');
  var scX = scC.getContext('2d');
  var sweep = 0;

  function scResize() { scC.width = window.innerWidth; scC.height = window.innerHeight; }

  function scDraw() {
    scC.width = scC.width;
    for (var y = 0; y < scC.height; y += 4) {
      scX.fillStyle = 'rgba(0,0,0,0.28)';
      scX.fillRect(0, y, scC.width, 2);
    }
    sweep = (sweep + 3) % scC.height;
    var sg = scX.createLinearGradient(0, sweep-18, 0, sweep+2);
    sg.addColorStop(0, 'rgba(0,237,255,0)');
    sg.addColorStop(0.7,'rgba(0,237,255,0.07)');
    sg.addColorStop(1,'rgba(0,237,255,0.22)');
    scX.fillStyle = sg;
    scX.fillRect(0, sweep-18, scC.width, 20);
    requestAnimationFrame(scDraw);
  }

  window.addEventListener('resize', scResize);
  scResize(); scDraw();

  /* &#9472;&#9472; image glitch via canvas &#9472;&#9472; */
  var imgSrc  = document.getElementById('img-src');
  var imgC    = document.getElementById('img-canvas');
  var imgX    = imgC.getContext('2d');
  var W = imgC.width, H = imgC.height;
  var imgLoaded = false;

  function drawClean() {
    if (!imgLoaded) return;
    imgX.clearRect(0,0,W,H);
    imgX.drawImage(imgSrc, 0, 0, W, H);
  }

  function glitchBurst() {
    if (!imgLoaded) return;

    var frames = 4 + (Math.random()*5|0);
    var f = 0;

    function step() {
      imgX.clearRect(0,0,W,H);
      imgX.drawImage(imgSrc, 0, 0, W, H);

      var numSlices = 4 + (Math.random()*10|0);
      for (var i = 0; i < numSlices; i++) {
        var sy = Math.random() * H | 0;
        var sh = (Math.random() * H * 0.18 + 4) | 0;
        sh = Math.min(sh, H - sy);
        var dx = (Math.random() - 0.5) * 28 | 0;
        var strip = imgX.getImageData(0, sy, W, sh);
        imgX.clearRect(0, sy, W, sh);
        imgX.putImageData(strip, dx, sy);
      }

      if (Math.random() > 0.3) {
        var bandY  = Math.random() * H * 0.8 | 0;
        var bandH  = (Math.random() * H * 0.25 + 8) | 0;
        bandH = Math.min(bandH, H - bandY);
        var bandW  = W;

        var raw = imgX.getImageData(0, bandY, bandW, bandH);
        var out = imgX.createImageData(bandW, bandH);
        var src = raw.data, dst = out.data;
        var shift = (Math.random() * 12 + 4) | 0;

        for (var py = 0; py < bandH; py++) {
          for (var px = 0; px < bandW; px++) {
            var idx = (py * bandW + px) * 4;
            var ri  = (py * bandW + Math.min(px + shift, bandW-1)) * 4;
            var bi  = (py * bandW + Math.max(px - shift, 0)) * 4;
            dst[idx]   = src[ri];
            dst[idx+1] = src[idx+1];
            dst[idx+2] = src[bi+2];
            dst[idx+3] = src[idx+3];
          }
        }
        imgX.putImageData(out, 0, bandY);
      }

      if (Math.random() > 0.6) {
        var fy = Math.random() * H | 0;
        var fh = (Math.random() * 8 + 2) | 0;
        fh = Math.min(fh, H - fy);
        imgX.globalCompositeOperation = 'difference';
        imgX.fillStyle = 'rgba(255,255,255,0.9)';
        imgX.fillRect(0, fy, W, fh);
        imgX.globalCompositeOperation = 'source-over';
      }

      f++;
      if (f < frames) {
        setTimeout(step, 40 + Math.random() * 30);
      } else {
        drawClean();
        scheduleGlitch();
      }
    }

    step();
  }

  function scheduleGlitch() {
    setTimeout(glitchBurst, 300 + Math.random() * 600);
  }

  function init() {
    imgLoaded = true;
    drawClean();
    scheduleGlitch();
  }

  if (imgSrc.complete && imgSrc.naturalWidth > 0) {
    init();
  } else {
    imgSrc.addEventListener('load', init);
    imgSrc.addEventListener('error', function() {
      imgX.fillStyle = '#000000';
      imgX.fillRect(0,0,W,H);
      imgX.strokeStyle = 'rgba(0,237,255,.5)';
      imgX.lineWidth = 2;
      imgX.strokeRect(4,4,W-8,H-8);
      imgX.fillStyle = 'rgba(0,237,255,.6)';
      imgX.font = 'bold 48px Courier New';
      imgX.textAlign = 'center';
      imgX.fillText('BLZ', W/2, H/2-20);
      imgX.font = 'bold 32px Courier New';
      imgX.fillText('&', W/2, H/2+20);
      imgX.font = 'bold 26px Courier New';
      imgX.fillText('R0x19', W/2, H/2+60);
    });
  }
})();
</script>

</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hacked By Beelze &amp; Raimu0x19</title>

<!-- Primary SEO -->
<meta name="description" content="Hacked By Beelze &amp; Raimu0x19 — This site has been pwned. Security breach by Beelze &amp; Raimu0x19." />
<meta name="keywords" content="Hacked, Hacked By Beelze, Hacked By Raimu0x19, Beelze, Raimu0x19, defaced, defacement, hacker, cyber, security breach, owned, pwned, exploit, vulnerability, hack" />
<meta name="author" content="Beelze &amp; Raimu0x19" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />

<!-- Open Graph -->
<meta property="og:type"        content="website" />
<meta property="og:title"       content="Hacked By Beelze &amp; Raimu0x19" />
<meta property="og:description" content="This site has been hacked by Beelze &amp; Raimu0x19. Security is an illusion." />
<meta property="og:image"       content="https://i.postimg.cc/pLBYGvkw/Zerodayy1diot9.png" />
<meta property="og:image:alt"   content="Beelze &amp; Raimu0x19" />
<meta property="og:site_name"   content="Beelze &amp; Raimu0x19" />

<!-- Twitter / X Card -->
<meta name="twitter:card"        content="summary_large_image" />
<meta name="twitter:title"       content="Hacked By Beelze &amp; Raimu0x19" />
<meta name="twitter:description" content="This site has been hacked by Beelze &amp; Raimu0x19." />
<meta name="twitter:image"       content="https://i.postimg.cc/pLBYGvkw/Zerodayy1diot9.png" />
<meta name="twitter:creator"     content="@Raimu0x19" />

<!-- Night Diamond cursor (cursors-4u.com) -->
<link rel="stylesheet" href="https://cdn.cursors-4u.net/cursors/animated/night-diamond-working-background-afbbf0d3-32.css" />

<style>
  :root {
    --bg:      #000000;
    --panel:   #020C14;
    --accent:  #00EDFF;
    --dim:     rgba(0,237,255,.45);
    --glitch1: #0044FF;
    --glitch2: #AAFFFF;
    --red:     #ff3c3c;
    --text:    #90CCD8;
    --mono:    'Courier New','Lucida Console','DejaVu Sans Mono',monospace;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html, body { height: 100%; }

  body {
    font-family: var(--mono);
    background: var(--bg);
    color: var(--text);
    overflow: hidden;
    display: grid;
    place-items: center;
    min-height: 100vh;
  }

  /* &#9472;&#9472;&#9472; fixed layers &#9472;&#9472;&#9472; */
  #c-bg   { position:fixed; inset:0; z-index:0; pointer-events:none; }
  #c-scan { position:fixed; inset:0; z-index:3; pointer-events:none; opacity:.55; }

  .vignette {
    position:fixed; inset:0; z-index:2; pointer-events:none;
    background: radial-gradient(ellipse 80% 80% at 50% 50%,
      transparent 30%, rgba(0,0,0,.82) 100%);
  }

  .grid-overlay {
    position:fixed; inset:0; z-index:1; pointer-events:none;
    background-image:
      linear-gradient(rgba(0,237,255,.028) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0,237,255,.028) 1px, transparent 1px);
    background-size: 48px 48px;
  }

  /* &#9472;&#9472;&#9472; terminal frame &#9472;&#9472;&#9472; */
  .frame {
    position: relative;
    z-index: 10;
    width: min(620px, 96vw);
    border: 1px solid rgba(0,237,255,.28);
    box-shadow:
      0 0 0 1px rgba(0,237,255,.06),
      0 0 40px rgba(0,237,255,.10),
      0 0 80px rgba(0,237,255,.05),
      inset 0 0 60px rgba(0,237,255,.02);
    background: var(--panel);
  }

  .frame::before, .frame::after,
  .frame-b::before, .frame-b::after {
    content:'';
    position:absolute;
    width:12px; height:12px;
    border-color: var(--accent);
    border-style: solid;
    pointer-events:none;
    z-index:1;
  }
  .frame::before  { top:-1px;  left:-1px;  border-width:2px 0 0 2px; }
  .frame::after   { top:-1px;  right:-1px; border-width:2px 2px 0 0; }
  .frame-b::before{ bottom:-1px; left:-1px;  border-width:0 0 2px 2px; }
  .frame-b::after { bottom:-1px; right:-1px; border-width:0 2px 2px 0; }

  /* &#9472;&#9472;&#9472; title bar &#9472;&#9472;&#9472; */
  .titlebar {
    display:flex;
    align-items:center;
    gap:8px;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(0,237,255,.16);
    background: rgba(0,237,255,.04);
  }
  .dot { width:8px; height:8px; border-radius:50%; flex-shrink:0; }
  .dot-r { background:#ff3c3c; box-shadow:0 0 6px #ff3c3c; }
  .dot-y { background:#ffbf00; box-shadow:0 0 6px #ffbf00; }
  .dot-g { background:var(--accent); box-shadow:0 0 6px var(--accent); animation: dotBlink 1.4s step-end infinite; }
  @keyframes dotBlink { 50% { opacity:.1; } }

  .tb-label {
    flex:1; text-align:center;
    font-size:10px; letter-spacing:.3em;
    text-transform:uppercase; color:var(--dim);
  }
  .tb-alert {
    font-size:9px; letter-spacing:.15em;
    color: var(--red);
    animation: alertBlink 0.7s step-end infinite;
    text-transform:uppercase;
  }
  @keyframes alertBlink { 50% { opacity:0; } }

  /* &#9472;&#9472;&#9472; body &#9472;&#9472;&#9472; */
  .panel {
    display:flex; flex-direction:column; align-items:center;
    padding: 20px 24px 22px;
    gap:0;
    text-align:center;
  }

  /* &#9472;&#9472;&#9472; image &#9472;&#9472;&#9472; */
  .hero-wrap {
    position:relative;
    width: min(230px, 60vw);
    margin-bottom: 16px;
  }

  #img-src { display:none; }
  #img-canvas {
    display:block; width:100%; height:auto;
    border-radius:12px;
    border: 1px solid rgba(0,237,255,.22);
    box-shadow:
      0 0 0 1px rgba(0,237,255,.08),
      0 0 24px rgba(0,237,255,.18),
      0 0 60px rgba(0,237,255,.08),
      0 30px 60px rgba(0,0,0,.9);
  }

  .img-stripe {
    position:absolute; inset:0; border-radius:12px;
    background: url("https://i.postimg.cc/pLBYGvkw/Zerodayy1diot9.png") center/cover;
    mix-blend-mode:screen;
    pointer-events:none;
  }
  .img-stripe-r {
    left:-4px; filter:hue-rotate(195deg) saturate(5) brightness(1.2);
    animation: stripeR 1.8s infinite;
  }
  .img-stripe-b {
    left:4px;  filter:hue-rotate(-65deg) saturate(5) brightness(1.2);
    animation: stripeB 1.8s infinite;
  }

  @keyframes stripeR {
    0%,39%,100%{ opacity:0; clip-path:none; }
    40%        { opacity:.9; clip-path:inset(12% 0 68% 0); }
    42%        { opacity:.9; clip-path:inset(55% 0 18% 0); transform:translateX(-5px); }
    44%        { opacity:0; }
    68%        { opacity:0; }
    69%        { opacity:.7; clip-path:inset(78% 0 5%  0); transform:translateX(4px); }
    70%        { opacity:0; }
    85%        { opacity:0; }
    86%        { opacity:.8; clip-path:inset(28% 0 45% 0); transform:translateX(-3px); }
    87%        { opacity:.8; clip-path:inset(5%  0 80% 0); transform:translateX(3px); }
    88%        { opacity:0; }
  }

  @keyframes stripeB {
    0%,39%,100%{ opacity:0; clip-path:none; }
    40%        { opacity:.8; clip-path:inset(55% 0 10% 0); transform:translateX(5px); }
    42%        { opacity:.8; clip-path:inset(5%  0 62% 0); transform:translateX(-5px); }
    44%        { opacity:0; }
    68%        { opacity:0; }
    69%        { opacity:.6; clip-path:inset(6%  0 72% 0); transform:translateX(-4px); }
    70%        { opacity:0; }
    85%        { opacity:0; }
    86%        { opacity:.7; clip-path:inset(60% 0 12% 0); transform:translateX(3px); }
    87%        { opacity:.7; clip-path:inset(15% 0 55% 0); transform:translateX(-3px); }
    88%        { opacity:0; }
  }

  /* &#9472;&#9472;&#9472; hex badge &#9472;&#9472;&#9472; */
  .hex-badge {
    font-size:9px; letter-spacing:.2em;
    color:rgba(0,237,255,.4);
    margin-bottom:14px;
    animation: flicker 7s infinite;
  }

  /* &#9472;&#9472;&#9472; status bar &#9472;&#9472;&#9472; */
  .status-row {
    display:flex; align-items:center; justify-content:center;
    gap:12px; margin-bottom:10px;
    font-size:9px; letter-spacing:.2em; text-transform:uppercase;
  }
  .status-dot {
    width:5px; height:5px; border-radius:50%;
    background: var(--red); box-shadow:0 0 8px var(--red);
    animation: dotBlink .9s step-end infinite;
  }
  .status-txt { color: var(--dim); }

  /* &#9472;&#9472;&#9472; title &#9472;&#9472;&#9472; */
  .title {
    display:flex; align-items:center; justify-content:center;
    gap:10px; margin-bottom:16px;
    font-size: clamp(16px,4vw,22px);
    letter-spacing:.06em;
    animation: titleShake 3s infinite;
    flex-wrap:wrap;
  }

  @keyframes titleShake {
    0%,72%,100%{ transform:translate(0) skewX(0); }
    73%         { transform:translate(-3px,1px) skewX(-2deg); }
    74%         { transform:translate(3px,-2px) skewX(2deg); }
    75%         { transform:translate(-1px,1px); }
    76%         { transform:translate(2px,0); }
    77%         { transform:translate(0) skewX(0); }
    88%         { transform:translate(0); }
    89%         { transform:translate(-2px,0) skewX(-1deg); }
    90%         { transform:translate(0); }
  }

  .chip-icon {
    flex-shrink:0;
    fill:var(--accent); width:18px; height:18px;
    filter:drop-shadow(0 0 10px rgba(0,237,255,.7));
    animation: iconPulse 2.5s ease-in-out infinite;
  }
  @keyframes iconPulse {
    0%,100%{ filter:drop-shadow(0 0 8px rgba(0,237,255,.6)); }
    50%     { filter:drop-shadow(0 0 20px rgba(0,237,255,1)); }
  }

  /* &#9472;&#9472;&#9472; glitch text &#9472;&#9472;&#9472; */
  .glitch {
    position:relative; display:inline-block;
    color:var(--accent);
    text-shadow:
      0 0 6px rgba(0,237,255,.8),
      0 0 22px rgba(0,237,255,.4),
      0 0 40px rgba(0,237,255,.15);
  }
  .glitch::before, .glitch::after {
    content:attr(data-text);
    position:absolute; inset:0;
    overflow:hidden; white-space:nowrap;
  }
  .glitch::before {
    color:var(--glitch1); left:-3px; text-shadow:none;
    animation: gA 3s infinite;
  }
  .glitch::after {
    color:var(--glitch2); left:3px; text-shadow:none;
    animation: gB 3s infinite;
  }

  @keyframes gA {
    0%,68%,100%{ opacity:0; }
    69%  { opacity:1; clip-path:inset(12% 0 65% 0); transform:translate(-4px,1px); }
    70%  { opacity:1; clip-path:inset(60% 0 10% 0); transform:translate(4px,-1px); }
    71%  { opacity:1; clip-path:inset(33% 0 38% 0); transform:translate(-2px,0); }
    72%  { opacity:0; }
    80%  { opacity:0; }
    81%  { opacity:1; clip-path:inset(5%  0 80% 0); transform:translate(-5px,0); }
    82%  { opacity:1; clip-path:inset(75% 0 5%  0); transform:translate(5px,0); }
    83%  { opacity:0; }
    92%  { opacity:0; }
    93%  { opacity:1; clip-path:inset(42% 0 28% 0); transform:translate(-3px,0); }
    94%  { opacity:0; }
  }

  @keyframes gB {
    0%,68%,100%{ opacity:0; }
    69%  { opacity:1; clip-path:inset(60% 0 12% 0); transform:translate(4px,-1px); }
    70%  { opacity:1; clip-path:inset(5%  0 65% 0); transform:translate(-4px,1px); }
    71%  { opacity:1; clip-path:inset(28% 0 48% 0); transform:translate(2px,0); }
    72%  { opacity:0; }
    80%  { opacity:0; }
    81%  { opacity:1; clip-path:inset(72% 0 5%  0); transform:translate(5px,0); }
    82%  { opacity:1; clip-path:inset(8%  0 75% 0); transform:translate(-5px,0); }
    83%  { opacity:0; }
    92%  { opacity:0; }
    93%  { opacity:1; clip-path:inset(20% 0 58% 0); transform:translate(3px,0); }
    94%  { opacity:0; }
  }

  /* glitch-b: offset timing so the two names glitch alternately */
  .glitch-b::before { animation: gA 3s .4s infinite; }
  .glitch-b::after  { animation: gB 3s .4s infinite; }

  /* separator between names */
  .amp {
    color: rgba(0,237,255,.55);
    font-size: .85em;
    animation: flicker 5s infinite;
  }

  /* &#9472;&#9472;&#9472; message &#9472;&#9472;&#9472; */
  .msg {
    font-size:12px; line-height:2.1;
    letter-spacing:.05em; color:var(--text);
    position:relative; padding: 0 4px;
    animation: msgFlicker 8s infinite;
  }
  .msg .hl { color:var(--accent); }
  .cursor {
    display:inline-block; width:7px; height:12px;
    background:var(--accent); vertical-align:middle;
    margin-left:3px;
    animation: cur .8s step-end infinite;
    box-shadow:0 0 8px var(--accent);
  }
  @keyframes cur { 50%{ opacity:0; } }

  @keyframes msgFlicker {
    0%,91%,100%{ opacity:1; }
    92%  { opacity:.25; }
    93%  { opacity:.9; }
    94%  { opacity:.1; }
    95%  { opacity:.95; }
  }

  /* &#9472;&#9472;&#9472; divider &#9472;&#9472;&#9472; */
  .divider {
    width:min(440px,90%); height:1px;
    margin:18px auto 0;
    position:relative;
    background:linear-gradient(to right,
      transparent,
      rgba(0,237,255,.7) 20%,
      rgba(0,237,255,.7) 80%,
      transparent);
  }
  .divider::before {
    content:'';
    position:absolute; left:50%; top:50%;
    transform:translate(-50%,-50%);
    width:5px; height:5px; border-radius:50%;
    background:var(--accent);
    box-shadow:0 0 12px var(--accent), 0 0 28px rgba(0,237,255,.6);
    animation:dotPulse 2s ease-in-out infinite;
  }
  @keyframes dotPulse {
    0%,100%{ box-shadow:0 0 8px var(--accent),0 0 20px rgba(0,237,255,.5); }
    50%     { box-shadow:0 0 20px var(--accent),0 0 44px rgba(0,237,255,.75); }
  }

  /* &#9472;&#9472;&#9472; footer bar &#9472;&#9472;&#9472; */
  .footbar {
    display:flex; justify-content:space-between; align-items:center;
    padding:7px 12px;
    border-top:1px solid rgba(0,237,255,.13);
    font-size:9px; letter-spacing:.18em; text-transform:uppercase;
    color:rgba(0,237,255,.3);
    background:rgba(0,237,255,.025);
  }
  .footbar span { animation:flicker 11s infinite; }

  @keyframes flicker {
    0%,93%,100%{ opacity:1; }
    94%{ opacity:.3; } 95%{ opacity:.9; } 96%{ opacity:.1; } 97%{ opacity:.85; }
  }

  @media (prefers-reduced-motion:reduce) {
    *, *::before, *::after { animation:none !important; }
  }

  body, a, button {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cfilter id='gl'%3E%3CfeGaussianBlur stdDeviation='1.8' result='b'/%3E%3CfeMerge%3E%3CfeMergeNode in='b'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23gl)'%3E%3Cpolygon points='16,1 31,16 16,31 1,16' fill='rgba(0,237,255,0.18)' stroke='%2300EDFF' stroke-width='1.5'/%3E%3Cpolygon points='16,6 26,16 16,26 6,16' fill='none' stroke='rgba(0,237,255,0.55)' stroke-width='0.8'/%3E%3Ccircle cx='16' cy='16' r='2.2' fill='%2300EDFF'/%3E%3C/g%3E%3C/svg%3E") 16 16, crosshair;
  }

  /* &#9472;&#9472; Telegram contact &#9472;&#9472; */
  .tg-wrap {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .tg-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 18px;
    text-decoration: none;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--accent);
    border: 1px solid rgba(0,237,255,.35);
    background: rgba(0,237,255,.04);
    position: relative;
    transition: background .2s, border-color .2s, box-shadow .2s;
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  }

  .tg-btn:hover, .tg-btn:focus-visible {
    background: rgba(0,237,255,.1);
    border-color: rgba(0,237,255,.7);
    box-shadow: 0 0 20px rgba(0,237,255,.25), inset 0 0 14px rgba(0,237,255,.07);
    outline: none;
  }

  .tg-btn:hover .tg-icon { filter: drop-shadow(0 0 6px rgba(0,237,255,.9)); }

  .tg-icon {
    width: 18px; height: 18px;
    fill: var(--accent);
    flex-shrink: 0;
    filter: drop-shadow(0 0 4px rgba(0,237,255,.5));
    transition: filter .2s;
  }

  .tg-label { color: var(--accent); }
  .tg-handle { color: var(--dim); }
</style>
</head>
<body>

<!-- Bg canvas -->
<canvas id="c-bg"></canvas>
<canvas id="c-scan"></canvas>
<div class="grid-overlay"></div>
<div class="vignette"></div>

<!-- Hidden real image for JS to read -->
<img id="img-src" src="https://i.postimg.cc/pLBYGvkw/Zerodayy1diot9.png"
  crossorigin="anonymous" alt="" aria-hidden="true" />

<main>
  <div class="frame frame-b">

    <!-- title bar -->
    <div class="titlebar">
      <span class="dot dot-r"></span>
      <span class="dot dot-y"></span>
      <span class="dot dot-g"></span>
      <span class="tb-label">[ Beelze &amp; Raimu0x19 ]</span>
      <span class="tb-alert">&#9679; LIVE</span>
    </div>

    <!-- main content -->
    <div class="panel">

      <div class="hero-wrap">
        <div class="img-stripe img-stripe-r"></div>
        <div class="img-stripe img-stripe-b"></div>
        <canvas id="img-canvas" width="460" height="460"
          role="img" aria-label="Beelze &amp; Raimu0x19 profile"></canvas>
      </div>

      <p class="hex-badge">0x42 65 65 6C 7A 65 &nbsp;|&nbsp; 0x52 61 69 6D 75 30 78 31 39</p>

      <div class="status-row">
        <span class="status-dot"></span>
        <span class="status-txt">intrusion detected — system compromised</span>
        <span class="status-dot" style="animation-delay:.45s"></span>
      </div>

      <div class="title">
        <svg class="chip-icon" viewBox="0 0 24 24" aria-hidden="true">
          <path d="M9 2h2v2h2V2h2v2h2a2 2 0 0 1 2 2v2h2v2h-2v2h2v2h-2v2a2 2 0 0 1-2 2h-2v2h-2v-2h-2v2h-2v-2H7a2 2 0 0 1-2-2v-2H3v-2h2v-2H3V8h2V6a2 2 0 0 1 2-2h2V2zm-2 6v10h10V8H7zm3 2h4v6h-4v-6z"/>
        </svg>
        <span>Hacked By&nbsp;<span class="glitch" data-text="Beelze">Beelze</span><span class="amp">&nbsp;&amp;&nbsp;</span><span class="glitch glitch-b" data-text="Raimu0x19">Raimu0x19</span></span>
        <svg class="chip-icon" viewBox="0 0 24 24" aria-hidden="true">
          <path d="M9 2h2v2h2V2h2v2h2a2 2 0 0 1 2 2v2h2v2h-2v2h2v2h-2v2a2 2 0 0 1-2 2h-2v2h-2v-2h-2v2h-2v-2H7a2 2 0 0 1-2-2v-2H3v-2h2v-2H3V8h2V6a2 2 0 0 1 2-2h2V2zm-2 6v10h10V8H7zm3 2h4v6h-4v-6z"/>
        </svg>
      </div>

      <div class="msg">
        I'm here alone<span class="hl"> !</span><br>
        I'm just a kid<span class="hl"> !</span><br>
        Keep Dreaming<span class="hl"> :*</span>
        And that Security Was There<span class="hl">.*</span>
        <span class="cursor" aria-hidden="true"></span>
      </div>

      <div class="divider"></div>

      <!-- Telegram contacts -->
      <div class="tg-wrap">
        <a class="tg-btn" href="https://t.me/+72wGqXlkSMU3ZTU1" target="_blank" rel="noopener noreferrer">
          <svg class="tg-icon" viewBox="0 0 24 24" aria-hidden="true">
            <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>
          <span class="tg-label">Contact</span>
          <span class="tg-handle">t.me/+72wGqXlkSMU3ZTU1</span>
        </a>
      </div>
    </div>

    <!-- footer bar -->
    <div class="footbar">
      <span>Beelze &amp; Raimu0x19</span>
      <span id="ts">--:--:--</span>
      <span>was here</span>
    </div>

  </div>
</main>

<script>
(function() {
  /* &#9472;&#9472; timestamp &#9472;&#9472; */
  function tick() {
    var d = new Date();
    document.getElementById('ts').textContent =
      ('0'+d.getHours()).slice(-2)+':'+('0'+d.getMinutes()).slice(-2)+':'+('0'+d.getSeconds()).slice(-2);
  }
  tick(); setInterval(tick, 1000);

  /* &#9472;&#9472; binary rain canvas &#9472;&#9472; */
  var bgC = document.getElementById('c-bg');
  var bgX = bgC.getContext('2d');
  var cols, drops;
  var CHARS = '01&#12450;&#12452;&#12454;&#12456;&#12458;&#12459;&#12461;&#12463;&#12465;&#12467;¥$#@%10';

  function bgResize() {
    bgC.width  = window.innerWidth;
    bgC.height = window.innerHeight;
    cols  = Math.floor(bgC.width / 18);
    drops = Array.from({length:cols}, function(){ return (Math.random()*bgC.height/14)|0; });
  }

  function bgDraw() {
    bgX.fillStyle = 'rgba(0,0,0,0.18)';
    bgX.fillRect(0, 0, bgC.width, bgC.height);
    bgX.font = '12px '+getComputedStyle(document.body).fontFamily;
    for (var i = 0; i < cols; i++) {
      var bright = Math.random() > 0.96 ? 1 : (Math.random() > 0.85 ? 0.5 : 0.14);
      bgX.fillStyle = 'rgba(0,237,255,'+bright+')';
      bgX.fillText(CHARS[Math.floor(Math.random()*CHARS.length)], i*18, drops[i]*14);
      if (drops[i]*14 > bgC.height && Math.random() > 0.975) drops[i] = 0;
      drops[i]++;
    }
    requestAnimationFrame(bgDraw);
  }

  window.addEventListener('resize', bgResize);
  bgResize(); bgDraw();

  /* &#9472;&#9472; scanline canvas &#9472;&#9472; */
  var scC = document.getElementById('c-scan');
  var scX = scC.getContext('2d');
  var sweep = 0;

  function scResize() { scC.width = window.innerWidth; scC.height = window.innerHeight; }

  function scDraw() {
    scC.width = scC.width;
    for (var y = 0; y < scC.height; y += 4) {
      scX.fillStyle = 'rgba(0,0,0,0.28)';
      scX.fillRect(0, y, scC.width, 2);
    }
    sweep = (sweep + 3) % scC.height;
    var sg = scX.createLinearGradient(0, sweep-18, 0, sweep+2);
    sg.addColorStop(0, 'rgba(0,237,255,0)');
    sg.addColorStop(0.7,'rgba(0,237,255,0.07)');
    sg.addColorStop(1,'rgba(0,237,255,0.22)');
    scX.fillStyle = sg;
    scX.fillRect(0, sweep-18, scC.width, 20);
    requestAnimationFrame(scDraw);
  }

  window.addEventListener('resize', scResize);
  scResize(); scDraw();

  /* &#9472;&#9472; image glitch via canvas &#9472;&#9472; */
  var imgSrc  = document.getElementById('img-src');
  var imgC    = document.getElementById('img-canvas');
  var imgX    = imgC.getContext('2d');
  var W = imgC.width, H = imgC.height;
  var imgLoaded = false;

  function drawClean() {
    if (!imgLoaded) return;
    imgX.clearRect(0,0,W,H);
    imgX.drawImage(imgSrc, 0, 0, W, H);
  }

  function glitchBurst() {
    if (!imgLoaded) return;

    var frames = 4 + (Math.random()*5|0);
    var f = 0;

    function step() {
      imgX.clearRect(0,0,W,H);
      imgX.drawImage(imgSrc, 0, 0, W, H);

      var numSlices = 4 + (Math.random()*10|0);
      for (var i = 0; i < numSlices; i++) {
        var sy = Math.random() * H | 0;
        var sh = (Math.random() * H * 0.18 + 4) | 0;
        sh = Math.min(sh, H - sy);
        var dx = (Math.random() - 0.5) * 28 | 0;
        var strip = imgX.getImageData(0, sy, W, sh);
        imgX.clearRect(0, sy, W, sh);
        imgX.putImageData(strip, dx, sy);
      }

      if (Math.random() > 0.3) {
        var bandY  = Math.random() * H * 0.8 | 0;
        var bandH  = (Math.random() * H * 0.25 + 8) | 0;
        bandH = Math.min(bandH, H - bandY);
        var bandW  = W;

        var raw = imgX.getImageData(0, bandY, bandW, bandH);
        var out = imgX.createImageData(bandW, bandH);
        var src = raw.data, dst = out.data;
        var shift = (Math.random() * 12 + 4) | 0;

        for (var py = 0; py < bandH; py++) {
          for (var px = 0; px < bandW; px++) {
            var idx = (py * bandW + px) * 4;
            var ri  = (py * bandW + Math.min(px + shift, bandW-1)) * 4;
            var bi  = (py * bandW + Math.max(px - shift, 0)) * 4;
            dst[idx]   = src[ri];
            dst[idx+1] = src[idx+1];
            dst[idx+2] = src[bi+2];
            dst[idx+3] = src[idx+3];
          }
        }
        imgX.putImageData(out, 0, bandY);
      }

      if (Math.random() > 0.6) {
        var fy = Math.random() * H | 0;
        var fh = (Math.random() * 8 + 2) | 0;
        fh = Math.min(fh, H - fy);
        imgX.globalCompositeOperation = 'difference';
        imgX.fillStyle = 'rgba(255,255,255,0.9)';
        imgX.fillRect(0, fy, W, fh);
        imgX.globalCompositeOperation = 'source-over';
      }

      f++;
      if (f < frames) {
        setTimeout(step, 40 + Math.random() * 30);
      } else {
        drawClean();
        scheduleGlitch();
      }
    }

    step();
  }

  function scheduleGlitch() {
    setTimeout(glitchBurst, 300 + Math.random() * 600);
  }

  function init() {
    imgLoaded = true;
    drawClean();
    scheduleGlitch();
  }

  if (imgSrc.complete && imgSrc.naturalWidth > 0) {
    init();
  } else {
    imgSrc.addEventListener('load', init);
    imgSrc.addEventListener('error', function() {
      imgX.fillStyle = '#000000';
      imgX.fillRect(0,0,W,H);
      imgX.strokeStyle = 'rgba(0,237,255,.5)';
      imgX.lineWidth = 2;
      imgX.strokeRect(4,4,W-8,H-8);
      imgX.fillStyle = 'rgba(0,237,255,.6)';
      imgX.font = 'bold 48px Courier New';
      imgX.textAlign = 'center';
      imgX.fillText('BLZ', W/2, H/2-20);
      imgX.font = 'bold 32px Courier New';
      imgX.fillText('&', W/2, H/2+20);
      imgX.font = 'bold 26px Courier New';
      imgX.fillText('R0x19', W/2, H/2+60);
    });
  }
})();
</script>

</body>
</html>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//vashadvokat82.ru/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://vashadvokat82.ru/post-sitemap.xml</loc>
		<lastmod>2019-08-28T05:36:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://vashadvokat82.ru/page-sitemap.xml</loc>
		<lastmod>2020-09-06T15:59:54+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://vashadvokat82.ru/super_paypal_txn-sitemap.xml</loc>
	</sitemap>
	<sitemap>
		<loc>https://vashadvokat82.ru/super_paypal_sub-sitemap.xml</loc>
	</sitemap>
	<sitemap>
		<loc>https://vashadvokat82.ru/author-sitemap.xml</loc>
		<lastmod>2021-02-09T12:39:15+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->