Results 1 to 3 of 3
  1. #1
    Monkey 134's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    1

    Question BF4 AEK Logitech Macro Help

    Hi guys

    here is my logitech macro I use for aek-971

    EnablePrimaryMouseButtonEvents(true);
    local recoil = not true;
    function OnEvent(event, arg)

    if (event == "MOUSE_BUTTON_PRESSED" and arg == 3) then
    recoil = not recoil
    OutputLogMessage("SCAR-H + RDS + AngledForegrip + comp or suppressor", 2014)
    end

    if IsMouseButtonPressed(3) and recoil then
    Sleep(1)
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 1) then
    Sleep(50)
    ReleaseMouseButton(1)
    Sleep(50)
    MoveMouseRelative(-3,37)
    MoveMouseRelative(-2,0)
    Sleep(50)
    ReleaseMouseButton(1)
    Sleep(50)
    MoveMouseRelative(-1,18)
    MoveMouseRelative(-1,0)
    Sleep(50)
    ReleaseMouseButton(1)
    Sleep(50)
    repeat
    MoveMouseRelative(-3,18)
    MoveMouseRelative(-1,0)
    Sleep(50)
    ReleaseMouseButton(1)
    Sleep(50)

    until not IsMouseButtonPressed(3) or not IsMouseButtonPressed(1)
    end
    end
    end

    while it is average, I don't really know what to fiddle with. Any help is appreciated

  2. The Following User Says Thank You to Monkey 134 For This Useful Post:

    tufe (03-05-2021)

  3. #2
    Mehmutz's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    980
    My Mood
    Lurking
    Just don't use macros as it's really bad.. Wait for releases..

  4. #3
    DogeHacks's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    11
    My Mood
    Amazed
    Quote Originally Posted by Mehmutz View Post
    Just don't use macros as it's really bad.. Wait for releases..
    Didnt you say you were going to post your own hack a day or 2 ago?
    If I helped you at all, send a 'thanks' my way.


Similar Threads

  1. [Help Request] A4Tech Bloody V8MA - MACROS help BF4 ?
    By father00 in forum Battlefield 4 Help
    Replies: 0
    Last Post: 01-07-2016, 05:12 AM
  2. Macro help.
    By peachestpg in forum Alliance of Valiant Arms (AVA) Help
    Replies: 7
    Last Post: 10-22-2011, 08:26 AM
  3. [Help Request] Razer macro help
    By lilpac in forum Alliance of Valiant Arms (AVA) Help
    Replies: 0
    Last Post: 07-13-2011, 06:15 PM
  4. [Solved] Macro help
    By proud12 in forum Alliance of Valiant Arms (AVA) Help
    Replies: 9
    Last Post: 05-25-2011, 12:30 AM
  5. Macro Help?
    By rage21424a in forum Call of Duty Modern Warfare 2 Help
    Replies: 0
    Last Post: 10-31-2010, 07:31 PM