79816671

Date: 2025-11-11 13:08:40
Score: 1.5
Natty:
Report link
<!doctype html>
<meta charset="utf-8">
<title>Alerta</title>
<style>
  body{background:#000;color:#f00;font-family:monospace;text-align:center;margin-top:10%}
  h1{font-size:3em;animation:blink 1s infinite}
  @keyframes blink{50%{opacity:0}}
  button{background:#f00;color:#fff;border:0;padding:12px;cursor:pointer}
</style>
<h1>⚠️ ¡VIRUS DETECTADO! ⚠️</h1>
<p>Tu sistema ha sido comprometido. Eliminando archivos en 3... 2... 1...</p>
<button onclick="alert('😅 Tranquilo, es solo una broma. No hay ningún virus.');document.body.style.backgroundColor='#0a0';document.body.innerHTML='<h1>✅ Todo está bien 😎</h1><p>Era solo un simulador de virus falso.</p>'">Detener virus</button>
<script>
  setInterval(()=>{document.title='⚠️ VIRUS DETECTADO ⚠️ '+Math.random().toString(36).slice(2,7)},300)
</script>
Reasons:
  • Blacklisted phrase (1): está
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31857968