Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

-novid -no-browser -nojoy -nod3d9ex -freq 60 +fps_max 200 +exec autoexec.

cfg
-panorama
bind "MWHEELUP" "+jump"
bind t "r_cleardecals"
net_graphproportionalfont "0"
net_graphpos "2"
cl_crosshair_sniper_width command to 1
The Radar

Adding this set of commands to your autoexec file will make the whole map appear on
the radar the entire time, making it easier to spot enemies.

cl_radar_always_centered "0";
cl_radar_scale "0.3";
cl_hud_radar_scale "1.15";
cl_radar_icon_scale_min "1";
cl_radar_rotate "1";

1. FAKE FLASH
bind "v" "use weapon_knife; use weapon_p250; use weapon_hkp2000; use weapon_glock;
use weapon_tec9; use weapon_fiveseven; use weapon_deagle; drop"

?2. NINJA DEFUSE


bind n "toggle gameinstructor_enable"

?3. TOGGLE VOICE SOUND ON/OFF INGAME


bindtoggle k voice_enable

?4.JUMP and JUMP


BUNNY JUMP
(Pick which one you like the most or both)
bind "MWHEELUP" "+jump"
bind "MWHEELDOWN" "+jump"

NORMAL JUMP
bind "SPACE" "+jump"

?5. JUMP THROW SMOKE


(You will have to type this into your config file, NOT your console. If you type it
in your console the bind will disappear after you have closed the game)

bind c +jumpthrow; alias +jumpthrow "+jump; -attack"; alias -jumpthrow -jump;

//Skazzy3's epic clutch bind


//Based on voice_chat script by Bananagaming
alias "clutch" "clutchon"
alias "clutchon" "voice_enable 0; clutchsoundon; gameinstructor_enable 1;
cl_clearhinthistory; r_cleardecals; playvol buttons\blip2 0.5; alias clutch
clutchoff; say_team Voice Disabled, I can't hear anyone now."
alias "clutchoff" "voice_enable 1; clutchsoundoff; gameinstructor_enable 0; playvol
buttons\blip1 0.5; alias clutch clutchon; say_team Voice Enabled, I can hear you
now."
clutchoff
bind "q" clutch

//Clutch audio options.


//Feel free to edit these how you like, these are only my values because I have a
music kit.
alias "clutchsoundon" "volume 1; snd_deathcamera_volume 0; snd_mapobjective_volume
0; snd_musicvolume 0.3; snd_roundend_volume 0; snd_roundstart_volume 0;
snd_tensecondwarning_volume 1"
alias "clutchsoundoff" "volume 0.5; snd_deathcamera_volume 1;
snd_mapobjective_volume 1; snd_musicvolume 0.7; snd_roundend_volume 1;
snd_roundstart_volume 1; snd_tensecondwarning_volume 1"

host_writeconfig

You might also like