Skip to content

Releases: Jesewe/cs2-bhop

CS2 Bhop - Release v1.0.5

05 Dec 10:39
ea85e8e

Choose a tag to compare

Summary

  • Importing GetForegroundWindow and GetWindowThreadProcessId to determine the active window.
  • The main bhop loop is refactored to check for the active window before processing jumps.
  • The jump logic is overhauled from a simple toggle to a timed state-based system for more reliable and controlled jumps, using a configurable delay.
  • Updated JSON deserialization for offsets by introducing a dedicated OffsetsData class, making the code more robust and readable.

Downloads Platforms License

cs2-bhop - Release v1.0.4

14 Apr 12:15
66b2048

Choose a tag to compare

Summary

  • The entire project has been ported from Python to C# to improve performance, enhance maintainability, and leverage .NET features for Windows-based process memory manipulation.

Downloads Platforms License

CS2 Bhop - Release v1.0.3

15 Feb 07:12
fc92d71

Choose a tag to compare

Summary

  • Added timeouts and better exception handling when fetching offsets and checking for updates.
  • Critical errors now cause an immediate exit rather than letting the program run in an undefined state.
  • The bunnyhop loop includes a short sleep when the Spacebar is not pressed, reducing CPU usage.

Downloads Platforms License

CS2 Bhop v1.0.2

30 Oct 14:27
af0d22d

Choose a tag to compare

  • New Features:

    • Implemented comprehensive logging to track actions and errors, aiding in debugging and user feedback.
    • Added automatic update checking to notify users about the latest version available on GitHub.
    • Introduced utility functions to manage common tasks, enhancing code modularity.
  • Improvements:

    • Refactored code into structured classes for better organization and maintainability.
    • Improved error handling and user interaction for a more robust experience.
    • Enhanced readability with better documentation and variable naming conventions.
  • Bug Fixes:

    • Addressed various edge cases in error handling for process attachment and memory access.

Full Changelog: v1.0.1...v1.0.2

Downloads Platforms License

CS2 Bhop v1.0.1

01 Jun 06:52
5057f21

Choose a tag to compare

Modular functions were used to restructure the script to improve readability and maintainability.

  • Use the bhop script in Counter-Strike 2 (CS2) to automate bunny hopping.
  • Use pymem to manipulate processes and memory
  • Add error handling for problems with process and memory access
  • Get game offsets from an internet repository
  • Look for the cs2.exe process and client.dll module

Full Changelog: v1.0.0...v1.0.1

CS2 Bhop Script v1.0.0

26 Mar 17:22
e9bce83

Choose a tag to compare

  • This release includes updates to the CS2 Bhop Script, enhancing error handling and key state checking for a smoother experience.

Full Changelog: https://github.com/Jesewe/cs2-bhop/commits/v1.0.0