| <!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"> |
| |
| <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> |
| |
| |
| <div class="panel-container rounded-lg mx-4 mt-6 p-6"> |
| |
| <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> |
| |
| |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8"> |
| |
| <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> |
| |
| |
| <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> |
| |
| |
| <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> |
| |
| |
| <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> |
| |
| |
| <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> |
| |
| |
| <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> |
| |
| |
| <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> |
| |
| |
| <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> |
| |
| 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'); |
| |
| |
| }); |
| }); |
| |
| |
| document.querySelectorAll('.config-btn').forEach(button => { |
| button.addEventListener('click', () => { |
| alert('Config file generated! This is a demo only.'); |
| }); |
| }); |
| |
| |
| document.querySelectorAll('.danger-btn').forEach(button => { |
| button.addEventListener('click', () => { |
| alert('This feature is disabled in the demo. This is a UI demonstration only.'); |
| }); |
| }); |
| |
| |
| 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> |