Results 1 to 15 of 15
  1. #1
    only_zuul's Avatar
    Join Date
    Nov 2019
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0

    FAL rapid fire/ recoil reduction script

    Cheat Name: Fal rapid fire/ Recoil control script
    Functionality: turns the FAL into fully auto and reduces recoil via a script
    Other: PC xbox 1 controller support

  2. #2
    ericpepe1233's Avatar
    Join Date
    Nov 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    1
    here u go

    ; Cod MW Rapid Fire + Antirecoil by Gloomzy

    #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 1
    mouseXY(0, 3)
    SendInput {LButton Up}
    Sleep 1
    }
    else
    break
    } ;; loop
    } ;; if
    } ;; autofire()

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

  3. The Following User Says Thank You to ericpepe1233 For This Useful Post:

    RedFeather (01-24-2020)

  4. #3
    yungporsche's Avatar
    Join Date
    May 2017
    Gender
    male
    Location
    Ask your hoe
    Posts
    620
    Reputation
    85
    Thanks
    85
    My Mood
    Tired
    Isnt AHK Detected by TAC?

  5. #4
    punchtailtiger's Avatar
    Join Date
    Jan 2020
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by yungporsche View Post
    Isnt AHK Detected by TAC?
    Bump - more wondering if people have gotten banned for Logitech macros

  6. #5
    tuxtos1976's Avatar
    Join Date
    Nov 2019
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    i use a macro logitech and works very fine NO BAN

  7. #6
    Longitude2024's Avatar
    Join Date
    Sep 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Is this still safe for call of duty modern warfare(The newest one)

  8. #7
    Fortune-Miss's Avatar
    Join Date
    Oct 2019
    Gender
    female
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    Quote Originally Posted by punchtailtiger View Post
    Bump - more wondering if people have gotten banned for Logitech macros
    Which Logitech macro are you using?

  9. #8
    RedFeather's Avatar
    Join Date
    Nov 2019
    Gender
    male
    Posts
    180
    Reputation
    10
    Thanks
    19
    My Mood
    Busy
    Quote Originally Posted by Longitude2024 View Post
    Is this still safe for call of duty modern warfare(The newest one)
    I can give you better scripts, I have two scripts that do the same thing as this one script. Anti-recoil script that is on the fly adjustable, and a more reliable Rapid Fire script. Compiled scripts are usually undetectable, unless it is a very popular script that has been widely distributed. My scripts are my own and have been using them for months now.

  10. The Following User Says Thank You to RedFeather For This Useful Post:

    Moritzvon (03-22-2020)

  11. #9
    OO893DD's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    4
    Which Logitech macro are you using?

  12. #10
    Geneduty98's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    3
    My Mood
    Fine
    anyways u can give me that??

  13. #11
    isay0's Avatar
    Join Date
    Nov 2020
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    Quote Originally Posted by RedFeather View Post
    I can give you better scripts, I have two scripts that do the same thing as this one script. Anti-recoil script that is on the fly adjustable, and a more reliable Rapid Fire script. Compiled scripts are usually undetectable, unless it is a very popular script that has been widely distributed. My scripts are my own and have been using them for months now.
    Can i get it ?

  14. #12
    ali5057's Avatar
    Join Date
    Nov 2020
    Gender
    female
    Posts
    2
    Reputation
    10
    Thanks
    0
    PM me. I'm interested.

  15. #13
    bobkottick's Avatar
    Join Date
    Sep 2020
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    There is no way for "Rapid Fire"
    Rate of fire has a cap, and it is locked on server side.

  16. #14
    Kazishini's Avatar
    Join Date
    Jan 2020
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Im very interested in these scripts Redfeather

  17. #15
    RedFeather's Avatar
    Join Date
    Nov 2019
    Gender
    male
    Posts
    180
    Reputation
    10
    Thanks
    19
    My Mood
    Busy
    Private Message me
    Last edited by RedFeather; 12-15-2020 at 10:33 PM.

Similar Threads

  1. [Release] AHK - Rapid Fire & Recoil Reduce
    By Wankistar in forum Counter-Strike 2 Coding & Resources
    Replies: 37
    Last Post: 04-25-2023, 10:13 AM
  2. [Solved] Rapid fire / no recoil script (ahk)
    By rl965 in forum Battlefield 4 Help
    Replies: 1
    Last Post: 10-05-2016, 08:45 AM
  3. [Detected] Rapid Fire and Anti-Recoil scripts VAC proof [AutoHotKey]
    By MeepDarknessMeep in forum Call of Duty 9 - Black Ops 2 (BO2) Hacks & Cheats
    Replies: 61
    Last Post: 06-29-2013, 05:27 AM
  4. [Solved] L> FAL Rapid Fire Script!
    By uanaka in forum Call of Duty Black Ops 2 Help
    Replies: 3
    Last Post: 12-24-2012, 05:57 AM
  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