Paratrooper's Burst-Fire Script

External additional handy features.
31 posts Page 1 of 3 First unread post
Ballistic
3 Years of Ace of Spades
3 Years of Ace of Spades
Posts: 1207
Joined: Wed Dec 19, 2012 12:17 am


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
Last edited by Ballistic on Tue Jan 06, 2015 2:02 pm, edited 4 times in total.
mylesd98
Winter Celebration 2013
Winter Celebration 2013
Posts: 86
Joined: Sun Apr 28, 2013 3:25 pm


[Deleted]
Last edited by mylesd98 on Fri Jun 23, 2023 2:07 pm, edited 1 time in total.
Ballistic
3 Years of Ace of Spades
3 Years of Ace of Spades
Posts: 1207
Joined: Wed Dec 19, 2012 12:17 am


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.
TB_
Post Demon
Post Demon
Posts: 998
Joined: Tue Nov 20, 2012 6:59 pm


Could you make a version where it stops every single shot? So you'll have to continually press left click.
Ballistic
3 Years of Ace of Spades
3 Years of Ace of Spades
Posts: 1207
Joined: Wed Dec 19, 2012 12:17 am


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.
learn_more
Coder
Coder
Posts: 891
Joined: Sun Mar 24, 2013 9:59 pm


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
Leif_The_Head
Deuced Up
Posts: 200
Joined: Tue Apr 09, 2013 12:52 pm


I do pretty good with 3 bullets on myself, getting mostly instant kills not only in AoS.
Ballistic
3 Years of Ace of Spades
3 Years of Ace of Spades
Posts: 1207
Joined: Wed Dec 19, 2012 12:17 am


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?
learn_more
Coder
Coder
Posts: 891
Joined: Sun Mar 24, 2013 9:59 pm


no, that is the script that is inside the exe.
zovc
Deuced Up
Posts: 133
Joined: Wed Jan 02, 2013 1:36 am


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
CommieBuffalo
Blue Master Race
Blue Master Race
Posts: 2341
Joined: Mon Nov 05, 2012 4:51 pm


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.
Handles
League Participant
League Participant
Posts: 1087
Joined: Tue Jan 08, 2013 9:46 pm


As a former SMG noob myself, I only shot in 2-3 bursts, it saves bullets and is more accurate.
Ghost465
Deuce
Posts: 13
Joined: Fri Jun 28, 2013 8:28 am


Can anyone please make the 1 shot pause?
That would be epik (k is for awesomeness Blue_Tongue)
learn_more
Coder
Coder
Posts: 891
Joined: Sun Mar 24, 2013 9:59 pm


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.
ZEB 99
Post Demon
Post Demon
Posts: 2028
Joined: Fri Feb 22, 2013 10:03 pm


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
31 posts Page 1 of 3 First unread post
Return to “Add-ons & Tools”

Who is online

Users browsing this forum: No registered users and 19 guests