Page 1 of 4 123 ... LastLast
Results 1 to 15 of 46
  1. #1
    benq1234's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    3

    Logitech No-Recoil for all logitech gaming mouse.

    Lastest logitech mouses like G403, G pro, G900 don't have a feature of assigning macro to LMB and RMB.
    So basically, you have to assign no-recoil macro to mouse4, mouse 5 or etc.

    It would be hard to aim while pressing these buttons.

    So i made a copy&pasted LUA script by referencing to these two threads.

    -Recoil Macro for Logitech Gaming Mouse (from PUBG forum) (shift+2)asscold1
    -Logitech Macro's (from rainbow six forum) (shift+2)ironwsmroei


    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

    MoveMouseRelative(-2, 5)
    Sleep(10)
    MoveMouseRelative(2, -5)
    Sleep(21)

    until not IsMouseButtonPressed(1)
    end
    end
    end
    Just add this function to your profile.

    Pressing Mouse button 4 will enable/disable no-recoil.
    Last edited by benq1234; 05-13-2017 at 07:20 AM.

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

    AnomityP (01-25-2018)

  3. #2
    Destiny's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Location
    -_-
    Posts
    669
    Reputation
    86
    Thanks
    887
    My Mood
    Devilish
    Hi man the Logitech Macro's thread was made by me can you maybe just add @ironwsmroei next to it thx

  4. #3
    benq1234's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    3
    I was trying to add thread link, but mpgh says i can't upload link.

    (shift+2)ironwsmroei neither.. sry

    instead i added (shift+2)ironwsmroei.

    thx for you script
    Last edited by benq1234; 05-13-2017 at 07:17 AM.

  5. #4
    Destiny's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Location
    -_-
    Posts
    669
    Reputation
    86
    Thanks
    887
    My Mood
    Devilish
    Quote Originally Posted by benq1234 View Post
    I was trying to add thread link, but mpgh says i can't upload link.

    (shift+2)ironwsmroei too.. sry

    instead i added (shift+2)ironwsmroei.

    thx for you script
    OK thx for adding my name and your welcome I just saw a lot of people needed a no recoil script so I decided to make my own and share it
    Last edited by Destiny; 05-13-2017 at 07:11 AM.

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

    Vazi963 (11-07-2017)

  7. #5
    benq1234's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    3
    I'm really enjoying your script
    Thx for sharing.
    Last edited by benq1234; 05-13-2017 at 07:17 AM.

  8. #6
    wangxiaofang's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    I just shake it in the game, just outside the window

  9. #7
    JokerCandy's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    Can you post a video about this?

  10. #8
    drum213's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    EDIT: works great, thanks

    Can you expand the script that lighting color will be different when norecoil is ON and OFF? That would be great!
    Last edited by drum213; 05-16-2017 at 08:39 AM.

  11. #9
    benq1234's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    3
    it is easy, you can find how to add on youtube

    - - - Updated - - -

    Quote Originally Posted by drum213 View Post
    EDIT: works great, thanks

    Can you expand the script that lighting color will be different when norecoil is ON and OFF? That would be great!
    Sadly, there is no function about changing rgb of mouse in Logitech api.

  12. #10
    edzsss's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    vac detectable?

  13. #11
    huyisuo1100's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Herotic View Post
    OK thx for adding my name and your welcome I just saw a lot of people needed a no recoil script so I decided to make my own and share it
    hi,can you make g402 NO-recoil? Thank you much。

  14. #12
    djdomi1100's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    81
    Reputation
    10
    Thanks
    6
    My Mood
    Cool
    Test on a Logitech G403 and i dont work

  15. #13
    Vazi963's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    119
    Reputation
    10
    Thanks
    37
    My Mood
    Tired
    Quote Originally Posted by Herotic View Post
    OK thx for adding my name and your welcome I just saw a lot of people needed a no recoil script so I decided to make my own and share it


    @Herotic

    Hello, Great job works perfectly with a Logitech G502.
    The best script I had, it works with all weapons. The recoil is perfect.

    My big question is whether it is possible to do this ban with this script?

    Will it work forever?

    Thanks You!
    Last edited by Vazi963; 11-05-2017 at 07:45 PM.

  16. #14
    Destiny's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Location
    -_-
    Posts
    669
    Reputation
    86
    Thanks
    887
    My Mood
    Devilish
    Quote Originally Posted by Vazi963 View Post
    @Herotic

    Hello, Great job works perfectly with a Logitech G502.
    The best script I had, it works with all weapons. The recoil is perfect.

    My big question is whether it is possible to do this ban with this script?

    Will it work forever?

    Thanks You!
    Im happy to hear that but im not sure if you can get ban with this script since i havnt played rainbow in a long time
    And maybe it will work forever but thats not up to me so i cant really say it will be

  17. The Following User Says Thank You to Destiny For This Useful Post:

    Vazi963 (11-07-2017)

  18. #15
    Vazi963's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    119
    Reputation
    10
    Thanks
    37
    My Mood
    Tired
    Quote Originally Posted by Herotic View Post
    Im happy to hear that but im not sure if you can get ban with this script since i havnt played rainbow in a long time
    And maybe it will work forever but thats not up to me so i cant really say it will be
    Okay, Thanks You very much.

    I would like to know if you have created Macro for CSGO no recoil with Logitech.

Page 1 of 4 123 ... LastLast

Similar Threads

  1. [Help Request] No recoil for g402 logitech
    By ricky122 in forum Rainbow Six: Siege Discussions & Help
    Replies: 9
    Last Post: 11-13-2019, 02:36 PM
  2. [Request] SF2 macro mouse Rapid & No recoil for m16 (Bloody Gaming Mouse)
    By gsaa01 in forum Soldier Front 2 Hacks / Cheats
    Replies: 0
    Last Post: 02-07-2016, 12:03 PM
  3. [Release] Simple Crooshair for All FPS Game
    By Qmo in forum Piercing Blow Tools
    Replies: 44
    Last Post: 05-29-2012, 01:42 PM
  4. [Release] Spammer for all online game
    By LiL Mikko in forum Combat Arms Spammers, Injectors and Multi Tools
    Replies: 9
    Last Post: 05-13-2011, 02:31 AM
  5. For all you gaming needs
    By cpepablito in forum General
    Replies: 11
    Last Post: 10-27-2009, 06:30 PM