Counter-Strike 2

Counter-Strike 2

Nicht genug Bewertungen
CS2 KZ binds/aliases
Von bhoplife
Note that some of them may get you banned from some servers (not gbanned).
Some of them might be questionable. Use AT YOUR OWN RISK (from getting banned from servers, not gbanned).

All of those are better if you create a .cfg file to exec them through your console. Note that all aliases will be gone once you restart your CS. This can make some of your keys useless and you will need to re-bind them appropriately.

For any alias/bind, copy and paste EACH line ONE BY ONE into your console. Replace <key> with your key (e.g bind <key> +lj becomes bind mouse1 +lj)
   
Preis verleihen
Favorisieren
Favorisiert
Entfernen
How to EXECS/CFG
Commands from a .cfg file can be executed (exec) through your console by typing exec <filename>. This is very useful for things like long jump binds which have multiple lines to be imputed in the console.

Example:

My cfg is called lj.cfg. To execute any commands in the file, I would type: exec lj in my console.

How to make one:

Go to steam client > right click csgo > manage (browse local files) > csgo > cfg.

In this folder, create a notepad and name it however you’d like with .cfg at the end (notice the dot).
From there, you can write any commands line by line.
LJ bind
Just replace the part that says "key" with the key you want.

alias _checkw "-back; -forward; alias checkw"; alias +w "+forward; alias checkw _checkw"; alias -w "checkw"; bind w +w alias +lj "+duck; +jump; checkw" alias -lj "-duck; -jump; " bind "key" "+lj"
Chain bhop alias (more perf hops)
Put it in a cfg and jump with your scroll (bind "alt" "+myjump;-back;-myjump" part is for ladder glide if you want)

alias "+myjump" "+jump" alias "-myjump" "-jump" bind "alt" "+myjump;-back;-myjump" bind "mwheeldown" "+myjump;-myjump" bind "mwheelup" "+myjump;-back;-myjump"
Jumpbug bind
These are two differend bind but i recommend first one

alias +jb "-duck;+jump" alias -jb "-jump" bind "key" +jb

alias "+jb" "+duck" alias "-jb" "-duck; +jump 1; -jump 1" bind "mouse5" "+jb"
Minijump(mj) bind
minijump (only 2 key for now) (you hit the duck then jump) (minijump for lower jump height for better pre sometimes where theres no runup space to get pre. like bench 2 bricks lj)

alias +jump_s1 "+jump_s1_" alias +jump_s1_ "+jump; alias +jump_s1; alias -jump_s1 -jump_s1_" alias -jump_s1 "" alias -jump_s1_ "-jump; alias -jump_s1; alias +jump_s1 +jump_s1_" alias +duck_s1 "+duck_s1_" alias +duck_s1_ "+duck; alias +duck_s1; alias -duck_s1 -duck_s1_" alias -duck_s1 "" alias -duck_s1_ "-duck; alias -duck_s1; alias +duck_s1 +duck_s1_" alias "+mj" "+jump_s1; -duck_s1" alias "-mj" "-jump_s1" bind v +duck_s1 bind mouse3 "+mj"
null bind
alias _checka "-left; alias checka"; alias +a "+left; alias checka _checka"; alias -a "checka"; bind a +a; alias _checkd "-right; alias checkd"; alias +d "+right; alias checkd _checkd"; alias -d "checkd"; bind d +d; alias _checkw "-forward; alias checkw"; alias +w "+forward; alias checkw _checkw"; alias -w "checkw"; bind w +w; alias _checks "-back; alias checks"; alias +s "+back; alias checks _checks"; alias -s "checks"; bind s +s;
desubtick alias
alias +attack_ "+attack;+attack" alias -attack_ "-attack;-attack;-attack" alias +attack2_ "+attack2;+attack2" alias -attack2_ "-attack2;-attack2;-attack2" alias +jump_ "+jump;+jump" alias -jump_ "-jump;-jump;-jump" alias +duck_ "+duck;+duck" alias -duck_ "-duck;-duck;-duck" alias +sprint_ "+sprint;+sprint" // walking alias -sprint_ "-sprint;-sprint;-sprint" alias +forward_ "+forward;+forward" alias -forward_ "-forward;-forward;-forward" alias +left_ "+left;+left" alias -left_ "-left;-left;-left" alias +back_ "+back;+back" alias -back_ "-back;-back;-back" alias +right_ "+right;+right" alias -right_ "-right;-right;-right"

PUT THESE IN AUTOEXEC FOLDER AND THESE ONES IF U DON'T PUT THESE ONES IT DIDN'T WORK
bind mouse1 +attack_ bind mouse2 +attack2_ bind space +jump_ bind mwheeldown "+jump_" bind mwheelup "+jump_ bind ctrl +duck_ bind shift +sprint_ bind w +forward_ bind a +left_ bind s +back_ bind d +right_
4 Kommentare
E. Honda | Swamp Ass 24/7 24. Apr. 2024 um 17:25 
CS:GO is still available, if CS2 is the reason you quit.
pastebin:csgoglobe:com/PDdTajzU
bhoplife  [Autor] 24. Apr. 2024 um 10:18 
this guide is not updated bcs i don't play cs anymore :/
E. Honda | Swamp Ass 24/7 23. Apr. 2024 um 16:58 
The LJ Bind should be as follows:
alias _checkw "-back; -forward; alias checkw";alias +w "+forward; alias checkw _checkw";alias -w "checkw";bind w +w;alias +lj "+duck; +jump; checkw";alias -lj "-duck; -jump";bind "space" "+lj"
geekedtron_evilblunt3000 13. Okt. 2023 um 11:50 
cool))