CCSWeaponInfo* C_BaseCombatWeapon::GetCSWeaponData() {
static auto fnGetWpnData
= reinterpret_cast<CCSWeaponInfo * (__thiscall*)(void*)>(
Utils::PatternScan(GetModuleHandleW(L"client.dll"), "55 8B EC 81 EC ? ? ? ? 53 8B D9 56 57 8D 8B ? ? ? ? 85 C9 75 04 33 FF EB 2F")
);
return fnGetWpnData(this);
}