Skip to content

YSCodex/FFsensi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stars Forks License

⚡ YS Extreme Sensi Engine ⚡

Advanced hardware-driven device optimization, performance benchmarking, and custom sensitivity configuration utility for Android.

Telegram 1 Telegram 2

Instagram


📖 Introduction

YS Sensi Engine is a utility designed to inspect, benchmark, and optimize touch responsiveness and aiming parameters for gaming applications (specifically optimized for Free Fire). Rather than applying generic static values, this engine conducts active system diagnostics and stress benchmarks to build a highly optimized profile engineered specifically for your phone's processor, thermal limits, RAM bandwidth, and touch polling architecture.

Whether running on entry-level devices or standard high-end chipsets, the engine adjusts calculations to extract the most stable touch coordinates and aiming targets without causing frame pacing spikes or processing bottlenecks.


✨ Features & Capabilities

  • 📱 Active Hardware Diagnostics: Inspects active board revisions, GPU drivers, display density (DPI), RAM size, and CPU load.
  • Performance Benchmarking: Runs mathematical float computations, logic stress routines, and physical memory copy latency sweeps.
  • 🎯 Dynamic Sensitivity Scale (1-200): Translates hardware capacity metrics into tailored sensitivity maps (General, Red Dot, Scopes, and Free Look).
  • ⚙️ Refresh Rate Synchronization: Tailors values dynamically to match standard hardware screens operating at 60Hz, 90Hz, 120Hz, or 144Hz.
  • 📄 Multi-Format Exporting: Produces a clear, readable text log (output/sensi_*.txt) and a structured JSON record (output/report_*.json).
  • 🚀 Shell Booster Generation: Automatically compiles target tweaks (output/performance_boost.sh and output/game_optimize.sh) to regulate frame timing and memory caches.

🛠️ Performance Metrics Inspected

Metric Evaluated Target Impact on Aiming
CPU Speed Micro-operations per second Processing consistency & drag linearity
Memory Bandwidth Data copy rate (MB/s) Reduces touch input drops during intense frames
Latency Active Touch rate (Hz) to Latency (ms) Minimizes tap-to-render delays
Load Average Active processor thermal / system stress Corrects frame drops during high-activity scenarios
Display Diagnostics Refresh rate (Hz) and density factor (DPI) Smooths aiming paths & visual tracking

📥 Terminal Installation Guides

You can install and execute this terminal package on terminal hosts (like Termux) using either the automated setup or the manual steps.

Option 1: Quick Install (Auto-installer)

pkg install git python -y && git clone https://github.com/YSCodex/FFsensi.git && cd FFsensi && bash setup.sh

Option 2: Manual Installation & Startup

1. Keep target repository tools and packages updated

termux-change-repo
pkg update && pkg upgrade -y
pkg install git python -y

2. Allow storage management permissions within Termux

termux-setup-storage

3. Clone the repository and locate local directory

git clone https://github.com/YSCodex/FFsensi.git
cd FFsensi

4. Launch the processing application

python main.py

🚀 Execution Modifiers

Use runtime flags to modify how the engine behaves during diagnostic runs:

# Execute standard benchmark and produce aiming parameters
python main.py

# Run a rapid scan using minimal benchmarking steps
python main.py --q

# Print all recognized device properties without running calculations
python main.py --info

# Perform device scan and generate game-booster shell commands
python main.py --qp

# Override model detection variables manually during execution
python main.py --m "My Custom Device"

# Iterate hardware checks specific number of times (e.g. 5) to average results
python main.py --rn 5

📁 Repository Structure

FFsensi/
│
├── README.md               # User manual and configuration guide
├── main.py                 # Core command runner (CLI Entrypoint)
├── setup.sh                # Automation shell installation helper
├── LICENSE                 # Project open-source license terms
├── .gitignore              # Local file filters for GitHub
│
├── core/                   # Underlying calculations package
│   ├── __init__.py         # Package identification module
│   ├── device.py           # Device details and diagnostics
│   ├── benchmark.py        # CPU, GFX, Memory benchmarks
│   ├── sensi_generator.py  # Aim-scaling calculations
│   ├── booster.py          # Tuning script compiler
│   ├── ui.py               # ASCII Terminal UI layouts
│   └── device_tiers.json   # Processor target mappings database
│
└── output/                 # Results directory for compiled exports

🌐 Community & Support

Join the communities below to share configurations, request support, or participate in active system modification discussions:

Resource Target Destination
🛡️ Owner/Developer ysyuvrajyt on Instagram
💻 GitHub Repository YSCodex/FFsensi on GitHub
📢 Core Tech Channel @YSCoder on Telegram
💬 Community Discussions @VibeCoderJantaParty on Telegram

⚖️ License & Disclaimer

  • License: Distributed under the standard open-source MIT License.
  • Disclaimer: This performance benchmarking engine computes recommended operational parameters and sensitivity maps. Application scripts containing system tweaks are intended for optimization purposes. Run booster scripts in compliance with target applications' policies.

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors