Advertisement
FirstFire

autoexec.cfg

Apr 1st, 2020
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. //Launch-options
  2. //-novid -high +exec autoexec -nojoy
  3.  
  4. //AFK-Script
  5. alias AFKOn "+forward; +moveleft; +left; echo AFK-Script [activated]"
  6. alias AFKOff "-forward; -moveleft; -left; echo AFK-Script [deactivated]"
  7.  
  8. //Spin-Karambit
  9. alias +spin_karambit "-lookatweapon;+reload"
  10. alias -spin_karambit "+lookatweapon;-reload"
  11.  
  12.  
  13. //Binds
  14. bind ENTER "toggleconsole"
  15. bind F8 "toggleconsole"
  16. bind MWHEELUP "+jump"
  17. bind t "+voicerecord"
  18. bind k "+voicerecord"
  19. bind n "buy smokegrenade; buy flashbang; buy flashbang; buy hegrenade"
  20. bind p "buy elite; buy smokegrenade; buy vest; buy flashbang; buy vesthelm; buy flashbang; buy hegrenade"
  21. bind o "noclip"
  22. bind f9 "mm_dedicated_search_maxping 40"
  23.  
  24. //Config-Rate
  25. cl_cmdrate "64"
  26. cl_forcepreload "1"
  27. cl_interp "0"
  28. cl_interpolate "1"
  29. cl_interp_ratio "1"
  30. cl_lagcompensation "1"
  31. cl_predict "1"
  32. cl_predictweapons "1"
  33. cl_updaterate "64"
  34. cl_updatevisibility "1"
  35. rate "786432"
  36. sv_forcepreload "1"
  37. sv_maxrate "0"
  38. mat_queue_mode "2"
  39.  
  40. //Viewmodel
  41. cl_bobamt_lat "0"
  42. cl_bobamt_vert "0"
  43. cl_bobcycle "0"
  44. cl_bobup "0.5"
  45. cl_bob_lower_amt "30"w
  46. cl_viewmodel_shift_left_amt "0"
  47. cl_viewmodel_shift_right_amt "0"
  48. viewmodel_fov "54"
  49. viewmodel_offset_x "-2"
  50. viewmodel_offset_y "-2"
  51. viewmodel_offset_z "-2"
  52.  
  53. //Radar
  54. cl_hud_playercount_pos "0"
  55. cl_hud_playercount_showcount "0"
  56. cl_hud_radar_scale "1.1"
  57. cl_radar_always_centered "0"
  58. cl_radar_icon_scale_min "0.7"
  59. cl_radar_rotate "1"
  60. cl_radar_scale "0.35"
  61. cl_radar_square_with_scoreboard "1"
  62. drawradar "1"
  63. hud_scaling "1"
  64. hud_showtargetid "1"
  65.  
  66. //Others
  67. closeonbuy "0"
  68. cl_autohelp "0"
  69. cl_autowepswitch "0"
  70. cl_color "1"
  71. cl_disablefreezecam "1"
  72. cl_disablehtmlmotd "1"
  73. cl_dm_buyrandomweapons "0"
  74. cl_freezecameffects_showholiday "0"
  75. cl_join_advertise "2"
  76. cl_mute_enemy_team "0"
  77. cl_rumblescale "0"
  78. cl_showhelp "0"
  79. cl_showpos "0"
  80. cl_show_clan_in_death_notice "0"
  81. cl_teammate_colors_show "2"
  82. cl_use_opens_buy_menu "0"
  83. con_enable "1"
  84. enable_fast_math "1"
  85. fps_max "0"
  86. fps_max_menu "120"
  87. gameinstructor_enable "0"
  88. joystick "0"
  89. joystick_force_disabled "1"
  90. mat_monitorgamma "1.6"
  91. mat_monitorgamma_tv_enabled "0"
  92. mat_powersavingsmode "0"
  93. mm_dedicated_search_maxping "40"
  94. mp_deathcam_skippable "1"
  95. mp_weapons_glow_on_ground "1"
  96. muzzleflash_light "0"
  97. net_graph "1"
  98. net_graphproportionalfont "0"
  99. r_drawtracers_firstperson "1"
  100. sensitivity "1.2"
  101. snd_async_flush
  102. spec_replay_autostart "0"
  103. sv_cheats "0"
  104. sv_enable_delta_packing "1"
  105. sv_holiday_mode "0"
  106. ui_steam_overlay_notification_position "topleft"
  107. voice_enable "1"
  108. voice_scale "0.4"
  109. voice_unmute "all"
  110. volume "0.4"
  111. weapon_reticle_knife_show "1"
  112. r_eyegloss "0"
  113. r_eyemove "0"
  114. r_eyeshift_x "0"
  115. r_eyeshift_y "0"
  116. r_eyeshift_z "0"
  117. r_eyesize "0"
  118. r_dynamic "1"
  119.  
  120.  
  121.  
  122.  
  123. exec offline
  124.  
  125. host_writeconfig
  126.  
  127.  
  128.  
  129. echo "Loaded!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement