Gaztoof / GMod-SDK

A SDK with a built-in cheat for Garry's Mod.
MIT License
126 stars 43 forks source link

[SOURCE] Auto Crouch-Jump #41

Closed astroux closed 2 years ago

astroux commented 2 years ago

void CrouchJump(CUserCmd* cmd) { if (Settings::Misc::crouchJump && InputSystem->IsButtonDown(KEY_SPACE) && (!(localPlayer->getFlags() & FL_ONGROUND))) cmd->buttons |= IN_DUCK; } Some Pasta For You :)

shockpast commented 2 years ago

Why is this contains in issues?