Results 1 to 10 of 10
  1. #1
    FrenchInhale_'s Avatar
    Join Date
    May 2018
    Gender
    female
    Posts
    5
    Reputation
    10
    Thanks
    5
    My Mood
    Cynical

    Macro Blackshot GLOBAL

    Hello all,

    Anyone have setup macro for Logitech mouse ? Or rather a tutorial for setup it with Logitech Gaming Software ?


    Thanks

  2. The Following User Says Thank You to FrenchInhale_ For This Useful Post:

    DangeBlazer (05-25-2018)

  3. #2
    yShunk's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    50
    Reputation
    10
    Thanks
    7
    I have a SteelSeries mouse, I would like to use macro too!

  4. The Following User Says Thank You to yShunk For This Useful Post:

    DangeBlazer (05-25-2018)

  5. #3
    DangeBlazer's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    182
    Reputation
    10
    Thanks
    2,577
    Quote Originally Posted by FrenchInhale_ View Post
    Hello all,

    Anyone have setup macro for Logitech mouse ? Or rather a tutorial for setup it with Logitech Gaming Software ?


    Thanks
    Anti recoil macro (LUA) - Logitech Gaming Software
    https://pastebin.com/te5rANFt

    Just open your Logitech Gaming-Software, choose the profile you want for the game and rightclick and edit Script. Just copy and paste. Works like a charm.

    ==========

    method 2

    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 == 4) then
    recoil = not recoil
    spot = not spot
    end
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 1 and recoil) then
    if recoil then
    repeat
    --Sleep(35)
    Sleep(8)
    MoveMouseRelative(0, 2)

    until not IsMouseButtonPressed(1)
    end
    end
    end
    Tutorial
    Last edited by DangeBlazer; 05-23-2018 at 11:37 AM.

  6. #4
    beHonestly's Avatar
    Join Date
    May 2016
    Gender
    female
    Posts
    79
    Reputation
    10
    Thanks
    718
    Join MPGH : May 2016

    ═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═


  7. The Following 26 Users Say Thank You to beHonestly For This Useful Post:

    ab2do3 (11-15-2021),aptal34 (05-28-2018),Blattesv (11-13-2018),bogdan96 (02-14-2024),bugar (05-28-2018),cedvero (05-16-2020),DangeBlazer (05-25-2018),dropthebass2 (05-23-2018),epunk003 (05-23-2021),epunk008 (11-21-2019),fiend96 (03-31-2020),FrenchInhale_ (05-23-2018),iiw3p (04-17-2019),imam777 (10-20-2018),jumping_is_useless (05-24-2018),khan.imran (05-04-2019),khanimran47 (06-08-2022),legendary1339 (12-22-2023),manivelantirapro (03-08-2022),nadrxj (06-24-2022),promo123 (06-20-2018),raven88 (07-11-2018),rayssenjellouli (06-08-2018),Xeneno (08-04-2018),zaneffff (12-27-2019),zedx99 (11-10-2023)

  8. #5
    FrenchInhale_'s Avatar
    Join Date
    May 2018
    Gender
    female
    Posts
    5
    Reputation
    10
    Thanks
    5
    My Mood
    Cynical
    Quote Originally Posted by DangeBlazer View Post
    Anti recoil macro (LUA) - Logitech Gaming Software
    https://pastebin.com/te5rANFt

    Just open your Logitech Gaming-Software, choose the profile you want for the game and rightclick and edit Script. Just copy and paste. Works like a charm.

    ==========

    method 2



    Tutorial
    Thanks, u have test these both of methods ?

  9. The Following User Says Thank You to FrenchInhale_ For This Useful Post:

    DangeBlazer (05-23-2018)

  10. #6
    DangeBlazer's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    182
    Reputation
    10
    Thanks
    2,577
    @FrenchInhale_ u have test these both of methods ? No


    I can not say clearly that it works, because I do not have mouse, I thought that maybe these methods might help something, I'm sorry I do not have the money to buy the mouse, dear, I'm poor, I tried to help, sorry if it did not work

  11. #7
    FrenchInhale_'s Avatar
    Join Date
    May 2018
    Gender
    female
    Posts
    5
    Reputation
    10
    Thanks
    5
    My Mood
    Cynical
    Thanks, u already test it ? I've try to load these profile but they all don't work
    Last edited by FrenchInhale_; 05-24-2018 at 02:58 PM.

  12. The Following User Says Thank You to FrenchInhale_ For This Useful Post:

    DangeBlazer (05-25-2018)

  13. #8
    beHonestly's Avatar
    Join Date
    May 2016
    Gender
    female
    Posts
    79
    Reputation
    10
    Thanks
    718
    Quote Originally Posted by FrenchInhale_ View Post
    Thanks, u already test it ? I've try to load these profile but they all don't work
    I cant test them because i use amc files for my mouse.
    I just collect these files.
    But iam sure they work since i became them from a good Friend via Teamviewer.
    Join MPGH : May 2016

    ═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═


  14. The Following User Says Thank You to beHonestly For This Useful Post:

    DangeBlazer (05-25-2018)

  15. #9
    FrenchInhale_'s Avatar
    Join Date
    May 2018
    Gender
    female
    Posts
    5
    Reputation
    10
    Thanks
    5
    My Mood
    Cynical
    Quote Originally Posted by beHonestly View Post


    I cant test them because i use amc files for my mouse.
    I just collect these files.
    But iam sure they work since i became them from a good Friend via Teamviewer.

    Thanks Ur friends can maybe tell me more about them ?

    EDIT: Its work, im dumb aha, thanks man !
    ADMIN: Request resolved
    Last edited by FrenchInhale_; 05-25-2018 at 01:16 PM.

  16. The Following User Says Thank You to FrenchInhale_ For This Useful Post:

    DangeBlazer (05-25-2018)

  17. #10
    beHonestly's Avatar
    Join Date
    May 2016
    Gender
    female
    Posts
    79
    Reputation
    10
    Thanks
    718
    Quote Originally Posted by FrenchInhale_ View Post
    Thanks Ur friends can maybe tell me more about them ?

    EDIT: Its work, im dumb aha, thanks man !
    ADMIN: Request resolved
    Np dude ^^
    @Heroes Request solved ~
    Join MPGH : May 2016

    ═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═-═


  18. The Following User Says Thank You to beHonestly For This Useful Post:

    DangeBlazer (05-28-2018)

Similar Threads

  1. [Unresolved] Blackshot Global Bloody v7 Macro
    By pklizador in forum Blackshot Help
    Replies: 0
    Last Post: 09-09-2017, 02:02 PM
  2. [Outdated] Macro Public 2 0 - BlackShot Global - MPGH
    By DangeBlazer in forum Blackshot Hacks & Cheats
    Replies: 9
    Last Post: 07-25-2017, 03:48 PM
  3. [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
  4. [Outdated] Macro BlackShot Global - Sn0w
    By DangeBlazer in forum Blackshot Hacks & Cheats
    Replies: 24
    Last Post: 07-25-2017, 03:47 PM
  5. [Solved] Logitech macro Blackshot global
    By OperisDei in forum Blackshot Help
    Replies: 1
    Last Post: 02-26-2016, 02:04 AM