// DEFAULTS sv_cheats 1 sv_noclipspeed 0.8 alias fovpreferred "fov_desired 120" // Change this to whatever your preferred fov is. For most users this is 90, i like higher fovs though // Binds that should always be enabled so long as the script is active // make sure to change them in the aliases if you decide to change the keybind bind F9 "noclip; play ui/alert_clink.wav" bind F5 "screendefaults+" bind [ "botstop+" bind ] "botmimic+" bind - "toggle host_timescale 0.1 1.0" bind = "incrementvar sv_noclipspeed 0.2 2 -0.2" alias "screendefaults+" "r_drawviewmodel 0; cl_glow_brightness 0; hidehud 4; play ui/beep07.wav; bind MWHEELUP fovIN; bind MWHEELDOWN fovOUT; bind F5 screendefaults-" alias "screendefaults-" "r_drawviewmodel 1; cl_glow_brightness 1; hidehud 0; play ui/beepclear.wav; bind MWHEELUP invprev; bind MWHEELDOWN invnext; bind F5 screendefaults+; fovpreferred" // Aliases for the zoom feature alias fovIN "incrementvar fov_desired 75 120 -5" alias fovOUT "incrementvar fov_desired 75 120 5" // aliases for the bot controls alias botstop+ "echo *** BOT FREEZE ENABLED *** ; say BOT FREEZE ENABLED; nb_stop 1; play ui/beep07.wav; bind [ botstop-" alias botstop- "echo *** BOT FREEZE DISABLED ***; say BOT FREEZE DISABLED; nb_stop 0; play ui/beepclear.wav; bind [ botstop+" alias botmimic+ "echo *** BOT MIMICKING ENABLED *** ; say BOT MIMICKING ENABLED; bot_mimic 1; play ui/beep07.wav; bind ] botmimic-" alias botmimic- "echo *** BOT MIMICKING DISABLED ***; say BOT MIMICKING DISABLED; bot_mimic 0; play ui/beepclear.wav; bind ] botmimic+" alias zblind+ "echo *** ZOMBIE BLIND ENABLED *** ; say ZOMBIE BLIND ENABLED; nb_blind 1; play ui/beep07.wav; bind [ zblind-" alias zblind- "echo *** ZOMBIE BLIND DISABLED ***; say ZOMBIE BLIND DISABLED; nb_blind 0; play ui/beepclear.wav; bind [ zblind+" // Play this sound when the script is enablled play ui/alert_clink.wav