//MASTER COMMAND sv_cheats 1 //this is so all bindings can work properly //XTRA BINDINGS bind x "toggle cl_drawhud" //shows or hides heads up display bind x "toggle physcannon_mega_enabled" //toggles between super and regular gravity guns bind x "toggle sv_infinite_aux_power" //toggles infinite auxiliar power! bind x toggle_zoom //zoom toggle (makes possible to shoot even when zoomed in) //CROUCH/STAND UP TOGGLE [the default command toggle_duck is buggy] alias crouchdown "+duck; alias crouchtoggle crouchup" alias crouchtoggle crouchdown alias crouchup "-duck; alias crouchtoggle crouchdown" bind x crouchtoggle //RUN/WALK TOGGLE alias walk_off "alias walk_t walk_on; -speed" alias walk_on "alias walk_t walk_off; +speed" alias walk_t walk_on bind x walk_t //BULLET TIME (SLOW MOTION 13% SPEED) bind x "toggle host_timescale 0.13 1" //FAST FORWARD TIME (FAST MOTION 4X SPEED) bind x "toggle host_timescale 4 1"