<html lang="es"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-
scalable=no">
<title>🩸DR4XO VIP 🩸</title>
<style>
body {
font-family: 'Segoe UI', sans-serif;
display: flex;
justify-content: center;
align-items: flex-start;
height: 100vh;
margin: 0;
background: radial-gradient(circle at top, #0f0f0f, #000000);
color: #ffffff;
overflow: hidden;
}
.container {
width: 330px;
padding: 22px;
background: linear-gradient(135deg, #1a1a40, #2e0854);
border-radius: 12px;
box-shadow: 0 0 20px rgba(0, 255, 255, 0.4);
margin-top: 100px;
position: fixed;
border: 2px solid #3f00ff;
}
h2 {
text-align: center;
color: #00ffff;
text-shadow: 0 0 10px #00ffff;
font-size: 20px;
}
.switch-btn {
display: block;
width: 100%;
padding: 12px;
margin: 15px 0;
text-align: center;
background: linear-gradient(90deg, #006400, #00b300);
border-radius: 6px;
color: #fff;
font-weight: bold;
cursor: pointer;
transition: all 0.2s;
}
.[Link] {
background: linear-gradient(90deg, #8b0000, #ff0000);
}
.menu-item {
margin: 10px 0;
padding: 12px;
background: linear-gradient(90deg, #4b0082, #00008b);
border-radius: 6px;
cursor: pointer;
text-align: center;
color: #fff;
position: relative;
font-size: 16px;
font-weight: bold;
transition: all 0.2s ease-in-out;
}
.menu-item:hover {
background: linear-gradient(90deg, #00008b, #4b0082);
transform: scale(1.02);
}
.menu-item::before {
content: '▶';
position: absolute;
left: 10px;
font-size: 14px;
transition: transform 0.2s;
}
.[Link]::before {
transform: rotate(90deg);
}
.sub-options {
display: none;
padding-left: 15px;
margin-top: 5px;
}
.checkbox-label {
font-size: 16px;
color: #e0e0e0;
}
.checkbox-label input {
width: 20px;
height: 20px;
vertical-align: middle;
margin-right: 8px;
accent-color: #00ffff;
}
.command-prompt {
margin-top: 22px;
padding: 12px;
background: #111122;
border: 1px solid #00ffff;
border-radius: 6px;
font-size: 14px;
max-height: 110px;
overflow-y: auto;
color: #00ffea;
font-family: monospace;
}
</style>
</head>
<body>
<div class="container">
<div class="mod-menu" id="modMenu">
<h2>DR4XO VIP🩸</h2>
<div class="switch-btn" id="mainSwitch"
onclick="togglePanel(this)">✅ PANEL ACTIVADO</div>
<div id="panelContent" style="display: block;">
<div class="menu-item open" onclick="toggleOptions(this, 'trick-
options')">NO RECOIL 🔥</div>
<div class="sub-options" id="trick-options" style="display:
block;">
<label class="checkbox-label"><input type="checkbox"
onchange="updatePrompt(this, 'REGEDIT PRO')"> REGEDIT PRO</label><br>
<label class="checkbox-label"><input type="checkbox"
onchange="updatePrompt(this, 'AUTO AIM VIP')"> AUTO AIM VIP</label>
</div>
<div class="menu-item open" onclick="toggleOptions(this, 'aim-
options')">AIMLOCK ⚡</div>
<div class="sub-options" id="aim-options" style="display:
block;">
<label class="checkbox-label"><input type="checkbox"
onchange="updatePrompt(this, 'HEADSHOT 100%')"> HEADSHOT 100%</label><br>
<label class="checkbox-label"><input type="checkbox"
onchange="updatePrompt(this, 'STABILIZER')"> STABILIZER</label>
</div>
</div>
<div class="command-prompt" id="commandPrompt"><span style="color:
#00ff7f;">AUTO AIM VIP ✅ ACTIVE</span><br><span style="color: #00ff7f;">REGEDIT PRO
✅ ACTIVE</span><br><span style="color: #00ff7f;">HEADSHOT 100% ✅
ACTIVE</span><br><span style="color: #00ff7f;">STABILIZER ✅ ACTIVE</span><br></div>
</div>
</div>
<script>
function toggleOptions(element, id) {
const options = [Link](id);
const isOpen = [Link] === 'block';
[Link] = isOpen ? 'none' : 'block';
[Link]('open', !isOpen);
}
function updatePrompt(checkbox, modName) {
const prompt = [Link]('commandPrompt');
let message = modName + ([Link] ? " ✅ ACTIVE" : " ❌
Desactivado");
const color = [Link] ? '#00ff7f' : '#ff4444';
[Link] += '<span style="color: ' + color + ';">' +
message + '</span><br>';
[Link] = [Link];
}
function togglePanel(button) {
const panel = [Link]('panelContent');
if ([Link] === 'none') {
[Link] = 'block';
[Link] = '✅ PANEL ACTIVADO';
[Link]('off');
} else {
[Link] = 'none';
[Link] = '❌ PANEL DESACTIVADO';
[Link]('off');
}
}
</script>
</body></html>