message-1
message-1
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4D Guide Popup with Slides and Lightning Effects</title>
<style>
body {
font-family: Arial, sans-serif;
background: linear-gradient(45deg, #000, #111); /* Gradient background
for 4D effect */
color: #fff;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
overflow: hidden;
position: relative;
}
.lightning {
position: absolute;
width: 2px;
height: 100%;
background: rgba(255, 255, 255, 0.3);
opacity: 0;
animation: flash 0.5s infinite linear;
}
@keyframes flash {
0%, 100% { opacity: 0; }
50% { opacity: 1; }
}
#popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(0, 0, 0, 0.9);
border-radius: 10px;
padding: 20px;
width: 80%;
max-width: 600px;
z-index: 1000;
overflow: hidden;
box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
animation: pop 0.5s ease forwards; /* Animation for popup appearance */
}
@keyframes pop {
from {
transform: translate(-50%, -50%) scale(0);
}
to {
transform: translate(-50%, -50%) scale(1);
}
}
.popup-layer {
display: none;
opacity: 0;
transition: opacity 0.5s;
}
.popup-layer.active {
display: block;
opacity: 1;
}
.layer-content {
position: relative;
z-index: 2;
padding: 20px;
}
.layer-content p, .layer-content li {
font-size: 18px;
line-height: 1.6;
text-shadow: 1px 1px 5px rgba(106, 90, 205, 0.5); /* Text shadow effect
*/
}
.layer-content ol {
padding-left: 20px;
}
.slide-in {
animation: slideIn 0.5s forwards;
}
@keyframes slideIn {
from {
transform: translateX(100%);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
}
</style>
</head>
<body>
<!-- Lightning animation background -->
<div class="background-lightning"></div>
<h3>How It Works:</h3>
<ol>
<li><strong>Initiate the DDoS Attack:</strong> By pressing the
DDoS Server button, you initiate the process to overwhelm the target server’s
resources.</li>
<li><strong>Server Timeout:</strong> The server will struggle
to manage the influx of traffic, leading to a timeout or complete connection
failure.</li>
<li><strong>Player Disconnection:</strong> As a result of the
server's inability to maintain stable connections, players will be automatically
kicked from the game.</li>
</ol>
<script>
// Getting the necessary elements
const openPopupBtn = document.getElementById('openPopupBtn');
const popup = document.getElementById('popup');
const closePopupBtn = document.getElementById('closePopupBtn');
const prevSlide = document.getElementById('prevSlide');
const nextSlide = document.getElementById('nextSlide');
setTimeout(() => {
lightning.remove();
}, 1000);
}