okay so for somebody who doesn't know anything, am i just supposed to paste the "alias +CrookHasSwag "+duck; +jump; -forward; -back" alias -CrookHasSwag "-duck; -jump;" alias "lj" "clear; bind mouse2 "+CrookHasSwag"; echo "LJ bindings loaded"" alias "nolj" "bind mouse2 "+attack2"; echo "LJ bindings disabled"" into my console and it should work? or do i have to do anything else.
I improved it again, every time I press the down arrow it enables and disables the "duckjump mode": alias +DuckJump "+duck; +jump; -forward; -back" alias -DuckJump "-duck; -jump;" bind "DOWNARROW" "toggleDuck"; alias toggleDuck "enableDuck"; alias enableDuck "alias toggleDuck disableDuck; bind mouse2 "+DuckJump"; echo "Duck Jump confing bindings loaded"; alias disableDuck "alias toggleDuck enableDuck; bind mouse2 "+attack2"; echo "Duck Jump config bindings disabled"; Obviously you can change "DOWNARROW" with any key. I suggest you set up an autoexec.cfg, watch tutorials on google. Peace. -Blaze
you usually put it inside an autoexec.cfg file and set the CSGO startup settings on steam to make the game always have the autoexec.cfg loaded when it starts. I suggest you set up an autoexec.cfg, watch tutorials on google. -Blaze
the forum gives me an error and does not let me edit the post. I wrote confing instead of config in a row.
you gotta save it and use that, for example save it as hello.cfg, put it in the cfg folder and say exec hello