Fire Rate mod

Ask others for their services or be of service to others.
14 posts Page 1 of 1 First unread post
{CCE}Unreal07
Deuce
Posts: 8
Joined: Fri Mar 01, 2013 7:15 am


Would it be possible to create a mod that allows the change of fire rate?
-Burst fire
-Semi
-Full Auto
For the SMG
and possibly for the rifle an added burst fire so you can toggle it with... N
Please reply if its possible or not
duck_norris
Modder
Modder
Posts: 719
Joined: Fri Feb 08, 2013 5:53 pm


{CCE}Unreal07 wrote:
Would it be possible to create a mod that allows the change of fire rate?
-Burst fire
-Semi
-Full Auto
For the SMG
and possibly for the rifle an added burst fire so you can toggle it with... N
Please reply if its possible or not
Well, all I know is that there is a way to get the smg burst-fire. I forgot how to do it, but if you ask this guy named paratrooper (the original person who came up with the idea), then he might tell you. Idk about the semi-fire for the smg though.
sidex15
Deuced Up
Posts: 75
Joined: Mon Nov 19, 2012 9:41 am


I make the script but u need to download auto hotkey here http://www.autohotkey.com/
this is the script (use numlock to enable it )
Code: Select all
~*LButton::
loop
{    
   GetKeyState, LButtonState, LButton, P
   GetKeyState, NumState, NumLock, T
   if (LButtonState = "U") || (NumState = "U") 
   {
      break
      } 
   else 
   {
      Click D
            sleep, 90
            click U
            sleep, 130
   }

}
Return
please note this is not a cheat
duck_norris
Modder
Modder
Posts: 719
Joined: Fri Feb 08, 2013 5:53 pm


sidex15 wrote:
I make the script but u need to download auto hotkey here http://www.autohotkey.com/
this is the script (use numlock to enable it )
Code: Select all
~*LButton::
loop
{    
   GetKeyState, LButtonState, LButton, P
   GetKeyState, NumState, NumLock, T
   if (LButtonState = "U") || (NumState = "U") 
   {
      break
      } 
   else 
   {
      Click D
            sleep, 90
            click U
            sleep, 130
   }

}
Return
please note this is not a cheat
So is this burst only?
sidex15
Deuced Up
Posts: 75
Joined: Mon Nov 19, 2012 9:41 am


duck_norris wrote:
sidex15 wrote:
I make the script but u need to download auto hotkey here http://www.autohotkey.com/
this is the script (use numlock to enable it )
Code: Select all
~*LButton::
loop
{    
   GetKeyState, LButtonState, LButton, P
   GetKeyState, NumState, NumLock, T
   if (LButtonState = "U") || (NumState = "U") 
   {
      break
      } 
   else 
   {
      Click D
            sleep, 90
            click U
            sleep, 130
   }

}
Return
please note this is not a cheat
So is this burst only?
yes
duck_norris
Modder
Modder
Posts: 719
Joined: Fri Feb 08, 2013 5:53 pm


sidex15 wrote:
duck_norris wrote:
sidex15 wrote:
I make the script but u need to download auto hotkey here http://www.autohotkey.com/
this is the script (use numlock to enable it )
Code: Select all
~*LButton::
loop
{    
   GetKeyState, LButtonState, LButton, P
   GetKeyState, NumState, NumLock, T
   if (LButtonState = "U") || (NumState = "U") 
   {
      break
      } 
   else 
   {
      Click D
            sleep, 90
            click U
            sleep, 130
   }

}
Return
please note this is not a cheat
So is this burst only?
yes
Blue_NotHappy that's what I thought. I already have that one.
sidex15
Deuced Up
Posts: 75
Joined: Mon Nov 19, 2012 9:41 am


duck_norris wrote:

Blue_NotHappy that's what I thought. I already have that one.
you can change it as semi fire put sleep 90 into 70 and sleep 130 into 100 Green_Sunglasses1
.::Taboo::.
Green Master Race
Green Master Race
Posts: 54
Joined: Sat Mar 09, 2013 10:01 pm


Here's the compiled executable if anyone wants it to skip downloading AHK.
https://www.box.com/s/ns18mmw2bb27wasb492m
sidex15
Deuced Up
Posts: 75
Joined: Mon Nov 19, 2012 9:41 am


.::Taboo::. wrote:
Here's the compiled executable if anyone wants it to skip downloading AHK.
https://www.box.com/s/ns18mmw2bb27wasb492m
you make my script into exe file?
and one more thing this cannot work in windows version x32 fix it
duck_norris
Modder
Modder
Posts: 719
Joined: Fri Feb 08, 2013 5:53 pm


sidex15 wrote:
duck_norris wrote:

Blue_NotHappy that's what I thought. I already have that one.
you can change it as semi fire put sleep 90 into 70 and sleep 130 into 100 Green_Sunglasses1
It didn't work...
sidex15
Deuced Up
Posts: 75
Joined: Mon Nov 19, 2012 9:41 am


duck_norris wrote:
sidex15 wrote:
duck_norris wrote:

Blue_NotHappy that's what I thought. I already have that one.
you can change it as semi fire put sleep 90 into 70 and sleep 130 into 100 Green_Sunglasses1
It didn't work...
sorry change sleep 90 in to 70 and sleep 130 in to 150 Blue_Sunglasses1
duck_norris
Modder
Modder
Posts: 719
Joined: Fri Feb 08, 2013 5:53 pm


sidex15 wrote:

sorry change sleep 90 in to 70 and sleep 130 in to 150 Blue_Sunglasses1
Do you know how to fix it though? Because when I changed it to the sleep you told me to before, it didn't work and then when I tried to open the script to change it back to the regular 3-round burst, it wouldn't open because of an error changing the code caused. The only problem is, it won't let me in to fix it. FML. Blue_Septic
sidex15
Deuced Up
Posts: 75
Joined: Mon Nov 19, 2012 9:41 am


duck_norris wrote:
sidex15 wrote:

sorry change sleep 90 in to 70 and sleep 130 in to 150 Blue_Sunglasses1
Do you know how to fix it though? Because when I changed it to the sleep you told me to before, it didn't work and then when I tried to open the script to change it back to the regular 3-round burst, it wouldn't open because of an error changing the code caused. The only problem is, it won't let me in to fix it. FML. Blue_Septic
so if thats it
polar bear
Deuce
Posts: 20
Joined: Sat Mar 09, 2013 5:10 am


can someone tell me how to uninstall the thingo (the one that skips downloading the installer) because i have no clue
14 posts Page 1 of 1 First unread post
Return to “Requests & Offers”

Who is online

Users browsing this forum: No registered users and 18 guests