CowNowK / AimStar

Free and open-source external cheat for CS2, written in C++, working on Windows
MIT License
474 stars 82 forks source link

Aimbot: Prediction #159

Closed TheGreenBandit closed 7 months ago

TheGreenBandit commented 7 months ago

Would help with snipers as currently the aimbot with snipers is quite dogshit.

M3351AN commented 7 months ago

There is no practical significance in implementing prediction in a external because it does not hook create_move What's more, this is a game with subtick

CowNowK commented 7 months ago

create move externally lead to instant VAC

TheGreenBandit commented 7 months ago

Cant you just get the velocity of the other player and adjust off that?

M3351AN commented 7 months ago

why? In cs2, the desync between server and client less than 10ms + ping, and the network ping will be compensated by the server through backtrack. In fact, there is no need for prediction for the 10ms,it is less than 1 tick.

TheGreenBandit commented 7 months ago

why? In cs2, the desync between server and client less than 10ms + ping, and the network ping will be compensated by the server through backtrack. In fact, there is no need for prediction for the 10ms,it is less than 1 tick.

Well prediction was my idea of fixing the snipers not working well with aimbot