Page 1 of 1

Fire Rate mod

Posted: Thu Mar 07, 2013 12:52 am
by {CCE}Unreal07
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

Re: Fire Rate mod

Posted: Fri Mar 08, 2013 5:40 pm
by duck_norris
{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.

Re: Fire Rate mod

Posted: Tue Mar 12, 2013 8:55 am
by sidex15
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

Re: Fire Rate mod

Posted: Thu Mar 14, 2013 12:00 am
by duck_norris
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?

Re: Fire Rate mod

Posted: Thu Mar 14, 2013 7:35 am
by sidex15
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

Re: Fire Rate mod

Posted: Fri Mar 15, 2013 6:42 pm
by duck_norris
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.

Re: Fire Rate mod

Posted: Sat Mar 16, 2013 1:02 am
by sidex15
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

Re: Fire Rate mod

Posted: Sat Mar 16, 2013 3:38 am
by .::Taboo::.
Here's the compiled executable if anyone wants it to skip downloading AHK.
https://www.box.com/s/ns18mmw2bb27wasb492m

Re: Fire Rate mod

Posted: Sat Mar 16, 2013 5:05 am
by sidex15
.::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

Re: Fire Rate mod

Posted: Sun Mar 17, 2013 7:45 pm
by duck_norris
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...

Re: Fire Rate mod

Posted: Mon Mar 18, 2013 3:35 am
by sidex15
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

Re: Fire Rate mod

Posted: Wed Mar 27, 2013 2:48 am
by duck_norris
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

Re: Fire Rate mod

Posted: Sat Mar 30, 2013 1:01 am
by sidex15
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

Re: Fire Rate mod

Posted: Thu Apr 11, 2013 3:19 am
by polar bear
can someone tell me how to uninstall the thingo (the one that skips downloading the installer) because i have no clue