Results 1 to 4 of 4
  1. #1
    uanaka's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    0

    L> FAL Rapid Fire Script!

    Hey guys!

    I'd really appreciate it if you could help me locate a rapid fire script that doesn't max out the FAL. I've tried the ones here, but for some reason everytime I use it, my whole game lags up. People told me, that the script is going faster than the FAL's firerate.

    Thanks!

  2. #2
    Horror's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    51,4.
    Posts
    6,920
    Reputation
    574
    Thanks
    5,050
    My Mood
    Twisted
    You mean ur FAL stops shooting ? That happens when you shoot too fast ... Or u just start lagging ?
     

    Minion+ : February 2014 - January 2015
    Counter Strike: Global Offensive Minion : November 2014 - January 2015
    Alliance of Valiant Arms Minion : August 2014 - January 2015
    Need For Speed World Minion : January 2014 - January 2015
    Rust Minion : January 2014 - January 2015
    Call of Duty Minion : January 2013 - January 2015
    Editor : December 2012 - April 2013
    Donator : March 2014 - Current
    Member : October 2010 - Current

    Previously known as "Isaakske".

  3. #3
    dz0's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    159
    Reputation
    10
    Thanks
    16
    My Mood
    Buzzed
    here's 1 I have toyed with, Its not my work - I just edited the sleep settings, either 39 or 40 seems to work well with the FAL.
    just create a new script with AHK, open/edit the script copy and paste the below into the new ahk script ( start from the #) , save as FAL RF.AHK and thats it, ohh F1 exits script


    #NoEnv
    SendMode Input

    _auto := true

    ~LButton::autofire()
    Numlock::_auto := ! _auto
    F1::ExitApp

    autofire()
    {
    global _auto
    if _auto
    {
    Loop
    {
    if GetKeyState("LButton", "P")
    {
    SendInput {LButton DownTemp}
    Sleep 39
    mouseXY(0, 1)
    SendInput {LButton Up}
    Sleep 39
    }
    else
    break
    } ;; loop
    } ;; if
    } ;; autofire()

    mouseXY(x,y)
    {
    DllCall("mouse_event",uint,1,int,x,int,y,uint,0,in t,0)
    }

    the FAL seems to have a faster fire rate when finger tapping the mouse instead of the auto option, others fire less rounds/min with suppressor fitted also
    Last edited by dz0; 12-24-2012 at 04:39 AM.

  4. #4
    Horror's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    51,4.
    Posts
    6,920
    Reputation
    574
    Thanks
    5,050
    My Mood
    Twisted
    Quote Originally Posted by dz0 View Post
    the FAL seems to have a faster fire rate when finger tapping the mouse instead of the auto option, others fire less rounds/min with suppressor fitted also
    That has been confirmed
     

    Minion+ : February 2014 - January 2015
    Counter Strike: Global Offensive Minion : November 2014 - January 2015
    Alliance of Valiant Arms Minion : August 2014 - January 2015
    Need For Speed World Minion : January 2014 - January 2015
    Rust Minion : January 2014 - January 2015
    Call of Duty Minion : January 2013 - January 2015
    Editor : December 2012 - April 2013
    Donator : March 2014 - Current
    Member : October 2010 - Current

    Previously known as "Isaakske".

Similar Threads

  1. mw3 rapid fire script help with editing
    By darkpimp in forum Call of Duty Modern Warfare 3 Help
    Replies: 1
    Last Post: 12-18-2011, 02:56 PM
  2. Mw3 Rapid Fire script(Help)
    By darkpimp in forum Call of Duty Modern Warfare 3 Help
    Replies: 0
    Last Post: 12-18-2011, 12:41 PM
  3. [Release] New Rapid Fire Script with Source Code
    By DahInternetz in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 8
    Last Post: 08-24-2011, 05:10 PM
  4. [Request] Rapid Fire script
    By Mentally in forum Alliance of Valiant Arms (AVA) Discussions
    Replies: 0
    Last Post: 01-17-2011, 12:54 PM
  5. Fal Rapid Fire
    By roxor804 in forum Call of Duty Modern Warfare 2 Help
    Replies: 3
    Last Post: 05-27-2010, 04:21 AM