Skip to content

Instantly share code, notes, and snippets.

@Vipitis
Created September 4, 2023 21:29
Show Gist options
  • Save Vipitis/65029f09a4204d05bed86202043852e9 to your computer and use it in GitHub Desktop.
Save Vipitis/65029f09a4204d05bed86202043852e9 to your computer and use it in GitHub Desktop.
recoil crosshair switching bind for CS2
//declare crosshairs
alias active "cl_crosshaircolor_r 250; cl_crosshair_recoil true"
alias passive "cl_crosshaircolor_r 50; cl_crosshair_recoil false"
//roll through your options
alias xhair "xhair1";
alias xhair1 "active; alias xhair xhair2"
alias xhair2 "passive; alias xhair xhair1"
//bind
bind "mouse5" "xhair"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment