-
Автор темы
- #1
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
короче траблы такие как пофиксить хелп мб пжпжпжпжп
{
if (!g_cfg.player.enable)
return;
if (!g_cfg.player.lag_hitbox)
return;
auto player = (player_t*)m_entitylist()->GetClientEntity(aim::get().last_target_index);
if (!player)
return;
auto model = player->GetModel();
if (!model)
return;
auto studio_model = m_modelinfo()->GetStudioModel(model);
if (!studio_model)
return;
auto hitbox_set = studio_model->pHitboxSet(player->m_nHitboxSet());
if (!hitbox_set)
return;
hit_chams::get().add_matrix(player, aim::get().last_target[aim::get().last_target_index].record.matrixes_data.main);
}
Вот код ес что
void misc::aimbot_hitboxes()
{
if (!g_cfg.player.enable)
return;
if (!g_cfg.player.lag_hitbox)
return;
auto player = (player_t*)m_entitylist()->GetClientEntity(aim::get().last_target_index);
if (!player)
return;
auto model = player->GetModel();
if (!model)
return;
auto studio_model = m_modelinfo()->GetStudioModel(model);
if (!studio_model)
return;
auto hitbox_set = studio_model->pHitboxSet(player->m_nHitboxSet());
if (!hitbox_set)
return;
hit_chams::get().add_matrix(player, aim::get().last_target[aim::get().last_target_index].record.matrixes_data.main);
}
Вот код ес что
Вложения
-
149.9 KB Просмотры: 8