Last active
February 13, 2026 20:57
-
-
Save revunix/45e797a88eed1e603de42cfa5a8ae75f to your computer and use it in GitHub Desktop.
CS2 Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //──────────────────────────────────────────── | |
| // RevUnix CFG - rev.cfg (13.02.2026) | |
| // Launch Options: -novid -console -refresh 165 -language english +exec rev.cfg | |
| // Crosshair Code: CSGO-seUT3-NLsnw-PzifA-vzzip-J9T8N | |
| //──────────────────────────────────────────── | |
| //──────────────────────────────────────────── | |
| // GENERAL SETTINGS | |
| //──────────────────────────────────────────── | |
| fps_max "0" | |
| fps_max_ui "100" | |
| fps_max_tools "100" | |
| cl_allow_animated_avatars "0" | |
| con_enable "1" | |
| r_show_build_info "1" | |
| sensitivity "1.3" # 800DPI | |
| zoom_sensitivity_ratio "1" | |
| mm_dedicated_search_maxping "25" | |
| cl_clanid "34620704" | |
| cl_mute_enemy_team "1" | |
| cl_show_equipped_character_for_player_avatars "1" | |
| engine_low_latency_sleep_after_client_tick "1" | |
| //──────────────────────────────────────────── | |
| // RECOIL TOGGLE SYSTEM (MOUSE1) | |
| //──────────────────────────────────────────── | |
| alias toggleMouse1Mode "shootrOn" | |
| alias shootrOn "bind mouse1 +shootr; alias toggleMouse1Mode attackOn" | |
| alias attackOn "bind mouse1 +attack; alias toggleMouse1Mode shootrOn" | |
| alias +shootr "+attack; cl_crosshair_recoil true; cl_crosshaircolor 1" | |
| alias -shootr "-attack; cl_crosshair_recoil false; cl_crosshaircolor 0" | |
| bind "f8" "toggleMouse1Mode" | |
| //──────────────────────────────────────────── | |
| // AFK TOGGLE SCRIPT (F5) | |
| //──────────────────────────────────────────── | |
| alias toggleF5 "afkOn" | |
| alias afkOn "+forward; +turnleft; +left; echo AFK-Script - [is now ON]; alias toggleF5 afkOff" | |
| alias afkOff "-forward; -turnleft; -left; echo AFK-Script - [is now OFF]; alias toggleF5 afkOn" | |
| bind "f5" "toggleF5" | |
| //──────────────────────────────────────────── | |
| // VIEWMODEL & MOUSE SETTINGS | |
| //──────────────────────────────────────────── | |
| viewmodel_fov "68" | |
| viewmodel_offset_x "3" | |
| viewmodel_offset_y "-2" | |
| viewmodel_offset_z "-2" | |
| viewmodel_presetpos "2" | |
| cl_prefer_lefthanded "1" | |
| m_yaw "0.022" | |
| //──────────────────────────────────────────── | |
| // QUICK COMMAND BINDS & CHAT | |
| //──────────────────────────────────────────── | |
| alias "dc" "disconnect" | |
| alias "q" "quit" | |
| alias "chat" "toggle ignoremsg 0 1" | |
| alias "mute" "toggle cl_mute_enemy_team 0 1" | |
| bind "k" "say GET LEETIFY" | |
| //──────────────────────────────────────────── | |
| // BUY BINDS | |
| //──────────────────────────────────────────── | |
| bind "leftarrow" "buy vest;" | |
| bind "downarrow" "buy vesthelm;buy vest;" | |
| bind "rightarrow" "buy defuser;" | |
| bind "uparrow" "buy deagle;" | |
| bind "]" "buy smokegrenade;" | |
| bind "[" "buy flashbang;" | |
| bind "P" "buy hegrenade;" | |
| bind "\" "buy molotov;buy incgrenade;" | |
| bind "DEL" "buy m4a1_silencer;buy ak47" | |
| bind "PGDN" "buy awp;" | |
| bind "pgup" "buy mp9;" | |
| //──────────────────────────────────────────── | |
| // SLOT & FUNCTION BINDS | |
| //──────────────────────────────────────────── | |
| bind "home" "toggleconsole" | |
| bind "y" "slot10" | |
| bind "x" "slot8" | |
| bind "c" "slot7" | |
| bind "v" "slot6" | |
| bind "space" "+jump" | |
| bind "mwheeldown" "+jump" | |
| bind "mwheelup" "+jump" | |
| //──────────────────────────────────────────── | |
| // HUD & RADAR | |
| //──────────────────────────────────────────── | |
| hud_scaling "0.5" | |
| cl_hud_color "0" | |
| cl_radar_always_centered "0" | |
| cl_radar_scale "0.35" | |
| cl_radar_rotate "1" | |
| cl_radar_icon_scale_min "0.6" | |
| cl_radar_square_with_scoreboard "0" | |
| //──────────────────────────────────────────── | |
| // END OF CONFIG | |
| //──────────────────────────────────────────── | |
| host_writeconfig | |
| clear | |
| echo "✅ RevUnix Config successfully loaded." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment