A global crosshair tool for Windows that supports highly customizable parameters and hotkey operations. It offers both a GUI editor mode and a lightweight overlay mode.
⚠ Disclaimer
This tool overlays the screen display, which may pose an anti-cheat risk. By continuing to use this tool, you acknowledge the risks and take full responsibility. The author is not liable for any consequences.
- 🎨 Crosshair Editor: Visually adjust spacing, line length, thickness, transparency, and 20+ other parameters. Feel free to suggest more options in the issues section.
- 🌈 Customization: Supports solid, dashed, and dotted lines, as well as inner, outer, and multi-ray layouts.
- 📥 Configuration Management: Import/export crosshair codes, save history, delete entries, and set defaults.
- 🖥️ Global Overlay: Borderless full-screen display with transparent click-through support and hotkey operations.
- ⚙ Dual Running Modes:
- GUI Editor Mode (for customizing the crosshair).
- No-GUI Crosshair Overlay Mode (
--nogui
) for lightweight operation.
git clone https://github.com/LiebeV/Crosshair-Overlay.git
cd Crosshair-Overlay
pip install -r requirements.txt
It is recommended to use Python 3.8+, and the program has been optimized for Windows compatibility.
python crosshair.py
- This mode allows you to customize the crosshair, export its code, or set it as default for use in overlay mode.
python crosshair.py --nogui <config_str>
- Ideal for quickly loading a preset crosshair without an additional interface.
Parameter | Description |
---|---|
--nogui |
Runs the crosshair overlay in no-GUI mode |
config_str |
Crosshair code (preset in editor mode or manually entered) |
- Ctrl + Alt + F9: Exit the program
- Ctrl + Alt + F10: Toggle show/hide
This tool is released under the LGPL-3.0 (PySide6) + MIT (keyboard) open-source license.
The tool is still in development, and an EXE version will be released in the future. Currently, only the source code is available.
Yes, this allows for quick launching via Win + R, making it accessible in most scenarios.
Yes, for now. This issue will be resolved in the future EXE version.
This tool is developed exclusively for Windows, and there are no plans to support other platforms.
💡 Tip: If you have feature requests or encounter bugs, feel free to submit an issue!