//alt toggles on / off. //This "script" binds A and D to turn in the same direction that you move. //Thus causing it to basically "move your mouse" for you, making it MUUUUUCH easier to strafe. //If you have good timing with the mouse wheel, this is the script for you. //I've tested it and it works beautifully! //Have fun. //Yawspeed is tweakable! //It changes how fast/slow you spin while holding a and d! cl_yawspeed 210 //Aliases alias stops "-ll; -rr" alias +l "+left" alias -l "-left" alias +r "+right" alias -r "-right" alias mjump "bind mwheelup +jump; bind mwheeldown +jump" alias +ll "+left; +moveleft" alias +rr "+right; +moveright" alias -ll "-left; -moveleft" alias -rr "-right; -moveright" alias rl "bind d +rr; bind a +ll" alias reg "bind a +moveleft; bind d +moveright" alias togglebhop "rl; bind alt togglebhop2; mjump" alias togglebhop2 "reg; bind alt togglebhop; mjump; stops" //Bind bind alt "togglebhop" echo GunGravE's bunny hop script is ready to go. echo REMEMBER: alt toggles on / off. echo This script uses +left while moving left, if on. echo AND uses +right if moving right, essentially turning the mouse for you! echo Go out there and bunnyhop!