designer1337 / csgo-cheat-base

simple csgo internal base.
MIT License
242 stars 50 forks source link

createmove stuttering #35

Open vxvvxv opened 4 years ago

vxvvxv commented 4 years ago

the new update to the createmove hook causes stuttering because setviewangles never gets called when returning false so in engine prediction you should set your localviewangles (index 13) to the cmd viewangles to fix it

//inside createmove after command nr check if (create_move_original(input_sample_frametime, cmd))) interfaces::prediction->set_local_view_angles(cmd->viewangles)

zShikdz commented 4 years ago

Or just return true in the end?