Advertisement
Guest User

jUNiOR´s autoexec

a guest
Jun 26th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. // jUNiOR´S Autoexec
  2.  
  3. // Rates
  4.  
  5. rate "786432"
  6. cl_updaterate "128"
  7. cl_cmdrate "128"
  8. cl_interp "0"
  9. cl_interp_ratio "1"
  10. cl_predict "1"
  11. cl_predictweapons "1"
  12. cl_lagcompensation "1"
  13.  
  14. // viewmodel
  15.  
  16. cl_bob_lower_amt 5
  17. viewmodel_presetpos 3
  18.  
  19. // buy binds generated by csgobuynds.com
  20.  
  21. bind "kp_pgdn" " buy smokegrenade;"
  22. bind "kp_downarrow" "buy flashbang;"
  23. bind "kp_end" " buy hegrenade;"
  24. bind "kp_enter" "buy molotov; buy incgrenade;"
  25. bind "kp_ins" "buy vest;"
  26. bind "kp_del" "buy vesthelm;"
  27. bind "kp_5" "buy deagle;"
  28. bind "kp_minus" "buy defuser;"
  29. bind "kp_leftarrow" "buy m4a1; buy ak47;"
  30. bind "kp_home" "buy awp;"
  31. bind "kp_rightarrow" "buy ump45;"
  32.  
  33.  
  34. // Alias
  35.  
  36. alias +jumpthrow "+jump; -attack; -attack2" alias -jumpthrow -jump; bind "z" "+jumpthrow"
  37.  
  38. alias +duckjump "+jump; +duck";
  39. alias -duckjump "-jump; -duck";
  40. bind "c" "+duckjump"
  41.  
  42. bind "v" "use weapon_knife; use weapon_p250; use weapon_hkp2000; use weapon_glock; use weapon_tec9; use weapon_fiveseven; use weapon_deagle; drop"
  43.  
  44. // Otros
  45. cl_timeout 1337
  46. m_mousespeed 1
  47. snd_mixahead "0.05"
  48. snd_mix_async 1
  49. cl_use_opens_buy_menu 1
  50. cl_disablefreezecam 1
  51. bind shift "+speed; r_cleardecals"
  52. snd_headphone_pan_exponent 2
  53. r_drawtracers_firstperson "1"
  54. cl_disablehtmlmotd 0
  55. volume .4
  56.  
  57. r_eyemove "0"
  58. r_eyeshift_x "0"
  59. r_eyeshift_y "0"
  60. r_eyeshift_z "0"
  61. r_eyesize "0"
  62. r_eyegloss "0"
  63.  
  64.  
  65. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement