Complete CS2 Crosshair Generator (All Settings) (2024)

Below you can find some crosshair configurations that users commonly ask after, with help to apply them to your crosshair in our CS2 and CS:GO crosshair generator. Use the quick links below to jump to a particular section:

  • Dot Crosshair
  • Circle Crosshair
  • White Crosshair
  • Pink Crosshair
  • Purple Crosshair
  • Reset Crosshair
  • Square Crosshair

Dot Crosshair

A dot crosshair can be applied by:

  1. Selecting a classic crosshair style (cl_crosshairstyle), which is any of the following: 2, 3, 4, or 5.
  2. Setting the size of your crosshair (cl_crosshairsize) to 0.

You can adjust the size of your dot crosshair by changing the thickness value (cl_crosshairthickness).

Alternatively, copy and paste these two commands in to your CS console for a basic green dot crosshair:

cl_crosshairstyle "2";cl_crosshaircolor "1";cl_crosshairsize "0";cl_crosshairgap "-8.5";cl_crosshairalpha "255";cl_crosshairusealpha "0";cl_crosshair_dynamic_splitalpha_innermod "1";cl_crosshair_dynamic_splitalpha_outermod "1";cl_crosshairthickness "2";

cl_crosshaircolor_r "50";cl_crosshaircolor_g "250";cl_crosshaircolor_b "50";cl_crosshair_drawoutline "0";cl_crosshair_outlinethickness "1";cl_crosshairdot "1";cl_crosshair_t "0";cl_crosshairgap_useweaponvalue "0";hud_showtargetid "0";

Circle Crosshair

For a circle crosshair in CS2 or CS:GO, use any of the following sets of commands:

Small Green Circle:

cl_crosshairalpha "255";cl_crosshaircolor "5";cl_crosshaircolor_b "0";cl_crosshaircolor_r "0";cl_crosshaircolor_g "250";cl_crosshairdot "0";cl_crosshairgap "-7";cl_crosshairsize "1";cl_crosshairstyle "2";cl_crosshairusealpha "1";cl_crosshairthickness "2.5";cl_fixedcrosshairgap "-7";cl_crosshair_outlinethickness "0";cl_crosshair_drawoutline "0";

Open in Crosshair Generator

Large Yellow Circle:

cl_crosshairstyle "4";cl_crosshaircolor "2";cl_crosshairsize "3.3";cl_crosshairgap "-8.5";cl_crosshairalpha "150.5";cl_crosshairusealpha "1";cl_crosshairthickness "5.5";cl_crosshaircolor_r "50";cl_crosshaircolor_g "250";cl_crosshaircolor_b "50";cl_crosshair_drawoutline "0";cl_crosshair_outlinethickness "1";cl_crosshairdot "0";cl_crosshair_t "0";cl_crosshairgap_useweaponvalue "1";hud_showtargetid "0";

Open in Crosshair Generator

White Crosshair

You can apply a white crosshair in CS:GO and CS2 with the following command:

cl_crosshaircolor 5; cl_crosshaircolor_r 255; cl_crosshaircolor_g 255; cl_crosshaircolor_b 255

These are the steps (command-by-command), if you'd prefer to learn how the above command works:

  1. Selecting a classic crosshair style (cl_crosshairstyle), which is any of the following: 2, 3, 4, or 5.
  2. Selecting crosshair color number 5 (cl_crosshaircolor).
  3. Setting the RGB values of your crosshair to 255, 255, 255. You can do this using the following three commands:
    • cl_crosshaircolor_r 255
    • cl_crosshaircolor_g 255
    • cl_crosshaircolor_b 255

On the crosshair generator, simply selected the "Custom (5)" button and then click the square next to "Choose a custom color" to select a white color.

Pink Crosshair

Below are three of the most popular pink crosshair colors. Just copy and paste any of these commands into your CS2 or CS:GO console and enjoy!

Pink

cl_crosshaircolor 5; cl_crosshaircolor_r 255; cl_crosshaircolor_g 182; cl_crosshaircolor_b 193

Deep Pink

cl_crosshaircolor 5; cl_crosshaircolor_r 255; cl_crosshaircolor_g 20; cl_crosshaircolor_b 147

Pale Violet Red

cl_crosshaircolor 5; cl_crosshaircolor_r 219; cl_crosshaircolor_g 112; cl_crosshaircolor_b 147

Command-by-Command Pink Crosshair

Here are more verbose steps for a pink crosshair, which can be adjusted for further customization:

  1. First, make sure that you are using a classic crosshair style (cl_crosshairstyle), which is any of the following: 2, 3, 4, or 5.
  2. Select crosshair color number 5 (cl_crosshaircolor), which allows you to select custom colors.
  3. Set the RGB values of your crosshair to using one of the following sets of commands (depending on which type of pink you'd like):
    • Pink:
      • cl_crosshaircolor_r 255
      • cl_crosshaircolor_g 182
      • cl_crosshaircolor_b 193
    • Deep Pink:
      • cl_crosshaircolor_r 255
      • cl_crosshaircolor_g 20
      • cl_crosshaircolor_b 147
    • Pale Violet Red:
      • cl_crosshaircolor_r 219
      • cl_crosshaircolor_g 112
      • cl_crosshaircolor_b 147

On the crosshair generator, simply select the "Custom (5)" button and then click the square next to "Choose a custom color" to select a pink color.

Purple Crosshair

You can set your crosshair color to purple in CS:GO and CS2 by pasting any of the below commands into the console:

Purple

cl_crosshaircolor 5; cl_crosshaircolor_r 128; cl_crosshaircolor_g 0; cl_crosshaircolor_b 128

Magenta

cl_crosshaircolor 5; cl_crosshaircolor_r 255; cl_crosshaircolor_g 0; cl_crosshaircolor_b 255

Indigo

cl_crosshaircolor 5; cl_crosshaircolor_r 75; cl_crosshaircolor_g 0; cl_crosshaircolor_b 130

Command-by-Command Pink Crosshair

Here are more verbose steps for a purple CS crosshair, which can be adjusted for further customization:

  1. Select a classic crosshair style (cl_crosshairstyle), which is any of the following: 2, 3, 4, or 5.
  2. Select crosshair color number 5 (cl_crosshaircolor), which allows you to set a custom color.
  3. Set the RGB values of your crosshair to using one of the following sets of commands (depending on which type of purple you'd like):
    • Purple:
      • cl_crosshaircolor_r 128
      • cl_crosshaircolor_g 0
      • cl_crosshaircolor_b 128
    • Magenta:
      • cl_crosshaircolor_r 255
      • cl_crosshaircolor_g 0
      • cl_crosshaircolor_b 255
    • Indigo:
      • cl_crosshaircolor_r 75
      • cl_crosshaircolor_g 0
      • cl_crosshaircolor_b 130

Reset Crosshair

To reset your crosshair, go to the generator at the top of this page, select your crosshair style and click the "Reset to Default" button.

Then, follow the steps above (How to Apply Your Crosshair) to apply your crosshair in-game.

Alternatively, copy and paste these three commands into your console:

cl_crosshairstyle "2";cl_crosshaircolor "2";cl_crosshairsize "3.3";cl_crosshairgap "-8.5";cl_crosshairalpha "150.5";cl_crosshairusealpha "1";cl_crosshair_dynamic_splitalpha_innermod "1";cl_crosshair_dynamic_splitalpha_outermod "1";

cl_crosshairthickness "5.5";cl_crosshaircolor_r "50";cl_crosshaircolor_g "250";cl_crosshaircolor_b "50";cl_crosshair_drawoutline "0";cl_crosshair_outlinethickness "1";cl_crosshairdot "0";cl_crosshair_t "0";cl_crosshairgap_useweaponvalue "0";

hud_showtargetid "0";

Square Crosshair

You can achieve a square crosshair (of any size) in CS:GO and CS2 with the following settings:

  1. A crosshair gap of -5 (cl_crosshairgap). You may need to adjust this slightly for different resolutions for a perfect fit.
  2. A low crosshair size (below 1), we recommend 0.5 (cl_crosshairsize).
  3. No crosshair dot (cl_crosshairdot 0).
  4. No crosshair outline (cl_crosshair_drawoutline 0).
  5. Use the crosshair thickness setting (cl_crosshairthickness) to adjust the size of the square.

To start configuring a crosshair using our generator with these settings, just click this link.

Complete CS2 Crosshair Generator (All Settings) (2024)

References

Top Articles
Latest Posts
Article information

Author: Nathanial Hackett

Last Updated:

Views: 5780

Rating: 4.1 / 5 (52 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Nathanial Hackett

Birthday: 1997-10-09

Address: Apt. 935 264 Abshire Canyon, South Nerissachester, NM 01800

Phone: +9752624861224

Job: Forward Technology Assistant

Hobby: Listening to music, Shopping, Vacation, Baton twirling, Flower arranging, Blacksmithing, Do it yourself

Introduction: My name is Nathanial Hackett, I am a lovely, curious, smiling, lively, thoughtful, courageous, lively person who loves writing and wants to share my knowledge and understanding with you.