Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1.  
  2. alias "+NadeThrow" "+jump; -attack"
  3. alias "-NadeThrow" "-jump"
  4.  
  5. alias "+NadeLines" "cl_crosshairsize 1337"
  6. alias "-NadeLines" "cl_crosshairsize 2"
  7. bind "MOUSE3" "+NadeLines"
  8.  
  9. alias "+TabInfo" "net_graphheight 250; +score"
  10. alias "-TabInfo" "net_graphheight 1337; -score"
  11.  
  12. //Bind
  13. bind "ALT" "+NadeThrow"
  14. bind "MWHEELDOWN" "+jump"
  15. bind "MOUSE3" "+NadeLines"
  16. bind "V" "incrementvar cl_righthand 0 1 1"
  17. bind "C" "noclip"
  18. bind "TAB" "+TabInfo"
  19. bind "KP_PLUS" "buy vesthelm; buy ak47; buy m4a1; buy defuser;"
  20.  
  21. //MM
  22. mm_dedicated_search_maxping "80"
  23. mm_session_search_ping_limit "80"
  24.  
  25. //FPS
  26. fps_max "0"
  27. fps_max_menu "120"
  28.  
  29. //Weapon
  30. cl_bobcycle "1.0"
  31. cl_bob_lower_amt "0"
  32. cl_bobamt_lat "0"
  33. cl_bobamt_vert "0"
  34. cl_viewmodel_shift_left_amt "0"
  35. cl_viewmodel_shift_right_amt "0"
  36.  
  37. cl_autohelp "0"
  38. cl_showhelp "0"
  39. gameinstructor_enable "0"
  40. cl_autowepswitch "0"
  41. cl_disablefreezecam "1"
  42. cl_use_opens_buy_menu "0"
  43. cl_autowepswitch "0"
  44. cl_freezecampanel_position_dynamic "0"
  45.  
  46. //Radar
  47. cl_radar_scale "0.45"
  48.  
  49. //Tickrate
  50. cl_cmdrate "128"
  51. cl_updaterate "128"
  52. rate "128000"
  53. cl_interp "0"
  54. cl_interp_ratio "1"
  55.  
  56. //Dzwiek
  57. snd_mixahead "0.05"
  58.  
  59. //HUD
  60. hud_scaling "0.7"
  61.  
  62. //Viewmodel
  63. viewmodel_fov "68"
  64. viewmodel_offset_x "2.5"
  65. viewmodel_offset_y "2.5"
  66. viewmodel_offset_z "-2.5"
  67.  
  68. //Myszka
  69. sensitivity "1.4"
  70. m_customaccel "0"
  71. m_customaccel_exponent "1"
  72. m_customaccel_max "0"
  73. m_customaccel_scale "0"
  74. m_mouseaccel1 "0"
  75. m_mouseaccel2 "0"
  76. m_mousespeed "0"
  77.  
  78. //Netgraph
  79. net_graph "1"
  80. net_graphproportionalfont "0"
  81. net_graphpos "2"
  82. net_graphheight "1337"
  83.  
  84. //Celownik
  85. cl_crosshairalpha "200"
  86. cl_crosshaircolor "4"
  87. cl_crosshaircolor_b "50"
  88. cl_crosshaircolor_r "50"
  89. cl_crosshaircolor_g "250"
  90. cl_crosshairdot "0"
  91. cl_crosshairgap "-2"
  92. cl_crosshairsize "2"
  93. cl_crosshairstyle "4"
  94. cl_crosshairusealpha "1"
  95. cl_crosshairthickness "0.5"
  96. cl_fixedcrosshairgap "-2"
  97. cl_crosshair_outline "0.5"
  98. cl_crosshair_outline_draw "1"
  99.  
  100. sv_cheats 1
  101. god
  102. impulse 101
  103. sv_infinite_ammo 1
  104. sv_showimpacts 1
  105. sv_grenade_trajectory 1
  106. ammo_grenade_limit_total 5
  107. mp_roundtime_defuse 999
  108. mp_buytime 9999
  109. mp_buy_anywhere 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement