Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1.  
  2. unbindall
  3. ///server
  4. cl_forcepreload "0"
  5. cl_interp "0"
  6. cl_interp_ratio "1"
  7. cl_cmdrate "128"
  8. cl_updaterate "128"
  9. rate "128000"
  10.  
  11.  
  12. ///performance
  13. snd_mixahead "0.05"
  14. fps_max "999"
  15.  
  16.  
  17. ///AFK SCRIPT
  18. alias afk1 "echo AFK script Enable; +forward; +moveleft; +left;"
  19. alias afk2 "echo AFK script Disable; -forward; -moveleft; -left;"
  20.  
  21.  
  22. ///binds
  23. bind "0" "slot10"
  24. bind "1" "slot1"
  25. bind "2" "slot2"
  26. bind "3" "slot3"
  27. bind "4" "use weapon_hegrenade; use weapon_decoy"
  28. bind "5" "slot5"
  29. bind "6" "slot6"
  30. bind "7" "slot7"
  31. bind "8" "slot8"
  32. bind "9" "slot9"
  33. bind "a" "+moveleft"
  34. bind "b" "buymenu"
  35. bind "c" "+grab"
  36. bind "d" "+moveright"
  37. bind "e" "+use"
  38. bind "f" "+lookatweapon"
  39. bind "g" "drop"
  40. bind "i" "show_loadout_toggle"
  41. bind "m" "teammenu"
  42. bind "p" "buy glock;slot2;drop"
  43. bind "q" "lastinv"
  44. bind "r" "+reload"
  45. bind "s" "+back"
  46. bind "u" "messagemode2"
  47. bind "v" "use weapon_flashbang"
  48. bind "c" "use weapon_smokegrenade"
  49. bind "x" "use weapon_molotov; use weapon_incgrenade"
  50. bind "w" "+forward"
  51. bind "y" "messagemode"
  52. bind "z" "radio1"
  53. bind "`" "toggleconsole"
  54. bind "SPACE" "+jump"
  55. bind "TAB" "+scorenet"
  56. bind "ESCAPE" "cancelselect"
  57. bind "PAUSE" "pause"
  58. bind "SHIFT" "+speed"
  59. bind "CTRL" "+duck"
  60. bind "F4" "bug"
  61. bind "F5" "jpeg"
  62. bind "F6" "save quick"
  63. bind "F7" "load quick"
  64. bind "F10" "quit prompt"
  65. bind "MOUSE1" "+attack"
  66. bind "MOUSE2" "+attack2"
  67. bind "MOUSE3" "use weapon_knife;primaryweapon"
  68. bind "MOUSE4" "+voicerecord"
  69. bind "MOUSE5" "noclip"
  70. bind "MWHEELUP" "+jump"
  71. bind "MWHEELDOWN" "+jump"
  72.  
  73.  
  74. ///crosshair
  75. cl_crosshair_drawoutline "1"
  76. cl_crosshair_dynamic_maxdist_splitratio "1.000000"
  77. cl_crosshair_dynamic_splitalpha_innermod "1.000000"
  78. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  79. cl_crosshair_dynamic_splitdist "7"
  80. cl_crosshair_outlinethickness "1"
  81. cl_crosshairalpha "150"
  82. cl_crosshaircolor "1"
  83. cl_crosshaircolor_b "255"
  84. cl_crosshaircolor_g "0"
  85. cl_crosshaircolor_r "255"
  86. cl_crosshairdot "1"
  87. cl_crosshairgap "0.5"
  88. cl_crosshairgap_useweaponvalue "0"
  89. cl_crosshairscale "0"
  90. cl_crosshairsize "4"
  91. cl_crosshairstyle "5"
  92. cl_crosshairthickness "0.5"
  93. cl_crosshairusealpha "1"
  94.  
  95.  
  96. ///aliasy
  97. alias primaryweapon "use weapon_awp;use weapon_m4a1;use weapon_ak47;use weapon_aug;use weapon_bizon;use weapon_famas;use weapon_gs3sg1;use weapon_galilar;use weapon_m249;use weapon_mac10;use weapon_mag7;use weapon_mp7;use weapon_mp9;use weapon_negev;use weapon_nova;use weapon_p90;use weapon_sawedoff;use weapon_scar20;use weapon_sg556;use weapon_sg557;use weapon_ssg08;use weapon_ump45;use weapon_xm1014"
  98.  
  99. alias +scorenet "+showscores ; net_graph 1"
  100. alias -scorenet "-showscores ; net_graph 0"
  101. bind tab +scorenet
  102. cl_showpos "0"
  103.  
  104. ///buy binds
  105. bind "UPARROW" "buy flashbang; give weapon_flashbang"
  106. bind "LEFTARROW" "buy smokegrenade; give weapon_smokegrenade"
  107. bind "DOWNARROW" "buy hegrenade; give weapon_hegrenade"
  108. bind "RIGHTARROW" "buy molotov; buy incgrenade ; give weapon_molotov"
  109. bind "F1" "buy m4; buy ak47"
  110. bind "F2" "rebuy"
  111. bind "INS" "buy vest"
  112. bind "DEL" "buy vest; buy vesthelm"
  113. bind "HOME" "buy ssg08; give weapon ssg08"
  114. bind "END" "buy awp; give weapon_awp"
  115. bind "RCTRL" "buy defuser"
  116. bind "RSHIFT" "buy p250"
  117. bind "PGUP" "buy aug; buy sg556l'"
  118. bind "PGDN" "buy famas; buy galil'"
  119. bind "F3" "buy nova;buy vesthelm"
  120.  
  121. ///no bob
  122. cl_viewmodel_shift_left_amt "0"
  123. cl_viewmodel_shift_right_amt "0"
  124. cl_bob_lower_amt "0"
  125. cl_bobamt_lat "0"
  126. cl_bobamt_vert "0"
  127. cl_bobcycle "2"
  128.  
  129. ///viemodel
  130. viewmodel_fov "62.5"
  131. viewmodel_offset_x "2"
  132. viewmodel_offset_y "2"
  133. viewmodel_offset_z "-2"
  134.  
  135. clear
  136. echo autoexec loaded
  137. echo v. x.2
  138.  
  139. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement