Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Here's the full code in case you wanna see it:
//有问题欢迎和67讨论哦
//双雷自杀
bind k killme
alias killme "say awsl; use weapon_grenade; use weapon_incendiary; use weapon_sentryplanter; use weapon_chestplanter; wait 40; kill"
//手枪连发
bind MOUSE1 "+sfire"
alias +sfire "alias shoot_idle okrepeat; okrepeat"
alias -sfire "alias shoot_idle endrepeat"
alias shoot_idle "okrepeat"
alias okrepeat "+attack; wait 5; okrepeat2"
alias okrepeat2 "-attack; wait 5; shoot_idle"
alias endrepeat ""
//自动速拳
bind f "gidle"
alias "gidle" "g_on"
alias "g_on" "alias gidle g_off; alias switch_idle switch_on; switch_on"
alias switch_on "slot1; wait 5; use weapon_crowbar; wait 5; slot2; switch_idle"
alias "g_off" "alias gidle g_on; alias switch_idle switch_off"
alias "switch_off" ""