Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.16 KB | None | 0 0
  1. // The Launch Options!
  2. //-console -novid -d3d9ex -tickrate 128 -threads 8
  3. //-console -32bit -nod3d9ex -threads 6 -high -novid -tickrate 128
  4.  
  5. //This shit refreshes the code in game!@!!!!!!!!!!!!!!!!
  6. bind F11 "exec autoexec.cfg"
  7.  
  8. //Cross-hairs
  9. cl_crosshair_drawoutline "1"
  10. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  11. cl_crosshair_dynamic_splitalpha_innermod "1"
  12. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  13. cl_crosshair_dynamic_splitdist "7"
  14. cl_crosshair_outlinethickness "1.5"
  15. cl_crosshairalpha "148"
  16. cl_crosshaircolor "5"
  17. cl_crosshaircolor_b "244"
  18. cl_crosshaircolor_g "158"
  19. cl_crosshaircolor_r "165"
  20. cl_crosshairdot "0"
  21. cl_crosshairgap "-2"
  22. cl_crosshairscale "2"
  23. cl_crosshairsize "4"
  24. cl_crosshairstyle "4"
  25. cl_crosshairthickness "1.5"
  26. cl_crosshairusealpha "1"
  27.  
  28. //Alias
  29. alias "taser" "give weapon_taser"
  30. alias "zeus" "give weapon_taser"
  31. // Knive's
  32. alias "bayonet" "give weapon_bayonet"
  33. alias "flip" "give weapon_knife_flip"
  34. alias "gut" "give weapon_knife_gut"
  35. alias "karambit" "give weapon_knife_karambit"
  36. alias "m9_bayonet" "give weapon_knife_m9_bayonet"
  37. // Nade's
  38. alias "decoy" "give weapon_decoy"
  39. alias "flashbang" "give weapon_flashbang"
  40. alias "grenade" "give weapon_hegrenade"
  41. alias "incendiary" "give weapon_Incgrenade"
  42. alias "molotov" "give weapon_molotov"
  43. alias "smoke" "give weapon_smokegrenade"
  44. // Pistol's
  45. alias "deagle" "give weapon_deagle"
  46. alias "fiveseven" "give weapon_fiveseven"
  47. alias "glock" "give weapon_glock"
  48. alias "p2000" "give weapon_hkp2000"
  49. alias "P250" "give weapon_P250"
  50. alias "usp" "give weapon_usp_silencer"
  51. // Smgs
  52. alias "bizon" "give weapon_bizon"
  53. alias "mac10" "give weapon_mac10"
  54. alias "mp7" "give weapon_mp7"
  55. alias "mp9" "give weapon_mp9"
  56. alias "P90" "give weapon_P90"
  57. alias "ump" "give weapon_ump45
  58. // Heavy's
  59. alias "mag7" "give weapon_mag7"
  60. alias "Negev" "give weapon_negev"
  61. alias "Nova" "give weapon_nova"
  62. alias "Sawedoff" "give weapon_SAWEDOFF"
  63. alias "Xm" "give weapon_XM1014"
  64. // Rifles
  65. alias "ak" "give weapon_ak47"
  66. alias "aug" "give weapon_aug"
  67. alias "awp" "give weapon_awp"
  68. alias "colt" "give weapon_m4a1_silencer"
  69. alias "famas" "give weapon_famas"
  70. alias "galil" "give weapon_galilar"
  71. alias "m4" "give weapon_m4a1"
  72. alias "scar" "give weapon_SCAR20"
  73. alias "scout" "give weapon_ssg08"
  74.  
  75.  
  76. ECHO "// Key bindings"
  77. bind "kp_home" "buy ak47; buy m4a1; buy vest; buy vesthelm;"
  78. bind "kp_uparrow" "buy sg556; buy aug; buy vest; buy vesthelm;"
  79. bind "kp_pgup" "buy p90; buy vest; buy vesthelm;"
  80. bind "kp_leftarrow" "buy galilar; buy famas; buy vest; buy vesthelm;"
  81. bind "kp_5" "buy ssg08; buy tec9; buy fiveseven; buy vest; buy vesthelm;"
  82. bind "kp_rightarrow" "buy awp; buy tec9; buy fiveseven; buy vest; buy vesthelm;"
  83. bind "kp_end" "buy p250; buy fiveseven;"
  84. bind "kp_ins" "buy deagle;"
  85. bind "kp_del" "buy g3sg1; buy scar20; buy tec9; buy fiveseven; buy vest; buy vesthelm;"
  86. bind "kp_pgdn" "buy bizon; buy tec9; buy fiveseven; buy vest; buy vesthelm;"
  87. bind "kp_downarrow" "buy ump45; buy tec9; buy fiveseven; buy vest; buy vesthelm;"
  88. bind "kp_plus" "buy molotov;"
  89. bind "kp_minus" "buy flashbang; buy flashbang;"
  90. bind "kp_multiply" "buy smokegrenade;"
  91. bind "kp_slash" "buy decoy;"
  92. bind "kp_enter" "buy vest; buy vesthelm; buy defuser;"
  93.  
  94. bind "r" "+reload;r_cleardecals"
  95.  
  96. bind "i" "say GL HF"
  97. bind "o" "say GH"
  98. bind "p" "say GG"
  99. bind "k" "say_team GJ"
  100. bind "l" "say_team NT"
  101.  
  102. //Knife thing
  103. alias +knife slot3
  104. alias -knife lastinv
  105. bind q +knife
  106.  
  107. //Gun Plasment
  108. cl_righthand "1"
  109. viewmodel_offset_x "-2"
  110. viewmodel_offset_y "-2"
  111. viewmodel_offset_z "-2"
  112. viewmodel_fov "54"
  113. cl_bob_lower_amt "30"
  114. cl_bobamt_lat "0"
  115. cl_bobamt_vert "0"
  116. cl_bobcycle "0"
  117. cl_viewmodel_shift_left_amt "0"
  118. cl_viewmodel_shift_right_amt "0"
  119.  
  120. // Debug
  121. echo
  122. echo "+++ autoexec.cfg executed successfully +++"
  123. echo
  124.  
  125. //Bindings For Practice
  126. //bind "ins" "noclip"
  127. //bind "=" "give weapon_hegrenade; give weapon_flashbang; give weapon_smokegrenade; give weapon_decoy"
  128. //bind "end" "quit" //quits the game from within a map.
  129. //bind "home" "disconnect" //disconnects from server and returns to home screen.
  130. //bind "pgdn" "volume 0.01" //Lowers in game volume easily while DM'ing
  131. //bind "pgup" "volume .20" //Change to your default volume
  132. //sv_noclipspeed 2
  133.  
  134.  
  135. //Miscellaneous
  136. cl_allowdownload "1
  137. cl_autowepswitch "0"
  138. cl_autohelp "0"
  139. cl_disablehtmlmotd 0 //This has to be "0" for Altpug
  140. cl_downloadfilter "0"
  141. cl_showhelp "0"
  142. cl_forcepreload "1"
  143. cl_lagcompensation "0"
  144. cl_show_clan_in_death_notice "1" //0 if you want only names of players in kill feed.
  145. cl_showfps "1"
  146. cl_showloadout "1"
  147. cl_teammate_colors_show "2"
  148. cl_disablefreezecam "1"
  149. con_filter_text "damage" // Filters damage in the console nicely!
  150. con_filter_enable "2" // Filters damage in the console nicely!
  151. ds_get_newest_subscribed_files "1"
  152. fps_max "280" //Put your refresh rate +1, you cannot see frames past your Hz
  153. fps_max_menu "144" //Put your refresh rate +1
  154. gameinstructor_enable "0"
  155. hud_showtargetid "1" //Makes it easier to spot enemies
  156. mm_dedicated_search_maxping "60" //No more than 100
  157. r_drawtracers_firstperson "1" //I have gone back to it because I feel it helps me control recoil better.
  158.  
  159. //Mouse
  160. m_rawinput "1"
  161. m_mouseaccel1 "0"
  162. m_mouseaccel2 "0"
  163. m_mousespeed "0"
  164. sensitivity "1" //Put your sensitivity PUT YOUR OWN SENS HERE! :)
  165. zoom_sensitivity_ratio_mouse "1.0"
  166.  
  167. /////// Net Graph (Makes netgraph appear while pressing Tab)
  168. alias "+ng" "+showscores; net_graph 1; net_graphpos 2"
  169. alias "-ng" "-showscores; net_graph 0"
  170. bind "TAB" "+ng"
  171. net_graphheight "12"
  172. net_graphpos "1"
  173. net_graphproportionalfont "12"
  174.  
  175. //JUMP THROW
  176. alias "+jumpthrow" "+forward;+jump;+attack"
  177. alias "-jumpthrow" "-jump;-attack;-forward"
  178. bind "B" "+jumpthrow"
  179.  
  180. //Radar [Greatly increases radar visibility]
  181. cl_radar_always_centered "0"
  182. cl_radar_icon_scale_min "0.4"
  183. cl_radar_rotate "1"
  184. cl_radar_scale "0.5"
  185. hud_scaling .88
  186.  
  187. //Rates and Interpolation
  188. net_graph "0"
  189. net_graphpos "1"
  190. net_graphheight "0"
  191. cl_cmdrate "128"
  192. cl_interp "0"
  193. cl_interp_ratio "1"
  194. cl_updaterate "128"
  195. rate "128000"
  196.  
  197. // Visual things of the HUD
  198. cl_hud_playercount_showcount 1
  199. cl_hud_color 2
  200.  
  201.  
  202. //MOTD - because ♥♥♥♥ pinion
  203. cl_downloadfilter "nosounds"
  204.  
  205.  
  206. ECHO "//=====================================================//"
  207. ECHO "// Num | / | * | - //"
  208. ECHO "// Lock | DECOY | SMOKE | FLASH //"
  209. ECHO "//-------------|-------------|-------------|-----------//"
  210. ECHO "// 7 | 8 | 9 | + //"
  211. ECHO "// M4/AK | aug/sg556 | P90 | NADES //"
  212. ECHO "//-------------|-------------|-------------| HE //"
  213. ECHO "// 4 | 5 | 6 | INCEND //"
  214. ECHO "// FAMAS/GALIL | SCOUT | AWP | MOLOTOV //"
  215. ECHO "//-------------|-------------|-------------|-----------//"
  216. ECHO "// 1 | 2 | 3 | Enter //"
  217. ECHO "// CZ75 | Bison | MP7 | ARMOR //"
  218. ECHO "//-------------|-------------|-------------| DEFUSE //"
  219. ECHO "// 0 | . | RESCUE //"
  220. ECHO "// DEAGLE | AUTO SNIPE | KIT //"
  221. ECHO "//=====================================================//"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement