Thread: I Need Macro

Results 1 to 2 of 2
  1. #1
    j4ckt0o's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    I Need Macro

    i need no recoil Logitech G300 mouse macro and a4 Tech g800v ctrl macro

    help me pls

  2. #2
    x7gamingm's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    Georgia,USA
    Posts
    192
    Reputation
    10
    Thanks
    16
    My Mood
    Hot
    EnablePrimaryMouseButtonEvents(true);
    local recoil = not true;
    function OnEvent(event, arg)
    if IsMouseButtonPressed(1) then
    repeat
    PressKey("M")
    MoveMouseRelative(0,4)
    Sleep(50)
    ReleaseKey("M")
    PressAndReleaseKey("q")
    if not IsMouseButtonPressed(1) then break end
    until not IsMouseButtonPressed(1)
    end
    if event == "MOUSE_BUTTON_PRESSED" and arg == 2 then
    SetMouseDPITableIndex(1)
    PressAndReleaseKey("q")
    elseif event == "MOUSE_BUTTON_RELEASED" and arg == 2 then
    SetMouseDPITableIndex(2)
    PressAndReleaseKey("q")
    end

    end

Similar Threads

  1. [Solved] i need macro for KAVA (KOREAN A.V.A.)
    By jhonjameschp10 in forum Alliance of Valiant Arms (AVA) Help
    Replies: 11
    Last Post: 08-23-2013, 08:24 PM
  2. [Help Request] i need macro for KAVA (KOREAN A.V.A.)
    By jhonjameschp10 in forum Alliance of Valiant Arms (AVA) Help
    Replies: 1
    Last Post: 08-20-2012, 04:03 AM
  3. need macro Of sniper
    By Rafaelmelo in forum Alliance of Valiant Arms (AVA) Help
    Replies: 0
    Last Post: 03-12-2012, 05:37 PM
  4. [Solved] I Need Macro plz !!
    By lilpac in forum Alliance of Valiant Arms (AVA) Help
    Replies: 21
    Last Post: 06-18-2011, 09:50 PM
  5. need Macros of deagle
    By sufian123 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 2
    Last Post: 11-07-2010, 02:39 PM