Results 1 to 2 of 2
  1. #1
    thlord's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Logitech No-Recoil Rainbow Six Siege

    This is a minor update to Logitech's macros recoil.

    function OnEvent(event, arg)
    OutputLogMessage("event = %s, arg = %d\n", event, arg)
    if (event == "PROFILE_ACTIVATED") then
    EnablePrimaryMouseButtonEvents(true)
    elseif event == "PROFILE_DEACTIVATED" then
    ReleaseMouseButton(2)
    end
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 5) then
    recoil = not recoil
    spot = not spot
    end
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 1 and recoil) then
    if recoil then
    repeat

    MoveMouseRelative(-4, -7)
    Sleep(14)
    MoveMouseRelative(4, 7)
    Sleep(14)

    until not IsMouseButtonPressed(1)
    end
    end
    end

  2. #2
    Muslic's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Could you please tell whats updated about it?!

Similar Threads

  1. Replies: 302
    Last Post: 02-26-2022, 01:43 AM
  2. [Source Code] No-Recoil Script for Rainbow Six Siege
    By SushiWang in forum Rainbow Six: Siege
    Replies: 52
    Last Post: 05-13-2021, 11:37 AM
  3. [Release] Rainbow Six Siege: R6 No Recoil Cheat *undetected & safe*
    By Vavelia in forum Rainbow Six: Siege
    Replies: 30
    Last Post: 03-27-2021, 05:29 PM
  4. [Release] Rainbow six siege no recoil macro LOGITECH
    By yongsik111 in forum Rainbow Six: Siege
    Replies: 28
    Last Post: 02-21-2020, 11:51 PM
  5. Rainbow six siege no recoil scripts for logitech mice working on desktop but not work
    By SnakyNKnown in forum Rainbow Six: Siege Discussions & Help
    Replies: 2
    Last Post: 06-13-2018, 05:26 PM