Page 3 of 10 FirstFirst 12345 ... LastLast
Results 31 to 45 of 140
  1. #31
    DePemy's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    I've always wondered. But with my Logitech G633 headset I can also add scripts. Do you think it's possible with a click on the button for this as well?

  2. #32
    T-800's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Romania
    Posts
    17,076
    Reputation
    1688
    Thanks
    84,838
    //Approved

    "Never stop being a good person because of bad people"


    Super User -> 15-7-2020
    Global Moderator -> 23-3-2019 - 15-7-2020
    Steam Moderator -> 12-12-2017 - 23-3-2019
    Steam Minion+ -> 09-04-2017 - 12-12-2017
    Steam Minion -> 03-01-2017 - 09-04-2017


  3. The Following User Says Thank You to T-800 For This Useful Post:

    ahiddenmessi (10-14-2017)

  4. #33
    Dim4ikGhost's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    Is this macro for Rainbow six siege?

  5. #34
    An0m4ly_15's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Location
    ¯\_(ツ)_/¯
    Posts
    1,374
    Reputation
    47
    Thanks
    9,397
    My Mood
    Relaxed
    Quote Originally Posted by Dim4ikGhost View Post
    Is this macro for Rainbow six siege?
    You are in the rainbow six siege section bro...

  6. #35
    ahiddenmessi's Avatar
    Join Date
    Dec 2016
    Gender
    female
    Posts
    249
    Reputation
    10
    Thanks
    120
    Quote Originally Posted by DePemy View Post
    I've always wondered. But with my Logitech G633 headset I can also add scripts. Do you think it's possible with a click on the button for this as well?
    sure. but i dont know what i should with the duplicated g keys.
    cuz mouse and headset use g keys too

  7. #36
    DePemy's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0

    Lightbulb

    Quote Originally Posted by ahiddenmessi View Post
    sure. but i dont know what i should with the duplicated g keys.
    cuz mouse and headset use g keys too
    Do you think we can find out a way to make this possible?
    I'm not really good in this kind of stuff

  8. #37
    ahiddenmessi's Avatar
    Join Date
    Dec 2016
    Gender
    female
    Posts
    249
    Reputation
    10
    Thanks
    120
    Quote Originally Posted by DePemy View Post
    Do you think we can find out a way to make this possible?
    I'm not really good in this kind of stuff
    i mean mouse , keyboard and headset have g keys too. in the scripting thing, it just detects if a g key is pressed .

    eg:

    if (event == "MOUSE_BUTTON_PRESSED" and arg == 4) then ...

    so when G2 is pressed, this function runs. but there are g2 on mouse keyboard on headset too.

    which simply means they are all linked together.

    i dont know much of that cuz what i have is a g402 mouse only. if you want , you can use macro with your headset too

  9. #38
    DePemy's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ahiddenmessi View Post
    i mean mouse , keyboard and headset have g keys too. in the scripting thing, it just detects if a g key is pressed .

    eg:

    if (event == "MOUSE_BUTTON_PRESSED" and arg == 4) then ...

    so when G2 is pressed, this function runs. but there are g2 on mouse keyboard on headset too.

    which simply means they are all linked together.

    i dont know much of that cuz what i have is a g402 mouse only. if you want , you can use macro with your headset too
    If it's the same script as provided above then I'll give it a try. I'll keep you updated!
    But thanks for taking the time to explain it to a nub like me .

  10. #39
    ahiddenmessi's Avatar
    Join Date
    Dec 2016
    Gender
    female
    Posts
    249
    Reputation
    10
    Thanks
    120
    Quote Originally Posted by DePemy View Post
    If it's the same script as provided above then I'll give it a try. I'll keep you updated!
    But thanks for taking the time to explain it to a nub like me .
    what macro do you want?

  11. #40
    Turbodimomen's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    Could you please write it for me as well? I am using the G403 prodigy and my G4 and 5 are not used in game and my DPI is around 500.Thank you very much
    Last edited by Turbodimomen; 10-14-2017 at 04:05 PM.

  12. #41
    SkrubbyJohnny's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    6
    My Mood
    Bored
    Do you think it would be possible to develop something like this for Razer mice?

  13. #42
    juice76849's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    337
    Reputation
    10
    Thanks
    481
    Quote Originally Posted by SkrubbyJohnny View Post
    Do you think it would be possible to develop something like this for Razer mice?
    Razer doesn't allow for advanced macro scripting.

  14. #43
    ahiddenmessi's Avatar
    Join Date
    Dec 2016
    Gender
    female
    Posts
    249
    Reputation
    10
    Thanks
    120

    g403

    Quote Originally Posted by Turbodimomen View Post
    Could you please write it for me as well? I am using the G403 prodigy and my G4 and 5 are not used in game and my DPI is around 500.Thank you very much
    your dpi is really low

    there you go.

    event 4 = decrease recoil
    event 5 = increase recoil
    alt + event 4 = reset recoil
    alt + event 5 = reset recoil

    this might not fit you at first. (cuz we use different DPI )
    after testing tell me if you want more default recoil or less ( the recoil set before you adjust it )

    go to logitech gaming software, siege profile, script, file, import.

    try all 75, 50 and 25. they have different default recoil

    75 with the highest recoil
    25 with the lowest recoil
    but actually you can adjust the recoil in game by pressing g4 and g5 and alt + g4/5 to reset it to default ( default recoil is the .lua file name)

    i recommend you to try 50.lua first. if the default recoil is too much, use 75.lua. vice versa, use 25.lua if you dont want more recoil

    sooner u may tell me the recoil you want for ash or jagger

    then i can set : shift + g4 = ash recoil

    shift + g5 = jagger recoil


    hope it works for you cuz your dpi is different from us, we usually use 3000 +
    <b>Downloadable Files</b> Downloadable Files
    Last edited by ahiddenmessi; 10-14-2017 at 05:06 PM.

  15. The Following 6 Users Say Thank You to ahiddenmessi For This Useful Post:

    Fire099 (01-03-2018),haf353 (01-02-2018),HeyItsGhsot (12-21-2017),lexsorbrave (12-20-2017),Turbodimomen (10-14-2017),zurger (10-17-2017)

  16. #44
    DePemy's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ahiddenmessi View Post
    what macro do you want?
    What do you mean? I just want to see if it's possible to use a no-recoil script with my logitech headset by pressing a G key. Or do you need something specific?
    Once again, sorry I am quite the noob :-) .

  17. #45
    ahiddenmessi's Avatar
    Join Date
    Dec 2016
    Gender
    female
    Posts
    249
    Reputation
    10
    Thanks
    120
    Quote Originally Posted by DePemy View Post
    What do you mean? I just want to see if it's possible to use a no-recoil script with my logitech headset by pressing a G key. Or do you need something specific?
    Once again, sorry I am quite the noob :-) .



    this is a file for you to detect the event key of your g1 g2 g3 key.

    first go to scripting there, import this file, control S to save it. you will see there is a output box under the code box. after you save it there should be sth like profile activated.

    now click G1, you will see there is a new line in the output , sth like event = ... , arg = ...
    thats your g1 key event and argument. record it down


    now click G2, you will see there is a new line in the output , sth like event = ... , arg = ... ( arg should be different from G1)
    thats your g2 key event and argument. record it down

    now click G3, you will see there is a new line in the output , sth like event = ... , arg = ... ( arg should be different from G1 and g2)
    thats your g3 key event and argument. record it down


    those are your G-keys ' event and arguments. i can make a G1 = increase recoil , G2 = decrease , G3 = reset
    <b>Downloadable Files</b> Downloadable Files

  18. The Following 4 Users Say Thank You to ahiddenmessi For This Useful Post:

    DePemy (10-16-2017),lexsorbrave (12-20-2017),Patches13 (01-13-2018),Root User (10-17-2017)

Page 3 of 10 FirstFirst 12345 ... LastLast

Similar Threads

  1. [Request] Logitech macros for Csgo
    By Danah in forum Counter-Strike 2 Coding & Resources
    Replies: 10
    Last Post: 03-03-2020, 06:46 PM
  2. Logitech macros for cf
    By Danah in forum CrossFire Discussions
    Replies: 2
    Last Post: 03-22-2018, 03:41 AM
  3. [Request] Logitech macros for cf
    By Danah in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 0
    Last Post: 07-04-2017, 03:10 AM
  4. [Release] Logitech Macros for Blackshot
    By OwnOne in forum Blackshot Hacks & Cheats
    Replies: 9
    Last Post: 10-04-2012, 05:06 AM
  5. [Release] Logitech Macros for Blackshot
    By OwnOne in forum Blackshot Hacks & Cheats
    Replies: 6
    Last Post: 09-30-2012, 04:03 PM