Бесплатный оверлей прицела для Windows · Free crosshair overlay for Windows
Бесплатный прицел-оверлей для Windows — отображает настраиваемый прицел поверх любого окна или игры без установки. Работает в оконном и безрамочном полноэкранном режиме, не перехватывает мышь. 6 типов прицела, настройка цвета и размера, горячая клавиша, поддержка нескольких мониторов.
- Скачайте
myCustomScope.exeиз Releases - Запустите и подтвердите UAC-запрос
- Иконка в трее — прицел включается клавишей F6
Free crosshair overlay for Windows — renders a customizable crosshair on top of any window or game, no installation required. Works in windowed and borderless fullscreen, fully click-through. Six crosshair styles, color and size controls, rebindable hotkey, multi-monitor support.
- Download
myCustomScope.exefrom Releases - Run it and confirm the UAC prompt
- App icon appears in the tray — press F6 to toggle the crosshair
| GUI & rendering | PyQt6 |
| Global hotkeys | keyboard |
| Packaging | PyInstaller --onefile --uac-admin |
Key implementation details:
- Click-through overlay via
WS_EX_LAYERED | WS_EX_TRANSPARENT(ctypes) - Single-instance enforcement via
QLocalSocket/QLocalServerIPC - Hotkey events bridged from background thread to Qt main loop via
pyqtSignal - Settings persisted to
%APPDATA%\myCustomScope\settings.iniwith 400 ms debounced writes
Build from source:
setup.bat # create venv + install deps
build.bat # produces dist\myCustomScope.exeMIT License