script for firing very fast it seems
Good. More fully automatic G3/M14/pistols/snipers fun for me
It looked like you were holding the mouse button in.
Also, I use the scroll wheel for the opposite: Precise single shots with automatics.
You can outsnipe snipers with an MP5 if you do it right.
Also, I use the scroll wheel for the opposite: Precise single shots with automatics.
You can outsnipe snipers with an MP5 if you do it right.
Much faster.
M9 /w scroll wheel = Win
.50 Cal /w scroll wheel = Scary Shit.. especially in CQC
.50 Cal /w scroll wheel = Scary Shit.. especially in CQC
How do I use this script?GGF0RCE wrote:
tbh.Code:
Interval := 30 ~LButton:: SetTimer, Autofire, %Interval% return Autofire: Send, {LButton} if not GetKeyState("LButton", "P") SetTimer, Autofire, off return
Autohotkey I think, then just paste it as a command onto a certain key.Sir Schmoopy wrote:
How do I use this script?GGF0RCE wrote:
tbh.Code:
Interval := 30 ~LButton:: SetTimer, Autofire, %Interval% return Autofire: Send, {LButton} if not GetKeyState("LButton", "P") SetTimer, Autofire, off return
I dunno.
#rekt
DU told me over XFire.Mint Sauce wrote:
Autohotkey I think, then just paste it as a command onto a certain key.Sir Schmoopy wrote:
How do I use this script?GGF0RCE wrote:
tbh.Code:
Interval := 30 ~LButton:: SetTimer, Autofire, %Interval% return Autofire: Send, {LButton} if not GetKeyState("LButton", "P") SetTimer, Autofire, off return
I dunno.
Copy and paste that into a notepad, save it was lolercaeks.ahk, download auto hot key, install, double click lolercaeks.ahk.
To disable it type ^n::Suspend at the end, under return, and when you press ctrl and n it disables the script, ctrl and n to enable it.
You'll probably have to compile it to an exe, usually ahk's don't work in games.Sir Schmoopy wrote:
DU told me over XFire.Mint Sauce wrote:
Autohotkey I think, then just paste it as a command onto a certain key.Sir Schmoopy wrote:
How do I use this script?
I dunno.
Copy and paste that into a notepad, save it was lolercaeks.ahk, download auto hot key, install, double click lolercaeks.ahk.
To disable it type ^n::Suspend at the end, under return, and when you press ctrl and n it disables the script, ctrl and n to enable it.