Last active
October 23, 2024 22:58
-
-
Save revunix/45e797a88eed1e603de42cfa5a8ae75f to your computer and use it in GitHub Desktop.
CS2 Config
This file contains 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
// Rev autoexec.cfg - 24.10.2024 | |
// Launch options | |
// -novid -console -refresh 165 -language english +exec rev.cfg | |
// Crosshair; CSGO-seUT3-NLsnw-PzifA-vzzip-J9T8N | |
// General | |
fps_max "400" | |
fps_max_ui "100" | |
fps_max_tools "100" | |
cl_allow_animated_avatars 0 | |
con_enable 1 | |
r_show_build_info 0 | |
rate 786432 | |
sensitivity ".85" | |
zoom_sensitivity_ratio 1.2 | |
mm_dedicated_search_maxping 25 | |
cl_clanid 34620704 | |
engine_low_latency_sleep_after_client_tick 1 | |
// Follow Recoil on/off | |
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"; | |
// Viewmodel | |
viewmodel_fov 69 | |
viewmodel_offset_x 2.5 | |
viewmodel_offset_y 3 | |
viewmodel_offset_z -1.5 | |
viewmodel_presetpos 2 | |
cl_prefer_lefthanded 1 | |
// aliases | |
alias on "+forward; +turnleft; +left; echo AFK-Script - [is now on]" | |
alias off "-forward; -turnleft; -left; echo AFK-Script - [is now off]" | |
alias dc "disconnect" | |
alias q "quit" | |
alias chat "toggle ignoremsg 0 1" | |
alias mute "toggle cl_mute_enemy_team 0 1" | |
// BuyScript | |
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;" | |
bind "Home" "toggleconsole" | |
bind "y" "slot10" | |
bind "x" "slot8" | |
bind "c" "slot7" | |
bind "v" "slot6" | |
bind space "+jump" | |
// HUD & Radar | |
hud_scaling "1" | |
cl_hud_color "0" | |
cl_radar_always_centered "false" | |
cl_radar_scale "0.35" | |
cl_radar_rotate "true" | |
cl_radar_icon_scale_min "0.6" | |
cl_radar_square_with_scoreboard "false" | |
alias chatbind "chatbind1" | |
alias chatbind1 "say "GL HF";alias chatbind chatbind2" | |
alias chatbind2 "say "Kebab $3";alias chatbind chatbind3" | |
alias chatbind3 "say "lowballer";alias chatbind chatbind4" | |
alias chatbind4 "say "From Zero to Hero XD";alias chatbind chatbind5" | |
alias chatbind5 "say "Cool story bro";alias chatbind chatbind1" | |
//bind "o" chatbind | |
// __________ | |
// | FINISH | | |
// | |
host_writeconfig | |
echo "Successfully loaded Rev's Config" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment