Skip to content

Instantly share code, notes, and snippets.

@egeste
Last active November 23, 2017 05:31
Show Gist options
  • Save egeste/719ae2f14e143df83ddf2065073c1171 to your computer and use it in GitHub Desktop.
Save egeste/719ae2f14e143df83ddf2065073c1171 to your computer and use it in GitHub Desktop.
CS:GO Rainbow Crosshair
cl_crosshairalpha 255
cl_crosshairdot 0
cl_crosshairgap -2
cl_crosshairsize 2
cl_crosshairstyle 4
cl_crosshairusealpha 1
cl_crosshairthickness .5
cl_fixedcrosshairgap -1
cl_crosshair_outlinethickness 1
cl_crosshair_drawoutline 1
bind "w" "+forward; toggle cl_crosshaircolor 1 2 4"
bind "s" "+back; toggle cl_crosshaircolor 1 2 4"
bind "a" "+moveleft; toggle cl_crosshaircolor 1 2 4"
bind "d" "+moveright; toggle cl_crosshaircolor 1 2 4"
bind "c" "+duck; toggle cl_crosshaircolor 1 2 4"
bind "SPACE" "+jump; toggle cl_crosshaircolor 1 2 4"
bind "MOUSE1" "+attack; toggle cl_crosshaircolor 1 2 4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment