Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 KB | None | 0 0
  1. clear
  2. // lL0xton config
  3.  
  4. // Launch Commands: -noforcemparms -noforcemaccel -tickrate 128 +mat_queue_mode 2 -console -freq 144 -nojoy -novid -threads 4 -high -language bananagaming
  5.  
  6. // Miscellaneous Commands
  7. closeonbuy "1"
  8. cl_autowepswitch 0
  9. hud_showtargetid "1"
  10. mat_monitorgamma "1.6"
  11. developer 1
  12. con_filter_enable 2
  13. con_filter_text_out "game:mapgroupname"
  14. con_filter_text "game:map"
  15.  
  16. // Scoreboard net graph
  17. net_graph "1"
  18. net_graphheight "9999"
  19. alias "+scorenet" "+showscores; net_graphheight 0"
  20. alias "-scorenet" "-showscores; net_graphheight 9999"
  21. bind "TAB" "+scorenet"
  22.  
  23. //Crosshair Bind
  24. alias "-crosshairsmoke" "cl_crosshairsize 5;cl_crosshairdot 1;cl_crosshairgap 0" //Your crosshair values
  25. alias "+crosshairsmoke" "cl_crosshairsize 1337"
  26. bind "v" "+crosshairsmoke"
  27.  
  28. // Radar Commands
  29. hud_scaling "1"
  30. cl_radar_scale "0.3"
  31. cl_radar_rotate "1"
  32. cl_radar_icon_scale_min "0.8"
  33. cl_radar_always_centered 1
  34.  
  35. //Increase Decrease Radar Size
  36. alias "+radar" "+use; cl_radar_always_centered 1; cl_radar_scale 0.60"
  37. alias "-radar" "-use; cl_radar_always_centered 0; cl_radar_scale 0.30"
  38. bind "e" "+radar;"
  39.  
  40. // Viewmodel Settings
  41. viewmodel_presetpos "0"
  42. viewmodel_fov "68"
  43. viewmodel_offset_x "2"
  44. viewmodel_offset_y "2"
  45. viewmodel_offset_z "-2"
  46. r_drawtracers_firstperson "1"
  47. cl_bob_lower_amt "21"
  48. cl_bobamt_lat "0.400000"
  49. cl_bobamt_vert "0.250000"
  50. cl_bobcycle "0.98"
  51. cl_viewmodel_shift_left_amt "1.5"
  52. cl_viewmodel_shift_right_amt "0.75"
  53.  
  54. // Mouse
  55. m_rawinput "1"
  56. m_mouseaccel1 "0"
  57. m_mouseaccel2 "0"
  58. m_mousespeed "0"
  59. m_customaccel "0"
  60. m_customaccel_exponent "1.05"
  61. m_customaccel_max "0"
  62. m_customaccel_scale "0.00"
  63. m_forward "1"
  64. m_mouseaccel1 "0"
  65. m_mouseaccel2 "0"
  66. m_mousespeed "0"
  67.  
  68. // Fps & graphics Commands
  69. fps_max_menu "300"
  70. fps_max "0"
  71. net_graph "1"
  72. cl_forcepreload "1"
  73. cl_predictweapons "1"
  74. cl_resend "6"
  75. cl_timeout "9999999"
  76. cl_disablefreezecam "1"
  77. cl_freezecampanel_position_dynamic "0"
  78. r_dynamic "0"
  79. r_eyegloss "0"
  80. r_eyemove "0"
  81. r_eyeshift_x "0"
  82. r_eyeshift_y "0"
  83. r_eyeshift_z "0"
  84. r_eyesize "0"
  85. muzzleflash_light "0"
  86. sys_antialiasing "0"
  87. sys_aspectratio "-1"
  88. sys_refldetail "0"
  89. mat_queue_mode 2
  90. mat_postprocess_enable "0"
  91. net_graphproportionalfont "0"
  92. fog_override 1
  93. fog_enable 0
  94. cl_disablehtmlmotd "0"
  95. cl_forcepreload 1
  96.  
  97. //Sound Settings
  98. sv_cheats 1
  99. windows_speaker_config "1"
  100. cl_soundfile "0"
  101. dsp_enhance_stereo "0"
  102. dsp_slow_cpu "0"
  103. snd_duckerattacktime "0.5"
  104. snd_duckerreleasetime "2.5"
  105. snd_duckerthreshold "0.15"
  106. snd_ducktovolume "0.55"
  107. snd_mixahead "0.05"
  108. snd_headphone_pan_exponent "1"
  109. snd_headphone_pan_radial_weight "0"
  110. snd_setmixer PlayerFootsteps vol "0.1"
  111. snd_setmixer GlobalFootsteps vol "1.2"
  112. snd_setmixer Ambient vol "0.0"
  113. snd_musicvolume "0"
  114. snd_pitchquality "1"
  115. snd_legacy_surround "0"
  116. soundscape_flush "9999"
  117. suitvolume "0"
  118. voice_enable "1"
  119. voice_loopback "0"
  120. voice_forcemicrecord "1"
  121. voice_modenable "1"
  122. voice_scale "0.3"
  123. snd_deathcamera_volume "0"
  124. snd_mapobjective_volume "0"
  125. snd_menumusic_volume "0"
  126. snd_musicvolume "0.5"
  127. snd_roundend_volume "0"
  128. snd_roundstart_volume "0"
  129. snd_tensecondwarning_volume "0.09"
  130.  
  131. // Rates
  132. rate 128000
  133. cl_cmdrate 128
  134. cl_updaterate 128
  135. cl_interp 0
  136. cl_interp_ratio 1
  137. cl_lagcompensation "1"
  138. cl_interpolate "1"
  139. cl_lagcompensation "1"
  140.  
  141. // Downloads
  142. cl_allowdownload 1
  143. cl_downloadfilter 0
  144. ds_get_newest_subscribed_files
  145.  
  146. // Weapon Bindings
  147. bind "KP_SLASH" "buy mac10; buy mp9""
  148. bind "KP_MULTIPLY" "buy decoy"
  149. bind "KP_MINUS" "buy defuser"
  150. bind "KP_HOME" "buy famas; buy galilar"
  151. bind "KP_UPARROW" "buy awp"
  152. bind "KP_PGUP" "buy deagle"
  153. bind "KP_PLUS" "buy vest"
  154. bind "KP_LEFTARROW" "buy ak47;buy m4a1"
  155. bind "KP_5" "buy tec9; buy fiveseven"
  156. bind "KP_RIGHTARROW" "buy mp7"
  157. bind "KP_END" "buy smokegrenade"
  158. bind "KP_DOWNARROW" "buy p250"
  159. bind "KP_PGDN" "buy molotov;buy incgrenade"
  160. bind "KP_ENTER" "buy vesthelm"
  161. bind "KP_INS" "buy hegrenade"
  162. bind "KP_DEL" "buy flashbang"
  163.  
  164. //=====================================================//
  165. // Num | / | * | - //
  166. // Lock | MAC 10/MP9 | DECOY | KIT //
  167. //-------------|-------------|-------------|-----------//
  168. // 7 | 8 | 9 | + //
  169. // FAMAS/GALIL | AWP | DEAGLE | //
  170. //-------------|-------------|-------------| VEST //
  171. // 4 | 5 | 6 | //
  172. // M4A1/AK | 5-7/Tec-9 | MP7 | //
  173. //-------------|-------------|-------------|-----------//
  174. // 1 | 2 | 3 | Enter //
  175. // SMOKE | P250 | MOLOTOV | //
  176. //-------------|-------------|-------------| VESTHELM //
  177. // 0 | . | //
  178. // HE GRENADE | FLASH | //
  179. //=====================================================//
  180.  
  181. host_writeconfig
  182.  
  183. clear
  184.  
  185. // Debug
  186. echo ==================================================
  187. echo ===[ lL0xton config executed successfully ]===
  188. echo ==================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement