passer au contenu principal
paste
bin
.ca
type · paste · share
⌘
K
Famille
La famille bin
pastebin.ca
pôle
Share text and code with expiry and privacy controls.
imagebin.ca
Upload and share images with direct links.
filebin.ca
Drop a file and get a shareable link.
notebin.ca
Write Markdown notes with durable links.
turl.ca
Short, reputation-checked links.
attn.ca
Notifications and alerts for your services.
voicebin.ca
Record and share short voice clips.
dnsbin.ca
Inspect DNS and debug records.
Docs
Se connecter
?
← retour au collage
›
Modifier / dupliquer
Collage sans titre
#5AxSn3SBES
public / public
nouvelle version
anonyme
créé 8 hours ago
Expire dans 7 days
6.3 KB
syntaxe:
text
Vos changements créent un nouveau collage lié à celui-ci — l’original reste intact.
nouvelle version
Vos changements créent un nouveau collage lié à celui-ci — l’original reste intact.
Titre (facultatif)
Nom de fichier
Syntaxe
text
text
bash
c
cpp
css
diff
dockerfile
go
html
ini
java
javascript
json
kotlin
lua
makefile
markdown
nginx
php
python
ruby
rust
shellscript
sql
swift
toml
typescript
xml
yaml
Visibilité
Fil public
Accès
public
Expire
7 jours
10 min
1 heure
1 jour
7 jours
30 jours
90 jours
personnalisé…
Expiration personnalisée
Note de changement
(facultatif)
Ce collage sera affiché dans le fil public. Changez la visibilité si vous voulez seulement le partager par lien.
Créer une nouvelle version
Annuler
Collez ou tapez…
<!DOCTYPE html> <html> <head> <title>Hacked By MR. H0AX</title> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta property="og:image" content="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse1.mm.bing.net%2Fth%2Fid%2FOIP.dYJ6ahzSwu7V1g_sTkUamQHaEo%3Fr%3D0%26pid%3DApi&f=1&ipt=ccf315b9c22709ef3eef77b2a259e19495d84eaea6a743ce6030501dd4a2748c&ipo=images"/> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { background: #000; font-family: Calibri, Arial, sans-serif; color: #e0e0e0; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 20px; overflow: hidden; position: relative; } .matrix-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -2; background: #000; overflow: hidden; } .matrix-bg::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 255, 0, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 255, 0, 0.03) 1px, transparent 1px); background-size: 40px 40px; animation: gridMove 20s linear infinite; } .rain { position: absolute; color: #0f0; font-family: monospace; font-size: 14px; line-height: 1.2; text-shadow: 0 0 5px #0f0; opacity: 0.7; animation: fall linear infinite; } @keyframes fall { 0% { transform: translateY(-100vh); opacity: 1; } 100% { transform: translateY(100vh); opacity: 0.2; } } @keyframes gridMove { 0% { background-position: 0 0; } 100% { background-position: 40px 40px; } } .overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.65); z-index: -1; } .main-img { width: 220px; height: 220px; object-fit: cover; border-radius: 50%; border: 4px solid #00ff00; box-shadow: 0 0 25px #00ff00, 0 0 50px rgba(0, 255, 0, 0.4); margin-bottom: 25px; background: #111; z-index: 1; } h1 { font-size: 2.7rem; color: #ffffff; text-shadow: 0 0 15px #ffffff, 0 0 30px #00ff00; margin: 15px 0 30px 0; letter-spacing: 3px; z-index: 1; } .quote1 { color: #00ff00; text-shadow: 0 0 10px #00ff00; font-size: 1.25rem; margin: 11px 0; } .quote2 { color: #ff003c; text-shadow: 0 0 10px #ff003c; font-size: 1.25rem; margin: 11px 0; } .quote3 { color: #00f0ff; text-shadow: 0 0 10px #00f0ff; font-size: 1.25rem; margin: 11px 0; } .quote4 { color: #ffff00; text-shadow: 0 0 10px #ffff00; font-size: 1.25rem; margin: 11px 0; } .quote5 { color: #ff00ff; text-shadow: 0 0 10px #ff00ff; font-size: 1.25rem; margin: 11px 0; } .quote6 { color: #ff8c00; text-shadow: 0 0 10px #ff8c00; font-size: 1.25rem; margin: 11px 0; } .quote7 { color: #7fff00; text-shadow: 0 0 10px #7fff00; font-size: 1.25rem; margin: 11px 0; } .quote8 { color: #00ffff; text-shadow: 0 0 10px #00ffff; font-size: 1.25rem; margin: 11px 0; } .greetz { position: fixed; bottom: 0; left: 0; width: 100%; background: #000; border-top: 2px solid #8b0000; color: #ff0040; font-size: 15px; padding: 9px 0; white-space: nowrap; overflow: hidden; text-shadow: 0 0 8px #ff0040; z-index: 10; } </style> </head> <body> <div class="matrix-bg" id="matrix"></div> <div class="overlay"></div> <img class="main-img" src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse1.mm.bing.net%2Fth%2Fid%2FOIP.dYJ6ahzSwu7V1g_sTkUamQHaEo%3Fr%3D0%26pid%3DApi&f=1&ipt=ccf315b9c22709ef3eef77b2a259e19495d84eaea6a743ce6030501dd4a2748c&ipo=images" alt="MR. H0AX"> <h1>Hacked By MR. H0AX</h1> <p class="quote1">"Your security is an illusion."</p> <p class="quote2">"We do not forgive. We do not forget."</p> <p class="quote3">"You were never safe."</p> <p class="quote4">"Owned by MR. H0AX"</p> <p class="quote5">"This is what happens when you ignore security."</p> <p class="quote7">"No system is safe when we target it."</p> <p class="quote8">"While you were sleeping, we were owning."</p> <div class="greetz"> <marquee behavior="scroll" direction="left"> <b>Greetz to: Mr. H0ax -- Solo Hacker -- Anonymous Hacker -- GreyHat -- No System is Safe -- We Are Legion -- All Real Hackers --</b> </marquee> </div> <audio src="https://cdn.prinsh.com/data-1/mp3/horizon.mp3" autoplay loop></audio> <script> const matrix = document.getElementById('matrix'); const chars = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz!@#$%^&*()_+-=[]{}|;:,.<>?'; for (let i = 0; i < 40; i++) { const drop = document.createElement('div'); drop.className = 'rain'; drop.style.left = Math.random() * 100 + 'vw'; drop.style.animationDuration = (Math.random() * 8 + 6) + 's'; drop.style.animationDelay = (Math.random() * 5) + 's'; drop.style.fontSize = (Math.random() * 8 + 12) + 'px'; let text = ''; for (let j = 0; j < 20; j++) { text += chars[Math.floor(Math.random() * chars.length)] + '<br>'; } drop.innerHTML = text; matrix.appendChild(drop); } </script> </body> </html>