Results 1 to 5 of 5
  1. #1
    rl965's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Need help with a rapid fire / no recoil script

    Hey, im currently using this rapid fire / no recoil script, is there a way to modify it so that it only works when im holding rmb (in zoom)?

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

    mouseXY(x,y)
    {
    DllCall("mouse_event",uint,1,int,x,int,y,uint,0,in t,0)
    }
    Edit: found a way
    Last edited by rl965; 10-04-2016 at 11:51 PM. Reason: solved

  2. #2
    _NightWare's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Location
    Netherlands
    Posts
    724
    Reputation
    274
    Thanks
    2,302
    My Mood
    Inspired
    You clearly didn't make the code stated above. Please LEARN the language and make something yourself instead of being a skid who piggy backs on others there code. @Smoke @Hunter

    Feel free to leave a thanks or +rep if I helped you.

    ಠ_ರೃ
    Script Squad






    [IMG]https://roblo*****m?rbxp=135887430[/IMG]

  3. #3
    Ally's Avatar
    Join Date
    Dec 2014
    Gender
    female
    Location
       ♥
    Posts
    8,697
    Reputation
    1610
    Thanks
    8,499
    My Mood
    Angelic
    Quote Originally Posted by _NightWare View Post
    You clearly didn't make the code stated above. Please LEARN the language and make something yourself instead of being a skid who piggy backs on others there code. @Smoke @Hunter
    he is asking for help idiot not posting a recoil script

    Premium Member 22/4/16
    Steam Minion 22/12/2017
    OFPS Minion 5/2/2019
    MMO Minion 5/2/2019
    Minion+ 5/2/2019
    Mod 8/11/2020
    Retired 3/10/2022
    22 / Dec 7, 2001

  4. The Following User Says Thank You to Ally For This Useful Post:

    rl965 (10-05-2016)

  5. #4
    _NightWare's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Location
    Netherlands
    Posts
    724
    Reputation
    274
    Thanks
    2,302
    My Mood
    Inspired
    Quote Originally Posted by TheJoker View Post


    he is asking for help idiot not posting a recoil script
    wups...

    Sorry @rl965 Lately there have been alot of reposts, so I was kind of on auto pilot.
    Anyway, to answer your question:

    Change
    Code:
    if GetKeyState("LButton", "P")
    to
    Code:
    if GetKeyState("RButton", "P")
    (I think, I don't know AHK, but it's an easy guess. If it doesn't work, I suggest using google )

    Feel free to leave a thanks or +rep if I helped you.

    ಠ_ರೃ
    Script Squad






    [IMG]https://roblo*****m?rbxp=135887430[/IMG]

  6. The Following 2 Users Say Thank You to _NightWare For This Useful Post:

    omarzaghdoudi2001 (01-25-2017),rl965 (10-05-2016)

  7. #5
    Threadstarter
    New Member
    rl965's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    thank you

Similar Threads

  1. [Solved] Rapid fire / no recoil script (ahk)
    By rl965 in forum Battlefield 4 Help
    Replies: 1
    Last Post: 10-05-2016, 08:45 AM
  2. [Help] i need help for my rapid fire
    By deathpro12 in forum Blackshot Hacks & Cheats
    Replies: 1
    Last Post: 11-29-2012, 10:17 AM
  3. [Help] I need help with my rapid fire..
    By DConan12 in forum Blackshot Hacks & Cheats
    Replies: 8
    Last Post: 11-25-2012, 06:39 AM
  4. [Discussion] I need help with rapid fire windows 7 home premium 64bit..
    By animeqrio in forum Blackshot Hacks & Cheats
    Replies: 22
    Last Post: 11-25-2012, 03:35 AM
  5. [Help Request] Hey need help with No Recoil / No Spread & Super Pistol hack
    By Frogcn in forum Alliance of Valiant Arms (AVA) Help
    Replies: 8
    Last Post: 09-04-2012, 01:03 AM