Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. // RES
  2. exec _resDefault.cfg
  3.  
  4. // CROSSHAIR
  5. exec _crosshairNew.cfg
  6.  
  7. //MOUSE STUFF
  8. sensitivity "1"
  9. m_mousespeed "0"
  10. m_customaccel "0"
  11. m_mouseaccel1 "0"
  12. m_mouseaccel2 "0"
  13. m_rawinput "1"
  14. joystick "0"
  15. echo "Mouse Updated"
  16.  
  17.  
  18.  
  19. // HUD
  20. cl_hud_background_alpha "0"
  21. cl_hud_color "4" //hud is purple
  22. hud_scaling "0.8"
  23. cl_hud_playercount_pos 0
  24. cl_hud_healthammo_style "0"
  25.  
  26. // MISC
  27. cl_autowepswitch "0"
  28. cl_showhelp "0"
  29. gameinstructor_enable "0"
  30. cl_disablefreezecam "1"
  31. cl_freezecameffects_showholiday "0"
  32.  
  33.  
  34. // VIDEO
  35. fps_max 999
  36. fps_max_menu 61
  37. cl_forcepreload "1"
  38. r_dynamic "1"
  39.  
  40. // VIEWMODEL
  41. viewmodel_presetpos "3"
  42. viewmodel_recoil "0"
  43. cl_bob_lower_amt "5"
  44. cl_bobamt_lat "0.1"
  45. cl_bobamt_vert "0.1"
  46. cl_bobcycle "0.98"
  47.  
  48.  
  49. // SERVER
  50. alias "q" "quit"
  51. alias "d" "disconnect"
  52. alias "c" "connect jaime.dathost.net:28660; password ihavepaid"
  53. alias "c2" "connect meryn.dathost.net:28065"
  54.  
  55. // NET GRAPH
  56. net_graph "0"
  57. net_graphheight "64"
  58. net_graphholdsvframerate "0"
  59. net_graphipc "0"
  60. net_graphmsecs "400"
  61. net_graphpos "2"
  62. net_graphproportionalfont ".5"
  63. net_graphshowinterp "1"
  64. net_graphshowlatency "1"
  65. net_graphshowsvframerate "1"
  66. net_graphsolid "1"
  67. net_graphtext "1"
  68.  
  69. cl_lagcompensation "1"
  70. cl_predict "1"
  71. cl_predictweapons "1"
  72. cl_interp "0"
  73. cl_interp_ratio "2"
  74. cl_cmdrate 128
  75. cl_updaterate 128
  76. rate "786432"
  77. clear
  78. echo "Rates updated"
  79.  
  80.  
  81. // -------------------------------------BINDS--------------------------------------------
  82.  
  83. //BUY BINDS
  84. bind "kp_home" "buy ak47; buy m4a1;"
  85. bind "kp_uparrow" "buy awp; buy vest;buy vesthelm;"
  86. bind "kp_pgup" "buy ssg08;"
  87. bind "kp_leftarrow" "buy vest;"
  88. bind "kp_5" "buy vesthelm;"
  89. bind "kp_rightarrow" "buy defuser;"
  90. bind "kp_end" "buy p250;"
  91. bind "kp_downarrow" "buy smokegrenade;"
  92. bind "kp_pgdn" "buy flashbang;"
  93. bind "kp_enter" "buy deagle"
  94. bind "kp_del" "buy mac10; buy mp9;"
  95. bind "kp_ins" "buy bizon;"
  96. bind "kp_plus" "buy ump45;"
  97.  
  98. bind "[" "say ~~Ɑ͞ ̶͞ ̶͞ ﻝﮞ"
  99. bind "]" "say Ⓓ︎Ⓞ︎Ⓝ︎Ⓣ︎ Ⓣ︎Ⓐ︎Ⓛ︎Ⓚ︎Ⓘ︎Ⓝ︎Ⓖ︎ Ⓟ︎Ⓛ︎Ⓔ︎Ⓐ︎Ⓢ︎Ⓔ︎"
  100. bind "\" "say Don't talking please"
  101.  
  102. // MOVEMENT
  103. bind "w" "+forward;r_cleardecals"
  104. bind "s" "+back;r_cleardecals"
  105. bind "a" "+moveleft;r_cleardecals"
  106. bind "d" "+moveright;r_cleardecals"
  107. bind "t" "buy smokegrenade; slot8;"
  108. bind "v" "buy molotov; slot10;"
  109. bind "f" "buy flashbang; slot7;"
  110. bind "mwheeldown" "+jump"
  111. unbind "mwheelup"
  112. bind "mouse5" "+voicerecord"
  113.  
  114. // QUICK KNIFE
  115. alias +knife slot3
  116. alias -knife lastinv
  117. bind q +knife
  118.  
  119. +graph
  120. cl_radar_always_centered 0
  121. cl_radar_scale .5
  122. cl_showfps 1
  123.  
  124. bind g "drop"
  125.  
  126. bind tab "+showscores"
  127.  
  128. // QUICK BOMB DROP
  129. bind l "use weapon_c4;drop"
  130.  
  131. // SCRIPTED JUMP THROW
  132. unbind "pgdn"
  133. alias "+jumpthrow" "+jump;-attack"
  134. alias "-jumpthrow" "-jump"
  135. bind pgdn "+jumpthrow"
  136.  
  137. // BOMB FINDER
  138. alias "+bomb_find" "gameinstructor_enable 1"
  139. alias "-bomb_find" "gameinstructor_enable 0"
  140. bind "capslock" "+bomb_find"
  141.  
  142. con_filter_enable 1
  143. con_filter_text_out "DispatchAsyncEvent"
  144.  
  145.  
  146. // UNCOMMENT LINE BELOW TO SAVE CONFIG
  147. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement