Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. cl_showloadout "0"
  2. fps_max "999"
  3. sv_ignoregrenaderadio 1
  4. fps_max_menu "0"
  5. cl_showfps "1"
  6. gameinstructor_enable "0"
  7. sensitivity "2.7"
  8. mat_queue_mode "2"
  9. m_rawinput "0"
  10. cl_showloadout "0"
  11. r_drawtracers_firstperson 0
  12. cl_forcepreload 1
  13. cl_disablehtmlmotd 1
  14. cl_autowepswitch 0
  15. cl_disablefreezecam 1
  16. cl_righthand 0
  17.  
  18. // repositions the gunmodel to mimic CSS more closely.
  19.  
  20. viewmodel_fov "68"
  21. viewmodel_offset_x "2.5"
  22. viewmodel_offset_y "1"
  23. viewmodel_offset_z "-1.5"
  24.  
  25. cl_bobamt_vert 0.15
  26. cl_bobamt_lat 0
  27. cl_bob_lower_amt 0
  28. cl_viewmodel_shift_left_amt 0
  29. cl_viewmodel_shift_right_amt 0
  30.  
  31. // scales the HUD depending on what resolution you use, 1 is max.
  32.  
  33. hud_scaling "1"
  34.  
  35. // lowers delay between sounds.
  36.  
  37. snd_mixahead "0.05"
  38.  
  39. // sets interpolation values.
  40.  
  41. cl_interp "0"
  42. cl_interp_ratio "0"
  43.  
  44. // ignores dedicated servers with pings above this value.
  45.  
  46. mm_dedicated_search_maxping
  47.  
  48. // usual rate commands
  49.  
  50. cl_cmdrate "128"
  51. cl_updaterate "128"
  52. rate "128000"
  53.  
  54. // causes the scope to move less while moving scoped and reduces bobbing effect
  55.  
  56. cl_bobcycle "1.0"
  57.  
  58. // ALIAS
  59.  
  60. alias dm "connect dm.team-verygames.net"
  61. alias hsmod "connect 77.111.200.10:27015"
  62. alias fr "connect fr.team-verygames.net"
  63. alias uk "connect uk.team-verygames.net"
  64. alias de "connect de.team-verygames.net"
  65.  
  66.  
  67. // BINDS
  68.  
  69. bind F1 "buy awp"
  70. bind F2 "buy m4a1;buy ak47"
  71. bind F3 "buy cz75a"
  72. bind F4 "buy vesthelm"
  73. bind F5 "buy hegrenade"
  74. bind F6 "buy flashbang"
  75. bind F7 "buy smokegrenade"
  76. bind F8 "buy defuser"
  77. bind rightarrow "buy hegrenade;buy flashbang;buy flashbang;buy smokegrenade;buy defuser"
  78. bind downarrow "buy famas;buy galilar;buy hegrenade;buy flashbang;buy flashbang;buy smokegrenade;buy defuser"
  79. bind leftarrow "buy m4a1;buy ak47;buy hegrenade;buy flashbang;buy flashbang;buy smokegrenade;buy defuser"
  80. bind uparrow "buy awp;buy hegrenade;buy flashbang;buy flashbang;buy smokegrenade;buy defuser"
  81. bind kp_home "buy scar20;buy g3sg1"
  82. bind kp_uparrow "buy deagle"
  83. bind kp_pgup "buy fn57"
  84. bind kp_end "buy incgrenade;buy molotov"
  85. bind kp_downarrow "buy decoy"
  86. bind kp_pgdn "buy vest"
  87. bind kp_leftarrow "buy ssg08"
  88. bind kp_5 "buy p90"
  89. bind kp_rightarrow "buy bizon"
  90.  
  91. clear
  92.  
  93. clear
  94.  
  95. echo " #| |#####| |### |###### |#### "
  96. echo " #| |# #| |# # |# |# # "
  97. echo " #| |# #| |# # |# |# # "
  98. echo " #| |# #| |# # |##### |# ## "
  99. echo " # #| |# #| |# # |# |# # "
  100. echo " #### |#####| |####### |######## |# #"
  101. echo "
  102. echo "
  103. echo " |#### |#### |# # |#### |# |#### "
  104. echo " |# |# # |## # |# |# "
  105. echo " |# |# # |#|# # |## |# |# ###"
  106. echo " |# |# # |# |## |# |# |# |#"
  107. echo " |#### |#### |# |# |# |# |#####"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement