Last active
November 23, 2017 05:31
-
-
Save egeste/719ae2f14e143df83ddf2065073c1171 to your computer and use it in GitHub Desktop.
CS:GO Rainbow Crosshair
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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