
Claude Skills by mrc4tt
github.com/mrc4ttAgent fallback for CBaseEntity_Precache (auto-generated, category: vfunc). Locate CBaseEntity::Precache 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: CBaseEntity_Precache, CBaseEntity::Precache
Agent fallback for CBaseEntity_RegisteredScriptFuncs (auto-generated, category: func). Locate CBaseEntity_RegisteredScriptFuncs 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: CBaseEntity_RegisteredScriptFuncs, CBaseEntity_RegisteredScriptFuncs
Agent fallback for CBaseEntity_ReloadPrivateScripts (auto-generated, category: vfunc). Locate CBaseEntity::ReloadPrivateScripts 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: CBaseEntity_ReloadPrivateScripts, CBaseEntity::ReloadPrivateScripts
Agent fallback for CBaseEntity_SetGroundEntity (auto-generated, category: func). Locate SetGroundEntity 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: CBaseEntity_SetGroundEntity, SetGroundEntity
Agent fallback for CBaseEntity_SetMoveType (auto-generated, category: func). Locate CBaseEntity::SetMoveType 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: CBaseEntity_SetMoveType, CBaseEntity::SetMoveType
Agent fallback for CBaseEntity_SetOwner (auto-generated, category: vfunc). Locate CBaseEntity::SetOwner 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: CBaseEntity_SetOwner, CBaseEntity::SetOwner
Agent fallback for CBaseEntity_Spawn (auto-generated, category: vfunc). Locate CBaseEntity::Spawn 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: CBaseEntity_Spawn, CBaseEntity::Spawn
Find and identify the CBaseEntity_SpawnRadius function in the CS2 server binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or libserver.so to locate the radius-aware spawn helper that resolves an entity's effect/trigger radius from either its float argument or the "radius" keyvalue, then applies it and reads the entity's "hammerUniqueId" keyvalue. Resolved via the two econ/ hammer keyvalue literals "radius" and "hammerUniqueId": the single function that referenc...
Find and identify the CBaseEntity::TakeDamageOld function in the CS2 server binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or libserver.so to locate the legacy damage-application entry point by finding the code that references its self-identifying assert/warning message "CBaseEntity::TakeDamageOld: damagetype %d with info.GetDamageForce() == Vector::vZero". Trigger: CBaseEntity_TakeDamageOld
Agent fallback for CBaseEntity_Teleport (auto-generated, category: vfunc). Locate CBaseEntity::Teleport 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: CBaseEntity_Teleport, CBaseEntity::Teleport
Agent fallback for CBaseEntity_UpdateOnRemove (auto-generated, category: vfunc). Locate CBaseEntity::UpdateOnRemove 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: CBaseEntity_UpdateOnRemove, CBaseEntity::UpdateOnRemove
Agent fallback for CBaseEntity_Use (auto-generated, category: vfunc). Locate CBaseEntity::Use 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: CBaseEntity_Use, CBaseEntity::Use
Agent fallback for CBaseEntity_VPhysicsCollision (auto-generated, category: vfunc). Locate CBaseEntity::VPhysicsCollision 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: CBaseEntity_VPhysicsCollision, CBaseEntity::VPhysicsCollision
Agent fallback for CBaseEntity_VPhysicsEndTouch-decompiles (auto-generated, category: func). Locate CBaseEntity::VPhysicsEndTouch 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: CBaseEntity_VPhysicsEndTouch-decompiles, CBaseEntity::VPhysicsEndTouch
Agent fallback for CBaseEntity_VPhysicsStartTouch-decompiles (auto-generated, category: func). Locate CBaseEntity::VPhysicsStartTouch 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: CBaseEntity_VPhysicsStartTouch-decompiles, CBaseEntity::VPhysicsStartTouch
Agent fallback for CBaseEntity_ctor (auto-generated, category: func). Locate CBaseEntity::CBaseEntity 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: CBaseEntity_ctor, CBaseEntity::CBaseEntity
Agent fallback for CBaseEntity_dtor (auto-generated, category: func). Locate CBaseEntity::~CBaseEntity 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: CBaseEntity_dtor, CBaseEntity::~CBaseEntity
Agent fallback for CBaseEntity_m_NetworkTransmitComponent (auto-generated, category: structmember). Locate CBaseEntity::m_NetworkTransmitComponent 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: CBaseEntity_m_NetworkTransmitComponent, CBaseEntity::m_NetworkTransmitComponent
Locate CBaseEntity::m_iTeamNum in CS2 server.dll / libserver.so via IDA Pro MCP and emit a fresh, minimal-unique signature or offset for the local gamedata entry "CBaseEntity::m_iTeamNum" (symbol CBaseEntity_m_iTeamNum). This is a STRUCT MEMBER OFFSET (schema netvar), not a function. Resolve the CBaseEntity class layout via the schema/network system; the member must satisfy natural alignment. Cross-check with functions that dereference the member. Trigger: CBaseEntity_m_iTeamNum, CBaseEntity:...
Agent fallback for CBaseEntity_vdtor (auto-generated, category: vfunc). Locate CBaseEntity::~CBaseEntity (virtual) 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: CBaseEntity_vdtor, CBaseEntity::~CBaseEntity (virtual)
Agent fallback for CBaseEntity_vtable (auto-generated, category: func). Locate CBaseEntity_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: CBaseEntity_vtable, CBaseEntity_vtable
Agent fallback for CBaseFilter_InputTestActivator (auto-generated, category: func). Locate CBaseFilter::InputTestActivator 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: CBaseFilter_InputTestActivator, CBaseFilter::InputTestActivator
Locate CBaseIssue::CountPotentialVoters in CS2 server.dll / libserver.so via IDA Pro MCP and emit a fresh, minimal-unique signature or offset for the local gamedata entry "CBaseIssue::CountPotentialVoters" (symbol CBaseIssue_CountPotentialVoters). 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. Tri...
Agent fallback for CBaseModelEntity_DamageDecal (auto-generated, category: vfunc). Locate CBaseModelEntity::DamageDecal 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: CBaseModelEntity_DamageDecal, CBaseModelEntity::DamageDecal
Agent fallback for CBaseModelEntity_GetScriptDescInternal (auto-generated, category: func). Locate CBaseModelEntity::GetScriptDescInternal 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: CBaseModelEntity_GetScriptDescInternal, CBaseModelEntity::GetScriptDescInternal
Agent fallback for CBaseModelEntity_RegisteredScriptFuncs (auto-generated, category: func). Locate CBaseModelEntity_RegisteredScriptFuncs 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: CBaseModelEntity_RegisteredScriptFuncs, CBaseModelEntity_RegisteredScriptFuncs
Agent fallback for CBaseModelEntity_SetRenderAttribute (auto-generated, category: func). Locate CBaseModelEntity::SetRenderAttribute 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: CBaseModelEntity_SetRenderAttribute, CBaseModelEntity::SetRenderAttribute
Agent fallback for CBaseModelEntity_vtable (auto-generated, category: func). Locate CBaseModelEntity_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: CBaseModelEntity_vtable, CBaseModelEntity_vtable
Agent fallback for CBasePlayerController_CheckForLocalPlayer-decompiles (auto-generated, category: func). Locate CBasePlayerController::CheckForLocalPlayer in the CS2 client 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: CBasePlayerController_CheckForLocalPlayer-decompiles, CBasePlayerController::CheckForLocalPlayer
Agent fallback for CBasePlayerController_CheckForLocalPlayer (auto-generated, category: func). Locate CBasePlayerController::CheckForLocalPlayer in the CS2 client 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: CBasePlayerController_CheckForLocalPlayer, CBasePlayerController::CheckForLocalPlayer
Agent fallback for CBasePlayerController_ClientSettingsChanged (auto-generated, category: vfunc). Locate CBasePlayerController::ClientSettingsChanged 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: CBasePlayerController_ClientSettingsChanged, CBasePlayerController::ClientSettingsChanged
Agent fallback for CBasePlayerController_Connect (auto-generated, category: vfunc). Locate CBasePlayerController::Connect 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: CBasePlayerController_Connect, CBasePlayerController::Connect
Locate CBasePlayerController::FakeClientFlags in CS2 server.dll / libserver.so via IDA Pro MCP and emit a fresh, minimal-unique signature or offset for the local gamedata entry "CBasePlayerController::FakeClientFlags" (symbol CBasePlayerController_FakeClientFlags). This is a VIRTUAL function - resolve the CBasePlayerController::FakeClientFlags vtable via RTTI and identify the slot, then emit the slot. Verify by xrefs from expected call sites. vtable slots commonly differ between platforms - n...
Agent fallback for CBasePlayerController_HandleCommand_JoinTeam (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: CBasePlayerController_HandleCommand_JoinTeam, CCSPlayerController_HandleCommand_JoinTeam
Agent fallback for CBasePlayerController_IsFakeClient (auto-generated, category: func). Locate CBasePlayerController::IsFakeClient 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: CBasePlayerController_IsFakeClient, CBasePlayerController::IsFakeClient
Locate CBasePlayerController::OnSimulateUserCommands in CS2 server.dll / libserver.so via IDA Pro MCP and emit a fresh, minimal-unique signature or offset for the local gamedata entry "CBasePlayerController::OnSimulateUserCommands" (symbol CBasePlayerController_OnSimulateUserCommands). 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 decompilatio...
Agent fallback for CBasePlayerController_ProcessUsercmds (auto-generated, category: func). Locate ProcessUsercmds 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: CBasePlayerController_ProcessUsercmds, ProcessUsercmds
Agent fallback for CBasePlayerController_SetConnectedState (auto-generated, category: func). Locate CBasePlayerController::SetConnectedState 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: CBasePlayerController_SetConnectedState, CBasePlayerController::SetConnectedState
Find and identify the CBasePlayerController_SetPawn and CBasePlayerController_GetPawn functions in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll / libserver.so to locate the pawn-assignment routine by scanning for its distinctive multi-register-push prologue directly (no pre-resolved anchor needed), confirming uniqueness and byte-level match against a known reference signature. Trigger: CBasePlayerController_SetPawn, CBasePlayerController_GetPawn
Agent fallback for CBasePlayerController_SetPlayerName (auto-generated, category: func). Locate CBasePlayerController::SetPlayerName 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: CBasePlayerController_SetPlayerName, CBasePlayerController::SetPlayerName
Agent fallback for CBasePlayerController_SimulateUserCommands-inlined (auto-generated, category: vfunc). Locate CBasePlayerController::SimulateUserCommands 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: CBasePlayerController_SimulateUserCommands-inlined, CBasePlayerController::SimulateUserCommands
Agent fallback for CBasePlayerController_SimulateUserCommands-noinline (auto-generated, category: vfunc). Locate CBasePlayerController::SimulateUserCommands 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: CBasePlayerController_SimulateUserCommands-noinline, CBasePlayerController::SimulateUserCommands
Agent fallback for CBasePlayerController_SimulateUserCommandsInternal (auto-generated, category: func). Locate CBasePlayerController_SimulateUserCommandsInternal 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: CBasePlayerController_SimulateUserCommandsInternal, CBasePlayerController_SimulateUserCommandsInternal
Agent fallback for CBasePlayerController_vtable (auto-generated, category: func). Locate CBasePlayerController_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: CBasePlayerController_vtable, CBasePlayerController_vtable
Find and identify the CBasePlayerPawn::CommitSuicide virtual function's vtable slot in the CS2 server binary using IDA Pro MCP. Use this skill when reverse engineering server.dll or libserver.so to locate the self-inflicted-death handler (used by the "kill"/bot_kill console commands and related gameplay code) by RTTI-walking CBasePlayerPawn's primary vtable and reading its known slot index directly, then confirming the body matches CommitSuicide(bool bExplode, bool bForce) semantics. Trigger:...
Agent fallback for CBasePlayerPawn_DropActivePlayerWeapon (auto-generated, category: vfunc). Locate CBasePlayerPawn::DropActivePlayerWeapon 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: CBasePlayerPawn_DropActivePlayerWeapon, CBasePlayerPawn::DropActivePlayerWeapon
Agent fallback for CBasePlayerPawn_Event_Killed (auto-generated, category: vfunc). Locate CBasePlayerPawn::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: CBasePlayerPawn_Event_Killed, CBasePlayerPawn::Event_Killed
Agent fallback for CBasePlayerPawn_EyeVectors (auto-generated, category: func). Locate CBasePlayerPawn::EyeVectors 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: CBasePlayerPawn_EyeVectors, CBasePlayerPawn::EyeVectors
Agent fallback for CBasePlayerPawn_GetEyeAngles (auto-generated, category: vfunc). Locate CBasePlayerPawn::GetEyeAngles 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: CBasePlayerPawn_GetEyeAngles, CBasePlayerPawn::GetEyeAngles
Agent fallback for CBasePlayerPawn_GetEyePosition (auto-generated, category: vfunc). Locate CBasePlayerPawn::GetEyePosition 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: CBasePlayerPawn_GetEyePosition, CBasePlayerPawn::GetEyePosition