Pnkj01 commited on
Commit
4bab7d1
·
verified ·
1 Parent(s): 6dbf2c9

undefined - Initial Deployment

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