/cssbhop

Safe to use client sided automated bunnyhop for Counter-Strike: Source.

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Build status

Build status

CS:S Auto Bunnyhop (C#)

A client sided bhop cheat that doesn't let you go on VAC secured servers.


  • This tool is basically client sided autobunnyhop for Counter-Strike: Source, works as an external cheat and uses the Win32API functions ReadProcessMemory and WriteProcessMemory.
  • It's probably VAC detected, so if you run it without using -insecure in your CS:S startup parameters, CS:S and the cheat will just terminate to avoid a VAC ban. (You could edit the source code to allow you; but don't risk a VAC ban, it's not worth it!)
  • It could be used for purposes like creating a fully featured external C# cheat for Source Engine games or even simply port to CS:GO.

Structure

  • AutoUpdater.cs - auto-updater class, can be easily ported to use with other open-source programs.
  • GameProcess.cs - a simple to use and fully commented class for cheat usage.
  • General.cs - version, some settings.
  • Monitor.cs - extended version of Stopwatch with a different ToString() function.
  • Offsets.cs - has memory addresses and offsets, they'll probably break through updates.
  • Program.cs - initializes the thread, GameProcess class and grabs modules.

Performance Monitoring

Run the program with the parameter monitoring (or monitor) to know how fast it takes the program to execute functions on your computer.
Example: cssbhop.exe --monitoring.

License

GNU GPL v3, see LICENSE.