Advertisement
Guest User

Untitled

a guest
Mar 21st, 2014
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1.  
  2. bind 1 slot1
  3. bind 2 slot2
  4. bind 3 slot3
  5. bind 4 slot4
  6. bind q lastinv
  7.  
  8. bind mouse1 +attack
  9.  
  10.  
  11. // crosshair script binds
  12. bind a +moveleft
  13. bind d +moveright
  14. bind s +back
  15. bind w +forward
  16. bind SPACE +jump
  17. bind ctrl +duck
  18.  
  19. r_drawviewmodel 1
  20.  
  21.  
  22. unbind mouse2
  23. unbind mouse4
  24. unbind mouse5
  25. unbind SHIFT
  26.  
  27. alias +charge "+attack2; slot2; dropitem; say_team Time to get ambitious for croydon!; voicemenu 0 0; spec_prev"
  28. alias -charge "-attack2"
  29. bind mouse2 "+charge"
  30.  
  31.  
  32.  
  33.  
  34. bind mouse4 "say_team LOOKS LIKE SOMEONE'S BEEN RUSED(ooh teehee Turnbull); Voicemenu 1 7"
  35. bind mouse5 "say_team I HAVE UBER BUT THEY DON'T KNOW THAT I IN FACT HAVE UBER; Voicemenu 1 4"
  36.  
  37. alias "movespawn_first" "load_itempreset 1; alias "movespawn_third" "movespawn_second""
  38. alias "movespawn_second" "load_itempreset 0; alias "movespawn_third" "movespawn_first""
  39. alias "movespawn_third" "movespawn_first"
  40. bind "f3" "movespawn_third"
  41.  
  42. //Radar
  43. bind "SHIFT" +radar
  44. alias +radar "hud_medicautocallersthreshold 450"
  45. alias -radar "hud_medicautocallersthreshold 0"
  46.  
  47. //This makes everyone call for medic, allowing you to see where your allies are.
  48. //If you use medic autocall, change the value of 60 to the value you use
  49. //If you don't use autocall, change the value of 60 to 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement