find-CCSPlayer_MovementServices_CheckJumpButton_WaterPatch

Patch water jump velocity in CS2 binaries using IDA Pro MCP.

60|11|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/hzqst/CS2_VibeSignatures --skill find-ccsplayer-movementservices-checkjumpbutton-waterpatch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-CCSPlayer_MovementServices_CheckJumpButton_WaterPatch
Source: https://github.com/hzqst/CS2_VibeSignatures/tree/main/.claude/skills/find-CCSPlayer_MovementServices_CheckJumpButton_WaterPatch
Command: npx skills add https://github.com/hzqst/CS2_VibeSignatures --skill find-ccsplayer-movementservices-checkjumpbutton-waterpatch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of finding and patching a specific value in the CS2 game binary that controls water jump velocity, allowing for custom jump heights.

Core Features & Use Cases

  • Automated Patching: Locates and modifies the water jump velocity in CCSPlayer_MovementServices_CheckJumpButton.
  • IDA Pro MCP Integration: Leverages IDA Pro's MCP for decompilation, disassembly, and byte patching.
  • Use Case: When reverse engineering CS2's server binaries, use this skill to quickly adjust the water jump height from the default 100.0f to 145.0f.

Quick Start

Use the find-CCSPlayer_MovementServices_CheckJumpButton_WaterPatch skill to patch the water jump velocity in the CS2 binary.

Frequently Asked Questions about find-CCSPlayer_MovementServices_CheckJumpButton_WaterPatch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I patch water jump velocity in CS2 server binaries?

To patch CS2 water jump velocity, you modify the immediate operand of a specific mov instruction within the CCSPlayer_MovementServices_CheckJumpButton function. This changes the default value from 100.0f to 145.0f.

Can I use IDA Pro to change jump height in libserver.so?

Yes, you can use IDA Pro MCP to decompile, disassemble, and byte patch libserver.so or server.dll. This allows you to adjust the CS2 water jump height by modifying specific movement function instructions.

What is the default water jump velocity value in CS2?

The default water jump velocity value in CS2 is 100.0f. Reverse engineering the CCSPlayer_MovementServices_CheckJumpButton function reveals this value, which can be patched to 145.0f to increase jump height.

Does patching CS2 game binaries require manual decompilation?

Patching CS2 game binaries does not require manual decompilation when using IDA Pro MCP. The process automates locating the water jump velocity instruction and applies byte patching directly to the target movement function.

Why modify the CCSPlayer_MovementServices_CheckJumpButton function?

Modifying the CCSPlayer_MovementServices_CheckJumpButton function allows you to adjust the water jump velocity mechanic. This specific reverse engineering target controls the jump height behavior for players moving in water.