Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1.  
  2.  
  3. // buy script
  4. bind "F3" "buy p250"
  5. bind "F4" "buy deagle"
  6. bind "F5" "buy fiveseven; buy tec9"
  7. bind "F6" "buy galilar; buy famas"
  8. bind "F7" "buy m4a1; buy ak47"
  9. bind "F8" "buy awp"
  10. bind "F9" "buy defuser"
  11. bind "F10" "buy vesthelm; buy vest"
  12. bind "F11" "buy smokegrenade; buy flashbang; buy flashbang; buy molotov; buy incgrenade"
  13.  
  14. // repositions the gunmodel to mimic CSS more closely.
  15.  
  16. viewmodel_fov "60"
  17. viewmodel_offset_x "1"
  18. viewmodel_offset_y "1"
  19. viewmodel_offset_z "-1"
  20.  
  21. // removes the shifting of the arm when crouching down.
  22.  
  23. cl_viewmodel_shift_left_amt "2"
  24. cl_viewmodel_shift_right_amt "0.25"
  25.  
  26. // removes the bobbing of the weapon back and forth, when you run.
  27.  
  28. cl_bob_lower_amt "21"
  29. cl_bobamt_lat "0.4"
  30. cl_bobamt_vert "0.365"
  31.  
  32. // scales the HUD depending on what resolution you use, 1 is max.
  33.  
  34. hud_scaling 0.85
  35.  
  36. // lowers delay between sounds.
  37.  
  38. snd_mixahead "0.05"
  39.  
  40. // sets interpolation values.
  41.  
  42. cl_interp "1"
  43. cl_interp_ratio "1"
  44. cl_color "1"
  45.  
  46.  
  47. // ignores dedicated servers with pings above this value.
  48.  
  49. mm_dedicated_search_maxping
  50.  
  51. // usual rate commands
  52.  
  53. cl_cmdrate "128"
  54. cl_updaterate "128"
  55. rate "786432"
  56.  
  57. // causes the scope to move less while moving scoped and reduces bobbing effect
  58.  
  59. cl_bobcycle "0.98"
  60.  
  61. //
  62.  
  63. //mouse cmds
  64. m_rawinput "1"
  65. m_mousespeed "0"
  66. sensitivity "1.3"
  67.  
  68. alias cobble "changelevel de_cobblestone; rcon changelevel de_cobblestone"
  69. alias d2 "changelevel de_dust2; rcon changelevel de_dust2"
  70. alias inferno "changelevel de_inferno; rcon changelevel de_inferno"
  71. alias nuke "changelevel de_nuke; rcon changelevel de_nuke"
  72. alias train "changelevel de_train; rcon changelevel de_train"
  73. alias tuscan "changelevel de_tuscan; rcon changelevel de_tuscan"
  74. alias mirage "changelevel de_mirage; rcon changelevel de_mirage"
  75. alias overpass "changelevel de_overpass; rcon changelevel de_overpass"
  76. alias cache "changelevel de_cache; rcon changelevel de_cache
  77.  
  78. alias r "mp_restartgame 1; rcon mp_restartgame 1"
  79. alias rr "mp_restartgame 3; rcon mp_restartgame 3"
  80. alias 16000 "mp_startmoney 16000; rcon mp_startmoney 16000"
  81. alias 800 "mp_startmoney 800; rcon mp_startmoney 800"
  82. alias cheats "sv_cheats 1; rcon sv_cheats 1"
  83. alias freeze0 "mp_freezetime 0; rcon mp_freezetime 0"
  84. alias ammo "sv_infinite_ammo 1; rcon sv_infinite_ammo 1"
  85.  
  86.  
  87. clear
  88. clear
  89.  
  90. echo
  91. echo
  92. echo
  93. echo
  94. echo
  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
  108. echo
  109. echo
  110. echo
  111. echo
  112. echo
  113. echo
  114. echo
  115. echo
  116. echo
  117. echo
  118. echo
  119. echo
  120. echo
  121. echo
  122. echo
  123. echo
  124. echo BEASTM0DEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
  125. echo
  126. echo LEGGOOOOOOOOOOOOOO
  127. echo
  128. echo AUFGEHTS MATES!!!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement