Guest User

Untitled

a guest
Aug 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. //////////////////
  2. // CUSTOM BINDS //
  3. //////////////////
  4. bind "MWHEELUP" "say 8)" //Casual skeets?
  5. bind "f1" "say !ready" //R'up
  6. bind "f2" "say !unready" //Un'r
  7. bind "k" "exec autoexec" //For if you fuck up ur commands-_-''
  8.  
  9. //Tab = Netgraph + Scores
  10. bind "TAB" "+ng"; // Netgraph shows with the scores
  11. alias "+ng" "+showscores; net_graph 1;";
  12. alias "-ng" "net_graph 0; -showscores;";
  13. net_graphheight 0 //Move the graph closer to bottom
  14. net_scale 1 //Smaller net_graph
  15.  
  16. ///////////
  17. // RATES //
  18. ///////////
  19. cl_interp "0.04"
  20. cl_interp_ratio "1"
  21. cl_cmdrate "100"
  22. cl_updaterate "100"
  23. cl_lagcompensation "1"
  24. rate "30000"
  25.  
  26. ///////////////
  27. // CROSSHAIR //
  28. ///////////////
  29. crosshair "1"
  30. cl_crosshair_alpha "255"
  31. cl_crosshair_red "0"
  32. cl_crosshair_green "255"
  33. cl_crosshair_blue "0"
  34. cl_crosshair_dynamic "0"
  35. cl_crosshair_thickness "2"
  36. cl_colorblind "0"
  37.  
  38. ///////////
  39. // STUFF //
  40. ///////////
  41. con_enable "1"
  42. cl_autohelp "0"
  43. cl_showhelp "0"
  44. gameinstructor_enable "0"
  45. cl_ragdoll_limit "0"
  46. func_break_max_pieces "0"
  47. mat_monitorgamma_tv_enabled "1"
  48. mat_bloom_scalefactor_scalar "0"
  49. mat_grain_scale_override "0"
  50. r_PhysPropStaticLighting "0"
  51. r_dynamic "0"
  52. r_eyemove "0"
  53. r_eyesize "0"
  54. r_eyeshift_z "0"
  55. r_eyeshift_y "0"
  56. r_eyeshift_x "0"
  57. dsp_enhance_stereo "1"
  58. m_rawinput "1"
  59. m_mousespeed "0"
  60.  
  61. //////////////////////////////////
  62. // OZA Server Interface Aliases //
  63. //////////////////////////////////
  64. alias igloo "mm_dedicated_force_servers 208.146.44.237:27015"
  65. alias mex "mm_dedicated_force_servers 74.91.112.49:27015"
  66.  
  67.  
  68. clear
  69.  
  70. echo " ___ ___ ___ ___ "
  71. echo " /\ \ ___ /\__\ /\__\ /\ \ "
  72. echo " /::\ \ /\ \ /:/ / /:/ / \:\ \ "
  73. echo " /:/\:\ \ \:\ \ /:/ / /:/ / \:\ \ "
  74. echo " /::\~\:\ \ /::\__\ /:/ / /:/ / \:\ \ "
  75. echo " /:/\:\ \:\__\ __/:/\/__/ /:/__/ /:/__/ _______\:\__\ "
  76. echo " \/__\:\/:/ / /\/:/ / \:\ \ \:\ \ \::::::::/__/ "
  77. echo " \::/ / \::/__/ \:\ \ \:\ \ \:\~~\~~ "
  78. echo " \/__/ \:\__\ \:\ \ \:\ \ \:\ \ "
  79. echo " \/__/ \:\__\ \:\__\ \:\__\ "
  80. echo " \/__/ \/__/ \/__/ "
  81. echo " "
  82. echo " SWAG ! "
  83. echo " "
  84. echo " "
Add Comment
Please, Sign In to add comment