Advertisement
Guest User

autoexec

a guest
May 4th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. // CONSOLE
  2.  
  3. con_enable "1"
  4. fps_max "0"
  5. rate "128000"
  6. cl_cmdrate "128"
  7. cl_updaterate "128"
  8. cl_interp_ratio "2"
  9. clientport "1337"
  10. cl_interp "0.031000"
  11. m_rawinput "1"
  12.  
  13.  
  14. // VIEWMODEL
  15.  
  16. fov = 68 · X = 0 · Y= 1 · Z = 0
  17.  
  18. viewmodel_presetpos "4"
  19. viewmodel_offset_x "0"
  20. viewmodel_offset_y "1"
  21. viewmodel_offset_z "0"
  22. viewmodel_fov "68"
  23.  
  24. // malluu
  25.  
  26. mat_queue_mode "2" // Forcing Your CPU To Use Multi-Threaded Mode.
  27. r_drawtracers_firstperson "0" // Firstperson Tracers OFF.
  28. snd_mixahead "0.05" // 50ms Sound Buffer Sound. Gives A Better Real Time Sound. STANDARD "0.10" 100ms.
  29.  
  30.  
  31.  
  32.  
  33.  
  34. // BINDS
  35.  
  36. bind "h" "say FrankstaHH : your all shuit"
  37. bind "j" "say DEAD awful : turst me 16-0"
  38. bind "i" "say haha he is say dragon lord is op but no power like safari msesh :D"
  39. bind "k" "say my headphones droped to milk.."
  40. bind "l" "say his mike went off"
  41. bind "f8" "record topille_tekemista"
  42. bind "f9" "stop"
  43. bind "uparrow" "buy defuser"
  44. bind "downarrow" "buy flashbang"
  45. bind "leftarrow" "buy hegrenade"
  46. bind "rightarrow" "buy smokegrenade"
  47. bind "enter" "buy vesthelm; buy vest"
  48. bind mwheeldown "+jump"
  49. bind "tab" "+showscores"
  50. bind "mouse4" "+lookatweapon"
  51.  
  52. // SENSITIVITY
  53.  
  54.  
  55.  
  56.  
  57. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement