File size: 17,196 Bytes
4bab7d1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FF HEADSHOT BOT v9.9 - 100% LOCK</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=Rajdhani:wght@500;700&display=swap');
body {
font-family: 'Rajdhani', sans-serif;
background: #0a0a0a;
color: #e0e0e0;
overflow-x: hidden;
}
.panel-container {
background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
border: 1px solid #ff0000;
box-shadow: 0 0 20px rgba(255, 0, 0, 0.3);
}
.header {
background: linear-gradient(90deg, #ff0000 0%, #8b0000 100%);
text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #333;
transition: .4s;
border-radius: 34px;
}
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
transition: .4s;
border-radius: 50%;
}
input:checked + .slider {
background-color: #ff0000;
}
input:checked + .slider:before {
transform: translateX(26px);
}
.glow {
animation: glow 1.5s ease-in-out infinite alternate;
}
@keyframes glow {
from {
box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}
to {
box-shadow: 0 0 20px rgba(255, 0, 0, 0.8);
}
}
.danger-btn {
background: linear-gradient(90deg, #ff0000 0%, #8b0000 100%);
transition: all 0.3s;
}
.danger-btn:hover {
transform: scale(1.05);
box-shadow: 0 0 15px rgba(255, 0, 0, 0.7);
}
.config-btn {
background: linear-gradient(90deg, #333333 0%, #1a1a1a 100%);
transition: all 0.3s;
}
.config-btn:hover {
transform: scale(1.05);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}
.tab-active {
border-bottom: 3px solid #ff0000;
color: white;
font-weight: bold;
}
.progress-bar {
height: 10px;
background: #333;
border-radius: 5px;
overflow: hidden;
}
.progress-fill {
height: 100%;
background: linear-gradient(90deg, #ff0000 0%, #ff6666 100%);
width: 100%;
border-radius: 5px;
}
.feature-card {
transition: all 0.3s;
border-left: 3px solid #ff0000;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(255, 0, 0, 0.2);
}
.skull-icon {
text-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
}
</style>
</head>
<body>
<div class="min-h-screen pb-10">
<!-- Header -->
<div class="header py-4 px-6 flex justify-between items-center">
<div class="flex items-center">
<i class="fas fa-skull skull-icon text-2xl mr-3"></i>
<h1 class="text-2xl font-bold">FF HEADSHOT BOT v9.9</h1>
</div>
<div class="text-sm bg-black px-3 py-1 rounded-full">
<span class="text-red-500">UNSAFE</span> | NO ANTI-BAN
</div>
</div>
<!-- Main Panel -->
<div class="panel-container rounded-lg mx-4 mt-6 p-6">
<!-- Status Bar -->
<div class="flex justify-between items-center mb-6">
<div class="flex items-center">
<div class="w-3 h-3 rounded-full bg-red-500 mr-2"></div>
<span class="font-bold">ACTIVE</span>
</div>
<div class="text-sm">
<span class="text-red-500">BYPASS:</span>
<span class="font-bold">MEMORY INJECTION</span>
</div>
</div>
<!-- Main Controls -->
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8">
<!-- One-Tap Headshot -->
<div class="bg-gray-900 rounded-lg p-4 feature-card">
<div class="flex justify-between items-center mb-3">
<h3 class="text-lg font-bold flex items-center">
<i class="fas fa-crosshairs mr-2 text-red-500"></i>
ONE-TAP HEADSHOT
</h3>
<label class="switch">
<input type="checkbox" checked>
<span class="slider"></span>
</label>
</div>
<p class="text-sm text-gray-400">Instantly locks to enemy head regardless of distance or movement</p>
<div class="mt-3">
<div class="flex justify-between text-xs mb-1">
<span>LOCK STRENGTH</span>
<span>EXTREME (100%)</span>
</div>
<div class="progress-bar">
<div class="progress-fill"></div>
</div>
</div>
</div>
<!-- Zero Recoil -->
<div class="bg-gray-900 rounded-lg p-4 feature-card">
<div class="flex justify-between items-center mb-3">
<h3 class="text-lg font-bold flex items-center">
<i class="fas fa-bullseye mr-2 text-red-500"></i>
ZERO RECOIL
</h3>
<label class="switch">
<input type="checkbox" checked>
<span class="slider"></span>
</label>
</div>
<p class="text-sm text-gray-400">Eliminates all weapon recoil patterns for perfect accuracy</p>
<div class="mt-3">
<div class="flex justify-between text-xs mb-1">
<span>WEAPON COVERAGE</span>
<span>ALL GUNS</span>
</div>
<div class="progress-bar">
<div class="progress-fill"></div>
</div>
</div>
</div>
<!-- Sensitivity Booster -->
<div class="bg-gray-900 rounded-lg p-4 feature-card">
<div class="flex justify-between items-center mb-3">
<h3 class="text-lg font-bold flex items-center">
<i class="fas fa-tachometer-alt mr-2 text-red-500"></i>
SENSITIVITY BOOSTER
</h3>
<label class="switch">
<input type="checkbox" checked>
<span class="slider"></span>
</label>
</div>
<p class="text-sm text-gray-400">Maximizes sensitivity beyond normal game limits</p>
<div class="mt-3">
<div class="flex justify-between text-xs mb-1">
<span>SENSITIVITY LEVEL</span>
<span>200% (UNLOCKED)</span>
</div>
<div class="progress-bar">
<div class="progress-fill"></div>
</div>
</div>
</div>
<!-- FPS Unlocker -->
<div class="bg-gray-900 rounded-lg p-4 feature-card">
<div class="flex justify-between items-center mb-3">
<h3 class="text-lg font-bold flex items-center">
<i class="fas fa-bolt mr-2 text-red-500"></i>
FPS UNLOCKER
</h3>
<label class="switch">
<input type="checkbox" checked>
<span class="slider"></span>
</label>
</div>
<p class="text-sm text-gray-400">Removes FPS cap and optimizes game performance</p>
<div class="mt-3">
<div class="flex justify-between text-xs mb-1">
<span>FPS BOOST</span>
<span>120FPS (ULTRA)</span>
</div>
<div class="progress-bar">
<div class="progress-fill"></div>
</div>
</div>
</div>
</div>
<!-- Advanced Settings -->
<div class="mb-8">
<h2 class="text-xl font-bold mb-4 flex items-center">
<i class="fas fa-cogs mr-2 text-red-500"></i>
ADVANCED MEMORY HACKS
</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
<div class="bg-gray-800 p-3 rounded-lg">
<div class="flex items-center mb-2">
<i class="fas fa-memory mr-2 text-red-500"></i>
<span class="font-bold">AIMBOT METHOD</span>
</div>
<select class="w-full bg-gray-900 text-white p-2 rounded border border-gray-700">
<option>DIRECT MEMORY WRITE</option>
<option>HOOK INJECTION</option>
<option>KERNEL DRIVER</option>
</select>
</div>
<div class="bg-gray-800 p-3 rounded-lg">
<div class="flex items-center mb-2">
<i class="fas fa-shield-alt mr-2 text-red-500"></i>
<span class="font-bold">ANTI-DETECTION</span>
</div>
<select class="w-full bg-gray-900 text-white p-2 rounded border border-gray-700">
<option>DISABLED (RAW)</option>
<option>BASIC SPOOFING</option>
<option>MEMORY SCRAMBLER</option>
</select>
</div>
<div class="bg-gray-800 p-3 rounded-lg">
<div class="flex items-center mb-2">
<i class="fas fa-user-secret mr-2 text-red-500"></i>
<span class="font-bold">BEHAVIOR MODE</span>
</div>
<select class="w-full bg-gray-900 text-white p-2 rounded border border-gray-700">
<option>AGGRESSIVE BOT</option>
<option>INSTANT LOCK</option>
<option>RAGE MODE</option>
</select>
</div>
</div>
</div>
<!-- Config Generator -->
<div class="mb-8">
<h2 class="text-xl font-bold mb-4 flex items-center">
<i class="fas fa-file-code mr-2 text-red-500"></i>
CONFIG GENERATOR
</h2>
<div class="grid grid-cols-2 md:grid-cols-4 gap-4">
<button class="config-btn py-2 px-4 rounded-lg flex items-center justify-center">
<i class="fas fa-file-alt mr-2"></i> JSON
</button>
<button class="config-btn py-2 px-4 rounded-lg flex items-center justify-center">
<i class="fas fa-file-code mr-2"></i> LUA
</button>
<button class="config-btn py-2 px-4 rounded-lg flex items-center justify-center">
<i class="fas fa-file-export mr-2"></i> XML
</button>
<button class="config-btn py-2 px-4 rounded-lg flex items-center justify-center">
<i class="fas fa-file-invoice mr-2"></i> INI
</button>
</div>
</div>
<!-- Danger Zone -->
<div>
<h2 class="text-xl font-bold mb-4 flex items-center">
<i class="fas fa-radiation-alt mr-2 text-red-500"></i>
DANGER ZONE
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<button class="danger-btn py-3 px-6 rounded-lg flex items-center justify-center">
<i class="fas fa-download mr-2"></i> DOWNLOAD INJECTOR APK
</button>
<button class="danger-btn py-3 px-6 rounded-lg flex items-center justify-center">
<i class="fas fa-bomb mr-2"></i> ACTIVATE RAGE MODE
</button>
</div>
<div class="mt-4 text-center text-xs text-red-400">
<i class="fas fa-exclamation-triangle mr-1"></i>
WARNING: This tool has 100% detection rate. Use at your own risk!
</div>
</div>
</div>
<!-- Footer -->
<div class="text-center mt-8 text-gray-500 text-sm">
<p>FF HEADSHOT BOT v9.9 | UNSAFE CHEAT TOOL | NOT AFFILIATED WITH GARENA</p>
<p class="mt-1">This is a fictional UI demonstration only. Actual cheating violates game TOS.</p>
</div>
</div>
<script>
// Tab functionality
document.querySelectorAll('.tab-button').forEach(button => {
button.addEventListener('click', () => {
document.querySelectorAll('.tab-button').forEach(btn => {
btn.classList.remove('tab-active');
});
button.classList.add('tab-active');
// Here you would show/hide tab content
});
});
// Config generator buttons
document.querySelectorAll('.config-btn').forEach(button => {
button.addEventListener('click', () => {
alert('Config file generated! This is a demo only.');
});
});
// Danger zone buttons
document.querySelectorAll('.danger-btn').forEach(button => {
button.addEventListener('click', () => {
alert('This feature is disabled in the demo. This is a UI demonstration only.');
});
});
// Toggle switches
document.querySelectorAll('.switch input').forEach(switchInput => {
switchInput.addEventListener('change', function() {
const parentCard = this.closest('.feature-card');
if (this.checked) {
parentCard.classList.add('glow');
} else {
parentCard.classList.remove('glow');
}
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Pnkj01/hhh" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |