8dcc / tf2-cheat

Linux cheat for Team Fortress 2 made in C
GNU General Public License v3.0
23 stars 5 forks source link

When using silent aimbot and moving player will move towards aimbot direction #9

Closed nepcat closed 8 months ago

nepcat commented 9 months ago

How to reproduce: Go heavy, enable aimbot fov 180 & silent, move forward while aimbot is shooting at enemies. Player will move towards aimbot angle instead of actually walking forward.

8dcc commented 8 months ago

This does not happen to me (using latest commit 444ce86712c1753305726a856d5837038633821e):

https://github.com/8dcc/tf2-cheat/assets/29655971/010e0a14-1538-4a63-80b9-12323af587fb

The function responsible for this is:

https://github.com/8dcc/tf2-cheat/blob/444ce86712c1753305726a856d5837038633821e/src/features/movement.c#L140-L160

And as you can see, the only thing it checks is if we are doing a taunt that allows movement.

nepcat commented 8 months ago

Using latest commit fixed this issue, alongside fixing broken esp & other stuff.