All authors
mrc4tt avatar

Claude Skills by mrc4tt

github.com/mrc4tt
1,322 skillsA× 1,321B× 10 installs2 views
Find CCSPlayerController HandleCommandDropA

Agent fallback for CCSPlayerController_HandleCommandDrop (auto-generated, category: func). Locate CCSPlayerController::HandleCommandDrop in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerController_HandleCommandDrop, CCSPlayerController::HandleCommandDrop

testinggo
0
3
Find CCSPlayerController HandleCommand JoinTeam LocalA

Agent fallback for CCSPlayerController_HandleCommand_JoinTeam-local (auto-generated, category: func). Locate CCSPlayerController::HandleCommand_JoinTeam in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerController_HandleCommand_JoinTeam-local, CCSPlayerController::HandleCommand_JoinTeam

testinggo
0
3
Find CCSPlayerController HandleCommand JoinTeamA

Locate CCSPlayerController::HandleCommand_JoinTeam in CS2 server.dll / libserver.so via IDA Pro MCP and emit a fresh, minimal-unique signature or offset for the local gamedata entry "CCSPlayerController::HandleCommand_JoinTeam" (symbol CCSPlayerController_HandleCommand_JoinTeam). This is a non-virtual function - emit a byte signature (func_sig), not an offset. Locate it via cross-references, distinctive constants/strings in its body, or callers of related symbols; verify by decompilation befo...

devops
0
3
Find CCSPlayerController InitialSpawnA

Agent fallback for CCSPlayerController_InitialSpawn (auto-generated, category: vfunc). Locate CCSPlayerController::InitialSpawn in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerController_InitialSpawn, CCSPlayerController::InitialSpawn

devopsgo
0
3
Find CCSPlayerController InventoryServices M PInventoryA

Locate CCSPlayerController_InventoryServices::m_pInventory in CS2 server.dll / libserver.so via IDA Pro MCP and emit a fresh, minimal-unique signature or offset for the WeaponPaints gamedata entry "CCSPlayerController_InventoryServices::m_pInventory" (symbol CCSPlayerController_InventoryServices_m_pInventory). This is a STRUCT MEMBER OFFSET (schema netvar), not a function. Resolve the CCSPlayerController_InventoryServices class layout via the schema/network system; m_pInventory is an 8-byte p...

devops
0
3
Find CCSPlayerController RespawnA

Find and identify the CCSPlayerController_Respawn virtual function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or libserver.so to locate the Respawn vfunc slot by RTTI-walking the CCSPlayerController vtable and confirming the candidate's decompiled body performs a full controller-state reset (networked flags, per-round fields, comeback/damage-info bookkeeping) rather than any other lifecycle vfunc. Trigger: CCSPlayerController_Respawn

tools
0
3
Find CCSPlayerController SwitchTeamA

Agent fallback for CCSPlayerController_SwitchTeam (auto-generated, category: func). Locate CCSPlayerController::SwitchTeam in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerController_SwitchTeam, CCSPlayerController::SwitchTeam

testinggo
0
3
Find CCSPlayerController VtableA

Agent fallback for CCSPlayerController_vtable (auto-generated, category: func). Locate CCSPlayerController_vtable in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerController_vtable, CCSPlayerController_vtable

testinggo
0
3
Find CCSPlayerInventory GetItemInLoadoutA

Locate CCSPlayerInventory::GetItemInLoadout in CS2 server.dll / libserver.so via IDA Pro MCP and emit a fresh, minimal-unique signature or offset for the WeaponPaints gamedata entry "CCSPlayerInventory::GetItemInLoadout" (symbol CCSPlayerInventory_GetItemInLoadout). Non-virtual inventory method resolving a player's loadout item. Shortlist via callers inside CCSPlayerInventory code that walk the loadout item cache (m_pSOCache / CGCClientSharedObjectCache), and via the CSO/econ loadout message ...

devops
0
3
Find CCSPlayerInventory SendInventoryUpdateEventA

Locate CCSPlayerInventory::SendInventoryUpdateEvent in CS2 server.dll / libserver.so via IDA Pro MCP and emit a fresh, minimal-unique signature or offset for the WeaponPaints gamedata entry "CCSPlayerInventory::SendInventoryUpdateEvent" (symbol CCSPlayerInventory_SendInventoryUpdateEvent). Shortlist via functions constructing the inventory-full-update usermessage/event around m_pSOCache contents for the owning controller. The body packs the SO cache snapshot and sends it via the GC/usermessag...

testing
0
3
Find CCSPlayerInventory M PSOCacheA

Locate CCSPlayerInventory::m_pSOCache in CS2 server.dll / libserver.so via IDA Pro MCP and emit a fresh, minimal-unique signature or offset for the WeaponPaints gamedata entry "CCSPlayerInventory::m_pSOCache" (symbol CCSPlayerInventory_m_pSOCache). This is a STRUCT MEMBER OFFSET (schema netvar). Resolve the CCSPlayerInventory class layout via the schema system; m_pSOCache is the CGCClientSharedObjectCache pointer member. Cross-check: CCSPlayerInventory methods load this pointer and pass it to...

devops
0
3
Find CCSPlayerPawnBase CheckForIdleA

Agent fallback for CCSPlayerPawnBase_CheckForIdle (auto-generated, category: vfunc). Locate CCSPlayerPawnBase::CheckForIdle in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerPawnBase_CheckForIdle, CCSPlayerPawnBase::CheckForIdle

devopsgo
0
3
Find CCSPlayerPawnBase CheckForIdleInternalA

Agent fallback for CCSPlayerPawnBase_CheckForIdleInternal (auto-generated, category: func). Locate CCSPlayerPawnBase::CheckForIdleInternal in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerPawnBase_CheckForIdleInternal, CCSPlayerPawnBase::CheckForIdleInternal

testinggo
0
3
Find CCSPlayerPawnBase OnSetDormantA

Agent fallback for CCSPlayerPawnBase_OnSetDormant (auto-generated, category: vfunc). Locate CCSPlayerPawnBase::OnSetDormant in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerPawnBase_OnSetDormant, CCSPlayerPawnBase::OnSetDormant

devopsgo
0
3
Find CCSPlayerPawnBase VtableA

Agent fallback for CCSPlayerPawnBase_vtable (auto-generated, category: func). Locate CCSPlayerPawnBase_vtable in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerPawnBase_vtable, CCSPlayerPawnBase_vtable

testinggo
0
3
Find CCSPlayerPawn ClientCommandA

Agent fallback for CCSPlayerPawn_ClientCommand (auto-generated, category: vfunc). Locate CCSPlayerPawn::ClientCommand in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerPawn_ClientCommand, CCSPlayerPawn::ClientCommand

devopsgo
0
3
Find CCSPlayerPawn CreatePlayerPawnServicesA

Agent fallback for CCSPlayerPawn_CreatePlayerPawnServices (auto-generated, category: vfunc). Locate CCSPlayerPawn::CreatePlayerPawnServices in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerPawn_CreatePlayerPawnServices, CCSPlayerPawn::CreatePlayerPawnServices

devopsgo
0
3
Find CCSPlayerPawn Event KilledA

Agent fallback for CCSPlayerPawn_Event_Killed (auto-generated, category: vfunc). Locate CCSPlayerPawn::Event_Killed in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerPawn_Event_Killed, CCSPlayerPawn::Event_Killed

devopsgo
0
3
Find CCSPlayerPawn Event KilledOtherA

Agent fallback for CCSPlayerPawn_Event_KilledOther (auto-generated, category: vfunc). Locate CCSPlayerPawn::Event_KilledOther in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerPawn_Event_KilledOther, CCSPlayerPawn::Event_KilledOther

devopsgo
0
3
Find CCSPlayerPawn HandleDropWeaponA

Agent fallback for CCSPlayerPawn_HandleDropWeapon (auto-generated, category: func). Locate CCSPlayerPawn::HandleDropWeapon in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerPawn_HandleDropWeapon, CCSPlayerPawn::HandleDropWeapon

testinggo
0
3
Find CCSPlayerPawn OnSwitchWeaponsA

Agent fallback for CCSPlayerPawn_OnSwitchWeapons (auto-generated, category: func). Locate CCSPlayerPawn::OnSwitchWeapons in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerPawn_OnSwitchWeapons, CCSPlayerPawn::OnSwitchWeapons

testinggo
0
3
Find CCSPlayerPawn OnTakeDamageA

Agent fallback for CCSPlayerPawn_OnTakeDamage (auto-generated, category: func). Locate CCSPlayerPawn_OnTakeDamage in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerPawn_OnTakeDamage, CCSPlayerPawn_OnTakeDamage

testinggo
0
3
Find CCSPlayerPawn PostThinkA

Agent fallback for CCSPlayerPawn_PostThink (auto-generated, category: vfunc). Locate CCSPlayerPawnBase::PostThink in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerPawn_PostThink, CCSPlayerPawnBase::PostThink

devopsgo
0
3
Find CCSPlayerPawn ProcessSuicideAsKillReward DecompilesA

Agent fallback for CCSPlayerPawn_ProcessSuicideAsKillReward-decompiles (auto-generated, category: func). Locate CCSPlayerPawn::ProcessSuicideAsKillReward in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerPawn_ProcessSuicideAsKillReward-decompiles, CCSPlayerPawn::ProcessSuicideAsKillReward

devopsgo
0
3
Find CCSPlayerPawn ProcessSuicideAsKillRewardA

Agent fallback for CCSPlayerPawn_ProcessSuicideAsKillReward (auto-generated, category: func). Locate CCSPlayerPawn::ProcessSuicideAsKillReward in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerPawn_ProcessSuicideAsKillReward, CCSPlayerPawn::ProcessSuicideAsKillReward

devopsgo
0
3
Find CCSPlayerPawn SetEyeAnglesA

Locate CCSPlayerPawn::SetEyeAngles in CS2 server.dll / libserver.so via IDA Pro MCP and emit a fresh, minimal-unique signature or offset for the local gamedata entry "CCSPlayerPawn::SetEyeAngles" (symbol CCSPlayerPawn_SetEyeAngles). This is a non-virtual function - emit a byte signature (func_sig), not an offset. Locate it via cross-references, distinctive constants/strings in its body, or callers of related symbols; verify by decompilation before committing to a candidate. Trigger: CCSPlayer...

devops
0
3
Find CCSPlayerPawn SetModelFromClassA

Locate CCSPlayerPawn::SetModelFromClass in CS2 server.dll / libserver.so via IDA Pro MCP and emit a fresh, minimal-unique signature or offset for the WeaponPaints gamedata entry "CCSPlayerPawn::SetModelFromClass" (symbol CCSPlayerPawn_SetModelFromClass). Shortlist via callers of CBaseModelEntity::SetModel inside pawn model-selection code: this variant takes the pawn's class model. The body resolves a cached model precache handle from the player class and calls SetModel. Distinguish from SetMo...

devops
0
3
Find CCSPlayerPawn SetModelFromLoadoutA

Locate CCSPlayerPawn::SetModelFromLoadout in CS2 server.dll / libserver.so via IDA Pro MCP and emit a fresh, minimal-unique signature or offset for the WeaponPaints gamedata entry "CCSPlayerPawn::SetModelFromLoadout" (symbol CCSPlayerPawn_SetModelFromLoadout). Shortlist alongside SetModelFromClass (same file/call region — sibling paths in pawn model selection). This variant resolves the model from the player's loadout/inventory items (agent skin selection), referencing inventory services and ...

devops
0
3
Find CCSPlayerPawn SnapEyeAnglesA

