Results 1 to 4 of 4

Threaded View

  1. #1
    __Red's Avatar
    Join Date
    Nov 2021
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    3
    My Mood
    Asleep

    Cool Blackshot Macro No Recoil Logitech

    Run Logitech G Hub as Administrator
    Hotkeys : G9 Active
    G9 Deactive


    Code:
    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)  -- to prevent it from being stuck on
        end
        if (event == "MOUSE_BUTTON_PRESSED" and arg == 9) then
            recoilx4 = not recoilx4
            spot = not spot
        end
       if (event == "MOUSE_BUTTON_PRESSED" and arg == 1 and recoilx4) then
            if recoilx4 then
                repeat
                    Sleep(3)
                    MoveMouseRelative(0, 6)
                    Sleep(3)
                    MoveMouseRelative(0, -6)
                until not IsMouseButtonPressed(1)
            end
      end
    end
    https://streamable.com/lfzwkk

  2. The Following 2 Users Say Thank You to __Red For This Useful Post:

    Elza Daiane Santos (06-27-2023),Mythll (10-29-2023)

Similar Threads

  1. [Release] Quick-Peeking Macro + No recoil macro for Logitech
    By bruh97 in forum Rainbow Six: Siege
    Replies: 112
    Last Post: 07-21-2020, 06:24 PM
  2. [Help Request] No-Recoil Logitech Macro H1Z1 ?
    By patrickgio in forum H1Z1 Hacks & Cheats
    Replies: 0
    Last Post: 12-27-2017, 01:46 PM
  3. [Info] Blackshot Macro for Logitech Gaming Mouse only (no recoil) Other way
    By kiria kun in forum Blackshot Discussion
    Replies: 2
    Last Post: 09-02-2017, 12:29 AM
  4. [Detected] Macro No-Recoil + No-Spread BlackShot BE 64Bits
    By DangeBlazer in forum Blackshot Hacks & Cheats
    Replies: 13
    Last Post: 08-06-2017, 12:15 PM
  5. [Outdated] Macro No-Recoil - For BlackShot Global Win 7 64Bits
    By DangeBlazer in forum Blackshot Hacks & Cheats
    Replies: 25
    Last Post: 07-25-2017, 03:48 PM