csgo-imgui-sdk icon indicating copy to clipboard operation
csgo-imgui-sdk copied to clipboard

Knife Model Changer.

Open Jacob00222 opened this issue 2 years ago • 0 comments

Hello,

Ive been coding a cheat with ur sdk for a week now and im trying to make a knife model changer, but i cant find local_player, ActiveWeapon, ViewModel, ModelIndex and GetModelIndex. I know it would be in different but similar words.

if (sdk::local_player->m_hActiv()->isKnife())local_player::entity->m_hViewModel()->m_nModelIndex() = sdk::model_info->get_model_index("models/weapons/v_knife_bayonet.mdl"); - this is the code i took from somewhere else and im trying to implement it into this base in fsn hook.

Jacob00222 avatar Oct 25 '21 19:10 Jacob00222