Contraz
Member
+13|6604
script for firing very fast it seems
tkoi
Utahraptor!
+148|6356|Texas
Good. More fully automatic G3/M14/pistols/snipers fun for me
DefCon-17
Maple Syrup Faggot
+362|6365|Vancouver | Canada
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.
some_random_panda
Flamesuit essential
+454|6599



Much faster.
Phaytal
Member
+20|6363|Engarlandd
M9 /w scroll wheel = Win
.50 Cal /w scroll wheel = Scary Shit.. especially in CQC
Finray
Hup! Dos, Tres, Cuatro
+2,629|5997|Catherine Black

GGF0RCE wrote:

Code:

Interval := 30
~LButton::
    SetTimer, Autofire, %Interval%
    return
Autofire:
    Send, {LButton}
    if not GetKeyState("LButton", "P")
        SetTimer, Autofire, off
    return
tbh.
How do I use this script?
https://i.imgur.com/qwWEP9F.png
Mint Sauce
Frighteningly average
+780|6495|eng

Sir Schmoopy wrote:

GGF0RCE wrote:

Code:

Interval := 30
~LButton::
    SetTimer, Autofire, %Interval%
    return
Autofire:
    Send, {LButton}
    if not GetKeyState("LButton", "P")
        SetTimer, Autofire, off
    return
tbh.
How do I use this script?
Autohotkey I think, then just paste it as a command onto a certain key.

I dunno.
#rekt
Finray
Hup! Dos, Tres, Cuatro
+2,629|5997|Catherine Black

Mint Sauce wrote:

Sir Schmoopy wrote:

GGF0RCE wrote:

Code:

Interval := 30
~LButton::
    SetTimer, Autofire, %Interval%
    return
Autofire:
    Send, {LButton}
    if not GetKeyState("LButton", "P")
        SetTimer, Autofire, off
    return
tbh.
How do I use this script?
Autohotkey I think, then just paste it as a command onto a certain key.

I dunno.
DU told me over XFire.

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.
https://i.imgur.com/qwWEP9F.png
CrazeD
Member
+368|6881|Maine

Sir Schmoopy wrote:

Mint Sauce wrote:

Sir Schmoopy wrote:


How do I use this script?
Autohotkey I think, then just paste it as a command onto a certain key.

I dunno.
DU told me over XFire.

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.

Board footer

Privacy Policy - © 2024 Jeff Minard