Left 4 Dead 2

Left 4 Dead 2

Ultra Fast Firing Speed Script
43 Comments
Critas 10 Mar @ 9:10am 
dude get obs next time you record a vid
The Wilderness Bear 4 Feb, 2023 @ 8:11pm 
UR PC IS A T 2 FRAMES
LeBourne 15 Feb, 2022 @ 10:30am 
how do i make this work? im new and confused
Ruke (Soreasan) 1 Feb, 2022 @ 2:33am 
Hello there! This is great, i used it to merge into a hold to fire script if anyone wants. Unfortunately with Steam's short 1000 char limit i had to split it into 2-3 parts.

But if you just copy paste all the 2-3 comments together (top is optional), into a txt file, you can add a hold to fire script for pistols i find very nice to use! Just take notepad, copy paste the bottom 2 comments together to assemble the script, and save it as "autoexec.cfg" inside of \Steam\steamapps\common\Left 4 Dead 2\left4dead2\cfg\ and it should work. (I know it sounds sus and fair. It's just how the script works, from the selective fire install faq"

This script lets you fire about 30 bullets in 3.6s on my 60 fps pc. The waits are done relative to your computer, and the dual pistols are supposed to max at 10 shots a second (3s a clip), i haven't had any luck going under 3.6s /30 shots tho. But it's fast vs 5-7s manual and saves your hands!
Ruke (Soreasan) 1 Feb, 2022 @ 2:29am 
// Hold2Fire pistols with Q to swap modes: A merge of two mods done by Ruke
//(Mod1: Selective fire https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=154201435 By: LoadedAK47 , Alexandrovich , Gejsiv , Crowbait , GingaNinja , EvilJackCarver" )
// (Mod2: Rapid fire by Oskin ( https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=207546057

// NOTE: If you will get Press [?] to play on a bot on online, just press q to rebind m1 to normal fire so you can play normally in coop.

// To install this, you need to copy paste this file into notepad, save as all types "autoexec.cfg",
// and place it in your local files \Steam\steamapps\common\Left 4 Dead 2\left4dead2\cfg\ files saved as autoexec.cfg.
// Selective fire has great notes on installing these ! https://steamhost.cn/steamcommunity_com/workshop/filedetails/discussion/154201435/1489992080524775187/
// If it installed properly, you should see a green/yellow crosshair, and be able to hear a sound when clicking q.
Ruke (Soreasan) 1 Feb, 2022 @ 2:28am 
// Keybinding
alias doauto "bind mouse1 +attack; normalcross"
alias doburst "bind mouse1 +burst; burstcross" // Red Burst


// Auto fire, by Oskin
alias "+burst" "alias 3 +2; +2"
alias "+2" "+attack; wait 3; -2" // Fire rates, your fire rate might depend on your fps, feel free to fiddle with them to go faster or slower.
alias "-2" "-attack; wait 2; 3"
alias "3" "+2"
alias "-burst" "alias 3 -attack"


// Normal and hold2fire Options
alias firetoggle setfirefull
alias setfirefull "doauto; alias firetoggle setfireburst" //
alias setfireburst "doburst; alias firetoggle setfirefull" // Red pistol rapid fire
Ruke (Soreasan) 1 Feb, 2022 @ 2:28am 
// Crosshair Colors
alias normalcross "cl_crosshair_blue 0; cl_crosshair_green 2255; cl_crosshair_red 255; -reload"
alias burstcross "cl_crosshair_red 0; cl_crosshair_blue 0; cl_crosshair_green 255; -reload"

//Weapon Switching Reset - Gejsiv , GingaNinja
bind 1 "doauto; normalcross; slot1"
bind 2 "doburst; burstcross; slot2" // Sets Pistols to autofire defaults
bind 3 "doauto; normalcross; slot3"
bind 4 "doauto; normalcross; slot4"
bind 5 "doauto; normalcross; slot5"
bind mwheelup "normal;normalcross; invprev"
bind mwheeldown "doauto;normalcross; invnext"
bind q "lastinv; doauto; normalcross; reload2"

//Key Binding
bind q "firetoggle; -burst; playgamesound Weapon_Scout.ClipLocked"
MrDistractor 4 Sep, 2021 @ 6:00pm 
What command to I put in console?
TheGamingVoid 13 Apr, 2021 @ 5:57pm 
very impressive!

just a question:
there is a way to conjugate your Firing Speed Script,
with this :
alias fast_melee_swing_swap "slot5; wait 5; slot3; wait 5; slot2"

I am not an expert in coding but I think that the code "wait and slot"
they generate a terrible lag,
I don't know as if I was trying to use two different commands with the same mouse key.

You will understand what I mean.

Anyway thanks for the mod! XD. :steamthumbsup:
Aurelie 23 May, 2019 @ 8:49pm 
just use macro and it fast as hell
phoon 25 Jun, 2018 @ 9:56pm 
Going off what Antigen_X said...i've made the Guns as fast as can be

alias "+1" "alias 3 +2; +2"
alias "+2" "+attack; wait 5; -2"
alias "-2" "-attack; wait 5; 3"
alias "3" "+2"
alias "-1" "alias 3 -attack"
alias +auto "bind mouse1 +1; bind CAPSLOCK +normal; playgamesound Weapon_Scout.ClipLocked"
alias +normal "bind mouse1 +attack; bind CAPSLOCK +auto; playgamesound Weapon_Scout.ClipLocked"
bind CAPSLOCK "+auto; playgamesound Weapon_Scout.ClipLocked"
Antigen_X 21 Oct, 2017 @ 10:47am 
Going off of what Psykotik said, I added a sound that tells you when you activated rapid fire as seen here:

alias "+1" "alias 3 +2; +2"
alias "+2" "+attack; wait 2; -2"
alias "-2" "-attack; wait 3; 3"
alias "3" "+2"
alias "-1" "alias 3 -attack"
alias +auto "bind mouse1 +1; bind CAPSLOCK +normal; playgamesound Weapon_Scout.ClipLocked"
alias +normal "bind mouse1 +attack; bind CAPSLOCK +auto; playgamesound Weapon_Scout.ClipLocked"
bind CAPSLOCK "+auto; playgamesound Weapon_Scout.ClipLocked"

Now, I changed the toggle key to Caps Lock, because I still want to be able to use my "Q" key for weapon switching. Unfortunately, you kinda have to double tap the button in order to enable/disable it, it's a little incosistent as well, but it works. I just can't figure out why it needs to be double tapped, but it's the best I can do...

The sound came from this mod: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=154201435&searchtext=Select+Fire
Psy 19 Jun, 2017 @ 2:52am 
I added 2 lines to the script that allows you to toggle the rapid fire.

alias "+1" "alias 3 +2; +2"
alias "+2" "+attack; wait 2; -2"
alias "-2" "-attack; wait 3; 3"
alias "3" "+2"
alias "-1" "alias 3 -attack"
alias +auto "bind mouse1 +1; bind q +normal"
alias +normal "bind mouse1 +attack; bind q +auto"
bind q "+auto"

Explanation:

Pressing q toggles the rapid fire off and on. When rapid fire is on, holding mouse1 will allow you to use the rapid fire script. When rapid fire is off, mouse1 functions as normal.

Notes:

- Toggle the script off when healing yourself because you will be unable to do so (try healing with it on and you'll see what I mean).
- Let me know if this helps you, as it certainly helped me.
- I'm not trying to "steal" any credit or whatever. I am simply providing an option to toggle the script if you want to use the rapid fire with your mouse1 button.

Have a nice day everyone!
Ellie 13 Dec, 2016 @ 6:45am 
can u make alot faster plz.
LadiesMan217 17 Nov, 2016 @ 11:02pm 
cant get it to work :P
Rohtolos 2 Nov, 2016 @ 12:51pm 
the speed is not ultra fast. can u upgrade to ultra??
FalseOptimism 2 Aug, 2016 @ 12:20pm 
can anyone tell me whats wrong with this. it works only briefly from time to time, usually only while im in the safe room. anyone know what i can do to fix this problem?
den 30 Jul, 2016 @ 8:53pm 
Just got banned from a server :/ great
Jacbo 12 Jul, 2016 @ 6:25pm 
This script does not work BUT. I have fixed and slightly improved it, mine uses key Q. You press ~ then enter this script. If you want to change the key, change the q to your preferred key. here it is
Bind q "+1"; alias "+1" "alias 3 +2; +2"; alias "+2" "+attack; wait 1; -2"; alias "-2" "-attack; wait 1; 3"; alias "3" "+2"; alias "-1" "alias 3 -attack"
Warhawk 30 Jan, 2015 @ 12:46pm 
There are definitely faster shooting scripts out there, but this can be helpful for slower single-shot weapons when you don't want to click the trigger button every shot.
Kirito Matsuya 14 Oct, 2014 @ 6:24pm 
it does not want to download it self when i relaunch the game
Autumn_ 2 Oct, 2014 @ 2:55pm 
Video quality is superb, its almost like i am there.
Lumpy 21 Sep, 2014 @ 11:40am 
can you change it to mouse 1
Wheeziest 16 Aug, 2014 @ 11:07am 
why do the mod stop working when i leave
a game
Nasty Ned 12 Aug, 2014 @ 8:11pm 
I can shoot at quickly as well, but this should make all guns automatic, right?
Shnakey 30 Jul, 2014 @ 10:02am 
i agree with aRandome i can shoot that fast too >_>
Shure Iam 4 Jul, 2014 @ 3:24pm 
dude me and my 2 brother can shoot that fast with the dual pistols
Chet 24 Apr, 2014 @ 5:17am 
NOT bad
Merlin 21 Feb, 2014 @ 7:55pm 
does it work for the magnum pistol
OMNIX 1 Jan, 2014 @ 3:01pm 
i press the middle button but nothing happens??
☣☢MarlBoro☢☣ 31 Dec, 2013 @ 10:39am 
not fast guns fast finger :)

Kewlgle 30 Dec, 2013 @ 10:25am 
Worked until I left the game. Once I came to play again, it didn't work anymore. Any suggestions?
CFFG._Raven :3 29 Dec, 2013 @ 2:41pm 
i can shoot that fast any way
Oskin  [author] 29 Dec, 2013 @ 2:55am 
Subscribe, open l4d2, press middle mouse button, done.
MSTR SKULLBUSTR 29 Dec, 2013 @ 1:52am 
im confused as how your suppose to get it to work
OMNIX 28 Dec, 2013 @ 4:46pm 
how do i use it??
Popolipo 28 Dec, 2013 @ 12:24pm 
I didn't understand how it works
Oskin  [author] 28 Dec, 2013 @ 5:39am 
You don't insert it into the console, you insert it in the autoexec.cfg
Gnucci 28 Dec, 2013 @ 5:01am 
It sais
bind <key> [command] : attach a command to a key
... help
SocietalPanic7 27 Dec, 2013 @ 11:01pm 
could make it even faster like the Uzi.
Oskin  [author] 27 Dec, 2013 @ 10:30pm 
It's already fast, no need to.
SocietalPanic7 27 Dec, 2013 @ 2:06pm 
I want to know if it works for m16?
MunkeyThrust 24 Dec, 2013 @ 9:54am 
More shooting = More better!