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)

FAQs

How to get a custom crosshair in CS2? ›

Crosshair settings in CS2 have their own separate tab. To access it, click on the gear icon in the top-left corner of the menu (Settings), select Game, and then navigate to Crosshair. Here, you can tweak whatever you want!

How to show crosshair commands in CS2? ›

Open the Settings. In the CS2 main menu, click the settings icon in the upper left corner. In the Game section, head to the Crosshair tab. Explore the available options and make your adjustments.

What is the default crosshair in CS2? ›

CS2 drops you in with a default crosshair that most players find distracting, especially the pros! It's big, it's green, and it's dynamic – aka, it expands when you move it (bleugh!). Now, that might be OK for your first few casual matches and getting a feel for recoil and whatnot.

What is crosshair hack? ›

The crosshair hack makes sure that there is always a crosshair drawn in the center of the hacker's screen, no matter what gun they are using. Usually the hack offers the possibility of drawing bigger crosshairs, or crosshairs in other colours.

Will CS2 be free for CS:GO owners? ›

Is Counter-Strike 2 free if I already own CS:GO? Yes, Counter-Strike 2 is free for CS:GO owners. It's a complimentary upgrade, and your weapon skins will also transfer to CS2.

How to copy CS2 crosshair? ›

Copy the crosshair code (highlight it, right click it, and click 'copy' or highlight it and press CTRL + C) Go to CS2's main menu. Go to 'Settings' -> 'Game' -> 'Crosshair' -> 'Share or Import'

How to get your crosshair config? ›

CS2 crosshair settings can be found in the Settings menu, accessed by clicking the cog icon in the top left corner of the screen. From here, go to the 'Game' tab at the top of the screen, and choose 'Crosshair' from the menu underneath to skip to the Crosshair section.

How do I import my crosshair settings? ›

Open VALORANT's Settings menu, then the Crosshair tab. Click the Import Profile Code button (in the Crosshair Profile section). Paste the crosshair code into the text box. Click Import.

What is the best crosshair in CS2? ›

Most players tend to stick with the Classic Static crosshair style as it provides the most consistency, but it's worth checking out the Legacy option.

How to make crosshairs more visible in CS2? ›

The best way to improve the visibility of the crosshair is to change its color to the most contrasting one. Crosshair colors for accuracy are cyan, yellow or green (R 0, G 255, B 255; R 255 G 255 B 0 ; R 0 G 255 B 0). There is also such a parameter as Alpha. This is the setting of the transparency of the sight.

How do you import crosshair codes in CS2? ›

Open the CS2 settings by clicking on the cog symbol in the main menu screen. Navigate to the 'Game' tab and then 'Crosshair'. On the preview image, click 'Share and import'. Paste the code into the window that appears and click 'Import'.

Top Articles
Latest Posts
Article information

Author: Trent Wehner

Last Updated:

Views: 5957

Rating: 4.6 / 5 (76 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Trent Wehner

Birthday: 1993-03-14

Address: 872 Kevin Squares, New Codyville, AK 01785-0416

Phone: +18698800304764

Job: Senior Farming Developer

Hobby: Paintball, Calligraphy, Hunting, Flying disc, Lapidary, Rafting, Inline skating

Introduction: My name is Trent Wehner, I am a talented, brainy, zealous, light, funny, gleaming, attractive person who loves writing and wants to share my knowledge and understanding with you.