Skip to content
Documentation

Documentation

Config formats, the desktop app and the API — all in one place.

Getting started

Copying a crosshair needs no account. Find one on the community page, click it, and the config is on your clipboard. Creating an account adds saved favourites and lets you publish your own.

  1. 1Find a crosshair on the community page
  2. 2Click the card to copy its config
  3. 3Paste it into your game's console or settings

CS2 — console commands

CS2 crosshairs are set with console commands. Paste the copied block into the console (the ~ key) and press Enter. If the console is disabled, turn it on under Settings → Game → Enable Developer Console.

console
cl_crosshairsize 4
cl_crosshairthickness 1
cl_crosshairgap -2
cl_crosshairdot 1
cl_crosshair_t 0
cl_crosshair_drawoutline 1
cl_crosshair_outlinethickness 1

Put the same block in autoexec.cfg and it reloads every time the game starts. The file lives in Steam's csgo/cfg folder.

VALORANT — import code

VALORANT imports crosshairs as a profile code. Go to Settings → Crosshair → Import Profile Code and paste it in.

profile code
0;P;c;5;h;0;m;1;0l;4;0o;2;0a;1;0f;0;1b;0

Other games

Rainbow Six Siege, Overwatch 2, Apex Legends and Call of Duty have no import format. For those we show the exact values to enter, and you set them by hand. The desktop app removes that step entirely by drawing the crosshair over the game instead.

Desktop app

Aimshot desktop is a Windows overlay. It draws your crosshair on top of any game, so you are not limited to what that game supports. It requires a Pro account.

  1. 1Download the .exe from the download page
  2. 2Generate a licence key on your account page
  3. 3Enter the key in the app once
  4. 4Your library syncs and your favourites appear immediately

Public API

An open, unauthenticated endpoint for reading the crosshair library. It returns only what is already public on the site. Responses are cached for a minute.

GET
https://aimshot.lol/api/crosshairs?game=cs2&sort=popular&limit=24&offset=0

# Parameters
#   game    comma-separated game ids (cs2, valorant, r6, overwatch2, apex, cod)
#   tags    comma-separated tags
#   sort    popular | newest | downloads | name
#   q       free-text search over name, description and tags
#   limit   1-60 (default 24)
#   offset  rows to skip

Open a ticket on Discord and we'll see it straight away. Support