← Homelab

🎯 Sensitivity Finder

Finds your ideal Aim Lab sensitivity by converging search β€” it halves the step each time you get worse and homes in on your peak.

⚑ Real-time script (recommended)

A Python script that watches your Aim Lab results live and tells you the next sensitivity after every task β€” hands-off. Needs Python 3 (no extra packages).

⬇ Download sensitivity_finder.py
python sensitivity_finder.py --demo # prove it converges (offline) python sensitivity_finder.py # real-time via Aim Lab python sensitivity_finder.py --manual # real-time, type your score

Auto mode reads the desktop Aim Lab (Steam) results DB. Playing Aimlabs in the browser or another trainer (Aim Hero, Kovaak's)? Scores aren't saved locally β€” use --manual, or the on-page calibrator below (best while you're in the browser).

β–Ά How to start
  1. Install Python 3 β€” on Windows tick β€œAdd python.exe to PATH”.
  2. Click Download sensitivity_finder.py above.
  3. Open a terminal in the download folder (Windows: type cmd in the folder’s address bar, Enter).
  4. Check it works: python sensitivity_finder.py --demo β†’ should end with self-test: PASS.
  5. Open Aim Lab and pick a flick/click task (e.g. Gridshot) set to 20 shots.
  6. Start it: python sensitivity_finder.py (or python sensitivity_finder.py --manual if it can’t find Aim Lab).
  7. Set Aim Lab’s sensitivity to the value it prints, then play one task.
  8. It reads your score and prints the next sensitivity β€” set that, play again.
  9. Repeat until it shows RECOMMENDED SENSITIVITY β€” that’s your best.

Stop anytime with Ctrl+C; it prints the best sensitivity found so far.

β˜… calibrate here β€” works with browser Aimlabs & any trainer

Tip: use your in-game range (e.g. valorant 0.2–1.0, or cm/360).

– Get app