s
File size: 23,123 Bytes
9a5941b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Free Fire MAX | Aimbot Control Panel</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;500;600;700;800;900&family=Oxanium:wght@200;300;400;500;600;700;800&display=swap');
        
        body {
            background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
            font-family: 'Oxanium', sans-serif;
            overflow-x: hidden;
            min-height: 100vh;
            color: #e2e8f0;
        }
        
        .orbitron {
            font-family: 'Orbitron', sans-serif;
        }
        
        .panel-container {
            background: rgba(15, 23, 42, 0.8);
            border: 1px solid rgba(56, 189, 248, 0.3);
            box-shadow: 0 0 30px rgba(56, 189, 248, 0.2);
            backdrop-filter: blur(10px);
        }
        
        .neon-border {
            position: relative;
            border-radius: 0.5rem;
            overflow: hidden;
        }
        
        .neon-border::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 0.5rem;
            border: 1px solid transparent;
            background: linear-gradient(135deg, rgba(56, 189, 248, 0.6), rgba(96, 165, 250, 0.3), rgba(199, 210, 254, 0.1)) border-box;
            mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
            -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: destination-out;
            mask-composite: exclude;
        }
        
        .glow-text {
            text-shadow: 0 0 10px rgba(56, 189, 248, 0.7);
        }
        
        .cyber-btn {
            background: linear-gradient(135deg, #0ea5e9 0%, #3b82f6 100%);
            box-shadow: 0 0 15px rgba(56, 189, 248, 0.5);
            transition: all 0.3s ease;
        }
        
        .cyber-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 0 20px rgba(56, 189, 248, 0.8);
        }
        
        .cyber-btn:active {
            transform: translateY(1px);
        }
        
        .toggle-switch {
            position: relative;
            display: inline-block;
            width: 60px;
            height: 30px;
        }
        
        .toggle-switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }
        
        .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #334155;
            transition: .4s;
            border-radius: 34px;
        }
        
        .slider:before {
            position: absolute;
            content: "";
            height: 22px;
            width: 22px;
            left: 4px;
            bottom: 4px;
            background-color: #cbd5e1;
            transition: .4s;
            border-radius: 50%;
        }
        
        input:checked + .slider {
            background: linear-gradient(135deg, #0ea5e9 0%, #3b82f6 100%);
        }
        
        input:checked + .slider:before {
            transform: translateX(30px);
        }
        
        .slider:after {
            content: "OFF";
            color: #94a3b8;
            position: absolute;
            right: 8px;
            top: 5px;
            font-size: 10px;
            font-weight: bold;
        }
        
        input:checked + .slider:after {
            content: "ON";
            left: 8px;
            right: auto;
            color: white;
        }
        
        .range-slider {
            -webkit-appearance: none;
            width: 100%;
            height: 8px;
            border-radius: 5px;
            background: linear-gradient(to right, #0ea5e9, #3b82f6);
            outline: none;
        }
        
        .range-slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: #f8fafc;
            cursor: pointer;
            box-shadow: 0 0 5px rgba(0,0,0,0.5);
        }
        
        .range-slider::-moz-range-thumb {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: #f8fafc;
            cursor: pointer;
            box-shadow: 0 0 5px rgba(0,0,0,0.5);
        }
        
        .status-indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            display: inline-block;
            margin-right: 8px;
        }
        
        .status-connected {
            background-color: #10b981;
            box-shadow: 0 0 10px #10b981;
        }
        
        .status-disconnected {
            background-color: #ef4444;
        }
        
        .pulse {
            animation: pulse-animation 2s infinite;
        }
        
        @keyframes pulse-animation {
            0% {
                box-shadow: 0 0 0 0px rgba(16, 185, 129, 0.7);
            }
            100% {
                box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
            }
        }
        
        .feature-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
        }
        
        .scan-line {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: linear-gradient(to right, transparent, rgba(56, 189, 248, 0.5), transparent);
            animation: scan 3s linear infinite;
        }
        
        @keyframes scan {
            0% { top: 0; }
            100% { top: 100%; }
        }
        
        .grid-pattern {
            background-image: 
                linear-gradient(rgba(30, 41, 59, 0.2) 1px, transparent 1px),
                linear-gradient(90deg, rgba(30, 41, 59, 0.2) 1px, transparent 1px);
            background-size: 20px 20px;
        }
    </style>
</head>
<body class="grid-pattern">
    <div class="relative min-h-screen">
        <!-- Scan line effect -->
        <div class="scan-line"></div>
        
        <!-- Header -->
        <header class="py-6 px-4 md:px-8">
            <div class="container mx-auto flex flex-col md:flex-row justify-between items-center">
                <div class="flex items-center mb-4 md:mb-0">
                    <div class="bg-blue-500 w-10 h-10 rounded-lg flex items-center justify-center mr-3">
                        <i class="fas fa-crosshairs text-white text-xl"></i>
                    </div>
                    <h1 class="orbitron text-2xl md:text-3xl font-bold text-white">
                        <span class="text-blue-400">FREE FIRE</span> MAX <span class="text-yellow-400">AIMBOT</span>
                    </h1>
                </div>
                
                <div class="flex items-center">
                    <div class="status-indicator status-connected pulse"></div>
                    <span class="text-green-400 font-semibold">CONNECTED</span>
                    <div class="ml-4 bg-gradient-to-r from-blue-600 to-blue-400 px-4 py-1 rounded-full">
                        <span class="text-xs font-bold">v2.4.1</span>
                    </div>
                </div>
            </div>
        </header>
        
        <!-- Main Panel -->
        <main class="container mx-auto px-4 py-8">
            <div class="panel-container neon-border rounded-xl p-6 max-w-4xl mx-auto">
                <div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
                    <!-- Sensitivity Control -->
                    <div class="feature-card bg-slate-800/50 rounded-xl p-6">
                        <div class="flex items-center mb-4">
                            <i class="fas fa-bullseye text-blue-400 text-2xl mr-3"></i>
                            <h2 class="orbitron text-xl font-bold text-white">Sensitivity Control</h2>
                        </div>
                        
                        <div class="space-y-5">
                            <div>
                                <div class="flex justify-between mb-2">
                                    <span class="text-slate-300">General Sensitivity</span>
                                    <span class="text-blue-300 font-bold" id="general-value">85%</span>
                                </div>
                                <input type="range" min="0" max="100" value="85" class="range-slider" id="general-sensitivity">
                            </div>
                            
                            <div>
                                <div class="flex justify-between mb-2">
                                    <span class="text-slate-300">ADS Sensitivity</span>
                                    <span class="text-blue-300 font-bold" id="ads-value">78%</span>
                                </div>
                                <input type="range" min="0" max="100" value="78" class="range-slider" id="ads-sensitivity">
                            </div>
                            
                            <div>
                                <div class="flex justify-between mb-2">
                                    <span class="text-slate-300">Scoped Sensitivity</span>
                                    <span class="text-blue-300 font-bold" id="scoped-value">92%</span>
                                </div>
                                <input type="range" min="0" max="100" value="92" class="range-slider" id="scoped-sensitivity">
                            </div>
                            
                            <div class="pt-2">
                                <button class="cyber-btn w-full py-3 rounded-lg orbitron font-bold text-white">
                                    <i class="fas fa-sync-alt mr-2"></i> OPTIMIZE SENSITIVITY
                                </button>
                            </div>
                        </div>
                    </div>
                    
                    <!-- Aimbot Features -->
                    <div class="feature-card bg-slate-800/50 rounded-xl p-6">
                        <div class="flex items-center mb-4">
                            <i class="fas fa-robot text-green-400 text-2xl mr-3"></i>
                            <h2 class="orbitron text-xl font-bold text-white">Aimbot Features</h2>
                        </div>
                        
                        <div class="space-y-4">
                            <div class="flex justify-between items-center py-2">
                                <div>
                                    <h3 class="font-semibold text-slate-200">Auto Headshot</h3>
                                    <p class="text-sm text-slate-400">Always targets enemy head</p>
                                </div>
                                <label class="toggle-switch">
                                    <input type="checkbox" checked>
                                    <span class="slider"></span>
                                </label>
                            </div>
                            
                            <div class="flex justify-between items-center py-2">
                                <div>
                                    <h3 class="font-semibold text-slate-200">Aim Lock</h3>
                                    <p class="text-sm text-slate-400">Locks onto targets automatically</p>
                                </div>
                                <label class="toggle-switch">
                                    <input type="checkbox" checked>
                                    <span class="slider"></span>
                                </label>
                            </div>
                            
                            <div class="flex justify-between items-center py-2">
                                <div>
                                    <h3 class="font-semibold text-slate-200">Zero Recoil</h3>
                                    <p class="text-sm text-slate-400">Eliminates weapon recoil</p>
                                </div>
                                <label class="toggle-switch">
                                    <input type="checkbox" checked>
                                    <span class="slider"></span>
                                </label>
                            </div>
                            
                            <div class="flex justify-between items-center py-2">
                                <div>
                                    <h3 class="font-semibold text-slate-200">Sniper Aimbot</h3>
                                    <p class="text-sm text-slate-400">Enhanced sniper targeting</p>
                                </div>
                                <label class="toggle-switch">
                                    <input type="checkbox">
                                    <span class="slider"></span>
                                </label>
                            </div>
                            
                            <div class="pt-4">
                                <button class="cyber-btn w-full py-3 rounded-lg orbitron font-bold text-white">
                                    <i class="fas fa-rocket mr-2"></i> ACTIVATE AIMBOT
                                </button>
                            </div>
                        </div>
                    </div>
                    
                    <!-- Advanced Settings -->
                    <div class="feature-card bg-slate-800/50 rounded-xl p-6 lg:col-span-2">
                        <div class="flex items-center mb-4">
                            <i class="fas fa-cogs text-yellow-400 text-2xl mr-3"></i>
                            <h2 class="orbitron text-xl font-bold text-white">Advanced Settings</h2>
                        </div>
                        
                        <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
                            <div>
                                <h3 class="font-semibold text-slate-200 mb-3">Aimbot Strength</h3>
                                <div class="space-y-5">
                                    <div>
                                        <div class="flex justify-between mb-2">
                                            <span class="text-slate-300">Target Lock Speed</span>
                                            <span class="text-blue-300 font-bold" id="lock-value">90%</span>
                                        </div>
                                        <input type="range" min="0" max="100" value="90" class="range-slider" id="lock-speed">
                                    </div>
                                    
                                    <div>
                                        <div class="flex justify-between mb-2">
                                            <span class="text-slate-300">Headshot Precision</span>
                                            <span class="text-blue-300 font-bold" id="precision-value">95%</span>
                                        </div>
                                        <input type="range" min="0" max="100" value="95" class="range-slider" id="headshot-precision">
                                    </div>
                                </div>
                            </div>
                            
                            <div>
                                <h3 class="font-semibold text-slate-200 mb-3">Performance</h3>
                                <div class="space-y-5">
                                    <div>
                                        <div class="flex justify-between mb-2">
                                            <span class="text-slate-300">Smoothness</span>
                                            <span class="text-blue-300 font-bold" id="smooth-value">88%</span>
                                        </div>
                                        <input type="range" min="0" max="100" value="88" class="range-slider" id="smoothness">
                                    </div>
                                    
                                    <div>
                                        <div class="flex justify-between mb-2">
                                            <span class="text-slate-300">Response Time</span>
                                            <span class="text-blue-300 font-bold" id="response-value">94%</span>
                                        </div>
                                        <input type="range" min="0" max="100" value="94" class="range-slider" id="response-time">
                                    </div>
                                </div>
                            </div>
                        </div>
                        
                        <div class="mt-6">
                            <button class="cyber-btn w-full py-3 rounded-lg orbitron font-bold text-white">
                                <i class="fas fa-microchip mr-2"></i> APPLY ADVANCED SETTINGS
                            </button>
                        </div>
                    </div>
                </div>
                
                <!-- Stats Panel -->
                <div class="mt-8 bg-slate-800/50 rounded-xl p-6">
                    <div class="flex items-center mb-4">
                        <i class="fas fa-chart-line text-purple-400 text-2xl mr-3"></i>
                        <h2 class="orbitron text-xl font-bold text-white">Performance Statistics</h2>
                    </div>
                    
                    <div class="grid grid-cols-2 md:grid-cols-4 gap-4">
                        <div class="text-center p-4 bg-slate-700/50 rounded-lg">
                            <div class="text-3xl font-bold text-green-400 orbitron">98%</div>
                            <div class="text-slate-400 text-sm mt-1">Headshot Rate</div>
                        </div>
                        <div class="text-center p-4 bg-slate-700/50 rounded-lg">
                            <div class="text-3xl font-bold text-blue-400 orbitron">0.05s</div>
                            <div class="text-slate-400 text-sm mt-1">Target Lock Time</div>
                        </div>
                        <div class="text-center p-4 bg-slate-700/50 rounded-lg">
                            <div class="text-3xl font-bold text-yellow-400 orbitron">0%</div>
                            <div class="text-slate-400 text-sm mt-1">Recoil Detected</div>
                        </div>
                        <div class="text-center p-4 bg-slate-700/50 rounded-lg">
                            <div class="text-3xl font-bold text-red-400 orbitron">100%</div>
                            <div class="text-slate-400 text-sm mt-1">Sniper Accuracy</div>
                        </div>
                    </div>
                </div>
            </div>
        </main>
        
        <!-- Footer -->
        <footer class="py-8 text-center text-slate-500 text-sm">
            <div class="container mx-auto px-4">
                <p class="mb-2">This is a simulation interface for demonstration purposes only.</p>
                <p>Using third-party tools to gain advantage in Free Fire MAX violates the game's terms of service.</p>
            </div>
        </footer>
    </div>
    
    <script>
        // Update slider values
        document.querySelectorAll('.range-slider').forEach(slider => {
            const valueId = slider.id + '-value';
            const valueElement = document.getElementById(valueId.replace('-', '-').replace('sensitivity', 'value'));
            
            slider.addEventListener('input', function() {
                valueElement.textContent = this.value + '%';
                
                // Add visual feedback
                valueElement.classList.add('text-yellow-300');
                setTimeout(() => {
                    valueElement.classList.remove('text-yellow-300');
                }, 300);
            });
        });
        
        // Toggle switch animation
        document.querySelectorAll('.toggle-switch input').forEach(switchEl => {
            switchEl.addEventListener('change', function() {
                const slider = this.nextElementSibling;
                if(this.checked) {
                    slider.style.boxShadow = '0 0 10px rgba(56, 189, 248, 0.7)';
                    setTimeout(() => {
                        slider.style.boxShadow = 'none';
                    }, 500);
                }
            });
        });
        
        // Button animations
        document.querySelectorAll('button').forEach(button => {
            button.addEventListener('click', function() {
                this.classList.add('transform', 'scale-95');
                setTimeout(() => {
                    this.classList.remove('transform', 'scale-95');
                }, 300);
                
                // Show notification
                const notification = document.createElement('div');
                notification.className = 'fixed bottom-4 right-4 bg-green-600 text-white px-4 py-2 rounded-lg shadow-lg';
                notification.innerHTML = '<i class="fas fa-check-circle mr-2"></i> Settings applied successfully!';
                document.body.appendChild(notification);
                
                setTimeout(() => {
                    notification.remove();
                }, 3000);
            });
        });
        
        // Scan line animation
        const scanLine = document.querySelector('.scan-line');
        setInterval(() => {
            scanLine.style.top = '0';
            setTimeout(() => {
                scanLine.style.top = '100%';
            }, 10);
        }, 3000);
    </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=Pankajpegu07/s" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>