Last active
May 22, 2017 05:39
-
-
Save Anime4000/4640963ebeac8452c5fe5cf6eeff4441 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bind "v" "sv_cheats 1;noclip;sv_cheats 0" | |
bind "0" "npc_create npc_barnacle" | |
bind "-" "npc_create npc_zombie" | |
bind "=" "npc_create npc_headcrab" | |
bind "p" "sv_cheats 1;npc_create_equipment weapon_rpg;npc_create npc_monk;sv_cheats 0" | |
bind "[" "sv_cheats 1;npc_create_equipment weapon_ar2;npc_create npc_monk;sv_cheats 0" | |
bind "]" "sv_cheats 1;npc_create_equipment weapon_rpg;npc_create npc_citizen;sv_cheats 0" | |
bind "\" "sv_cheats 1;npc_create_equipment weapon_ar2;npc_create npc_citizen;sv_cheats 0" | |
bind "l" "sv_cheats 1;npc_create_equipment weapon_shotgun;npc_create npc_monk;sv_cheats 0" | |
bind "semicolon" "sv_cheats 1;npc_create_equipment weapon_shotgun;npc_create npc_citizen;sv_cheats 0" | |
bind "'" "sv_cheats 1;npc_create_equipment weapon_stunstick;npc_create npc_citizen;sv_cheats 0" | |
bind "," "sv_cheats 1;npc_create_equipment weapon_crowbar;npc_create npc_monk;sv_cheats 0" | |
bind "." "sv_cheats 1;npc_create_equipment weapon_crowbar;npc_create npc_citizen;sv_cheats 0" | |
bind "/" "sv_cheats 1;npc_create_equipment weapon_citizenpackage;npc_create npc_citizen;sv_cheats 0" | |
bind "MOUSE2" "+attack2;ent_fire !picker setmedicon" | |
bind "MOUSE3" "ent_fire !picker ignite" | |
bind "MOUSE4" "sv_cheats 1;npc_create_equipment weapon_smg1;npc_create npc_monk;sv_cheats 0" | |
bind "MOUSE5" "sv_cheats 1;npc_create_equipment weapon_smg1;npc_create npc_citizen;sv_cheats 0" | |
bind "MWHEELUP" "ent_rotate 45" | |
bind "MWHEELDOWN" "ent_rotate 45" | |
bind "DEL" "ent_remove" | |
bind "END" "ent_fire npc_citizen ignite" | |
bind "PGDN" "ent_fire npc_citizen setmedicon" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment