Releases: Jesewe/cs2-triggerbot
v1.1.2
This release focuses on improving the trigger activation system, as well as reworking how the setting works:
- Configuration File: Dynamic configuration loading and validation, ensuring default values for missing or invalid settings.
- Input Handling: Redesigned the configuration system to support keyboard keys (mouse buttons support removed) by continuously polling the keyboard library.
Full Changelog: v1.1.1...v1.1.2
v1.1.1
This update brings the following key changes and improvements:
- Teammate Attack Option: You can now configure the bot to attack teammates by setting
AttackOnTeammates
in the configuration file (config.ini
). By default, this is set toFalse
to avoid friendly fire. - Enhanced Error Handling: Improved the bot's robustness in handling errors related to game process attachment and
client.dll
loading. - Update README.md by @secretlay3r in #6
Full Changelog: v1.1.0...v1.1.1
v1.1.0
This release focuses on improving the overall stability of the CS2 TriggerBot:
- Logging Enhancements: A more robust logging system is introduced to handle different log levels, providing detailed insights into application behavior.
- Configurable Settings: Users can now easily configure the trigger key and shot delay via a
config.ini
file, with default settings automatically applied if the file is missing.
Full Changelog: v1.0.9...v1.1.0
v1.0.9
This release provides a more robust and flexible TriggerBot experience, with improved input handling and user customization:
- Input Handling: The TriggerBot now supports both mouse and keyboard input, allowing users to activate the trigger with the
x2
mouse button or a specified keyboard key. - Configuration File: Users can now set the trigger key via the
config.ini
file, with MOUSE 5 (x2
) as the default setting.
Full Changelog: v1.0.8...v1.0.9
CS2 Triggerbot v1.0.8
We have implemented some noteworthy structural enhancements in this release:
- Refactored the code into organized classes (
Logger
,Utility
,CS2TriggerBot
) to enhance readability and maintainability. - Introduced
Logger
class to handle logging setup and ensure clean logging configuration. - Created a
Utility
class to manage utility functions like fetching offsets, checking for updates, and setting the console title. - Improved the overall code organization by consolidating the essential TriggerBot functionality into the
CS2TriggerBot
class. - Retaining all current features and functionalities without modifying the fundamental reasoning.
Full Changelog: v1.0.7...v1.0.8
CS2 Triggerbot v1.0.7
This release includes the following updates:
- Bumped the version to v1.0.7.
- Improved code readability with better organization and comments.
- Ensured that log directories are created with
exist_ok=True
for more robust error handling. - Enhanced logging setup by consolidating
basicConfig
parameters. - Made minor performance optimizations in the main loop.
- No changes were made to core functionality.
Full Changelog: v1.0.6...v1.0.7
CS2 Triggerbot v1.0.6
Improvements and Performance Enhancements:
- Performance Tweaks:
- Reduced sleep times during game inactivity and trigger actions for enhanced responsiveness.
- Optimized sleep intervals in the main loop for smoother operation.
- Bug Fixes: Minor adjustments to improve stability and performance.
- Version Update: Extended from
v1.0.5
tov1.0.6
.
Full Changelog: v1.0.5...v1.0.6
CS2 Triggerbot v1.0.5
This release includes a number of significant improvements and updates:
- Enhanced Logging: Introduced file logging with logs stored in a dedicated directory. This helps in better tracking and debugging of issues.
- Improved Logging Format: Enhanced logging format with separate file and console handlers for better log management.
- Bug Fixes and Optimizations: Various minor bug fixes and optimizations to improve overall performance.
- Version Update: Upgraded the script version to
v1.0.5
.
Full Changelog: v1.0.4...v1.0.5
CS2 Triggerbot v1.0.4
We are excited to announce the release of CS2 TriggerBot v1.0.4! This update brings several improvements and enhancements:
- Colored Logging: Introduced
colorama
to enhance logging output with colors, making it easier to read and debug. - Console Title Setting: Automatically set the console title to display the current version of the bot for better user experience.
- Enhanced Error Logging: Improved error messages with clear instructions for reporting issues on the GitHub repository.
- Version Update: Updated the version number to
v1.0.4
.
Full Changelog: v1.0.3...v1.0.4