Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    J Kyle's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    13

    Fixed delays ramprushing logitech

    Original thread: https://www.mpgh.net/forum/showthread.php?t=1382245

    It kept getting me stuck so this is a bit more of a hail mary with the delays, however it should work indefinitely instead of getting you caught with floors or walls.

    F1 = Walls
    F2 = Floors
    F3 = Stairs


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

    trowieuk (07-18-2018)

  3. #2
    trowieuk's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    7
    what are your repeat options?

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

    J Kyle (07-18-2018)

  5. #3
    aku's Avatar
    Join Date
    May 2015
    Gender
    female
    Location
    Zürich
    Posts
    2,706
    Reputation
    707
    Thanks
    3,449
    My Mood
    Devilish
    Like any Fortnite macro, i think this depends on your ping tho..
    I like fruits!
    Enjoy your life, you don't know how short it might be~
     


    Ech maachen just dës Idioten :^)

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

    J Kyle (07-18-2018)

  7. #4
    J Kyle's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    13
    Quote Originally Posted by trowieuk View Post
    what are your repeat options?
    While pressed, 150ms. Have 40-50 ping.

    - - - Updated - - -

    Quote Originally Posted by aku View Post
    Like any Fortnite macro, i think this depends on your ping tho..
    This was just for my ping; though with friends who didn't have the original working they found this one to work better. Try both, see what works.

  8. #5
    202amaan's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    28
    Quote Originally Posted by aku View Post
    Like any Fortnite macro, i think this depends on your ping tho..
    yea cuz it worked fine for me and my frnds with 40ms delay everywhere

  9. #6
    DennyGo's Avatar
    Join Date
    Apr 2018
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    11
    Can you please post the text

  10. The Following User Says Thank You to DennyGo For This Useful Post:

    J Kyle (07-19-2018)

  11. #7
    MasterDMFourr's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    5
    Post the code rather than a SS?

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

    J Kyle (07-19-2018)

  13. #8
    J Kyle's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    13
    <multikey xmlns="https://www.logitech.com/Cassandra/2010.1/Macros/MultiKey">
    <key value="F2" direction="down"/>
    <key value="F2" direction="up"/>
    <delay milliseconds="160"/>
    <mousebutton button="left" direction="down"/>
    <mousebutton button="left" direction="up"/>
    <delay milliseconds="160"/>
    <key value="F3" direction="down"/>
    <key value="F3" direction="up"/>
    <delay milliseconds="60"/>
    <mousebutton button="left" direction="down"/>
    <mousebutton button="left" direction="up"/>
    <delay milliseconds="160"/>
    <key value="F1" direction="down"/>
    <key value="F1" direction="up"/>
    <delay milliseconds="160"/>
    <mousebutton button="left" direction="down"/>
    <mousebutton button="left" direction="up"/>
    </multikey>
    </macro>

    //2short apparently

  14. #9
    MasterDMFourr's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    5
    What would you put in the script for Xbutton1 and Xbutton2 known as 4/5 on logitech mouse?

    Edit: seem to be getting syntax error on line 0 https://gyazo.com/9fa9040476ca317076df4b7a426badb7

    Edit2: I see why, you forgot to post the very top line.
    Last edited by MasterDMFourr; 07-19-2018 at 05:06 PM.

  15. #10
    J Kyle's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    13
    Quote Originally Posted by MasterDMFourr View Post
    What would you put in the script for Xbutton1 and Xbutton2 known as 4/5 on logitech mouse?

    Edit: seem to be getting syntax error on line 0 https://gyazo.com/9fa9040476ca317076df4b7a426badb7

    Edit2: I see why, you forgot to post the very top line.
    It's not scripting, this is a multikey macro. Make a blank one, find where to replace with my script. It would be lua if it was.

    Difference between a multikey and a lua script:

    Lua:


    Multikey:


    I posted the raw exported code of a multikey. Otherwise, this post would have a screenshot of the Logitech Core software.

    Furthermore, this is on my G7 key on my mouse. On my 4/5 keys I have walls and stairs auto-placing multikeys. IMO Multikeys are better, the only reason my norecoil (the script you see above) is on scripting is for a toggle.
    Last edited by J Kyle; 07-19-2018 at 05:51 PM.

  16. #11
    MasterDMFourr's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    5
    Quote Originally Posted by J Kyle View Post
    It's not scripting, this is a multikey macro. Make a blank one, find where to replace with my script. It would be lua if it was.

    Difference between a multikey and a lua script:

    Lua:


    Multikey:


    I posted the raw exported code of a multikey. Otherwise, this post would have a screenshot of the Logitech Core software.

    Furthermore, this is on my G7 key on my mouse. On my 4/5 keys I have walls and stairs auto-placing multikeys. IMO Multikeys are better, the only reason my norecoil (the script you see above) is on scripting is for a toggle.
    Can't find a way to import the code, any tips? Could setup the multikey stuff manually but just can't find an import option or a place to paste it.

  17. #12
    J Kyle's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    13
    Quote Originally Posted by MasterDMFourr View Post
    Can't find a way to import the code, any tips? Could setup the multikey stuff manually but just can't find an import option or a place to paste it.
    Finna drop a tutorial then.

    Make blank profile, or use current. Hit that lil mf add command. Make a new multikey, we gon call ours 'lil bitch drop a lil dab.'

    Hit that export underneath 'Profiles' search bar. Should look like a lil folder. Open it up in anything. I use Notepad++ because it's ezpz.

    Find 'lil bitch drop a lil dab' in the .xml, copy paste my code in, replacing the line with the URL with Cassandra in it - that way it should overwrite and slip riiight in there.

    So we go from

    To yaboi upgraded

    Then you go back to where it say that boi export and hit IMPORT and choose yerboi file

    Just remember to reenable repeat while pressed with a 150 delay.

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

    MasterDMFourr (07-19-2018)

  19. #13
    MasterDMFourr's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    5
    Quote Originally Posted by J Kyle View Post
    Finna drop a tutorial then.

    Make blank profile, or use current. Hit that lil mf add command. Make a new multikey, we gon call ours 'lil bitch drop a lil dab.'

    Hit that export underneath 'Profiles' search bar. Should look like a lil folder. Open it up in anything. I use Notepad++ because it's ezpz.

    Find 'lil bitch drop a lil dab' in the .xml, copy paste my code in, replacing the line with the URL with Cassandra in it - that way it should overwrite and slip riiight in there.

    So we go from

    To yaboi upgraded

    Then you go back to where it say that boi export and hit IMPORT and choose yerboi file

    Just remember to reenable repeat while pressed with a 150 delay.
    Once taught, forever learned, thanks.

  20. The Following User Says Thank You to MasterDMFourr For This Useful Post:

    J Kyle (07-19-2018)

  21. #14
    fortyW's Avatar
    Join Date
    Oct 2018
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0

    push

    ramp pushing is the new wave

  22. #15
    Kofuku's Avatar
    Join Date
    Oct 2018
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    Good jobb at this

Page 1 of 2 12 LastLast

Similar Threads

  1. [Tutorial] How to fix your Logitech macro if its not working in game but on you desktop.
    By Regular.Paint in forum Rainbow Six: Siege
    Replies: 12
    Last Post: 05-11-2023, 03:01 AM
  2. [Outdated] [27.7.X7.1] Orape with no trade delay and menu fix
    By toddddd in forum Realm of the Mad God Hacks & Cheats
    Replies: 8
    Last Post: 11-13-2016, 04:27 PM
  3. my fixed system
    By systemmaker in forum Gunz General
    Replies: 1
    Last Post: 03-31-2006, 10:23 PM