Advertisement
Guest User

Autoexec

a guest
Mar 22nd, 2015
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. cl_forcepreload "1"
  2. fps_max "151"
  3. cl_allowdownload "1"
  4. cl_downloadfilter "all"
  5. cl_showfps "2"
  6. mat_forcemanagedtextureintohardware "1"
  7. mat_phong "0"
  8. mat_motion_blur_enabled "0"
  9. mat_colorcorrection "1"
  10. cl_showpos "1"
  11.  
  12. bind uparrow explode
  13. bind downarrow "say ٠●•۩۞۩[̲̅Ŋ̲̅σ̲̅σ̲̅Ь̲̲̅̅۰̲̅đ̲̲̅̅σ̲̅ώ̲̅ŋ̲̲̲̅̅̅]۩۞۩•●٠"
  14. bind leftarrow "say (ノ◕ヮ◕)ノ*:・゚✧"
  15. bind rightarrow "say ( ͡° ͜ʖ ͡°)"
  16. bind "SPACE" "+jump"
  17. bind "ctrl" "duck"
  18.  
  19.  
  20. // Null-cancelling movement script
  21. // (prevents you from pressing two opposing directions, which causes you to stop moving)
  22. bind w +mfwd
  23. bind s +mback
  24. bind a +mleft
  25. bind d +mright
  26.  
  27. alias +mfwd "-back;+forward;alias checkfwd +forward"
  28. alias +mback "-forward;+back;alias checkback +back"
  29. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  30. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  31. alias -mfwd "-forward;checkback;alias checkfwd none"
  32. alias -mback "-back;checkfwd;alias checkback none"
  33. alias -mleft "-moveleft;checkright;alias checkleft none"
  34. alias -mright "-moveright;checkleft;alias checkright none"
  35. alias checkfwd none
  36. alias checkback none
  37. alias checkleft none
  38. alias checkright none
  39. alias none
  40. bind "SPACE" "+jump"
  41. bind "ctrl" "+duck"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement