This is a Python application that displays a crosshair on your screen. It allows you to cycle the crosshair color, toggle its visibility, open/close a console, and more. The application is designed for Windows, administrator privileges recommended.
- Crosshair Display: Draws a crosshair in the center of the screen.
- Color Cycling: Change the crosshair color between Red, Green, and Blue.
- Visibility Toggle: Show or hide the crosshair.
- Console Management: Open and close a console window for debugging or configuration.
- Key Bindings: Customize behavior using specific key presses.
- Python 3.x
psutil
library (install viapip install psutil
)
-
Clone the repository:
git clone https://github.com/Teemsploit/Crosshair
-
Navigate into the project directory:
cd Crosshair
-
Install the required Python packages:
pip install psutil
-
Run the application:
python crosshair.py
- Insert: Cycle through crosshair colors (Red, Green, Blue).
- Delete: Toggle the visibility of the crosshair.
- End: Open or close the console window.
- Home: Show a message with key bindings.
- Right Arrow: Close the crosshair.
The application reads and writes its configuration from crosshair_config.json
located in the APPDATA
directory. Configuration options include the crosshair color and visibility status.
Logs are written to crosshair.log
in the APPDATA
directory. This file includes error messages and other runtime information.
- Ensure you are running the application with administrator privileges.
- If you encounter any issues, check the log file for detailed error messages.
For any questions or issues, please open an issue on the GitHub repository.