nezu-cc / BakaWare4

Counter-Strike 2 cheat
MIT License
42 stars 6 forks source link

Cheat Future #3

Open eyeballs1 opened 9 months ago

eyeballs1 commented 9 months ago

What is the future of the read? Is it finally abandoned? Your work is awesome.

dumbasPL commented 9 months ago

It's not abandoned, but the work is happening in a private repo for now. With how aggressive the recent vac updates have been I don't think I can keep it undetected for long if it was public. Once I lose interest in developing it further I will probably release the code.

pogrammerX commented 2 months ago

It's not abandoned, but the work is happening in a private repo for now. With how aggressive the recent vac updates have been I don't think I can keep it undetected for long if it was public. Once I lose interest in developing it further I will probably release the code.

The CVars for backtracking (cl_interp and cl_updaterate) where removed, what should we replace them with?

dumbasPL commented 2 months ago

The CVars for backtracking (cl_interp and cl_updaterate) where removed, what should we replace them with?

right now I just have

float calc_lerp() noexcept {
    return 0; // FIXME: figure out how this works in cs2
}

works fine-ish but probably isn't accurate in many cases. I'll re-write the entire backtrack at some point properly, maybe...