Find and identify the CCSPlayerPawn_SnapEyeAngles function in CS2 server binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or libserver.so to locate the non-virtual SnapEyeAngles method. It is the one caller of the shared apply helper (CCSPlayerPawn_ApplyEyeAngleNetworkChange) that is NOT CCSPlayerPawn_SnapViewAngles. Emits a unique IDA-style byte signature and a func YAML. Mirrors the find-CCSPlayerPawn_SnapEyeAngles.py preprocessor (xref_funcs apply-helper, ex...

tools
0
3
Find CCSPlayerPawn SnapViewAnglesA

Find and identify the CCSPlayerPawn_SnapViewAngles function in CS2 server binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or libserver.so to locate the non-virtual SnapViewAngles method, anchored on the "setang" console-command usage string and its non-teleport call branch. Emits a unique IDA-style byte signature and a func YAML. Trigger: CCSPlayerPawn_SnapViewAngles, SnapViewAngles

tools
0
3
Find CCSPlayerPawn SprayPaintA

Agent fallback for CCSPlayerPawn_SprayPaint (auto-generated, category: func). Locate CCSPlayerPawn::SprayPaint in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerPawn_SprayPaint, CCSPlayerPawn::SprayPaint

testinggo
0
3
Find CCSPlayerPawn VtableA

Agent fallback for CCSPlayerPawn_vtable (auto-generated, category: func). Locate CCSPlayerPawn_vtable in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerPawn_vtable, CCSPlayerPawn_vtable

testinggo
0
3
Find CCSPlayerStateDeathAnim VtableA

Agent fallback for CCSPlayerStateDeathAnim_vtable (auto-generated, category: func). Locate CCSPlayerStateDeathAnim_vtable in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayerStateDeathAnim_vtable, CCSPlayerStateDeathAnim_vtable

testinggo
0
3
Find CCSPlayer ItemServices CanAcquireA

Agent fallback for CCSPlayer_ItemServices_CanAcquire (auto-generated, category: func). Locate CCSPlayer_ItemServices::CanAcquire in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayer_ItemServices_CanAcquire, CCSPlayer_ItemServices::CanAcquire

testinggo
0
3
Find CCSPlayer ItemServices DropActivePlayerWeaponA

Find and identify the CCSPlayer_ItemServices_DropActivePlayerWeapon virtual function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or libserver.so to locate the "drop the currently held weapon" vfunc by RTTI-walking the CCSPlayer_ItemServices vtable and confirming the candidate reads the player's active weapon and forwards it, with a computed toss velocity, into the weapon's own drop vfunc. Trigger: CCSPlayer_ItemServices_DropActivePlayerWeapon

tools
0
3
Find CCSPlayer ItemServices GiveDefaultItems DecompilesA

Agent fallback for CCSPlayer_ItemServices_GiveDefaultItems-decompiles (auto-generated, category: func). Locate CCSPlayer_ItemServices::GiveDefaultItems in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayer_ItemServices_GiveDefaultItems-decompiles, CCSPlayer_ItemServices::GiveDefaultItems

testinggo
0
3
Find CCSPlayer ItemServices GiveDefaultItemsA

Agent fallback for CCSPlayer_ItemServices_GiveDefaultItems (auto-generated, category: func). Locate CCSPlayer_ItemServices::GiveDefaultItems in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayer_ItemServices_GiveDefaultItems, CCSPlayer_ItemServices::GiveDefaultItems

testinggo
0
3
Find CCSPlayer ItemServices GiveNamedItem AND CCSPlayer WeaponServices Weapon GetSlot AND CBasePlayerPawn RemovePlayerItemA

Find and identify the CCSPlayer_ItemServices_GiveNamedItem virtual function, the CCSPlayer_WeaponServices_Weapon_GetSlot helper, and the CBasePlayerPawn_RemovePlayerItem helper in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or libserver.so to locate GiveNamedItem by RTTI-walking the CCSPlayer_ItemServices vtable, then to locate the other two by decompiling the already-known CCSPlayer_ItemServices_GiveDefaultItems anchor and matching its callees' argume...

researchrust
0
3
Find CCSPlayer ItemServices GiveNamedItemBoolA

Agent fallback for CCSPlayer_ItemServices_GiveNamedItemBool (auto-generated, category: vfunc). Locate CCSPlayer_ItemServices::GiveNamedItemBool in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayer_ItemServices_GiveNamedItemBool, CCSPlayer_ItemServices::GiveNamedItemBool

devopsgo
0
3
Find CCSPlayer ItemServices SetWearablesA

Locate CCSPlayer_ItemServices::SetWearables in CS2 server.dll / libserver.so via IDA Pro MCP and emit a fresh, minimal-unique signature or offset for the WeaponPaints gamedata entry "CCSPlayer_ItemServices::SetWearables" (symbol CCSPlayer_ItemServices_SetWearables). VIRTUAL function, but WeaponPaints consumes it as a byte signature. Resolve the CCSPlayer_ItemServices vtable via RTTI to locate the slot, then generate a function-head byte signature of the resolved function. The body copies wear...

devops
0
3
Find CCSPlayer ItemServices VtableA

Agent fallback for CCSPlayer_ItemServices_vtable (auto-generated, category: func). Locate CCSPlayer_ItemServices_vtable in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayer_ItemServices_vtable, CCSPlayer_ItemServices_vtable

testinggo
0
3
Find CCSPlayer MovementServices CheckJumpButtonA

Agent fallback for CCSPlayer_MovementServices_CheckJumpButton (auto-generated, category: func). Locate CCSPlayer_MovementServices::CheckJumpButton in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayer_MovementServices_CheckJumpButton, CCSPlayer_MovementServices::CheckJumpButton

testinggo
0
3
Find CCSPlayer MovementServices CheckJumpButton WaterPatchA

Find and patch the water jump velocity inside CCSPlayer_MovementServices_CheckJumpButton in CS2 binary using IDA Pro MCP. This patch changes the water jump velocity from 100.0f to 145.0f by modifying the immediate operand of a mov instruction. Use this skill when reverse engineering CS2 server.dll or libserver.so to locate and patch the water jump height value. Trigger: water jump patch, CheckJumpButton water velocity, jump height patch, water jump 145

documentation
0
3
Find CCSPlayer MovementServices CheckMovingGroundA

Agent fallback for CCSPlayer_MovementServices_CheckMovingGround (auto-generated, category: vfunc). Locate CCSPlayer_MovementServices::CheckMovingGround in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayer_MovementServices_CheckMovingGround, CCSPlayer_MovementServices::CheckMovingGround

devopsgo
0
3
Find CCSPlayer MovementServices CheckVelocityA

Agent fallback for CCSPlayer_MovementServices_CheckVelocity (auto-generated, category: func). Locate CCSPlayer_MovementServices::CheckVelocity in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayer_MovementServices_CheckVelocity, CCSPlayer_MovementServices::CheckVelocity

devopsgo
0
3
Find CCSPlayer MovementServices FullWalkMoveA

Agent fallback for CCSPlayer_MovementServices_FullWalkMove (auto-generated, category: func). Locate CCSPlayer_MovementServices::FullWalkMove in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayer_MovementServices_FullWalkMove, CCSPlayer_MovementServices::FullWalkMove

testinggo
0
3
Find CCSPlayer MovementServices FullWalkMove SpeedClampA

Find and identify the velocity clamping branch inside CCSPlayer_MovementServices_FullWalkMove in CS2 binary using IDA Pro MCP, then generate a patch signature to disable it. Use this skill when reverse engineering CS2 server.dll or libserver.so to locate and patch the speed-clamp if-branch that caps player velocity to maxspeed inside FullWalkMove. Trigger: FullWalkMove speed clamp, velocity clamping patch, FullWalkMove SpeedClamp, disable maxspeed clamp

ai-agents
0
3
Find CCSPlayer MovementServices PawnA

Locate CCSPlayer_MovementServices::Pawn in CS2 server.dll / libserver.so via IDA Pro MCP and emit a fresh, minimal-unique signature or offset for the local gamedata entry "CCSPlayer_MovementServices::Pawn" (symbol CCSPlayer_MovementServices_Pawn). This is a STRUCT MEMBER OFFSET (schema netvar), not a function. Resolve the CCSPlayer_MovementServices class layout via the schema/network system; the member must satisfy natural alignment. Cross-check with functions that dereference the member. Do ...

devops
0
3
Find CCSPlayer MovementServices ProcessMovementA

Agent fallback for CCSPlayer_MovementServices_ProcessMovement (auto-generated, category: func). Locate CCSPlayer_MovementServices::ProcessMovement in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayer_MovementServices_ProcessMovement, CCSPlayer_MovementServices::ProcessMovement

toolsgo
0
3
Find CCSPlayer MovementServices WalkMoveA

Agent fallback for CCSPlayer_MovementServices_WalkMove (auto-generated, category: func). Locate CCSPlayer_MovementServices::WalkMove in the CS2 server module via IDA Pro MCP and emit a fresh, minimal-unique artifact. The deterministic preprocessor could not resolve this symbol on the current gamever - your job is the re-sign. Trigger: CCSPlayer_MovementServices_WalkMove, CCSPlayer_MovementServices::WalkMove

devopsgoswift
0
3