g_localplayer->PoseParam()[6] = 0.f;
is not workingstatic legs:g_localplayer->PoseParam()[6] = 0.f;
give codeis not working
if (config->misc.staticlegs2)give code
ебаный рот, на какой чит ты это пишешif (config->misc.staticlegs2)
{
localPlayer->poseParameters()[6] = 0.0f;
}
and those 2
float* getPoseParameter() noexcept
{
static auto m_flPoseParameter = Netvars::get(fnv::hash("CBaseAnimating->m_flPoseParameter"));
return reinterpret_cast<float*>(reinterpret_cast<uintptr_t>(this) + m_flPoseParameter);
}
std::array<float, 24>& poseParameters() noexcept
{
static auto m_flPoseParameter = Netvars::get(fnv::hash("CBaseAnimating->m_flPoseParameter"));
return *reinterpret_cast<std::add_pointer_t<std::array<float, 24>>>(reinterpret_cast<uintptr_t>(this) + m_flPoseParameter);
}
Пожалуйста, зарегистрируйтесь или авторизуйтесь, чтобы увидеть содержимое.
is osiris with extrafucking mouth, what cheat are you writing this to
Hidden content
is osiris with extra
and value 1 is not working
if ( config->misc.staticlegs2)
{
static auto alpha = 1.0f;
static auto switch_alpha = false;
if (alpha <= 0.0f || alpha >= 1.0f)
switch_alpha = !switch_alpha;
alpha += switch_alpha ? 1.75f * memory->globalVars->frametime : -1.75f * memory->globalVars->frametime;
alpha = std::clamp(alpha, 0.0f, 1.0f);
if (switch_alpha)
{
localPlayer->poseParameters()[6] = 1f;
localPlayer->poseParameters()[0] = 1f;
}
else if (!switch_alpha)
{
localPlayer->poseParameters()[0] = -1f;
localPlayer->poseParameters()[6] = 1f;
}
}
not workingstatic legs:if ( config->misc.staticlegs2) { static auto alpha = 1.0f; static auto switch_alpha = false; if (alpha <= 0.0f || alpha >= 1.0f) switch_alpha = !switch_alpha; alpha += switch_alpha ? 1.75f * memory->globalVars->frametime : -1.75f * memory->globalVars->frametime; alpha = std::clamp(alpha, 0.0f, 1.0f); if (switch_alpha) { localPlayer->poseParameters()[6] = 1f; localPlayer->poseParameters()[0] = 1f; } else if (!switch_alpha) { localPlayer->poseParameters()[0] = -1f; localPlayer->poseParameters()[6] = 1f; } }
not working
g_LocalPlayer->GetAnimOverlays( )[ 4 ].m_flCycle = 0.4f;
g_LocalPlayer->GetAnimOverlays( )[ 4 ].m_nSequence = 11;
u have more of those?gay:g_LocalPlayer->GetAnimOverlays( )[ 4 ].m_flCycle = 0.4f; g_LocalPlayer->GetAnimOverlays( )[ 4 ].m_nSequence = 11;
Проект предоставляет различный материал, относящийся к сфере киберспорта, программирования, ПО для игр, а также позволяет его участникам общаться на многие другие темы. Почта для жалоб: admin@yougame.biz