Jump to content

source Resolver and Prediction


xzasdSADDSADA
 Share

Recommended Posts

5 hours ago, btc said:

send me the codes, I'll check them out for free

thanks btc!

if you want the full source I can send it.

resolver.zip

VT: https://www.virustotal.com/gui/file/08e7202afd6017b4b878012a9ae44c5ab38d8259efda2adaa4a10419031b3293/detection

Edited by xzasdSADDSADA
added vt
  • Like 2
Link to comment
Share on other sites

also can anyone tell me whats wrong with this lby breaker?

 

bool antiaim::should_break_lby(CUserCmd* m_pcmd, int lby_type)
{    
    if (!lby_type)
        return false;

    if (g_ctx.globals.fakeducking && m_clientstate()->iChokedCommands > 12)
        return false;

    if (!g_ctx.globals.fakeducking && m_clientstate()->iChokedCommands > 14)
    {
        g_ctx.send_packet = true;
        fakelag::get().started_peeking = false;
    }

    auto animstate = g_ctx.local()->get_animation_state(); //-V807

    if (!animstate)
        return false;

    if (animstate->m_velocity > 0.1f || fabs(animstate->flUpVelocity) > 100.0f)
        g_ctx.globals.next_lby_update = TICKS_TO_TIME(g_ctx.globals.fixed_tickbase + 14);
    else
    {
        if (TICKS_TO_TIME(g_ctx.globals.fixed_tickbase) > g_ctx.globals.next_lby_update)
        {
            g_ctx.globals.next_lby_update = 0.0f;
            return true;
        }
    }

    return false;
}

 

Edited by xzasdSADDSADA
typo
Link to comment
Share on other sites

On 4/22/2021 at 8:59 AM, xzasdSADDSADA said:

I'll pay someone $10 to fix my resolver and prediction 

Add ZerroTwoo#3253 if your intrested

Most people aren't gonna fix a massive cheat feature for 10$...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...