xzasdSADDSADA Posted April 22, 2021 Share Posted April 22, 2021 I'll pay someone $10 to fix my resolver and prediction Add ZerroTwoo#3253 if your intrested 1 Quote Link to comment Share on other sites More sharing options...
xzasdSADDSADA Posted April 22, 2021 Author Share Posted April 22, 2021 not like recode i mean like fixing angles and deltas and stuff Quote Link to comment Share on other sites More sharing options...
btc Posted April 22, 2021 Share Posted April 22, 2021 2 minutes ago, xzasdSADDSADA said: not like recode i mean like fixing angles and deltas and stuff send me the codes, I'll check them out for free Quote Link to comment Share on other sites More sharing options...
xzasdSADDSADA Posted April 22, 2021 Author Share Posted April 22, 2021 (edited) 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 April 22, 2021 by xzasdSADDSADA added vt 2 Quote Link to comment Share on other sites More sharing options...
xzasdSADDSADA Posted April 22, 2021 Author Share Posted April 22, 2021 (edited) 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 April 22, 2021 by xzasdSADDSADA typo Quote Link to comment Share on other sites More sharing options...
xzasdSADDSADA Posted April 23, 2021 Author Share Posted April 23, 2021 bump Quote Link to comment Share on other sites More sharing options...
Darkz Posted April 23, 2021 Share Posted April 23, 2021 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$... Quote Link to comment Share on other sites More sharing options...
xzasdSADDSADA Posted April 24, 2021 Author Share Posted April 24, 2021 like i said, not recoding, changing values only Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.