So i had a Friend complaining that i my weave doesnt have fast duck so i added it so here is the code
you just have to define fast_duck in misc but i hope that should not be a problem
you just have to define fast_duck in misc but i hope that should not be a problem
Code:
#define IN_BULLRUSH (1 << 22)
void FastDuck() {
if (vars.misc.fast_duck)
csgo->cmd->buttons |= IN_BULLRUSH;
}