Build a mobile-compatible, root-enabled background assist system for Android that delivers Aimlock, No Recoil, Auto Headshot, and High Sensitivity Boost for shooting games like Free Fire, controlled entirely from a Hugging Face-hosted web panel, without modifying game files directly. The system must combine four enhancement methods: 1. Device-Level Sensitivity & Touch Tweaks Change system-wide touch parameters (DPI scaling, pointer speed, touch smoothing) to boost in-game sensitivity. Apply micro Y-axis counter-movements during gunfire to remove recoil. 2. Accessibility Service Gesture Injection Intercept and modify touch inputs before they reach the game. Automatically drag crosshair toward detected enemy hitboxes (aimlock). Trigger upward flicks when firing to increase headshot probability (auto headshot). 3. Network / Latency Prediction Logic Predict enemy movement based on ping and adjust aim slightly ahead of their path for smoother tracking. 4. Browser & Sensor Hook Integration Capture gyroscope and accelerometer data to refine flick shots and movement correction. Allow live sensitivity changes via Hugging Face panel, instantly applying to the background service. Root-Level Enhancement When root is available, hook into /dev/input/event* for direct touch injection at the kernel level. Implement a TensorFlow Lite model for enemy pixel detection in real-time from screen captures, focusing on the central aiming region for performance. Web Panel Requirements Hosted on Hugging Face with real-time WebSocket connection to the Android service. Controls: Aimlock %, No Recoil %, Auto Headshot %, Sensitivity Boost %, Prediction %, Gyro Boost %. Deliverables: Android service (Java/Kotlin) for root and non-root modes. Python backend (Termux/root shell compatible) to bridge Hugging Face commands to Android service. ML model integration for headshot targeting. Web panel with responsive sliders/toggles to adjust all features. Installation & usage documentation. - Initial Deployment
Browse files- README.md +7 -5
- index.html +470 -19
README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 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: ruuut
|
| 3 |
+
emoji: 🐳
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: green
|
| 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,470 @@
|
|
| 1 |
-
<!
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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>Game Enhancement Control Panel</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 |
+
.glow-effect {
|
| 11 |
+
box-shadow: 0 0 15px rgba(59, 130, 246, 0.7);
|
| 12 |
+
}
|
| 13 |
+
.switch {
|
| 14 |
+
position: relative;
|
| 15 |
+
display: inline-block;
|
| 16 |
+
width: 60px;
|
| 17 |
+
height: 34px;
|
| 18 |
+
}
|
| 19 |
+
.switch input {
|
| 20 |
+
opacity: 0;
|
| 21 |
+
width: 0;
|
| 22 |
+
height: 0;
|
| 23 |
+
}
|
| 24 |
+
.slider {
|
| 25 |
+
position: absolute;
|
| 26 |
+
cursor: pointer;
|
| 27 |
+
top: 0;
|
| 28 |
+
left: 0;
|
| 29 |
+
right: 0;
|
| 30 |
+
bottom: 0;
|
| 31 |
+
background-color: #ccc;
|
| 32 |
+
transition: .4s;
|
| 33 |
+
border-radius: 34px;
|
| 34 |
+
}
|
| 35 |
+
.slider:before {
|
| 36 |
+
position: absolute;
|
| 37 |
+
content: "";
|
| 38 |
+
height: 26px;
|
| 39 |
+
width: 26px;
|
| 40 |
+
left: 4px;
|
| 41 |
+
bottom: 4px;
|
| 42 |
+
background-color: white;
|
| 43 |
+
transition: .4s;
|
| 44 |
+
border-radius: 50%;
|
| 45 |
+
}
|
| 46 |
+
input:checked + .slider {
|
| 47 |
+
background-color: #3B82F6;
|
| 48 |
+
}
|
| 49 |
+
input:checked + .slider:before {
|
| 50 |
+
transform: translateX(26px);
|
| 51 |
+
}
|
| 52 |
+
.range-slider::-webkit-slider-thumb {
|
| 53 |
+
-webkit-appearance: none;
|
| 54 |
+
appearance: none;
|
| 55 |
+
width: 20px;
|
| 56 |
+
height: 20px;
|
| 57 |
+
background: #3B82F6;
|
| 58 |
+
cursor: pointer;
|
| 59 |
+
border-radius: 50%;
|
| 60 |
+
}
|
| 61 |
+
.range-slider::-moz-range-thumb {
|
| 62 |
+
width: 20px;
|
| 63 |
+
height: 20px;
|
| 64 |
+
background: #3B82F6;
|
| 65 |
+
cursor: pointer;
|
| 66 |
+
border-radius: 50%;
|
| 67 |
+
}
|
| 68 |
+
.connection-status {
|
| 69 |
+
animation: pulse 2s infinite;
|
| 70 |
+
}
|
| 71 |
+
@keyframes pulse {
|
| 72 |
+
0% { opacity: 1; }
|
| 73 |
+
50% { opacity: 0.5; }
|
| 74 |
+
100% { opacity: 1; }
|
| 75 |
+
}
|
| 76 |
+
</style>
|
| 77 |
+
</head>
|
| 78 |
+
<body class="bg-gray-900 text-white min-h-screen">
|
| 79 |
+
<div class="container mx-auto px-4 py-8">
|
| 80 |
+
<!-- Header -->
|
| 81 |
+
<header class="flex flex-col md:flex-row justify-between items-center mb-8">
|
| 82 |
+
<div class="flex items-center mb-4 md:mb-0">
|
| 83 |
+
<div class="bg-blue-500 p-3 rounded-full mr-4">
|
| 84 |
+
<i class="fas fa-gamepad text-2xl"></i>
|
| 85 |
+
</div>
|
| 86 |
+
<div>
|
| 87 |
+
<h1 class="text-2xl font-bold">Game Enhancement Control</h1>
|
| 88 |
+
<p class="text-gray-400">Advanced settings for competitive gaming</p>
|
| 89 |
+
</div>
|
| 90 |
+
</div>
|
| 91 |
+
<div class="flex items-center space-x-4">
|
| 92 |
+
<div class="flex items-center">
|
| 93 |
+
<div class="h-3 w-3 rounded-full bg-green-500 mr-2 connection-status"></div>
|
| 94 |
+
<span id="connectionStatus">Connected</span>
|
| 95 |
+
</div>
|
| 96 |
+
<div class="bg-gray-800 px-4 py-2 rounded-lg">
|
| 97 |
+
<span id="deviceInfo">Root: Active</span>
|
| 98 |
+
</div>
|
| 99 |
+
</div>
|
| 100 |
+
</header>
|
| 101 |
+
|
| 102 |
+
<!-- Main Content -->
|
| 103 |
+
<div class="grid grid-cols-1 lg:grid-cols-3 gap-6">
|
| 104 |
+
<!-- Left Column - Main Controls -->
|
| 105 |
+
<div class="lg:col-span-2 space-y-6">
|
| 106 |
+
<!-- Aim Assist Section -->
|
| 107 |
+
<div class="bg-gray-800 rounded-xl p-6 shadow-lg">
|
| 108 |
+
<div class="flex justify-between items-center mb-4">
|
| 109 |
+
<h2 class="text-xl font-semibold flex items-center">
|
| 110 |
+
<i class="fas fa-crosshairs mr-2 text-blue-400"></i>
|
| 111 |
+
Aim Assist
|
| 112 |
+
</h2>
|
| 113 |
+
<label class="switch">
|
| 114 |
+
<input type="checkbox" id="aimAssistToggle" checked>
|
| 115 |
+
<span class="slider"></span>
|
| 116 |
+
</label>
|
| 117 |
+
</div>
|
| 118 |
+
|
| 119 |
+
<div class="space-y-4">
|
| 120 |
+
<div>
|
| 121 |
+
<div class="flex justify-between mb-2">
|
| 122 |
+
<label for="aimLock" class="text-gray-300">Aim Lock Strength</label>
|
| 123 |
+
<span id="aimLockValue" class="font-mono">75%</span>
|
| 124 |
+
</div>
|
| 125 |
+
<input type="range" id="aimLock" min="0" max="100" value="75" class="w-full h-2 bg-gray-700 rounded-lg appearance-none cursor-pointer range-slider">
|
| 126 |
+
</div>
|
| 127 |
+
|
| 128 |
+
<div>
|
| 129 |
+
<div class="flex justify-between mb-2">
|
| 130 |
+
<label for="headshotRate" class="text-gray-300">Headshot Probability</label>
|
| 131 |
+
<span id="headshotRateValue" class="font-mono">60%</span>
|
| 132 |
+
</div>
|
| 133 |
+
<input type="range" id="headshotRate" min="0" max="100" value="60" class="w-full h-2 bg-gray-700 rounded-lg appearance-none cursor-pointer range-slider">
|
| 134 |
+
</div>
|
| 135 |
+
|
| 136 |
+
<div>
|
| 137 |
+
<div class="flex justify-between mb-2">
|
| 138 |
+
<label for="prediction" class="text-gray-300">Movement Prediction</label>
|
| 139 |
+
<span id="predictionValue" class="font-mono">45%</span>
|
| 140 |
+
</div>
|
| 141 |
+
<input type="range" id="prediction" min="0" max="100" value="45" class="w-full h-2 bg-gray-700 rounded-lg appearance-none cursor-pointer range-slider">
|
| 142 |
+
</div>
|
| 143 |
+
</div>
|
| 144 |
+
</div>
|
| 145 |
+
|
| 146 |
+
<!-- Recoil Control Section -->
|
| 147 |
+
<div class="bg-gray-800 rounded-xl p-6 shadow-lg">
|
| 148 |
+
<div class="flex justify-between items-center mb-4">
|
| 149 |
+
<h2 class="text-xl font-semibold flex items-center">
|
| 150 |
+
<i class="fas fa-arrow-up mr-2 text-red-400"></i>
|
| 151 |
+
Recoil Control
|
| 152 |
+
</h2>
|
| 153 |
+
<label class="switch">
|
| 154 |
+
<input type="checkbox" id="recoilControlToggle" checked>
|
| 155 |
+
<span class="slider"></span>
|
| 156 |
+
</label>
|
| 157 |
+
</div>
|
| 158 |
+
|
| 159 |
+
<div class="space-y-4">
|
| 160 |
+
<div>
|
| 161 |
+
<div class="flex justify-between mb-2">
|
| 162 |
+
<label for="recoilReduction" class="text-gray-300">Recoil Reduction</label>
|
| 163 |
+
<span id="recoilReductionValue" class="font-mono">85%</span>
|
| 164 |
+
</div>
|
| 165 |
+
<input type="range" id="recoilReduction" min="0" max="100" value="85" class="w-full h-2 bg-gray-700 rounded-lg appearance-none cursor-pointer range-slider">
|
| 166 |
+
</div>
|
| 167 |
+
|
| 168 |
+
<div>
|
| 169 |
+
<div class="flex justify-between mb-2">
|
| 170 |
+
<label for="recoilPattern" class="text-gray-300">Pattern Learning</label>
|
| 171 |
+
<span id="recoilPatternValue" class="font-mono">70%</span>
|
| 172 |
+
</div>
|
| 173 |
+
<input type="range" id="recoilPattern" min="0" max="100" value="70" class="w-full h-2 bg-gray-700 rounded-lg appearance-none cursor-pointer range-slider">
|
| 174 |
+
</div>
|
| 175 |
+
</div>
|
| 176 |
+
</div>
|
| 177 |
+
|
| 178 |
+
<!-- Sensitivity Section -->
|
| 179 |
+
<div class="bg-gray-800 rounded-xl p-6 shadow-lg">
|
| 180 |
+
<div class="flex justify-between items-center mb-4">
|
| 181 |
+
<h2 class="text-xl font-semibold flex items-center">
|
| 182 |
+
<i class="fas fa-bullseye mr-2 text-yellow-400"></i>
|
| 183 |
+
Sensitivity & Controls
|
| 184 |
+
</h2>
|
| 185 |
+
<label class="switch">
|
| 186 |
+
<input type="checkbox" id="sensitivityToggle" checked>
|
| 187 |
+
<span class="slider"></span>
|
| 188 |
+
</label>
|
| 189 |
+
</div>
|
| 190 |
+
|
| 191 |
+
<div class="space-y-4">
|
| 192 |
+
<div>
|
| 193 |
+
<div class="flex justify-between mb-2">
|
| 194 |
+
<label for="touchSensitivity" class="text-gray-300">Touch Sensitivity</label>
|
| 195 |
+
<span id="touchSensitivityValue" class="font-mono">120%</span>
|
| 196 |
+
</div>
|
| 197 |
+
<input type="range" id="touchSensitivity" min="50" max="200" value="120" class="w-full h-2 bg-gray-700 rounded-lg appearance-none cursor-pointer range-slider">
|
| 198 |
+
</div>
|
| 199 |
+
|
| 200 |
+
<div>
|
| 201 |
+
<div class="flex justify-between mb-2">
|
| 202 |
+
<label for="gyroSensitivity" class="text-gray-300">Gyroscope Sensitivity</label>
|
| 203 |
+
<span id="gyroSensitivityValue" class="font-mono">65%</span>
|
| 204 |
+
</div>
|
| 205 |
+
<input type="range" id="gyroSensitivity" min="0" max="150" value="65" class="w-full h-2 bg-gray-700 rounded-lg appearance-none cursor-pointer range-slider">
|
| 206 |
+
</div>
|
| 207 |
+
|
| 208 |
+
<div>
|
| 209 |
+
<div class="flex justify-between mb-2">
|
| 210 |
+
<label for="touchResponse" class="text-gray-300">Touch Response Time</label>
|
| 211 |
+
<span id="touchResponseValue" class="font-mono">Fast</span>
|
| 212 |
+
</div>
|
| 213 |
+
<input type="range" id="touchResponse" min="1" max="5" value="2" class="w-full h-2 bg-gray-700 rounded-lg appearance-none cursor-pointer range-slider">
|
| 214 |
+
<div class="flex justify-between text-xs text-gray-400 mt-1">
|
| 215 |
+
<span>Slow</span>
|
| 216 |
+
<span>Normal</span>
|
| 217 |
+
<span>Fast</span>
|
| 218 |
+
<span>Ultra</span>
|
| 219 |
+
<span>Instant</span>
|
| 220 |
+
</div>
|
| 221 |
+
</div>
|
| 222 |
+
</div>
|
| 223 |
+
</div>
|
| 224 |
+
</div>
|
| 225 |
+
|
| 226 |
+
<!-- Right Column - Status and Advanced -->
|
| 227 |
+
<div class="space-y-6">
|
| 228 |
+
<!-- Connection Status -->
|
| 229 |
+
<div class="bg-gray-800 rounded-xl p-6 shadow-lg">
|
| 230 |
+
<h2 class="text-xl font-semibold mb-4 flex items-center">
|
| 231 |
+
<i class="fas fa-plug mr-2 text-green-400"></i>
|
| 232 |
+
Connection Status
|
| 233 |
+
</h2>
|
| 234 |
+
|
| 235 |
+
<div class="space-y-3">
|
| 236 |
+
<div class="flex justify-between">
|
| 237 |
+
<span class="text-gray-300">Service Status:</span>
|
| 238 |
+
<span class="text-green-400 font-medium">Running</span>
|
| 239 |
+
</div>
|
| 240 |
+
<div class="flex justify-between">
|
| 241 |
+
<span class="text-gray-300">Latency:</span>
|
| 242 |
+
<span class="text-blue-400 font-mono">28ms</span>
|
| 243 |
+
</div>
|
| 244 |
+
<div class="flex justify-between">
|
| 245 |
+
<span class="text-gray-300">Last Update:</span>
|
| 246 |
+
<span class="text-gray-400">0.2s ago</span>
|
| 247 |
+
</div>
|
| 248 |
+
<div class="flex justify-between">
|
| 249 |
+
<span class="text-gray-300">Data Rate:</span>
|
| 250 |
+
<span class="text-gray-400">12.4 KB/s</span>
|
| 251 |
+
</div>
|
| 252 |
+
</div>
|
| 253 |
+
|
| 254 |
+
<div class="mt-4 pt-4 border-t border-gray-700">
|
| 255 |
+
<button id="refreshConnection" class="w-full bg-blue-600 hover:bg-blue-700 text-white py-2 px-4 rounded-lg flex items-center justify-center">
|
| 256 |
+
<i class="fas fa-sync-alt mr-2"></i>
|
| 257 |
+
Refresh Connection
|
| 258 |
+
</button>
|
| 259 |
+
</div>
|
| 260 |
+
</div>
|
| 261 |
+
|
| 262 |
+
<!-- Advanced Settings -->
|
| 263 |
+
<div class="bg-gray-800 rounded-xl p-6 shadow-lg">
|
| 264 |
+
<h2 class="text-xl font-semibold mb-4 flex items-center">
|
| 265 |
+
<i class="fas fa-cogs mr-2 text-purple-400"></i>
|
| 266 |
+
Advanced Settings
|
| 267 |
+
</h2>
|
| 268 |
+
|
| 269 |
+
<div class="space-y-4">
|
| 270 |
+
<div class="flex items-center justify-between">
|
| 271 |
+
<div>
|
| 272 |
+
<label for="kernelMode" class="text-gray-300">Kernel-Level Injection</label>
|
| 273 |
+
<p class="text-xs text-gray-500">Requires root access</p>
|
| 274 |
+
</div>
|
| 275 |
+
<label class="switch">
|
| 276 |
+
<input type="checkbox" id="kernelMode" checked>
|
| 277 |
+
<span class="slider"></span>
|
| 278 |
+
</label>
|
| 279 |
+
</div>
|
| 280 |
+
|
| 281 |
+
<div class="flex items-center justify-between">
|
| 282 |
+
<div>
|
| 283 |
+
<label for="mlDetection" class="text-gray-300">ML Target Detection</label>
|
| 284 |
+
<p class="text-xs text-gray-500">TensorFlow Lite model</p>
|
| 285 |
+
</div>
|
| 286 |
+
<label class="switch">
|
| 287 |
+
<input type="checkbox" id="mlDetection" checked>
|
| 288 |
+
<span class="slider"></span>
|
| 289 |
+
</label>
|
| 290 |
+
</div>
|
| 291 |
+
|
| 292 |
+
<div class="flex items-center justify-between">
|
| 293 |
+
<div>
|
| 294 |
+
<label for="performanceMode" class="text-gray-300">Performance Mode</label>
|
| 295 |
+
<p class="text-xs text-gray-500">Prioritize FPS over battery</p>
|
| 296 |
+
</div>
|
| 297 |
+
<label class="switch">
|
| 298 |
+
<input type="checkbox" id="performanceMode">
|
| 299 |
+
<span class="slider"></span>
|
| 300 |
+
</label>
|
| 301 |
+
</div>
|
| 302 |
+
|
| 303 |
+
<div>
|
| 304 |
+
<label for="targetRegion" class="block text-gray-300 mb-2">Target Detection Region</label>
|
| 305 |
+
<select id="targetRegion" class="w-full bg-gray-700 border border-gray-600 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-500">
|
| 306 |
+
<option value="center">Center Screen (Fast)</option>
|
| 307 |
+
<option value="wide">Wide Area (Balanced)</option>
|
| 308 |
+
<option value="full">Full Screen (Slow)</option>
|
| 309 |
+
</select>
|
| 310 |
+
</div>
|
| 311 |
+
</div>
|
| 312 |
+
</div>
|
| 313 |
+
|
| 314 |
+
<!-- Quick Actions -->
|
| 315 |
+
<div class="bg-gray-800 rounded-xl p-6 shadow-lg">
|
| 316 |
+
<h2 class="text-xl font-semibold mb-4 flex items-center">
|
| 317 |
+
<i class="fas fa-bolt mr-2 text-yellow-400"></i>
|
| 318 |
+
Quick Actions
|
| 319 |
+
</h2>
|
| 320 |
+
|
| 321 |
+
<div class="grid grid-cols-2 gap-3">
|
| 322 |
+
<button class="bg-blue-600 hover:bg-blue-700 text-white py-2 px-3 rounded-lg flex items-center justify-center text-sm">
|
| 323 |
+
<i class="fas fa-save mr-1"></i>
|
| 324 |
+
Save Profile
|
| 325 |
+
</button>
|
| 326 |
+
<button class="bg-gray-600 hover:bg-gray-700 text-white py-2 px-3 rounded-lg flex items-center justify-center text-sm">
|
| 327 |
+
<i class="fas fa-folder-open mr-1"></i>
|
| 328 |
+
Load Profile
|
| 329 |
+
</button>
|
| 330 |
+
<button class="bg-green-600 hover:bg-green-700 text-white py-2 px-3 rounded-lg flex items-center justify-center text-sm">
|
| 331 |
+
<i class="fas fa-play mr-1"></i>
|
| 332 |
+
Start Service
|
| 333 |
+
</button>
|
| 334 |
+
<button class="bg-red-600 hover:bg-red-700 text-white py-2 px-3 rounded-lg flex items-center justify-center text-sm">
|
| 335 |
+
<i class="fas fa-stop mr-1"></i>
|
| 336 |
+
Stop Service
|
| 337 |
+
</button>
|
| 338 |
+
</div>
|
| 339 |
+
</div>
|
| 340 |
+
|
| 341 |
+
<!-- Status Indicators -->
|
| 342 |
+
<div class="bg-gray-800 rounded-xl p-6 shadow-lg">
|
| 343 |
+
<h2 class="text-xl font-semibold mb-4 flex items-center">
|
| 344 |
+
<i class="fas fa-chart-bar mr-2 text-blue-400"></i>
|
| 345 |
+
System Status
|
| 346 |
+
</h2>
|
| 347 |
+
|
| 348 |
+
<div class="space-y-3">
|
| 349 |
+
<div>
|
| 350 |
+
<div class="flex justify-between mb-1">
|
| 351 |
+
<span class="text-gray-300">CPU Usage</span>
|
| 352 |
+
<span class="text-gray-400">12%</span>
|
| 353 |
+
</div>
|
| 354 |
+
<div class="w-full bg-gray-700 rounded-full h-2">
|
| 355 |
+
<div class="bg-blue-500 h-2 rounded-full" style="width: 12%"></div>
|
| 356 |
+
</div>
|
| 357 |
+
</div>
|
| 358 |
+
|
| 359 |
+
<div>
|
| 360 |
+
<div class="flex justify-between mb-1">
|
| 361 |
+
<span class="text-gray-300">Memory Usage</span>
|
| 362 |
+
<span class="text-gray-400">256MB</span>
|
| 363 |
+
</div>
|
| 364 |
+
<div class="w-full bg-gray-700 rounded-full h-2">
|
| 365 |
+
<div class="bg-purple-500 h-2 rounded-full" style="width: 42%"></div>
|
| 366 |
+
</div>
|
| 367 |
+
</div>
|
| 368 |
+
|
| 369 |
+
<div>
|
| 370 |
+
<div class="flex justify-between mb-1">
|
| 371 |
+
<span class="text-gray-300">FPS Boost</span>
|
| 372 |
+
<span class="text-gray-400">+18%</span>
|
| 373 |
+
</div>
|
| 374 |
+
<div class="w-full bg-gray-700 rounded-full h-2">
|
| 375 |
+
<div class="bg-green-500 h-2 rounded-full" style="width: 18%"></div>
|
| 376 |
+
</div>
|
| 377 |
+
</div>
|
| 378 |
+
</div>
|
| 379 |
+
</div>
|
| 380 |
+
</div>
|
| 381 |
+
</div>
|
| 382 |
+
|
| 383 |
+
<!-- Footer -->
|
| 384 |
+
<footer class="mt-12 pt-6 border-t border-gray-800 text-center text-gray-400 text-sm">
|
| 385 |
+
<p>Game Enhancement Control Panel v1.2.0</p>
|
| 386 |
+
<p class="mt-1">For educational purposes only. Use responsibly.</p>
|
| 387 |
+
<div class="flex justify-center space-x-4 mt-4">
|
| 388 |
+
<a href="#" class="hover:text-blue-400"><i class="fas fa-book"></i> Documentation</a>
|
| 389 |
+
<a href="#" class="hover:text-blue-400"><i class="fas fa-cog"></i> Settings</a>
|
| 390 |
+
<a href="#" class="hover:text-blue-400"><i class="fas fa-question-circle"></i> Help</a>
|
| 391 |
+
</div>
|
| 392 |
+
</footer>
|
| 393 |
+
</div>
|
| 394 |
+
|
| 395 |
+
<script>
|
| 396 |
+
// Update slider values in real-time
|
| 397 |
+
document.querySelectorAll('input[type="range"]').forEach(slider => {
|
| 398 |
+
const valueSpan = document.getElementById(`${slider.id}Value`);
|
| 399 |
+
|
| 400 |
+
slider.addEventListener('input', () => {
|
| 401 |
+
if (slider.id === 'touchResponse') {
|
| 402 |
+
const values = ['Slow', 'Normal', 'Fast', 'Ultra', 'Instant'];
|
| 403 |
+
valueSpan.textContent = values[slider.value - 1];
|
| 404 |
+
} else {
|
| 405 |
+
valueSpan.textContent = `${slider.value}%`;
|
| 406 |
+
}
|
| 407 |
+
|
| 408 |
+
// Send update to backend
|
| 409 |
+
updateSetting(slider.id, slider.value);
|
| 410 |
+
});
|
| 411 |
+
});
|
| 412 |
+
|
| 413 |
+
// Toggle switches
|
| 414 |
+
document.querySelectorAll('input[type="checkbox"]').forEach(toggle => {
|
| 415 |
+
toggle.addEventListener('change', () => {
|
| 416 |
+
updateSetting(toggle.id, toggle.checked);
|
| 417 |
+
|
| 418 |
+
// Add glow effect when toggled
|
| 419 |
+
const parentDiv = toggle.closest('.bg-gray-800');
|
| 420 |
+
parentDiv.classList.add('glow-effect');
|
| 421 |
+
setTimeout(() => {
|
| 422 |
+
parentDiv.classList.remove('glow-effect');
|
| 423 |
+
}, 1000);
|
| 424 |
+
});
|
| 425 |
+
});
|
| 426 |
+
|
| 427 |
+
// Select dropdown
|
| 428 |
+
document.getElementById('targetRegion').addEventListener('change', function() {
|
| 429 |
+
updateSetting('targetRegion', this.value);
|
| 430 |
+
});
|
| 431 |
+
|
| 432 |
+
// Quick action buttons
|
| 433 |
+
document.getElementById('refreshConnection').addEventListener('click', function() {
|
| 434 |
+
// Simulate connection refresh
|
| 435 |
+
const status = document.getElementById('connectionStatus');
|
| 436 |
+
const indicator = document.querySelector('.connection-status');
|
| 437 |
+
|
| 438 |
+
status.textContent = "Refreshing...";
|
| 439 |
+
indicator.classList.remove('bg-green-500');
|
| 440 |
+
indicator.classList.add('bg-yellow-500');
|
| 441 |
+
|
| 442 |
+
setTimeout(() => {
|
| 443 |
+
status.textContent = "Connected";
|
| 444 |
+
indicator.classList.remove('bg-yellow-500');
|
| 445 |
+
indicator.classList.add('bg-green-500');
|
| 446 |
+
}, 1500);
|
| 447 |
+
});
|
| 448 |
+
|
| 449 |
+
// Simulate WebSocket connection
|
| 450 |
+
function updateSetting(setting, value) {
|
| 451 |
+
// In a real implementation, this would send data to the backend
|
| 452 |
+
console.log(`Setting updated: ${setting} = ${value}`);
|
| 453 |
+
|
| 454 |
+
// Simulate response from server
|
| 455 |
+
const status = document.getElementById('connectionStatus');
|
| 456 |
+
status.textContent = "Updating...";
|
| 457 |
+
setTimeout(() => {
|
| 458 |
+
status.textContent = "Connected";
|
| 459 |
+
}, 500);
|
| 460 |
+
}
|
| 461 |
+
|
| 462 |
+
// Initialize tooltips (would need a proper library for real implementation)
|
| 463 |
+
document.querySelectorAll('[data-tooltip]').forEach(el => {
|
| 464 |
+
el.addEventListener('mouseenter', () => {
|
| 465 |
+
// Tooltip implementation would go here
|
| 466 |
+
});
|
| 467 |
+
});
|
| 468 |
+
</script>
|
| 469 |
+
<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/ruuut" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
| 470 |
+
</html>
|