Join our Discord
Go back
Ingame scripting for CS:GO consists of creating binds and configs to make the game suit your preference more. It is not cheating or gaining an advantage over others since you're restricted to doing only what everyone can normally do using the console but it does make using some commands faster and more convenient.
Here you can find the most popular ones:
Jumpthrow
alias "+jumpthrow" "+jump;-attack"; alias "-jumpthrow" "-jump"; bind [KEY] "+jumpthrow"
Loads of smokes needs to be thrown in a perfect timing. With this bind, you will throw all grenades at the same time.
Nade Lineup Crosshair
bind 1 "slot1 ; cl_crosshairsize [Your size]"; bind 2 "slot2 ; cl_crosshairsize [Your size]"; bind 3 "slot3 ; cl_crosshairsize [Your size]"; bind 4 "slot8 ; cl_crosshairsize 1000"
Make your crosshair bigger, so you will correctly aim your nades. Pressing 1, 2 or 3 will set crosshair to the original one.
Zoom Radar Bind
bind [KEY] "incrementvar cl_radar_scale 0 1 0.25"
This bind will zoom your radar in when you press the bound key on your keyboard, pressing it 4 times will loop the size back round to where it was originally.
Easy Bomb Find
alias +bombfind "+use;gameinstructor_enable 1;cl_clearhinthistory"
alias -bombfind "-use;gameinstructor_enable 0;cl_clearhinthistory"
bind [KEY] "+bombfind"
An easy way to find a bomb bind activates an in-game instructor which clearly shows both the direction and the precise location of the bomb regardless of smokes, boxes and other things.
Clear the blood from walls
bind "w" "+forward;r_cleardecals"
bind "a" "+moveleft;r_cleardecals"
bind "d" "+moveright;r_cleardecals"
Have you ever missed the enemy’s model, because of the dark blood on the walls? From now, it won’t be a problem.