Advertisement
romanespit

autoexec.cfg

Jun 3rd, 2023
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | Gaming | 0 0
  1. cl_showloadout 1 // Don't hide loadout
  2. cl_radar_always_centered 0
  3. cl_radar_scale 0.3025
  4. // FastSwitch (ALT)
  5. alias +fastswitch slot3
  6. alias -fastswitch lastinv
  7. bind "alt" "+fastswitch"
  8. bind "home" "+fastswitch"
  9. // Switch Crosshair Color
  10. cl_crosshaircolor_r 255
  11. cl_crosshaircolor_g 0
  12. cl_crosshaircolor_b 0
  13. alias +colorattack "+attack; cl_crosshaircolor 5"
  14. alias -colorattack "-attack; cl_crosshaircolor 1"
  15. bind mouse1 "+colorattack"
  16. //
  17. bind "e" "+use; r_cleardecals; use weapon_healthshot"
  18. //
  19. bind "MWHEELDOWN" "invnextnongrenade" // Switch loadout (non grenade)
  20. bind "c" "use weapon_smokegrenade" // Smoke
  21. bind "x" "use weapon_incgrenade; use weapon_molotov;" // Fire
  22. bind "f" "use weapon_knife; use weapon_flashbang;" // Flash
  23. bind mouse5 "r_cleardecals; noclip" // Clear map decals and noclip
  24. // Colored damage text at top left (pink)
  25. developer "1"
  26. con_enable "1"
  27. con_filter_enable "2"
  28. con_filter_text "Damage Given"
  29. con_filter_text_out "Player:"
  30. log_color General FF25FFFF
  31. //
  32. cl_viewmodel_shift_left_amt "0.5"
  33. cl_viewmodel_shift_right_amt "0.25"
  34. viewmodel_fov "68"
  35. viewmodel_offset_x "2.500000"
  36. viewmodel_offset_y "1.500000"
  37. viewmodel_offset_z "-2"
  38. viewmodel_presetpos "0"
  39. viewmodel_recoil "0"
  40. cl_bob_lower_amt "5"
  41. cl_bobamt_lat "0.1"
  42. cl_bobamt_vert "0.1"
  43. cl_bobcycle "0.98"
  44. exec cmd_cl.cfg
  45. ECHO == CFG Done ==
  46. //
Tags: csgo autoexec cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement