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

    Question Rapid fire / no recoil script (ahk)

    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?

    #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
    Hugo Boss's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    28,752
    Reputation
    4790
    Thanks
    5,902
    My Mood
    Angelic
    Seems that you said you solved it?

     
    Super User since 08-29-2017
    Global Moderator from 10-02-2016 - 08-29-2017
    Premium Seller since 11-16-2016
    Moderator from 09-24-2015 - 01-09-2016
    Alliance of Valiant Arms Minion from 11-12-2015 - 01-09-2016
    Market place Minion from 09-24-2015 - 01-09-2016
    Crossfire Minion from 09-11-2015 - 01-09-2016

    Middleman from 07-07-2015 - 01-09-2016
    Market Place Minion from 03-03-2014 - 08-01-2014
    Middleman from 01-30-2014 - 08-01-2014
    Moderator from 03-29-2013 - 04-04-2013
    Market Place Minion from 03-07-2013 - 04-04-2013
    Premium Member since 01-25-2013
    Middleman from 12-04-2012 - 04-04-2013
    Registered since 10-9-2011

Similar Threads

  1. [Help] Need help with a rapid fire / no recoil script
    By rl965 in forum Counter-Strike 2 Scripts
    Replies: 4
    Last Post: 10-05-2016, 11:54 PM
  2. [Release] Rapid Fire for every Game [AHK]
    By |cS| StikxX in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 28
    Last Post: 01-27-2013, 07:51 AM
  3. [Detected] ** A.v.A Hack ( Superweapons , semi rapid fire , no recoil , no spread ) UPDATED **
    By moutonkiller in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 64
    Last Post: 12-11-2012, 08:32 PM
  4. [Detected] A.v.A Hack Updated ( Superweapons , semi rapid fire , no recoil , no spread )
    By moutonkiller in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 145
    Last Post: 12-11-2012, 06:50 AM
  5. [Discussion] [MAYBE] Future MW3 Hack by NightmareTX (Rapid fire, No Recoil, 1 kill = M.O.A.B)
    By NightmareTX_RETIRED in forum Call of Duty Modern Warfare 3 Discussions
    Replies: 21
    Last Post: 02-08-2012, 08:42 AM