Page 1 of 3

Paratrooper's Burst-Fire Script

Posted: Tue Apr 30, 2013 7:31 pm
by Ballistic
Note: Copied from Semper's original thread in the old forums.

Credits to the creator!(Paratrooper) I'm just sharing this with you guys.

1.) Install Autohotkey: http://www.autohotkey.com/
2.) Open the script (The notepad file that comes with it) or edit it by right-clicking the icon in the system tray (The Green H):

Image

3.) Erase everything and replace it with this:
Code: Select all
    ~*LButton::
    loop
    {   
       GetKeyState, LButtonState, LButton, P
       GetKeyState, NumState, NumLock, T
       if (LButtonState = "U") || (NumState = "U")
       {
          break
          }
       else
       {
          Click D
                sleep, 270
                click U
                sleep, 120
       }http://forumarchive.spadille.net/

    }
    Return
4.) Save the script
5.) Restart AutoHotkey (Or reload the script)

Image

6.) Run AoS/Enter a server and select the SMG
7.) Turn on Numlock, hold the fire button, and you'll notice that the SMG fires in 3-round bursts

Re: AutoHotKey Burst-Fire Script for the SMG

Posted: Wed May 01, 2013 6:51 pm
by mylesd98
[Deleted]

Re: AutoHotKey Burst-Fire Script for the SMG

Posted: Thu May 02, 2013 7:40 am
by Ballistic
mylesd98 wrote:
So this is basicly multibullet hack? -_-
No, it just stops every 3 shots, making the smg a bit more controlable. (Example: select fire in Black Ops II) You dont get more bullets or whatsoever. Why don't you try it out yourself?

*EDIT* Nobody would be dumb enough to post a hack in the forums. Besides, I never hack believe it or not.

Re: AutoHotKey Burst-Fire Script for the SMG

Posted: Thu May 02, 2013 8:21 am
by TB_
Could you make a version where it stops every single shot? So you'll have to continually press left click.

Re: AutoHotKey Burst-Fire Script for the SMG

Posted: Thu May 02, 2013 9:50 am
by Ballistic
TB_ wrote:
Could you make a version where it stops every single shot? So you'll have to continually press left click.
Sorry but like I said, I found this in the SPQR Forums which don't exist anymore.

Re: AutoHotKey Burst-Fire Script for the SMG

Posted: Thu May 02, 2013 5:57 pm
by learn_more
Code: Select all
; <COMPILER: v1.1.09.00>
#NoEnv
#Warn
SendMode Input
SetWorkingDir %A_ScriptDir%
~*LButton::
loop
{
GetKeyState, LButtonState, LButton, P
GetKeyState, NumState, NumLock, T
if (LButtonState = "U") || (NumState = "U")
{
break
}
else
{
Click D
sleep, 270
click U
sleep, 120
}
}
Return

Re: AutoHotKey Burst-Fire Script for the SMG

Posted: Fri May 03, 2013 12:30 pm
by Leif_The_Head
I do pretty good with 3 bullets on myself, getting mostly instant kills not only in AoS.

Re: AutoHotKey Burst-Fire Script for the SMG

Posted: Fri May 03, 2013 1:30 pm
by Ballistic
learn_more wrote:
Code: Select all
; <COMPILER: v1.1.09.00>
#NoEnv
#Warn
SendMode Input
SetWorkingDir %A_ScriptDir%
~*LButton::
loop
{
GetKeyState, LButtonState, LButton, P
GetKeyState, NumState, NumLock, T
if (LButtonState = "U") || (NumState = "U")
{
break
}
else
{
Click D
sleep, 270
click U
sleep, 120
}
}
Return
Is this a better version of the the script?

Re: AutoHotKey Burst-Fire Script for the SMG

Posted: Fri May 03, 2013 8:25 pm
by learn_more
no, that is the script that is inside the exe.

Re: AutoHotKey Burst-Fire Script for the SMG

Posted: Wed Jun 12, 2013 10:30 pm
by zovc
if a scripter wanted to he could edit that script and make it a 1 shot pause
this is useful but CAN be considered a hack in some ways b/c your using 3rd party programs to gain an advantage in the game
but then again being posted here its free for all so I consider it not a hack.
Green_BigSmile Green_Happy1

Re: AutoHotKey Burst-Fire Script for the SMG

Posted: Sun Jun 16, 2013 8:56 pm
by CommieBuffalo
zovc wrote:
if a scripter wanted to he could edit that script and make it a 1 shot pause
this is useful but CAN be considered a hack in some ways b/c your using 3rd party programs to gain an advantage in the game
but then again being posted here its free for all so I consider it not a hack.
Green_BigSmile Green_Happy1
I wouldn't say you're getting a big advantage. Put some time into it and you can easily train yourself to shoot in two- or three-shot bursts with the SMG almost 100% of the time.

Re: AutoHotKey Burst-Fire Script for the SMG

Posted: Sun Jun 16, 2013 10:47 pm
by Handles
As a former SMG noob myself, I only shot in 2-3 bursts, it saves bullets and is more accurate.

Re: AutoHotKey Burst-Fire Script for the SMG

Posted: Thu Oct 03, 2013 6:35 pm
by Ghost465
Can anyone please make the 1 shot pause?
That would be epik (k is for awesomeness Blue_Tongue)

Re: AutoHotKey Burst-Fire Script for the SMG

Posted: Fri Oct 04, 2013 8:17 am
by learn_more
Ghost465 wrote:
Can anyone please make the 1 shot pause?
That would be epik (k is for awesomeness Blue_Tongue)
stop being a lazy bum and do it yourself.

Re: AutoHotKey Burst-Fire Script for the SMG

Posted: Mon Oct 07, 2013 6:06 pm
by ZEB 99
learn_more wrote:
Ghost465 wrote:
Can anyone please make the 1 shot pause?
That would be epik (k is for awesomeness Blue_Tongue)
stop being a lazy bum and do it yourself.
1.why are 90 percent of your posts snappy ss combacks
2.not many people are like you aand know how to program