Results 1 to 4 of 4
  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)

  3. #2
    sanane4642's Avatar
    Join Date
    Jan 2022
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    7
    My Mood
    Angelic
    Old game and still not work to me..

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

    Elza Daiane Santos (06-27-2023),gianni2001 (07-22-2023)

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

    Logitech

    Quote Originally Posted by sanane4642 View Post
    Old game and still not work to me..
    you use logitech g? and rus as admin?

  6. The Following User Says Thank You to __Red For This Useful Post:

    Elza Daiane Santos (06-27-2023)

  7. #4
    LC 135's Avatar
    Join Date
    May 2022
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    1

    can you change hotkey for that cuz i dont see where G9 hotkey in my mouse

    really appriciate your help thanks

  8. The Following User Says Thank You to LC 135 For This Useful Post:

    Elza Daiane Santos (06-27-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