Welcome to hackvshack.net Forum!
Download Free HvH CS2/CS:GO Cheats, CFG, LUA/JS Scripts, and More!
Register

C++ hello its premium pasta from ur favorite skeet(but if tbh we dont need that shit anyway

potroshitel

Master HvHer
User ID:
63477
Messages:
15
Reactions:
848
Badges:
8
REP:
−0/1+
Level:
87
[REACT=1, 2]
C++:
Expand Collapse Copy
if ( m_predicted_cmd_number != cmd_number )
    return;

bool v56{};

if ( m_predicted_tick_base != g_csgo.m_local_player->tick_base( ) )
{
    if ( std::abs( g_csgo.m_global_vars->m_cur_time - g_exploits->charge_time( ) ) > 0.25f )
        v56 = 1;
}

const auto view_punch_angle_delta = std::abs( g_csgo.m_local_player->view_punch( ) - m_predicted_view_punch );
if ( view_punch_angle_delta.x( ) <= 0.03125 )
     g_csgo.m_local_player->view_punch( ).x( ) = m_predicted_view_punch.x( );

const auto aim_punch_angle_delta = std::abs( g_csgo.m_local_player->aim_punch( ) - m_predicted_aim_punch );
if ( aim_punch_angle_delta.x( ) > 0.03125
   || aim_punch_angle_delta.y( ) > 0.03125
   || aim_punch_angle_delta.z( ) > 0.03125 )
{
    m_predicted_aim_punch = g_csgo.m_local_player->aim_punch( );
    v56 = 1;
}

const auto aim_punch_angle_vel_delta = std::abs( g_csgo.m_local_player->aim_punch_vel( ) - m_predicted_aim_punch_vel );
if ( aim_punch_angle_vel_delta.x( ) > 0.03125
   || aim_punch_angle_vel_delta.y( ) > 0.03125
   || aim_punch_angle_vel_delta.z( ) > 0.03125 )
{
    m_predicted_aim_punch_vel = g_csgo.m_local_player->aim_punch_vel( );
    v56 = 1;
}

const auto view_offset_delta = std::abs( g_csgo.m_local_player->view_offset( ) - m_predicted_view_offset );
if ( view_offset_delta.z( ) <= 0.25 )
     g_csgo.m_local_player->view_offset( ).z( ) = m_predicted_view_offset.z( );

const auto origin_delta = g_csgo.m_local_player->origin( ) - m_predicted_origin;
if ( origin_delta.length_sqr( ) < 1.0 )
     g_csgo.m_local_player->origin( ) = m_predicted_origin;

if ( !v56 )
    return;

g_csgo.m_prediction->m_previous_start_frame = -1;
g_csgo.m_prediction->m_cmds_predicted = 0;
g_csgo.m_prediction->m_previous_ack_had_errors = 1;

in frame_stage_notify if stage == 2 (FRAME_NET_UPDATE_POSTDATAUPDATE_START), skeet calls it with these arguments:
get_last_ack_cmd is 205 index from virtual table by g_engine interface
1752863893405.png
[/REACT]
 

Who has read this thread (Total: 0) in last 1 hours View details