Advertisement
Guest User

Untitled

a guest
Mar 13th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. // Viewmodel anpassen
  2.  
  3. viewmodel_presetpos "0"
  4. viewmodel_fov "68"
  5. viewmodel_offset_x "2.5"
  6. viewmodel_offset_y "1"
  7. viewmodel_offset_z "-1.500000"
  8.  
  9. // Armbewegung entfernen
  10.  
  11. cl_viewmodel_shift_left_amt "0"
  12. cl_viewmodel_shift_right_amt "0"
  13. m_mousespeed 0
  14. m_mouseaccel 0
  15.  
  16. ////
  17.  
  18. // Waffenbewegung entfernen
  19.  
  20. cl_bob_lower_amt "0"
  21. cl_bobamt_lat "0"
  22. cl_bobamt_vert "0"
  23.  
  24. // HUD scaling
  25.  
  26. hud_scaling "1"
  27.  
  28. // Sound delay reduzieren
  29.  
  30. snd_mixahead "0.05"
  31. snd_musicvolume "0"
  32. snd_headphone_pan_exponent "2"
  33. snd_headphone_pan_radial_weight "2
  34. snd_legacy_surround "0"
  35. snd_pitchquality "1"
  36. dsp_enhance_stereo "0"
  37.  
  38.  
  39. // sets interpolation values.
  40.  
  41. cl_interp "0"
  42. cl_interp_ratio "1"
  43.  
  44.  
  45. // rate commands
  46.  
  47. cl_cmdrate "128"
  48. cl_updaterate "128"
  49. rate "128000"
  50. m_rawinput 0
  51. r_drawtracers_firstperson 0
  52.  
  53.  
  54. // Zoombewegung minimieren
  55.  
  56. cl_bobcycle "2"
  57.  
  58. fps_max 200
  59. cl_showfps 0
  60.  
  61. cl_color 4
  62. cl_radar_scale "0.5"
  63. cl_radar_rotate "1"
  64. closeonbuy "1"
  65. cl_forcepreload "1"
  66. cl_showhelp 0
  67. cl_lagcompensation "1"
  68. cl_predictweapons "1"
  69. cl_resend "6"
  70. cl_timeout "9999999"
  71. r_dynamic "0"
  72. r_eyegloss "0"
  73. r_eyemove "0"
  74. r_eyeshift_x "0"
  75. r_eyeshift_y "0"
  76. r_eyeshift_z "0"
  77. r_eyesize "0"
  78. muzzleflash_light "0"
  79. sys_antialiasing "0"
  80. sys_aspectratio "-1"
  81. sys_refldetail "0"
  82. mat_queue_mode 2
  83.  
  84. ////////
  85.  
  86. // Bind Num-Block 1
  87. bind "KP_END" "buy hegrenade"
  88. // Bind Num-Block 2
  89. bind "KP_DOWNARROW" "buy flashbang"
  90. // Bind Num-Block 3
  91. bind "KP_PGDN" "buy smokegrenade"
  92. // Bind Num-Block Entf
  93. bind "KP_DEL" "buy molotov; buy incgrenade"
  94. // Bind Num-Block 4
  95. bind "KP_LEFTARROW" "buy m4a1; buy ak47"
  96. // Bind Num-Block 5
  97. bind "KP_5" "buy awp"
  98. // Bind Num-Block 6
  99. bind "kp_rightarrow" "buy p250"
  100. // Bind Num-Block 7
  101. bind "kp_home" "buy fiveseven; buy tec9;"
  102. // Bind Num-Block 8
  103. bind "kp_uparrow" "buy vesthelm";
  104. // Bind Num-Block 9
  105. bind "KP_PGUP" "buy defuser";
  106.  
  107. clear
  108. ECHO 133713371337133713371337133713371337133713371337
  109. ECHO 1337 Good fun have luck! 1337
  110. ECHO 133713371337133713371337133713371337133713371337
  111.  
  112. //////////////
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement