CS2 BINDS
Throwaction Bind
alias "+ta" "-attack; -attack2;"
bind "KEY" "+ta"
Jumpthrow Bind
alias "+jt" "+jump;"
alias "-jt" "-jump;"
alias "+ta" "-attack; -attack2;"
bind "KEY" "+jt;+ta;"
Forward-Jumpthrow Bind
alias "+fjt" "+forward;+jump;"
alias "-fjt" "-jump;-forward;"
alias "+ta" "-attack; -attack2;"
bind "KEY" "+fjt;+ta;"
Large Crosshair Bind
bind "KEY" "toggle cl_crosshairsize 1000 X; toggle cl_crosshairgap -4 Y"
// Replace "X" with the value of your cl_crosshairsize
// Replace "Y" with the value of your cl_crosshairgap
Weaponmodel Bind – if you play not classic view
bind "KEY" "toggle viewmodel_presetpos 3 Z"
// Replace "Z" with your viewmodel_presetpos (Classic=3, Couch=2, Desktop=1)
Weaponmodel Bind – if you play different Fov-Settings
bind "KEY" "toggle viewmodel_fov 68 A; toggle viewmodel_offset_x 2.5 B; toggle viewmodel_offset_y 0 C; toggle viewmodel_offset_z -1.5 D"
// Replace "A", "B", "C" and "D" with your values
// Standard values for viewmodel_presetpos 3: viewmodel_fov 68; viewmodel_offset_x 2.5; viewmodel_offset_y 0; viewmodel_offset_z -1.5;
Console and Autoexec.cfg
Save all binds in one autoexec.cfg in your CS2 steam config folder or use the ingame console
Folder-path:
Activate the console via launch options:
Activate the console via ingame settings:
