Weave.su fast duck

elilp

User
User
User
User
Status
Offline
Joined
Nov 20, 2019
Messages
39
Reaction score
33
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

Code:
#define IN_BULLRUSH      (1 << 22)


void FastDuck() {

    if (vars.misc.fast_duck)
        csgo->cmd->buttons |= IN_BULLRUSH;
}
 
Top