Meta Description" name="description" />

Share this result

Previews are deleted daily. Get a permanent share link sent to your inbox:
Script
<!DOCTYPE html> <html> <head> <style> body { background: #000; margin: 0; overflow: hidden; font-family: monospace; cursor: crosshair; } canvas { display: block; position: absolute; top: 0; left: 0; z-index: 1; } /* الاسم d_ark_p7 عملاق وبدون مربع */ #name-container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; color: #0f0; font-size: 1.8vw; /* حجم ضخم جداً */ text-shadow: 0 0 30px #0f0, 0 0 60px #0f0; pointer-events: none; text-align: center; font-weight: 900; } /* زر تفعيل النظام والصوت */ #overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 100; display: flex; justify-content: center; align-items: center; color: #0f0; font-size: 20px; cursor: pointer; } </style> </head> <body> <div id="overlay">CLICK TO ACCESS SYSTEM [d_ark_p7]</div> <canvas id="matrix"></canvas> <pre id="name-container"> ::::::::: ::: ::::::::: ::: ::: ::::::::: :::::::: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +#+ +:+ +#++:++#++: +#++:++#: +#++:++ +#++:++#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ #+# #+# #+# #+# #+# #+# #+# #+# #+# #+# ######### ### ### ### ### ### ### ### ### </pre> <script> const canvas = document.getElementById('matrix'); const ctx = canvas.getContext('2d'); const overlay = document.getElementById('overlay'); canvas.width = window.innerWidth; canvas.height = window.innerHeight; const codes = "0x5f61726b5f7037 root@d_ark_p7 system_error inject_payload while(1){fork();} rm-rf/ 010101"; const charArray = codes.split(""); const fontSize = 18; const columns = canvas.width / fontSize; const drops = Array(Math.floor(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++) { const text = charArray[Math.floor(Math.random() * charArray.length)]; ctx.fillText(text, i * fontSize, drops[i] * fontSize); if (drops[i] * fontSize > canvas.height && Math.random() > 0.975) drops[i] = 0; drops[i]++; } } // وظيفة الصوت (نغمة اختراق مستمرة) function startAudio() { const audioCtx = new (window.AudioContext || window.webkitAudioContext)(); const oscillator = audioCtx.createOscillator(); const gainNode = audioCtx.createGain(); oscillator.type = 'sawtooth'; oscillator.frequency.setValueAtTime(50, audioCtx.currentTime); // تردد منخفض مرعب gainNode.gain.setValueAtTime(0.02, audioCtx.currentTime); oscillator.connect(gainNode); gainNode.connect(audioCtx.destination); oscillator.start(); // صوت بيب متقطع setInterval(() => { const beep = audioCtx.createOscillator(); const beepGain = audioCtx.createGain(); beep.type = 'square'; beep.frequency.setValueAtTime(Math.random() * 400 + 100, audioCtx.currentTime); beepGain.gain.setValueAtTime(0.01, audioCtx.currentTime); beep.connect(beepGain); beepGain.connect(audioCtx.destination); beep.start(); beep.stop(audioCtx.currentTime + 0.1); }, 500); } overlay.addEventListener('click', () => { overlay.style.display = 'none'; startAudio(); setInterval(draw, 30); }); </script> </body> </html>
Landing Page
This ad does not have a landing page available
Network Timeline
Performance Summary

1

Requests

1

Domains

5KB

Transfer Size

5KB

Content Size

198.0ms

Dom Content Loaded

296.0ms

First Paint

199.0ms

Load Time
Domain Breakdown
Transfer Size (bytes)
Loading...
Content Size (bytes)
Loading...
Header Size (bytes)
Loading...
Requests
Loading...
Timings (ms)
Loading...
Total Time
Loading...
Content Breakdown
Transfer Size (bytes)
Loading...
Content Size (bytes)
Loading...
Header Size (bytes)
Loading...
Requests
Loading...