Page 3 of 3 FirstFirst 123
Results 31 to 38 of 38
  1. #31
    Kylux's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    147
    Quote Originally Posted by Wankistar View Post
    ah im currently working on a fix for that, did't notice it myself at first!
    Hey man did you get this fixed?

  2. #32
    SteamThief's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    131
    Reputation
    82
    Thanks
    17
    My Mood
    Amused
    DUktig du är som har gjort detta, skall ta mig en titt på detta när jag är hemma igen.

  3. #33
    Mofokira's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    the update just seems to drag my crosshair down extremely fast and basically just reverses the recoil, rate of fire is also slow
    how does it improve etc?

  4. #34
    kataklism's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Just made a quick mod to make it works with shift and control pressed down.

    HOME::Suspend
    END::ExitApp
    #NoEnv
    #InstallKeybdHook
    #InstallMouseHook

    ~LButton::
    loop
    {
    GetKeyState,updn, LButton, P
    if updn = U
    break
    MouseClick, left,,, 1, 0, D
    MouseClick, left,,, 1, 0, U
    DllCall("mouse_event", uint, 1, int, 0, int, 3, uint, 0, int, 0)
    Sleep, 15
    DllCall("mouse_event", uint, 1, int, 0, int, 4, uint, 0, int, 0)
    Sleep, 5
    }

    LShift & ~LButton::
    loop
    {
    GetKeyState,updn, LButton, P
    if updn = U
    break
    MouseClick, left,,, 1, 0, D
    MouseClick, left,,, 1, 0, U
    DllCall("mouse_event", uint, 1, int, 0, int, 3, uint, 0, int, 0)
    Sleep, 15
    DllCall("mouse_event", uint, 1, int, 0, int, 4, uint, 0, int, 0)
    Sleep, 5
    }

    LControl & ~LButton::
    loop
    {
    GetKeyState,updn, LButton, P
    if updn = U
    break
    MouseClick, left,,, 1, 0, D
    MouseClick, left,,, 1, 0, U
    DllCall("mouse_event", uint, 1, int, 0, int, 3, uint, 0, int, 0)
    Sleep, 15
    DllCall("mouse_event", uint, 1, int, 0, int, 4, uint, 0, int, 0)
    Sleep, 5
    }

  5. #35
    darkmanzp96's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    Saudi Arabia
    Posts
    97
    Reputation
    10
    Thanks
    31
    My Mood
    Amazed
    Nice Release

  6. #36
    Xperteen's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    My Mood
    Buzzed
    bit neew to this all, howw exactly do i use/run this?

  7. #37
    froglox67's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    0
    My Mood
    Fine
    How do i run the script and with what?

  8. #38
    danieldptavares's Avatar
    Join Date
    Apr 2023
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Wankistar View Post
    ye idd i got mine around 1.8 - 2.5 depends on what map xD
    Is there a way to configure it for battlefield v?
    Some weapons are not automatic and we have to keep clicking to shoot.

Page 3 of 3 FirstFirst 123

Similar Threads

  1. [Discussion] Freefall Tournament AHK rapid fire script possibility
    By jimmjimm6699 in forum Other First Person Shooter Hacks
    Replies: 4
    Last Post: 11-22-2014, 01:35 PM
  2. [Detected] A.v.A Hack RE-Updated ( Superweapons , semi rapid fire , no recoil , no spread )
    By moutonkiller in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 190
    Last Post: 01-08-2013, 08:30 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