Results 1 to 4 of 4
  1. #1
    tekinoff21's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Arrow Edited logitech r6 recoil macro

    Code:
    local recoil = false
    local rapidfire = false
    
    function OnEvent(event, arg)
    OutputLogMessage("event = %s, arg = %s\n", event, arg)
    
    if (event == "PROFILE_ACTIVATED") then
    EnablePrimaryMouseButtonEvents(true)
    end
    
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 6) then
    recoil = not recoil
    if (recoil == true) then
    OutputLogMessage("Recoil is On\n")
    else
    OutputLogMessage("Recoil is Off\n")
    end
    end
    
    
    if (event == "MOUSE_BUTTON_PRESSED" and arg ==1 and recoil == true and rapidfire == false) then
    if IsMouseButtonPressed(1) and IsMouseButtonPressed(3)then
    repeat
    MoveMouseRelative(-7,15)
    Sleep(14)
    MoveMouseRelative(7,-15)
    Sleep(14)
    until not IsMouseButtonPressed(1) or not IsMouseButtonPressed(3)
    end
    end
    
    
    end

    bind mouse6 / right click and fire

    not very nice smg11/12/b9

  2. #2
    niccoX's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    How do you bind mouse6 and to what do you bind it to?

  3. #3
    QuaggaJacks's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    1
    Does this still work?

  4. #4
    MacroSkill's Avatar
    Join Date
    Oct 2018
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by QuaggaJacks View Post
    Does this still work?
    works for me, and for you?

Similar Threads

  1. [Release] Logitech No Recoil Macro (No Shake)
    By 0xHigh in forum Rainbow Six: Siege
    Replies: 154
    Last Post: 09-11-2020, 07:44 AM
  2. [Source Code] Recoil Macro for Logitech Gaming Mouse
    By asscold1 in forum PLAYERUNKNOWN'S BATTLEGROUNDS (PUBG) Hacks & Cheats
    Replies: 215
    Last Post: 05-25-2019, 02:22 AM
  3. Black shot Global No Recoil Macros for Logitech
    By NeedHelpPles in forum Blackshot Help
    Replies: 3
    Last Post: 03-08-2017, 06:37 AM
  4. Replies: 1
    Last Post: 04-19-2016, 05:00 PM
  5. [Request] Logitech no recoil macro for M16A3
    By Migulin in forum Battlefield Hardline Hacks & Cheats
    Replies: 3
    Last Post: 02-17-2016, 03:03 AM