Skip to content

b1scoito/bunnyhopfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bunnyhopfix

CS:S Bhop delay (jump prediction) fixer based on Alkatraz's BunnyhopAPE with modern C++ techniques and planned Linux support.

From BunnyhopAPE's page:

  • This makes auto-bhop feel a lot less laggy on high ping servers (without allowing you to cheat scroll times like clientside auto-bhop does).

How to use

Download the latest release here.
Open it and run with the game opened. The game will be then patched.

Warning

Because it writes into the game's memory, it is required to have the -insecure option on for security reasons.

Todo

  • Linux support (port to CMake prior to this)
  • Code organization