Skip to content

Releases: Jesewe/cs2-esp

CS2 ESP - Release v1.0.1.1

29 May 11:13
64112de
Compare
Choose a tag to compare

Summary

  • Porting to dearpygui.
  • Added function Minimap Overlay.
  • Added function Optimize FPS.
  • Added function Draw nicknames.
  • Configuration logic updated.
  • Replaced json module with orjson for improved performance.

Downloads Platforms License

CS2 ESP - Release v1.0.1

07 Mar 13:39
83da980
Compare
Choose a tag to compare

Summary

  • Modern Look: A custom style sheet was added to improve the appearance of the application.

  • Improved Error Handling: More try/except blocks and error messages help catch and show errors clearly.

Downloads Platforms License

CS2 ESP - Release v1.0.0

03 Mar 10:30
f6fa3d8
Compare
Choose a tag to compare

Summary

  • Modularization: The project is divided into logical modules.

  • Configuration Management: The settings are loaded from and saved to %LOCALAPPDATA%\Requests\ItsJesewe\esp_config.json. The _update_config class method ensures that missing keys are added.

  • Error Handling: If the target game process (cs2.exe) is not found or another error occurs during initialization, an error signal is emitted. The GUI then displays a QMessageBox instead of crashing.

  • Global Hotkeys: The keyboard module registers F6 and F7 as global hotkeys to start and stop the overlay even when the application is not active.

  • Enhanced Drawing: The overlay displays the nickname above the box and a vertical health progress bar whose color changes with health.

Downloads Platforms License