Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Toggle light/laser when shooting
  2. bind mouse0 "+attack"
  3.  
  4. # Toggle light/laser when aiming down sights
  5. bind mouse1 "+lighttoggle;+attack2"
  6.  
  7. # Performance boost by unloading unused resources
  8. bind f8 "gc.collect;gc.unload;global.free"
  9.  
  10. # Enable / disable statistics
  11. bind f5 "global.perf 5"
  12. bind f6 "global.perf 0"
  13.  
  14. # Auto-run
  15. bind numlock "forward;sprint"
  16.  
  17. # Always sprint
  18. bind w "+forward;+sprint"
  19.  
  20. # /kit | Open interface
  21. bind k chat.say "/kit"
  22.  
  23. # /kit | Redeem Medic
  24. bind m chat.say "/kit Medic"
  25.  
  26. # Automatic mining
  27. bind z "attack;duck"
  28.  
  29. # Remover tool
  30. bind f2 "remove"
  31.  
  32. # Duck toggle
  33. bind c "duck"
  34.  
  35. # Crouch-jump
  36. bind space "+jump"
  37.  
  38. # Teleport | Accept
  39. bind home chat.say "/tpa"
  40.  
  41. # Teleport | Cancel
  42. bind end chat.say "/tpc"
  43.  
  44. # /home | Teleport to home1
  45. bind pageup chat.say "/home 1"
  46.  
  47. # /home | Teleport to home2
  48. bind pagedown chat.say "/home 2"
  49.  
  50. # /home | Add home1
  51. bind keypad4 chat.say "/home add home1"
  52.  
  53. # /home | Add home2
  54. bind keypad5 chat.say "/home add home2"
  55.  
  56. # /home | Remove home1
  57. bind keypad7 chat.say "/home remove home1"
  58.  
  59. # /home | Remove home2
  60. bind keypad8 chat.say "/home remove home2"
  61.  
  62. # /bgrade | Disable
  63. bind keypad0 chat.say "/bgrade 0"
  64.  
  65. # /bgrade | Wood
  66. bind keypad1 chat.say "/bgrade 1"
  67.  
  68. # /bgrade | Stone
  69. bind keypad2 chat.say "/bgrade 2"
  70.  
  71. # /bgrade | Metal
  72. bind keypad3 chat.say "/bgrade 3"
  73.  
  74. # /bgrade | Armored
  75. bind keypadperiod chat.say "/bgrade 4"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement