Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // =====================
- // === INITIAL SETUP ===
- // =====================
- unbindall
- clear
- // ===================
- // === BASIC BINDS ===
- // ===================
- bind ` toggleconsole
- bind w +forward
- bind s +back
- bind a +left
- bind d +right
- bind space "+jump; reset_score"
- bind mwheeldown "+jump; reset_score"
- bind mwheelup player_ping
- bind shift +duck
- bind ctrl +voicerecord
- bind alt switch_walk
- bind mouse2 +attack2
- bind mouse3 bomb
- bind mouse4 switch_main_weapons_button
- bind mouse5 switch_alt_weapons_button
- bind tab +stim
- bind r +reload
- bind f "+lookatweapon"
- bind q +use
- bind e +use
- bind t "toggle cl_radar_scale 1 0.3"
- bind p drop_nades
- bind n sv_rethrow_last_grenade
- bind v slot8
- bind x slot6
- bind c slot10
- bind b slot7
- bind 1 scoretoggle1
- bind 3 radio
- bind 4 "drop; slot_1; reset_main_weapons; reset_alt_weapons"
- bind 8 buymenu
- bind f1 "vote option1; v_yes"
- bind f2 "vote option2; v_no"
- bind f4 rebuy
- bind f9 "autobuy; slot_1"
- bind ins say
- bind del say
- bind pgup say_team
- bind home say
- bind ralt "clear; exec autoexec"
- bind "rightarrow" "spect_next"
- bind "leftarrow" "spect_prev"
- // ===========================
- // === MOVEMENT & WALKING ===
- // ===========================
- alias switch_walk_on "+walk_mode; alias switch_walk switch_walk_off"
- alias switch_walk_off "-walk_mode; alias switch_walk switch_walk_on"
- alias +walk_mode "+sprint; cl_hud_color 6"
- alias -walk_mode "-sprint; cl_hud_color 5"
- alias switch_walk switch_walk_on
- // =====================
- // === FIRE & ATTACK ===
- // =====================
- alias +fire_weapon "+attack"
- alias -fire_weapon "-attack"
- alias +plant_bomb "+attack"
- alias -plant_bomb "-attack; slot_1; reset_main_weapons; reset_alt_weapons"
- alias +bomb_mode "bind mouse1 +plant_bomb"
- alias -bomb_mode "bind mouse1 +fire_weapon"
- alias bomb "slot_5; reset_alt_weapons; alias switch_main_weapons switch_main_weapons_primary; +bomb_mode"
- // ========================
- // === WEAPON SWITCHING ===
- // ========================
- alias switch_main_weapons_secondary "slot_3; alias switch_main_weapons switch_main_weapons_primary; inspect_weapon"
- alias switch_main_weapons_primary "slot_1; alias switch_main_weapons switch_main_weapons_secondary"
- alias switch_main_weapons switch_main_weapons_secondary
- alias switch_main_weapons_button "switch_main_weapons; reset_alt_weapons"
- alias switch_alt_weapons_secondary "slot_11; alias switch_alt_weapons switch_alt_weapons_primary"
- alias switch_alt_weapons_primary "slot_2; alias switch_alt_weapons switch_alt_weapons_secondary"
- alias switch_alt_weapons_button "switch_alt_weapons; reset_main_weapons"
- alias reset_alt_weapons "alias switch_alt_weapons switch_alt_weapons_primary"
- alias reset_main_weapons "alias switch_main_weapons switch_main_weapons_secondary"
- // ========================
- // === GRENADE SLOTS ===
- // ========================
- alias decoy slot_9
- alias frag slot_6
- alias incendiary slot_10
- alias smoke slot_8
- alias flashbang slot_7
- // =======================
- // === SLOT MANAGEMENT ===
- // =======================
- alias slot_1 "slot11; slot3; slot2; slot1; -bomb_mode; speed_mode_color_check; -bonus_overhead_info"
- alias slot_2 "slot11; slot3; slot1; slot2; -bomb_mode; speed_mode_color_check; -bonus_overhead_info"
- alias slot_3 "slot1; slot2; slot11; slot3; -bomb_mode; speed_mode_color_check; +bonus_overhead_info"
- alias slot_5 "slot11; slot3; slot2; slot1; slot5; +bomb_mode; bomb_speed_mode_color_check; +bonus_overhead_info"
- alias slot_6 "slot11; slot3; slot2; slot1; slot6; -bomb_mode; speed_mode_color_check; -bonus_overhead_info"
- alias slot_7 "slot11; slot3; slot2; slot1; slot9; slot7; -bomb_mode; speed_mode_color_check; -bonus_overhead_info"
- alias slot_8 "slot11; slot3; slot2; slot1; slot8; -bomb_mode; speed_mode_color_check; -bonus_overhead_info"
- alias slot_9 "slot11; slot3; slot2; slot1; slot9; -bomb_mode; speed_mode_color_check; -bonus_overhead_info"
- alias slot_10 "slot11; slot3; slot2; slot1; slot10; -bomb_mode; speed_mode_color_check; -bonus_overhead_info"
- alias slot_11 "slot3; slot1; slot2; slot11; -bomb_mode; speed_mode_color_check; -bonus_overhead_info"
- alias slot_12 "slot11; slot3; slot2; slot1; slot12; -bomb_mode; speed_mode_color_check; -bonus_overhead_info"
- // ===================
- // === STIM/HEALTH ===
- // ===================
- alias +stim slot_12
- alias -stim "slot_1; switch_main_weapons_primary"
- // ====================
- // === SCOREBOARD ===
- // ====================
- alias +scoreboard "+showscores; cl_showerror 1; cl_showpos 1; cl_showfps 1"
- alias -scoreboard "-showscores; cl_showerror 0; cl_showpos 0; cl_showfps 0"
- alias scoretoggle1 scoretoggle2
- alias scoretoggle2 "+scoreboard; alias scoretoggle1 scoretoggle3"
- alias scoretoggle3 "-scoreboard; alias scoretoggle1 scoretoggle2"
- alias reset_score "-scoreboard; alias scoretoggle1 scoretoggle2"
- // ========================
- // === VOICE & CHAT ===
- // ========================
- alias switch_voice_on "+voicerecord; alias switch_voice switch_voice_off"
- alias switch_voice_off "-voicerecord; alias switch_voice switch_voice_on"
- alias switch_voice switch_voice_on
- // =======================
- // === TEAM OVERHEAD ===
- // =======================
- alias +bonus_overhead_info "cl_teamid_overhead_mode 2"
- alias -bonus_overhead_info "cl_teamid_overhead_mode 2"
- // ===========================
- // === VIEWMODELS & HUD ===
- // ===========================
- alias beautiful_viewmodels "viewmodel_fov 68; viewmodel_offset_x 2.5; viewmodel_offset_y 2; viewmodel_offset_z -2; viewmodel_presetpos 0"
- bind h "toggle cl_righthand 0 1"
- cl_draw_only_deathnotices 0
- cl_drawhud 1
- hud_scaling 0.95
- hud_showtargetid 1
- safezonex 1
- safezoney 1
- cl_teammate_colors_show 1
- // =================
- // === RADAR ===
- // =================
- cl_hud_radar_scale 1.15
- cl_radar_always_centered 1
- cl_radar_icon_scale_min 0.4
- cl_radar_rotate 1
- cl_radar_scale 0.3333333333333
- cl_radar_square_with_scoreboard 0
- // =====================
- // === CROSSHAIR ===
- // =====================
- cl_crosshair_recoil 0
- cl_crosshair_sniper_width 2
- apply_crosshair_code CSGO-hetZ2-uWzUP-Zc9Jx-swviT-YruCQ
- // ========================
- // === MOUSE SETTINGS ===
- // ========================
- cl_mouselook 1
- m_pitch 0.022
- m_yaw 0.0165
- zoom_sensitivity_ratio 1.125
- sensitivity 2.40
- bind mouse_x yaw
- bind mouse_y pitch
- // =======================
- // === PING SETTINGS ===
- // =======================
- cl_ping_fade_deadzone 20
- cl_ping_fade_distance 100
- cl_player_ping_mute 1
- cl_radial_radio_tap_to_ping 0
- // =====================
- // === CAMERA ===
- // =====================
- c_maxdistance 200
- c_maxpitch 90
- c_maxyaw 135
- c_mindistance 30
- c_minpitch 0
- c_minyaw -135
- c_orthoheight 100
- c_orthowidth 100
- c_thirdpersonshoulder false
- c_thirdpersonshoulderaimdist 120
- c_thirdpersonshoulderdist 40
- c_thirdpersonshoulderheight 5
- c_thirdpersonshoulderoffset 20
- cam_collision 1
- cam_idealdelta 4
- cam_idealdist 150
- cam_ideallag 4
- cam_idealpitch 0
- cam_idealyaw 0
- firstperson
- // ========================
- // === VOICE SETTINGS ===
- // ========================
- voice_loopback 0
- voice_system_enable 1
- voice_threshold -120
- // =============================
- // === QUALITY OF LIFE / QOL ===
- // =============================
- bot_difficulty 999
- cl_autohelp 0
- cl_autowepswitch 0
- cl_disablehtmlmotd 1
- cl_downloadfilter "nosounds"
- cl_hide_avatar_images 0
- cl_allow_animated_avatars 0
- cl_join_advertise 2
- cl_mute_all_but_friends_and_party 0
- cl_sanitize_player_names 0
- cl_show_clan_in_death_notice 0
- cl_showfps 0
- cl_showhelp 0
- cl_showpos 0
- cl_use_opens_buy_menu 0
- closeonbuy 0
- con_enable 1
- custom_bot_difficulty 999
- cq_netgraph 1
- demo_index 1
- developer 1
- rate 1000000
- fps_max 1000
- fps_max_tools 1000
- fps_max_ui 1000
- gameinstructor_enable 0
- mat_monitorgamma 1.6
- mat_monitorgamma_tv_enabled 0
- option_duck_method 0
- option_speed_method 0
- r_drawtracers 1
- r_drawtracers_firstperson 1
- ui_setting_advertiseforhire_auto 0
- ui_vanitysettings_loadoutslot_ct grenade0
- ui_vanitysettings_loadoutslot_t grenade4
- ui_vanitysetting_team ct
- cl_updaterate 128
- cl_interp_ratio 1
- cl_interp "0.015625"
- mm_dedicated_search_maxping 45
- // ==========================
- // === CONFIG EXECUTION ===
- // ==========================
- host_writeconfig autoexec.cfg
- echo ---AUTOEXEC.cfg LOADED---
Add Comment
Please, Sign In to add comment