Remove Crosshair Bind

As the name of this bind would suggest, it will toggle the visibility of your crosshair. This can be useful if you're ever in need of taking in-game screenshots. It can also be a fun way to play in a private server with friends as you'll have less to judge your aim off, which can lead to some very fun aim duels.

Bind Commands

Below is the most popular version of this bind. Press the "Change Key" button to change the key this is bound to (default F2). Copy and paste the command into your console to apply the bind.

Click the copy button to copy the bind to your clipboard. You can also optionally press the download button to download a config file for this bind.

CS2

CS2
bind F2 "toggle crosshair 0 1"
Currently Bound To:
F2

How it Works

The above command is made up of two parts. The first part, "bind f2", tells Counter-Strike to bind whatever comes next to the F2 key on your keyboard.

The second part of this command is "toggle crosshair 0 1". The "toggle" command will toggle a command between two different settings. In this case, the command it is toggling is "crosshair" and the settings are 0 and 1. When "crosshair" is set to 0, your crosshair is invisible. When set to 1, it is visible. So the "toggle crosshair 0 1" command will toggle the crosshair setting between invisible (0) and visible (1).

Ad

Other Bind Variations

Find different variations of this bind below.

  • Toggle Crosshair Color

    CS2 & CS:GO Compatible

    This bind will toggle the color of your crosshair between green and black when the f2 key is pressed. This is useful for better visibility when your crosshair is over lighter parts of the map (black is easier to see). Copy and paste this into your console or autoexec to apply.

    bind f2 "toggle cl_crosshaircolor 0 4"