Results 1 to 2 of 2
  1. #1
    gamerdudee's Avatar
    Join Date
    Jan 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Arma 3 pulldown for mk1/mk18 or any 7.62

    Want an actually good pulldown that works on 7.62 calibre guns and requires little hand movements, most of the ones i have tried are modified for 6.5mm guns and do not do the job, thanks

  2. #2
    Casperskate's Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    #IfWinActive, ahk_class Arma 3
    #NoEnv
    SendMode Input
    SetWorkingDir %A_ScriptDir%
    MsgBox, Modified by C. Press "Delete" to toggle.

    ;NRA
    NRA := 1

    ; SS
    delete::suspend

    ; NR
    ~LButton::
    while ((L:=GetKeyState("LButton","P")) + (R:=GetKeyState("RButton","P"))){
    if (L && R)
    {
    DllCall("mouse_event", uint, 1, int, -2.75, int, 7.25, uint, 1, int, 0)
    Sleep, 9.5
    DllCall("mouse_event", uint, 1, int, 1.75, int, 8.5, uint, 0, int, 0)
    Sleep, 5
    }
    else if L
    {
    DllCall("mouse_event", uint, 1, int, -2, int, 2, uint, 1, int, 0)
    Sleep, 4
    DllCall("mouse_event", uint, 1, int, 1.75, int, 3, uint, 0, int, 0)
    Sleep, 5
    }
    }
    return

    U have to fix up ur numbers for ur sensetivety, but this script works

Similar Threads

  1. [WTT] WTT an origin account for Arma 2 and Arma 2 oa CD keys and any game with it
    By WarWood in forum Trade Accounts/Keys/Items
    Replies: 3
    Last Post: 08-30-2013, 11:44 AM
  2. Cf Account For (Rs Acc, Or Any Other Good Offer)
    By FreakyPsyco in forum Selling Accounts/Keys/Items
    Replies: 18
    Last Post: 03-10-2011, 03:38 PM
  3. Cf Account For (Rs Acc, Or Any Other Good Offer)
    By FreakyPsyco in forum Trade Accounts/Keys/Items
    Replies: 22
    Last Post: 03-06-2011, 04:32 PM
  4. want to exchange 2LT3 for an account by any other
    By WC/user in forum Combat Arms Discussions
    Replies: 4
    Last Post: 02-28-2010, 02:02 PM
  5. Trading DUAL SCORPION code for MK1S
    By richlester in forum Trade Accounts/Keys/Items
    Replies: 12
    Last Post: 06-10-2008, 06:09 AM