Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1.  
  2. //DEJF
  3.  
  4. con_enable "1"
  5. m_rawinput "1"
  6. rate "128000"
  7. cl_updaterate "128"
  8. cl_cmdrate "128"
  9. fps_max "999"
  10. mat_queue_mode "2"
  11. mat_powersavingsmode "0"
  12.  
  13. //Increase Decrease Radar Size
  14. alias "+radar" "+use; cl_radar_always_centered 1; cl_radar_scale 0.60"
  15. alias "-radar" "-use; cl_radar_always_centered 0; cl_radar_scale 0.30"
  16. bind "K" "+radar"
  17.  
  18. //Show netgraph when checking scoreboard
  19. net_graph "1"
  20. net_graphheight "9999"
  21. alias "+scorenet" "+showscores; net_graphheight 0"
  22. alias "-scorenet" "-showscores; net_graphheight 9999"
  23. bind "TAB" "+scorenet"
  24.  
  25. //Display Damage with Switch Script
  26. alias displaydamage "displaydamage_on"
  27. alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttons\blip1 0.5; alias displaydamage "displaydamage_off""
  28. alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\blip2 0.5; alias displaydamage "displaydamage_on""
  29. bind "f5" "displaydamage"
  30.  
  31. //
  32. bind 0 "sv_cheats 1; ammo_grenade_limit_total 5; mp_teammates_are_enemies 1; sv_grenade_trajectory 1; sv_infinite_ammo 2; give weapon_smokegrenade; give weapon_flashbang; give weapon_hegrenade; sv_showimpacts 1; god; mp_autoteambalance 0; mp_limitteams 20; mp_warmuptime 1212121; bot_stop 1; sv_grenade_trajectory_dash 1; sv_grenade_trajectory_time 10; mp_buy_anywhere 1; sv_grenade_trajectory_thickness 0.3"
  33. bind L "bot_place"
  34.  
  35.  
  36. ///
  37. bind "x" "use weapon_smokegrenade"
  38. bind "c" "use weapon_hegrenade"
  39. bind "4" "use weapon_flashbang"
  40. bind "v" "use weapon_molotov;use weapon_incgrenade;"
  41. bind "z" "roger"
  42. bind "\" "negative"
  43. bind "b" "go"
  44. bind "-" "say EZ TO US IF YOU SHOOT ON US LIKE THIS MEN ))))))))"
  45.  
  46.  
  47.  
  48. bind "mwheelup" "+jump"
  49. bind "mwheeldown" "+jump"
  50.  
  51. alias +jumpthrow "+jump;-attack"
  52. alias -jumpthrow "-jump"
  53. bind "MOUSE4" +jumpthrow
  54.  
  55. bind "MOUSE5" "noclip"
  56.  
  57.  
  58. // view
  59.  
  60. cl_viewmodel_shift_left_amt "0.500000"
  61. cl_viewmodel_shift_right_amt "0.250000"
  62. viewmodel_fov "68.000000"
  63. viewmodel_offset_x "2.5"
  64. viewmodel_offset_y "2.0"
  65. viewmodel_offset_z "-2.000000"
  66. viewmodel_presetpos "0"
  67. cl_bob_lower_amt "5.000000"
  68. cl_bobamt_lat "0.100000"
  69. cl_bobamt_vert "0.100000"
  70. cl_bobcycle "0.98"
  71. cl_viewmodel_shift_left_amt "0"
  72. cl_viewmodel_shift_right_amt "0"
  73. cl_bob_lower_amt "0"
  74. cl_bobamt_lat "0"
  75. cl_bobamt_vert "0"
  76.  
  77. // scales the HUD depending on what resolution you use, 1 is max.
  78.  
  79.  
  80. r_Dynamic "0"
  81. snd_mixahead "0.05"
  82. snd_musicvolume "0"
  83. snd_headphone_pan_exponent "2"
  84. snd_headphone_pan_radial_weight "1"
  85. snd_rear_headphone_position "90"
  86. dsp_enhance_stereo "0"
  87.  
  88. bind "i" "toggle voice_enable 1 0"
  89.  
  90. //
  91.  
  92. cl_forcepreload "1"
  93. cl_interp_ratio "1"
  94. cl_interp "0"
  95. cl_lagcompensation "1"
  96. cl_predict "1"
  97. cl_predictweapons "1"
  98. r_drawtracers_firstperson "1"
  99. cl_allowdownload "1"
  100. cl_allowupload "1"
  101. cl_downloadfilter "nosounds"
  102.  
  103. mm_dedicated_search_maxping "50"
  104.  
  105. //
  106. cl_crosshaircolor "4"
  107. cl_crosshairsize "2.35"
  108. cl_crosshairstyle "4"
  109. cl_crosshairdot "0"
  110. cl_crosshairalpha "255"
  111. cl_crosshairgap "-1"
  112. cl_crosshairthickness "0"
  113. cl_crosshairusealpha "1"
  114. cl_crosshair_Drawoutline "1"
  115.  
  116. alias "-crosshairsmoke" "cl_crosshairsize 2.35;cl_crosshairdot 0;cl_crosshairgap -1"
  117. alias "+crosshairsmoke" "cl_crosshairsize 1337;cl_crosshairdot 1;cl_crosshairgap 0"
  118. bind "O" "+crosshairsmoke"
  119.  
  120.  
  121. gameinstructor_enable "0"
  122. cl_autohelp "0"
  123. cl_showhelp "0"
  124.  
  125.  
  126.  
  127. cl_hud_healthammo_style "1"
  128. cl_hud_playercount_pos "0"
  129. cl_hud_playercount_showcount "1"
  130. cl_hud_color "5"
  131. cl_hud_radar_scale "1.3"
  132. cl_hud_bomb_under_radar "1"
  133. cl_hud_background_alpha "1"
  134. hud_scaling "0.75"
  135. safezonex "0.99"
  136. safezoney "0.85"
  137.  
  138.  
  139. bind "kp_slash" "buy vesthelm;"
  140. bind "kp_home" "buy vest;"
  141. bind "kp_multiply" "buy defuser;"
  142. bind "kp_minus" "buy awp;"
  143. bind "kp_end" "buy molotov; buy incgrenade;"
  144. bind "kp_downarrow" "buy flashbang;"
  145. bind "kp_pgdn" "buy smokegrenade;"
  146. bind "kp_ins" "buy hegrenade;"
  147. bind "kp_del" "buy galilar; buy famas;"
  148. bind "kp_leftarrow" "buy p250;"
  149. bind "kp_5" "buy tec9; buy fiveseven;"
  150. bind "kp_uparrow" "buy ak47; buy m4a1;"
  151. bind "kp_pgup" "buy mac10; buy mp9;"
  152. bind "kp_rightarrow" "buy deagle;"
  153. bind "kp_plus" "buy ssg08;"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement