Advertisement
Guest User

Fun CS:GO Console Commands

a guest
Feb 16th, 2020
1,982
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. 1)
  2. mp_drop_knife_enable 1
  3. give weapon_fists ; ent_fire weapon_* addoutput "classname weapon_knifegg"
  4.  
  5. 2)
  6. ent_create prop_exploding_barrel
  7.  
  8. 4)
  9. ent_create func_survival_c4_target
  10.  
  11. 5)
  12. cl_phys_timescale 0.1
  13.  
  14. 6)
  15. mat_fullbright 2
  16.  
  17. 7)
  18. ent_create drone
  19.  
  20. 8)
  21. mp_damage_vampiric_amount 1
  22.  
  23. 9)
  24. give weapon_snowball
  25. ent_create ent_snowball_pile
  26.  
  27. 10)
  28. ent_create dronegun
  29.  
  30. 11)
  31. give weapon_breachcharge
  32.  
  33. 12)
  34. mp_drop_knife_enable 1
  35.  
  36. give weapon_axe
  37. ent_fire weapon_* addoutput "classname weapon_knifegg"
  38.  
  39. give weapon_hammer
  40. ent_fire weapon_* addoutput "classname weapon_knifegg"
  41.  
  42. give weapon_spanner
  43. ent_fire weapon_* addoutput "classname weapon_knifegg"
  44.  
  45. 13)
  46. mp_weapons_allow_heavyassaultsuit 1
  47. give item_heavyassaultsuit
  48.  
  49. 14)
  50. give weapon_shield
  51.  
  52. 15)
  53. cl_wpn_sway_scale 1.6 (default)
  54. cl_wpn_sway_scale 50
  55. cl_wpn_sway_scale 1000
  56.  
  57. 16)
  58. weapon_recoil_view_punch_extra 0.055 (default)
  59. weapon_recoil_view_punch_extra 100
  60.  
  61. 17)
  62. sv_jump_impulse 590
  63.  
  64. 18)
  65. sv_enablebunnyhopping 1
  66. sv_autobunnyhopping 1
  67.  
  68. 19)
  69. sv_standable_normal 100
  70.  
  71. 20)
  72. Helicopter:
  73. prop_dynamic_create /props_vehicles/helicopter_rescue.mdl
  74. ent_fire !picker SetAnimation "helicopter_aztec"
  75.  
  76. Cage-door:
  77. prop_dynamic_create /props_mill/elevator01_cagedoor02.mdl
  78. ent_fire !picker SetAnimation "open"
  79. ent_fire !picker SetAnimation "close"
  80.  
  81. Boat:
  82. prop_dynamic_create /props_vehicles/boat_fishing02.mdl
  83. ent_fire !picker SetAnimation "outro_arrive"
  84. ent_fire !picker SetAnimation "outro_leave"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement