Crosshair Studio is a visual interface for the Crosshair symbolic execution engine powered by Tauri. It is designed to make it easier to customize Crosshair to replcae the default crosshairs in games.
- Windows msi Installer: An executable msi installer for 64-bit Windows 10 and later platforms.
- Windows exe Installer: An executable exe installer for 64-bit Windows 10 and later platforms.
- Windows Portable: A compressed executable file for 64-bit Windows 10 and later platforms, no installation required.
Double-click to open the program, and a transparent crosshair will be displayed on the desktop. The program comes with 12 +
symbols as the default crosshair pattern, which can be switched at will.
After the program is started, the crosshair is placed on the top layer by default, and the mouse is penetrated by default, that is, the crosshair image will not block the click events of other windows.
- Crosshair Directory: The
crosshairs
folder under the installed directory of the program is the crosshair directory, where you can add transparent background crosshair images (*.svg
,*.png
,*.jpg
,*.jpeg
,*.gif
) by yourself. - System Tray: After the program is running, an icon will be displayed in the system tray. Right-click the icon to open the menu:
- 固定置顶: Fix the crosshair on the top layer of the desktop
- 取消置顶: Unpin the crosshair from the top layer of the desktop
- 隐藏应用(显示应用): Show or hide the app and crosshair
- 鼠标穿透(开/关): Whether the crosshair image will not block the click events of other windows
- 换准星: Switch crosshair in order in the crosshair directory
- 切换默认准星: Switch to the set default crosshair (default to the first crosshair when not set)
- 设为默认准星: Set the crosshair of the current app as the default crosshair
- 控制台: Open the console for more detailed app configuration
- 重启: Restart the app
- 退出: Exit the app
- Global Hotkeys: (System-level hotkeys)
- Switch Crosshair:
Ctrl + Alt + Q
, can be set - Switch Default Crosshair:
Ctrl + Alt + D
, can be set - Set as Default Crosshair:
Ctrl + Alt + S
, can be set - Pin On/Off:
Ctrl + Alt + P
, can be set - Penetrate On/Off: Default off, can be set
- Open Console:
Ctrl + Alt + C
, can be set - Restart App:
Ctrl + Alt + R
, can be set - Exit App:
Ctrl + Alt + E
, can be set
- Switch Crosshair:
- App Hotkeys: (App-level hotkeys)
- Switch Crosshair:
Q
- Switch Crosshair:
The Crosshair Studio software itself and its resource files are located in the installation directory, with only a data file of about 1kb stored in the AppData\Roaming\com.crosshair-studio.app
folder in the user directory. If you need to completely uninstall Crosshair Studio, just uninstall it (or delete the software installation directory) and delete the data folder.
- Full hotkey support
- Enable console
- Multi-language support
- External configuration file
- Cross-platform support
Welcome to submit PRs and issues to improve Crosshair Studio together.