Sniper scripts
From TF2 Wiki
|
TFC Sniper Style
- Posted by Hitman101
//OLD SKOOL TFC SNIPER STYLE alias +tfcsniper "+attack2; wait 25; -attack2" alias -tfcsniper "+attack; wait 100; -attack; +attack2; wait 25; -attack2" bind mouse1 +tfcsniper
TFC Sniper w/ Toggle
- Another script posted by me but not created by me, found on a message board somewhere that I cannot find again. Props to whomever made it. It allows you to turn the sniper script on and off by selecting the rifle, but when you switch away from it, normal firing resumes. Excellent for being able to use your other weapons without reloading scripts.
- Posted by Shifty54
//Sniper Toggle //============= alias sniperToggle "sniper1" alias sniper1 "use tf_weapon_sniperrifle; bind mouse1 +sniperstyle; alias sniperToggle sniper2; dev1; echo Release Firing: ON; wait 100; dev0; " alias sniper2 "bind mouse1 +attack; alias sniperToggle sniper1; dev1; echo Release Firing: OFF; wait 100; dev0; " alias +sniperstyle "+attack2; wait 25; -attack2" alias -sniperstyle "+attack; wait 100; -attack; +attack2; wait 25; -attack2" alias smg "-attack; sniper2; use tf_weapon_smg" alias blade "-attack; sniper2; use tf_weapon_club" //Sniper Toggle Key Binding: bind "1" snipertoggle bind "2" smg bind "3" blade
Sniper Quick Submachine Gun
- Tap the +toggle_sec button to switch to Submachine gun and immediately back to Sniper Rifle,
which accomplishes the "quick out of scope" behavior from scripts above.When you want to use the Submachine gun, just hold down +toggle_sec and start firing; release to return to Sniper Rifle. Binding listed below works for this assuming you can hold your thumb on SPACE while you move around. - NOTE: As of December 31st, 2007's patch, "quick scoping" is no longer possible. This script is now only useful in switching to and from the Submachine Gun and has no other advantages. All other scripts that were made to "quick scope" have been removed from the page.
- Posted by Essobie
// Sniper Quick Submachine Gun // =========================== alias +toggle_sec "use tf_weapon_smg" alias -toggle_sec "use tf_weapon_sniperrifle" bind SPACE +toggle_sec // Hold to use Submachine Gun. Release to go back to Sniper Rifle.
