Ссылка на Сообщение
#1
27.12.2009, 21:38
Author's Readme/Notes:
Features:
- Says Ninja Vanish!
- Changes your name to HOLY SHIT A NINJA!
- Says enemydown on radio
- Turns on flashlight
- Drops your primary and secondary weapon (no ammo to retrieve)
- Takes out a nade and puts you on +attack
- Kills you, drops the nade, and resets everything.
- Spins really fast for fun.
- Just try it and see! Good fun. :wink:
i did not make this!
Features:
- Says Ninja Vanish!
- Changes your name to HOLY SHIT A NINJA!
- Says enemydown on radio
- Turns on flashlight
- Drops your primary and secondary weapon (no ammo to retrieve)
- Takes out a nade and puts you on +attack
- Kills you, drops the nade, and resets everything.
- Spins really fast for fun.
- Just try it and see! Good fun. :wink:
i did not make this!
CODE
// Ninja Vanish Kill-Script
// By Q-bA11
// scripting.elxDraco.net
alias echo_on.oW1 "motdfile echo.txt"
alias echo_off.oW1 "developer 1; motd; developer 0; motdfile motd.txt"
alias +ninjavanish "writecfg Q-bA11_oW1; wait; say You'll never take me alive... <~Ninja Vanish!~>; wait; name HOLY%SHIT%A%NINJA!; enemydown; impulse 100; hud_fastswitch 1; wait; slot1; drop; wait; wait; slot2; drop; wait; wait; weapon_smokegrenade; weapon_flashbang; weapon_hegrenade; wait; wait; +attack; wait; cl_yawspeed 450.1337; +right"
alias -ninjavanish "kill; wait; -attack; wait; -right; wait; impulse 100; wait; wait; wait; say_team (Stealthy Escape Successful); wait; echo_on.oW1; motd_write [Stealthy Escape Successful]; echo_off.oW1; exec Q-bA11_oW1.cfg"
// Edit Here
bind end "+ninjavanish"
// By Q-bA11
// scripting.elxDraco.net
alias echo_on.oW1 "motdfile echo.txt"
alias echo_off.oW1 "developer 1; motd; developer 0; motdfile motd.txt"
alias +ninjavanish "writecfg Q-bA11_oW1; wait; say You'll never take me alive... <~Ninja Vanish!~>; wait; name HOLY%SHIT%A%NINJA!; enemydown; impulse 100; hud_fastswitch 1; wait; slot1; drop; wait; wait; slot2; drop; wait; wait; weapon_smokegrenade; weapon_flashbang; weapon_hegrenade; wait; wait; +attack; wait; cl_yawspeed 450.1337; +right"
alias -ninjavanish "kill; wait; -attack; wait; -right; wait; impulse 100; wait; wait; wait; say_team (Stealthy Escape Successful); wait; echo_on.oW1; motd_write [Stealthy Escape Successful]; echo_off.oW1; exec Q-bA11_oW1.cfg"
// Edit Here
bind end "+ninjavanish"