Guest User

June 18, 2017

a guest
Jun 18th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Basic Start Commands
  2.  
  3. sv_cheats "0"
  4. sv_consistency "0"
  5. cc_predisplay_time "0"
  6. cl_showhelp "0"
  7. closecaption "0"
  8. gameinstructor_enable "0"
  9. con_enable "1"
  10. dsp_slow_cpu "0"
  11. cl_forcepreload "1"
  12. spec_allowroaming "1"
  13. voice_enable "1"
  14. volume "0.25"
  15.  
  16. cc_linger_time "0.75"
  17. cl_downloadfilter "nosounds"
  18. cl_viewmodelfovsurvivor "51"
  19. mm_dedicated_search_maxping "80"
  20. motd_enabled "0"
  21. r_dynamic "0"
  22. r_eyemove "0"
  23. r_eyesize "0"
  24. r_eyeshift_x "0"
  25. r_eyeshift_y "0"
  26. r_eyeshift_z "0"
  27. __________________________
  28. // Rate Setting & Graphs
  29.  
  30. rate "30000"
  31. cl_cmdrate "100"
  32. cl_updaterate "100"
  33. cl_interp "0.0167"
  34. cl_interp_ratio "-1"
  35. cl_resend "1.50"
  36. cl_timeout "15"
  37. net_graph "0"
  38. net_graphpos "325"
  39. cl_showpos "1"
  40. __________________________
  41. // Mouse & Crosshair
  42.  
  43. crosshair "1"
  44. cl_crosshair_red "0"
  45. cl_crosshair_green "255"
  46. cl_crosshair_blue "0"
  47. cl_crosshair_alpha "75"
  48. cl_crosshair_dynamic "1"
  49. cl_crosshair_thickness "2"
  50. cl_colorblind "0"
  51. sensitivity "1.2"
  52. m_filter "0"
  53. m_rawinput "1"
  54. m_mousespeed "0"
  55. m_customaccel "0"
  56. m_mouseaccel1 "0"
  57. __________________________
  58. // Lighting & Material
  59.  
  60. r_PhysPropStaticLighting "0" // default 1;
  61. r_ambientfraction "0.2" // default 0.2;
  62. r_radiosity "4" //
  63. func_break_max_pieces "0" // default 15;
  64.  
  65. mat_bloom_scalefactor_scalar ".5" // default 1;
  66. mat_monitorgamma_tv_enabled "1.6" // default 0;
  67.  
  68. exec "autoexec/aliases.cfg"
  69. exec "autoexec/binds.cfg"
  70. exec "autoexec/glows.cfg"
  71. exec "autoexec/wait_glows.cfg"
  72.  
  73. clear
  74. echo "Left 4 Dead 2, Automatic Aim Assist"
  75. echo "Version 1.4.2, NaCl E"
  76. echo "Ready..."
  77. echo "> access aimbot"
  78. echo "access: PERMISSION GRANTED"
  79. echo "> access triggerbot"
  80. echo "access: PERMISSION GRANTED"
  81. echo "> access wallhack"
  82. echo "access: PERMISSION GRANTED"
  83. echo "..."
  84. echo "BYPASSING VALVE ANTI-CHEAT"
  85. echo "..."
  86. echo "SYSTEMS FULLY INITIALIZED"
  87.  
  88.  
  89. ---------------------aliases.cfg-----------------------
  90. //null movement
  91. alias +mfwd "dsp_volume 0;-back;+forward;alias checkfwd +forward"
  92. alias +mback "dsp_volume 0;-forward;+back;alias checkback +back"
  93. alias +mleft "dsp_volume 0;-moveright;+moveleft;alias checkleft +moveleft"
  94. alias +mright "dsp_volume 0;-moveleft;+moveright;alias checkright +moveright"
  95. alias -mfwd "-forward;checkback;alias checkfwd none"
  96. alias -mback "-back;checkfwd;alias checkback none"
  97. alias -mleft "-moveleft;checkright;alias checkleft none"
  98. alias -mright "-moveright;checkleft;alias checkright none"
  99. alias checkfwd "none"
  100. alias checkback "none"
  101. alias checkleft "none"
  102. alias checkright "none"
  103. alias none ""
  104.  
  105. //scoreboard (tab)
  106. alias "mygraph" "net_graph 2"
  107. alias "+sb" "+showscores; mygraph"
  108. alias "-sb" "-showscores; net_graph 0"
  109.  
  110. //crosshair colour
  111. alias green "cl_crosshair_red 0; cl_crosshair_green 255; cl_crosshair_blue 0; bind "capslock" pink"
  112. alias pink "cl_crosshair_red 255; cl_crosshair_green 0; cl_crosshair_blue 255; bind "capslock" green"
  113.  
  114. ---------------------binds.cfg-----------------------
  115. //unbindall
  116.  
  117. bind "MOUSE1" "+attack"
  118. bind "MOUSE2" "+attack2"
  119. bind "MOUSE3" "+zoom"
  120. bind "MOUSE4" "+voicerecord"
  121. bind "MOUSE5" ""
  122. bind "MWHEELUP" "invprev"
  123. bind "MWHEELDOWN" "invnext"
  124.  
  125. bind "W" "+mfwd"
  126. bind "A" "+mleft"
  127. bind "S" "+mback"
  128. bind "D" "+mright"
  129. bind "SPACE" "+jump"
  130. bind "CTRL" "+duck"
  131. bind "SHIFT" "+speed"
  132.  
  133. bind "Q" "+zoom"
  134. bind "1" "slot1; Vote Yes; sm_warpto nick" // bill
  135. bind "2" "slot2; Vote No; sm_warpto rochelle" // zoey
  136. bind "3" "slot3; sm_warpto coach" // louis
  137. bind "4" "slot4; sm_warpto ellis" // francis
  138. bind "5" "slot5"
  139. bind "E" "+use"
  140. bind "R" "+reload"
  141.  
  142. //Viewmodel cycle
  143. bind "0" "cl_viewmodelfovsurvivor 51"
  144. bind "-" "incrementvar cl_viewmodelfovsurvivor 0 180 -10"
  145. bind "=" "incrementvar cl_viewmodelfovsurvivor 0 180 10"
  146. //Credit: Derpduck & Twitch/3ybx
  147.  
  148. bind "tab" "+sb"
  149. bind "capslock" "green"
  150.  
  151. BindToggle "G" "cl_crosshair_dynamic"
  152.  
  153. bind "O" "say_team TANK!! Push forward!"
  154. bind "P" "say_team TANK!! Fight it here!"
  155. bind "[" "say_team !ready"
  156. bind "]" "say_team !unready"
  157. bind "\" "say_team TANK!! Run back now!"
  158.  
  159. bind "F1" "Vote Yes"
  160. bind "F2" "Vote No"
  161. bind "F10" "disconnect"
  162.  
  163. ---------------------glows.cfg (HS_Top)-----------------------
  164. cl_glow_survivor_health_bleed_pulse 1
  165. cl_glow_survivor_health_bleed_pulse_amount 1
  166. cl_glow_survivor_health_bleed_pulse_speed 30
  167. cl_glow_survivor_health_include_buffer 1
  168. cl_glow_ability_r 1
  169. cl_glow_ability_g 0
  170. cl_glow_ability_b 0
  171. cl_glow_infected_r 0
  172. cl_glow_infected_g 1
  173. cl_glow_infected_b 1
  174. cl_glow_ghost_infected_r 1
  175. cl_glow_ghost_infected_g 1
  176. cl_glow_ghost_infected_b 1
  177. cl_glow_infected_vomit_r 1
  178. cl_glow_infected_vomit_g 0
  179. cl_glow_infected_vomit_b 1
  180. cl_glow_item_r 0
  181. cl_glow_item_g 1
  182. cl_glow_item_b 0
  183. cl_glow_item_far_r 0
  184. cl_glow_item_far_g 1
  185. cl_glow_item_far_b 0
  186. cl_glow_thirdstrike_item_r 0
  187. cl_glow_thirdstrike_item_g 1
  188. cl_glow_thirdstrike_item_b 0
  189. cl_glow_survivor_r 0
  190. cl_glow_survivor_g 1
  191. cl_glow_survivor_b 1
  192. cl_glow_survivor_health_crit_r 1
  193. cl_glow_survivor_health_crit_g 0.2
  194. cl_glow_survivor_health_crit_b 0.2
  195. cl_glow_survivor_health_high_r 0
  196. cl_glow_survivor_health_high_g 1
  197. cl_glow_survivor_health_high_b 0
  198. cl_glow_survivor_health_med_r 1
  199. cl_glow_survivor_health_med_g 1
  200. cl_glow_survivor_health_med_b 0
  201. cl_glow_survivor_health_low_r 1
  202. cl_glow_survivor_health_low_g 0
  203. cl_glow_survivor_health_low_b 0
  204. cl_glow_survivor_hurt_r 1
  205. cl_glow_survivor_hurt_g 1
  206. cl_glow_survivor_hurt_b 0
  207. cl_glow_survivor_vomit_r 1
  208. cl_glow_survivor_vomit_g 0
  209. cl_glow_survivor_vomit_b 1
  210. cl_witch_glow_idle_r 1
  211. cl_witch_glow_idle_g 1
  212. cl_witch_glow_idle_b 1
  213. cl_witch_glow_angry_r 1
  214. cl_witch_glow_angry_g 0
  215. cl_witch_glow_angry_b 0
  216. cl_witch_glow_range 1500
  217.  
  218. ---------------------wait_glows.cfg (CANADAROX)-----------------------
  219. alias GlowItem0 "cl_glow_item_r 1; cl_glow_item_g 0; cl_glow_item_b 1"
  220. alias GlowItem1 "cl_glow_item_r 1; cl_glow_item_g 1; cl_glow_item_b 0"
  221. alias GlowItem2 "cl_glow_item_r 0; cl_glow_item_g 1; cl_glow_item_b 1"
  222. alias GlowItemPart0 "GlowItem1; wait 10; GlowItemPart1"
  223. alias GlowItemPart1 "GlowItem2; wait 10; GlowItem0; wait 10; GlowItemRestart"
  224. alias GlowItemRestart "GlowItemPart0"
  225. GlowItemPart0
  226.  
  227. alias GlowItemFar0 "cl_glow_item_far_r 1; cl_glow_item_far_g 0; cl_glow_item_far_b 1"
  228. alias GlowItemFar1 "cl_glow_item_far_r 1; cl_glow_item_far_g 1; cl_glow_item_far_b 0"
  229. alias GlowItemFar2 "cl_glow_item_far_r 0; cl_glow_item_far_g 1; cl_glow_item_far_b 1"
  230. alias GlowItemFarPart0 "GlowItemFar1; wait 50; GlowItemFarPart1"
  231. alias GlowItemFarPart1 "GlowItemFar2; wait 50; GlowItemFar0; wait 50; GlowItemFarRestart"
  232. alias GlowItemFarRestart "GlowItemFarPart0"
  233. GlowItemFarPart0
  234.  
  235. alias GlowThirdStrikeItem0 "cl_glow_thirdstrike_item_r 1; cl_glow_thirdstrike_item_g 0; cl_glow_thirdstrike_item_b 1"
  236. alias GlowThirdStrikeItem1 "cl_glow_thirdstrike_item_r 1; cl_glow_thirdstrike_item_g 1; cl_glow_thirdstrike_item_b 0"
  237. alias GlowThirdStrikeItem2 "cl_glow_thirdstrike_item_r 0; cl_glow_thirdstrike_item_g 1; cl_glow_thirdstrike_item_b 1"
  238. alias GlowThirdStrikeItemPart0 "GlowThirdStrikeItem1; wait 10; GlowThirdStrikeItemPart1"
  239. alias GlowThirdStrikeItemPart1 "GlowThirdStrikeItem2; wait 10; GlowThirdStrikeItem0; wait 10; GlowThirdStrikeItemRestart"
  240. alias GlowThirdStrikeItemRestart "GlowThirdStrikeItemPart0"
  241. GlowThirdStrikeItemPart0
Advertisement
Add Comment
Please, Sign In to add comment