Advertisement
Mattey115

CS:GO Binds

Aug 1st, 2015
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. bind "w" "+forward" // Forward
  2. bind "a" "+moveleft" // Strafe Left
  3. bind "s" "+back" // Backward
  4. bind "d" "+moveright" // Strafe Right
  5.  
  6. bind "q" "+voicerecord" // Voice chat
  7. bind "e" "+use" // Interact
  8. bind "r" "+reload" // Reload Weapon
  9. bind "t" "+lookatweapon" // Inspect Weapon
  10.  
  11. bind "y" "messagemode" // Global Chat
  12. bind "u" "messagemode2" // Team Chat
  13.  
  14. bind "f" "slot7" // Flashbang
  15. bind "g" "slot8" // Smoke
  16. bind "x" "slot9" // Decoy
  17. bind "c "slot6" // Nade
  18. bind "v" "slot10" // Molotov
  19. bind "1" "slot1" // Primary
  20. bind "2" "slot2" // Secondary
  21. bind "3" "slot3" // Knife
  22.  
  23. bind "z" "drop" // Drop Weapon
  24. bind "b" "buymenu" // Buy Menu
  25. bind "m" "teammenu" // Switch Teams
  26.  
  27. alias "+radar" "cl_radar_scale 0.25" // Alias to zoom in/out
  28. alias "-radar" "cl_radar_scale 0.65" // Alias to zoom in/out
  29. bind "mouse5" "+radar" // Hold to zoom out on radar
  30. bind "mouse4" "+jump; -attack; -jump" // Throw perfect nade
  31.  
  32. bind "mwheelup" "+jump" // Jump
  33. bind "mwheeldown" "+jump" // Jump
  34. bind "space" "+jump" // Jump
  35.  
  36. bind "shift" "+speed" // Walk
  37. bind "ctrl" "+duck" // Crouch
  38. bind "tab" "+showscores" // Show leaderboard
  39.  
  40. bind "kp_home" "give weapon_ak47" // Cheats: Give AK47
  41. bind "kp_uparrow" "give weapon_awp" // Cheats: Give AWP
  42. bind "kp_pgup" "give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_molotov; give weapon_decoy" // Cheats: Give Grenades
  43.  
  44. bind "kp_end" "say Send me a YouTube link and I may play your song :)" // DJ chat message
  45. bind "kp_downarrow" "say How to mute me: Hold Tab > Right Click > Click my name > Block All Communication" // DJ chat message
  46.  
  47. bind "kp_5" "toggleconsole" // Dev Console
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement