Advertisement
Guest User

Halloy.cfg

a guest
Oct 10th, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. // _ _ _ _ __ _
  2. // | | | | __ _| | | ___ _ _ ___ ___ _ __ / _(_) __ _
  3. // | |_| |/ _` | | |/ _ \| | | | / __/ _ \| '_ \| |_| |/ _` |
  4. // | _ | (_| | | | (_) | |_| | | (_| (_) | | | | _| | (_| |
  5. // |_| |_|\__,_|_|_|\___/ \__, | \___\___/|_| |_|_| |_|\__, |
  6. // |___/ |___/
  7. //Alias
  8. alias "taser" "buy weapon_taser";
  9. alias "zeus" "buy weapon_taser";
  10.  
  11. // Nade's
  12. alias "decoy" "buy decoy";
  13. alias "flashbang" "buy flashbang";
  14. alias "henade" "buy hegrenade";
  15. alias "incnade" "buy Incgrenade";
  16. alias "molotov" "buy molotov";
  17. alias "smoke" "buy smokegrenade";
  18.  
  19. //Pistol's
  20. alias "tec7" "tec9;fiveseven";
  21. alias "tec9" "buy tec9";
  22. alias "deagle" "buy deagle" ;
  23. alias "fiveseven" "buy fiveseven";
  24. alias "glock" "buy glock";
  25. alias "p2000" "buy hkp2000";
  26. alias "P250" "buy P250";
  27. alias "usp" "buy usp_silencer";
  28.  
  29. // Smgs
  30. alias "bizon" "buy bizon";
  31. alias "mac10" "buy mac10";
  32. alias "mp7" "buy mp7";
  33. alias "mp9" "buy mp9";
  34. alias "P90" "buy P90";
  35. alias "ump45" "buy ump45;
  36.  
  37. // Heavy's
  38. alias "mag7" "buy mag7";
  39. alias "Negev" "buy negev";
  40. alias "Nova" "buy nova";
  41. alias "Sawedoff" "buy SAWEDOFF";
  42. alias "Xm" "buy XM1014";
  43.  
  44. // Rifles
  45. alias "akm4" "ak47;m4";
  46. alias "galilas" "galil;famas";
  47. alias "ak47" "buy ak47";
  48. alias "aug" "buy aug";
  49. alias "awp" "buy awp";
  50. alias "colt" "buy m4a1_silencer";
  51. alias "famas" "buy famas";
  52. alias "galil" "buy galilar";
  53. alias "m4" "buy m4a1";
  54. alias "autosniper" "scar";
  55. alias "scar" "buy SCAR20";
  56. alias "scout" "buy ssg08";
  57.  
  58. // Map's
  59. alias "cache" "map de_cache";
  60. alias "cobblestone" "map de_cbble";
  61. alias "dust" "map de_dust";
  62. alias "d2" "map de_dust2";
  63. alias "inferno" "map de_inferno";
  64. alias "mirage" "map de_mirage";
  65. alias "nuke" "map de_nuke";
  66. alias "overpass" "map de_overpass";
  67. alias "season" "map de_season";
  68. alias "train" "map de_train";
  69.  
  70. alias "defuser" "buy defuser";
  71. alias "vesthelm" "buy vesthelm";
  72.  
  73. alias "d" "disconnect";
  74. alias "q" "quit";
  75. alias "autoexec" "exec autoexec";
  76. alias "training" "exec training";
  77.  
  78.  
  79. //Viewmodel
  80. viewmodel_fov 68
  81. viewmodel_offset_x 3;
  82. viewmodel_offset_y 3;
  83. viewmodel_offset_z -3;
  84. cl_bob_lower_amt 10;
  85.  
  86.  
  87. //Crosshair
  88. cl_crosshairalpha "255";
  89. cl_crosshaircolor "4";
  90. cl_crosshairdot "0";
  91. cl_crosshairgap "-1";
  92. cl_crosshairsize "1.5";
  93. cl_crosshairstyle "4";
  94. cl_crosshairusealpha "1";
  95. cl_crosshairthickness "1";
  96. cl_crosshair_drawoutline "1";
  97.  
  98.  
  99. //Jumpthrow bind
  100. alias +jumpthrow "+jump;-attack";
  101. alias -jumpthrow "-jump";
  102. bind n +jumpthrow;
  103.  
  104.  
  105. //Buybinds
  106. bind "kp_end" "akm4";
  107. bind "kp_downarrow" "awp";
  108. bind "kp_pgdn" "galilas";
  109. bind "kp_leftarrow" "tec9";
  110. bind "kp_5" "ump45";
  111. bind "kp_rightarrow" "autosniper";
  112. bind "kp_home" "deagle";
  113. bind "kp_uparrow" "scout";
  114. bind "kp_ins" "defuser";
  115. bind "kp_del" "vesthelm";
  116. bind "kp_enter" "akm4;vesthelm;defuser;flashbang;henade;smoke;flashbang;tec7";
  117.  
  118. bind "Uparrow" "flashbang";
  119. bind "Leftarrow" "henade";
  120. bind "Rightarrow" "incnade";
  121. bind "Downarrow" "smoke";
  122.  
  123.  
  124. // Display Lobby Map
  125. // Only if you are the lobby leader, this will display the map in your console before you press accept
  126. developer "1";
  127. con_enable "1";
  128. con_filter_enable "2";
  129. con_filter_text_out "game:mapgroupname";
  130. con_filter_text "game:map";
  131.  
  132.  
  133. //Drop guns!
  134. alias +d1 "slot1";
  135. alias -d1 "drop";
  136. alias +d2 "slot2";
  137. alias -d2 "drop";
  138. alias +d5 "slot3;slot5";
  139. alias -d5 "drop;slot1";
  140. bind q "+d5";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement