CSGO
Appearance
Crosshair
[edit]CSGO-UqU5u-DTnkD-q3KLC-BUuej-HGmDA
Keybinds
[edit]Important notes:
- bind [key] "[action]"
- incrementvar varName minValue maxValue delta
Demo Related
[edit]- cl_interpolate
- For choppy playback issues
- Playback
- demoui
- demo_pause
- demo_resume
- demo_timescale
- spec_show_xray 1
Voice Chat
[edit]Mute Voice Chat
[edit]Binds voices on/off to j
bindtoggle j voice_enable
Clutch Mode
[edit]Bring voice chat down a notch
bindtoggle i "voice_scale 0.75 0.3"
Vol up/down
[edit]Sets voice on 100-0, starting at 0 and adds 5 each press)
bind pgup "incrementvar voice_scale 0 1 0.05" bind pgdn "incrementvar voice_scale 0 1 -0.05"
Gameplay
[edit]Smoke lineup crosshair toggle
[edit]extends crosshairs to the edge of the screen for lineups
bind y "toggle cl_crosshairsize 2.5 1000"
Scorenet Tab
[edit]Removes blood/decals and displays net_graph when you tab for scores
net_graph "1" net_graphpos "2" net_graphheight "1" alias +scorenet "+showscores; net_graph 1" alias -scorenet "-showscores; net_graph 0 ; r_cleardecals" bind tab "+scorenet"
Here's just the remove blood/decals portion
bind "SHIFT" "+speed;r_cleardecals"
Map Zoom
[edit]bind o "incrementvar cl_radar_scale 0 1 0.25"
Jumpduck
[edit]alias +jumpduck "+jump;+duck" alias -jumpduck "-jump;-duck" bind alt "+jumpduck"
NadeJumpThrow
[edit]bind end "+jump;-attack;-jump"
Offline/Cheats
[edit]bind p "sv_cheats 1; noclip" binds noclip to p # For Practice sv_grenade_trajectory 1 and sv_grenade_trajectory_time 10 Grenade trajectory stuff
For Autoexec
[edit]# Clutch mode bindtoggle i "voice_scale 0.75 0.3" # Jump Throw bind end "+jump;-attack;-jump" # For grenades bind 1 "use weapon_knife; use weapon_flashbang" bind 2 "use weapon_knife; use weapon_smokegrenade" bind 3 "use weapon_knife; use weapon_molotov;use weapon_incgrenade" bind 4 "use weapon_knife; use weapon_hegrenade" # Netgraph with score and clear decals/blood net_graph "1" net_graphpos "2" net_graphheight "1" alias +scorenet "+showscores; net_graph 1" alias -scorenet "-showscores; net_graph 0 ; r_cleardecals" bind tab "+scorenet" # Preferred radar settings 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” cl_radar_square_with_scoreboard “1” bind 6 "incrementvar cl_radar_scale 0 1 0.25" # Smoke lineup crosshair toggle bind = "toggle cl_crosshairsize 2.5 1000" bind pgup "incrementvar voice_scale 0 1 0.05" bind pgdn "incrementvar voice_scale 0 1 -0.05" alias +jumpduck "+jump;+duck" alias -jumpduck "-jump;-duck" bind o "+jumpduck" bind q "use weapon_knife;slot1"