//没登陆

欢迎您来到凯恩之角,奈非天!

帖子:366

符文:64

16#
執炬逆風 发表于 2021-4-5 10:02
感谢分享,请问我要改鼠标左右键怎么改呢?

左右键你想怎么改呀
发表于 2021-4-5 10:32:04 |只看该作者 来自:河北
[armory]http://hero.d.163.com/hero/cn/%E6%9D%AF%E9%85%92%E6%85%B0%E5%B0%81%E5%B0%98-5189/46906185[/armory]

帖子:560

符文:2

17#
看不懂,有高人能提取下右键按住不放那段的功能代码
发表于 2021-4-5 10:42:33 |只看该作者 来自:江苏
王圈圈#1660

帖子:366

符文:64

18#
一剑在手 发表于 2021-4-5 10:42
看不懂,有高人能提取下右键按住不放那段的功能代码

那个就是复制粘贴就行了,一样的,贴的是整段的
发表于 2021-4-5 10:45:33 |只看该作者 来自:河北
[armory]http://hero.d.163.com/hero/cn/%E6%9D%AF%E9%85%92%E6%85%B0%E5%B0%81%E5%B0%98-5189/46906185[/armory]

帖子:59

符文:53

19#
大佬,这段代码怎么复制到老版驱动里使用?
发表于 2021-4-5 10:48:26 来自凯恩之角App |只看该作者 来自:上海

帖子:51

符文:107

20#
好东西,大力支持
发表于 2021-4-5 10:53:33 来自凯恩之角App |只看该作者 来自:加拿大

帖子:130

符文:134

21#
学习了,先收着。
发表于 2021-4-5 11:03:31 |只看该作者 来自:广东

帖子:366

符文:64

22#
就要他好看 发表于 2021-4-5 10:48
大佬,这段代码怎么复制到老版驱动里使用?
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <profiles xmlns="http://www.logitech.com/Cassandra/2010.7/Profile">
  3.   <profile name="bingtun" lastplayeddate="2020-07-05T12:04:12" gpasupported="0" gkeysdk="0" guid="{018AD25E-204F-4C53-A486-1D8D43754402}" launchable="1" gameid="" lock="0">
  4.     <description></description>
  5.     <target path="H:\暗黑破坏神III\Diablo III.exe"/>
  6.     <target path="H:\暗黑破坏神III\x64\Diablo III64.exe"/>
  7.     <signature name="" value="" key="" executable=""/>
  8.     <macros>
  9.       <macro name="左键单击" original="true" color="4278246655" guid="{5DAFA657-7E0B-4D37-9F7A-FA252ED551E6}" hidden="false">
  10.         <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  11.           <do task="leftclick"/>
  12.         </mousefunction>
  13.       </macro>
  14.       <macro name="右键单击" original="true" color="4278246655" guid="{9D0F4485-F6CE-49AF-B3FB-328DBF996F1E}" hidden="false">
  15.         <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  16.           <do task="rightclick"/>
  17.         </mousefunction>
  18.       </macro>
  19.       <macro name="单击中键" original="true" color="4278246655" guid="{8B615B23-6FDC-4430-9E57-E5CCBCAC4575}" hidden="false">
  20.         <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  21.           <do task="middleclick"/>
  22.         </mousefunction>
  23.       </macro>
  24.       <macro name="返回" original="true" color="4278246655" guid="{A0D817F6-1D5D-483B-ADD0-2634CD93D42A}" hidden="false">
  25.         <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  26.           <do task="back"/>
  27.         </mousefunction>
  28.       </macro>
  29.       <macro name="前进" original="true" color="4278246655" guid="{8B13562D-60F2-460F-9588-8C84168C81BC}" hidden="false">
  30.         <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  31.           <do task="forward"/>
  32.         </mousefunction>
  33.       </macro>
  34.       <macro name="提高 DPI" original="true" color="4278246655" guid="{68A1C0B2-2996-4992-9CC5-3285AC8E9740}" hidden="false" devicecategory="Logitech.Gaming.Mouse">
  35.         <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  36.           <do task="dpiup"/>
  37.         </mousefunction>
  38.       </macro>
  39.       <macro name="降低 DPI" original="true" color="4278246655" guid="{12C9716B-4D7A-4F6F-AF20-A0369219119A}" hidden="false" devicecategory="Logitech.Gaming.Mouse">
  40.         <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  41.           <do task="dpidown"/>
  42.         </mousefunction>
  43.       </macro>
  44.       <macro name="默认 DPI" original="true" color="4278246655" guid="{89F0C712-9AF7-4099-9C53-1868BF5B9A4E}" hidden="false" devicecategory="Logitech.Gaming.Mouse">
  45.         <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  46.           <do task="defaultdpi"/>
  47.         </mousefunction>
  48.       </macro>
  49.       <macro name="模式切换 (G300/s)" original="true" color="4278246655" guid="{53E81537-5916-4AB3-B052-ABF88B5DD218}" hidden="false" devicecategory="Logitech.Gaming.Mouse.G300">
  50.         <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  51.           <do task="modeswitch"/>
  52.         </mousefunction>
  53.       </macro>
  54.       <macro name="切换 DPI" original="true" color="4278246655" guid="{A1FEC5BC-9A8A-49C5-B085-0E2EDCEF1F55}" hidden="false" devicecategory="Logitech.Gaming.Mouse">
  55.         <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  56.           <do task="dpishift"/>
  57.         </mousefunction>
  58.       </macro>
  59.       <macro name="DPI 周期循环" original="true" color="4278246655" guid="{28F1F32A-678A-4CD8-A0F4-41283A737EFC}" hidden="false" devicecategory="Logitech.Gaming.Mouse">
  60.         <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  61.           <do task="dpicycling"/>
  62.         </mousefunction>
  63.       </macro>
  64.       <macro name="复制" original="true" color="4278246655" guid="{F7899D9E-8B25-45CB-B4BC-AAF99E4C87D4}" hidden="false">
  65.         <hotkeys xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Hotkeys">
  66.           <do task="copy"/>
  67.         </hotkeys>
  68.       </macro>
  69.       <macro name="粘贴" original="true" color="4278246655" guid="{5638A489-F156-4122-A7DB-E0F880FACC0E}" hidden="false">
  70.         <hotkeys xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Hotkeys">
  71.           <do task="paste"/>
  72.         </hotkeys>
  73.       </macro>
  74.       <macro name="剪切" original="true" color="4278246655" guid="{2F5C8F56-C184-4143-8852-2EB924626DCC}" hidden="false">
  75.         <hotkeys xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Hotkeys">
  76.           <do task="cut"/>
  77.         </hotkeys>
  78.       </macro>
  79.       <macro name="F1" original="true" color="4278246655" guid="{D5AC487F-B970-4F70-9B59-6EC8A53684A4}" hidden="true">
  80.         <natural xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Natural"/>
  81.       </macro>
  82.       <macro name="F2" original="true" color="4278246655" guid="{015CB0BB-B7EB-4A20-BFFD-8825E388F894}" hidden="true">
  83.         <natural xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Natural"/>
  84.       </macro>
  85.       <macro name="F3" original="true" color="4278246655" guid="{7A014AFE-618E-43D6-B296-D61483211066}" hidden="true">
  86.         <natural xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Natural"/>
  87.       </macro>
  88.       <macro name="F4" original="true" color="4278246655" guid="{DA05951F-18ED-44E6-9BA6-E08937AA880B}" hidden="true">
  89.         <natural xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Natural"/>
  90.       </macro>
  91.       <macro name="F5" original="true" color="4278246655" guid="{4A68DBDE-D3B9-4E9E-A6D9-28EF552BE9DD}" hidden="true">
  92.         <natural xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Natural"/>
  93.       </macro>
  94.       <macro name="F6" original="true" color="4278246655" guid="{1F2CC23B-86C8-4FBA-B4CE-9F025459FAE4}" hidden="true">
  95.         <natural xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Natural"/>
  96.       </macro>
  97.       <macro name="F7" original="true" color="4278246655" guid="{9E4F6006-03FB-44AC-85CF-14A74BA0C126}" hidden="true">
  98.         <natural xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Natural"/>
  99.       </macro>
  100.       <macro name="F8" original="true" color="4278246655" guid="{3D087F0F-971C-4E23-860B-ACE762C96CC4}" hidden="true">
  101.         <natural xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Natural"/>
  102.       </macro>
  103.       <macro name="F9" original="true" color="4278246655" guid="{E8744FC0-9710-45E8-A427-7BA80359FE68}" hidden="true">
  104.         <natural xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Natural"/>
  105.       </macro>
  106.       <macro name="F10" original="true" color="4278246655" guid="{D5A173BE-C5B3-4C75-89CE-162E33876F5B}" hidden="true">
  107.         <natural xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Natural"/>
  108.       </macro>
  109.       <macro name="F11" original="true" color="4278246655" guid="{E29676E8-DC26-4518-A319-952C4A3D3D35}" hidden="true">
  110.         <natural xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Natural"/>
  111.       </macro>
  112.       <macro name="F12" original="true" color="4278246655" guid="{7016AAD1-1A1C-4301-9441-1DB8A854E81E}" hidden="true">
  113.         <natural xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Natural"/>
  114.       </macro>
  115.       <macro name="???? (G560)" original="true" color="4278246655" guid="{0EF4BD7D-3402-4433-B6B0-5D301509417D}" hidden="true">
  116.         <function xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Function">
  117.           <do task="cycle_brightness"/>
  118.         </function>
  119.       </macro>
  120.       <macro name="qwr" original="true" color="4278246655" guid="{53FDCFCB-22F7-4B2C-8647-89A2BD653EE8}" repeatmode="toggle" hidden="false" repeatdelay="50">
  121.         <multikey xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MultiKey">
  122.           <key value="Q" direction="down"/>
  123.           <key value="Q" direction="up"/>
  124.           <key value="W" direction="down"/>
  125.           <key value="W" direction="up"/>
  126.           <key value="R" direction="down"/>
  127.           <key value="R" direction="up"/>
  128.         </multikey>
  129.       </macro>
  130.       <macro name="wr" original="true" color="4278246655" guid="{CF527AF2-E0A2-48CF-A7CA-7B8014B47999}" repeatmode="toggle" hidden="false" repeatdelay="50">
  131.         <multikey xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MultiKey">
  132.           <key value="W" direction="down"/>
  133.           <key value="W" direction="up"/>
  134.           <key value="R" direction="down"/>
  135.           <key value="R" direction="up"/>
  136.         </multikey>
  137.       </macro>
  138.       <macro name="run" original="true" color="4278246655" guid="{50593C8E-62BB-445C-B60E-83D2281E22AD}" repeatmode="toggle" hidden="false" repeatdelay="100">
  139.         <multikey xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MultiKey">
  140.           <key value="SPACEBAR" direction="down"/>
  141.           <mousebutton direction="down" button="left"/>
  142.           <mousebutton direction="up" button="left"/>
  143.           <key value="SPACEBAR" direction="up"/>
  144.         </multikey>
  145.       </macro>
  146.       <macro name="w" original="true" color="4278246655" guid="{9C7E78CD-AF62-48DF-BF53-BCEDBC089857}" repeatmode="toggle" hidden="false" repeatdelay="50">
  147.         <multikey xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MultiKey">
  148.           <key value="W" direction="down"/>
  149.           <key value="W" direction="up"/>
  150.         </multikey>
  151.       </macro>
  152.       <macro name="e" original="true" color="4278246655" guid="{433BF079-2789-44E3-A9E9-08B1BFEC0606}" repeatmode="toggle" hidden="false" repeatdelay="25">
  153.         <multikey xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MultiKey">
  154.           <key value="E" direction="down"/>
  155.           <key value="E" direction="up"/>
  156.         </multikey>
  157.       </macro>
  158.       <macro name="er" original="true" color="4278246655" guid="{5F70BCC1-A341-475A-BFBE-AB41BBB66EEF}" repeatmode="toggle" hidden="false" repeatdelay="25">
  159.         <multikey xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MultiKey">
  160.           <key value="E" direction="down"/>
  161.           <key value="E" direction="up"/>
  162.           <key value="R" direction="down"/>
  163.           <key value="R" direction="up"/>
  164.         </multikey>
  165.       </macro>
  166.       <macro name="we" original="true" color="4278246655" guid="{4FD3E3E1-8A0A-416C-8635-3497FAC20F79}" repeatmode="toggle" hidden="false" repeatdelay="25">
  167.         <multikey xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MultiKey">
  168.           <key value="W" direction="down"/>
  169.           <key value="W" direction="up"/>
  170.           <key value="E" direction="down"/>
  171.           <key value="E" direction="up"/>
  172.         </multikey>
  173.       </macro>
  174.       <macro name="qwer" original="true" color="4278246655" guid="{2A89DC0B-49C6-4C3F-BE86-C1923F598CBC}" repeatmode="toggle" hidden="false" repeatdelay="500">
  175.         <multikey xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MultiKey">
  176.           <key value="Q" direction="down"/>
  177.           <key value="Q" direction="up"/>
  178.           <key value="W" direction="down"/>
  179.           <key value="W" direction="up"/>
  180.           <key value="E" direction="down"/>
  181.           <key value="E" direction="up"/>
  182.           <key value="R" direction="down"/>
  183.           <key value="R" direction="up"/>
  184.         </multikey>
  185.       </macro>
  186.       <macro name="r" original="true" color="4278246655" guid="{0F8092F3-FEDF-4CF2-89A0-43A36B383C91}" repeatmode="toggle" hidden="false" repeatdelay="100">
  187.         <multikey xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MultiKey">
  188.           <key value="R" direction="down"/>
  189.           <key value="R" direction="up"/>
  190.         </multikey>
  191.       </macro>
  192.       <macro name="wer" original="true" color="4278246655" guid="{CE154C94-1BB2-458C-8EB3-358C0914FDCE}" repeatmode="toggle" hidden="false" repeatdelay="100">
  193.         <multikey xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MultiKey">
  194.           <key value="W" direction="down"/>
  195.           <key value="W" direction="up"/>
  196.           <key value="E" direction="down"/>
  197.           <key value="E" direction="up"/>
  198.           <key value="R" direction="down"/>
  199.           <key value="R" direction="up"/>
  200.         </multikey>
  201.       </macro>
  202.       <macro name="hit" original="true" color="4278246655" guid="{3767D487-5726-447E-A98B-FA558BE27996}" repeatmode="toggle" hidden="false" repeatdelay="50">
  203.         <multikey xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MultiKey">
  204.           <mousebutton direction="down" button="left"/>
  205.           <mousebutton direction="up" button="left"/>
  206.         </multikey>
  207.       </macro>
  208.       <macro name="bingtundami" original="true" color="4278246655" guid="{388D79B6-7B82-4161-ABD8-7FDB8F14AB35}" repeatmode="toggle" hidden="false" repeatdelay="10">
  209.         <multikey xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MultiKey">
  210.           <mousebutton direction="down" button="right"/>
  211.           <delay milliseconds="750"/>
  212.           <key value="W" direction="down"/>
  213.           <key value="W" direction="up"/>
  214.           <key value="E" direction="down"/>
  215.           <key value="E" direction="up"/>
  216.           <key value="R" direction="down"/>
  217.           <key value="R" direction="up"/>
  218.           <mousebutton direction="up" button="left"/>
  219.           <mousebutton direction="down" button="left"/>
  220.           <mousebutton direction="up" button="right"/>
  221.         </multikey>
  222.       </macro>
  223.       <macro name="bingtun" color="4278246655" guid="{4AFB43E2-D71A-4266-B193-C7421A05530D}" repeatmode="toggle" hidden="false" backupguid="{EB04B38A-65C4-4072-AE3E-6F25EB258350}" repeatdelay="10">
  224.         <multikey xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MultiKey">
  225.           <mousebutton direction="down" button="right"/>
  226.           <delay milliseconds="750"/>
  227.           <key value="Q" direction="down"/>
  228.           <key value="Q" direction="up"/>
  229.           <key value="W" direction="down"/>
  230.           <key value="W" direction="up"/>
  231.           <key value="E" direction="down"/>
  232.           <key value="E" direction="up"/>
  233.           <key value="R" direction="down"/>
  234.           <key value="R" direction="up"/>
  235.           <mousebutton direction="down" button="left"/>
  236.           <mousebutton direction="up" button="left"/>
  237.           <delay milliseconds="750"/>
  238.           <key value="Q" direction="down"/>
  239.           <key value="Q" direction="up"/>
  240.           <key value="E" direction="down"/>
  241.           <key value="E" direction="up"/>
  242.           <key value="R" direction="down"/>
  243.           <key value="R" direction="up"/>
  244.           <mousebutton direction="down" button="left"/>
  245.           <mousebutton direction="up" button="left"/>
  246.           <mousebutton direction="up" button="right"/>
  247.         </multikey>
  248.       </macro>
  249.       <macro name="bingtun" color="4278246655" guid="{EB04B38A-65C4-4072-AE3E-6F25EB258350}" repeatmode="toggle" hidden="false" repeatdelay="10">
  250.         <multikey xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MultiKey">
  251.           <key value="Q" direction="down"/>
  252.           <key value="Q" direction="up"/>
  253.           <key value="W" direction="down"/>
  254.           <key value="W" direction="up"/>
  255.           <key value="E" direction="down"/>
  256.           <key value="E" direction="up"/>
  257.           <key value="R" direction="down"/>
  258.           <key value="R" direction="up"/>
  259.           <mousebutton direction="down" button="left"/>
  260.           <mousebutton direction="up" button="left"/>
  261.           <delay milliseconds="100"/>
  262.           <mousebutton direction="down" button="right"/>
  263.           <delay milliseconds="650"/>
  264.           <key value="Q" direction="down"/>
  265.           <key value="Q" direction="up"/>
  266.           <key value="E" direction="down"/>
  267.           <key value="E" direction="up"/>
  268.           <key value="R" direction="down"/>
  269.           <key value="R" direction="up"/>
  270.           <mousebutton direction="down" button="left"/>
  271.           <mousebutton direction="up" button="left"/>
  272.           <delay milliseconds="750"/>
  273.           <mousebutton direction="up" button="right"/>
  274.         </multikey>
  275.       </macro>
  276.     </macros>
  277.     <assignments devicecategory="Logitech.Gaming.Function.Keyboard">
  278.       <assignment original="true" shiftstate="1" contextid="G1" macroguid="{D5AC487F-B970-4F70-9B59-6EC8A53684A4}" backup="false"/>
  279.       <assignment original="true" shiftstate="4" contextid="G1" macroguid="{D5AC487F-B970-4F70-9B59-6EC8A53684A4}" backup="false"/>
  280.       <assignment original="true" shiftstate="1" contextid="G2" macroguid="{015CB0BB-B7EB-4A20-BFFD-8825E388F894}" backup="false"/>
  281.       <assignment original="true" shiftstate="4" contextid="G2" macroguid="{015CB0BB-B7EB-4A20-BFFD-8825E388F894}" backup="false"/>
  282.       <assignment original="true" shiftstate="1" contextid="G3" macroguid="{7A014AFE-618E-43D6-B296-D61483211066}" backup="false"/>
  283.       <assignment original="true" shiftstate="4" contextid="G3" macroguid="{7A014AFE-618E-43D6-B296-D61483211066}" backup="false"/>
  284.       <assignment original="true" shiftstate="1" contextid="G4" macroguid="{DA05951F-18ED-44E6-9BA6-E08937AA880B}" backup="false"/>
  285.       <assignment original="true" shiftstate="4" contextid="G4" macroguid="{DA05951F-18ED-44E6-9BA6-E08937AA880B}" backup="false"/>
  286.       <assignment original="true" shiftstate="1" contextid="G5" macroguid="{4A68DBDE-D3B9-4E9E-A6D9-28EF552BE9DD}" backup="false"/>
  287.       <assignment original="true" shiftstate="4" contextid="G5" macroguid="{4A68DBDE-D3B9-4E9E-A6D9-28EF552BE9DD}" backup="false"/>
  288.       <assignment original="true" shiftstate="1" contextid="G6" macroguid="{1F2CC23B-86C8-4FBA-B4CE-9F025459FAE4}" backup="false"/>
  289.       <assignment original="true" shiftstate="4" contextid="G6" macroguid="{1F2CC23B-86C8-4FBA-B4CE-9F025459FAE4}" backup="false"/>
  290.       <assignment original="true" shiftstate="1" contextid="G7" macroguid="{9E4F6006-03FB-44AC-85CF-14A74BA0C126}" backup="false"/>
  291.       <assignment original="true" shiftstate="4" contextid="G7" macroguid="{9E4F6006-03FB-44AC-85CF-14A74BA0C126}" backup="false"/>
  292.       <assignment original="true" shiftstate="1" contextid="G8" macroguid="{3D087F0F-971C-4E23-860B-ACE762C96CC4}" backup="false"/>
  293.       <assignment original="true" shiftstate="4" contextid="G8" macroguid="{3D087F0F-971C-4E23-860B-ACE762C96CC4}" backup="false"/>
  294.       <assignment original="true" shiftstate="1" contextid="G9" macroguid="{E8744FC0-9710-45E8-A427-7BA80359FE68}" backup="false"/>
  295.       <assignment original="true" shiftstate="4" contextid="G9" macroguid="{E8744FC0-9710-45E8-A427-7BA80359FE68}" backup="false"/>
  296.       <assignment original="true" shiftstate="1" contextid="G10" macroguid="{D5A173BE-C5B3-4C75-89CE-162E33876F5B}" backup="false"/>
  297.       <assignment original="true" shiftstate="4" contextid="G10" macroguid="{D5A173BE-C5B3-4C75-89CE-162E33876F5B}" backup="false"/>
  298.       <assignment original="true" shiftstate="1" contextid="G11" macroguid="{E29676E8-DC26-4518-A319-952C4A3D3D35}" backup="false"/>
  299.       <assignment original="true" shiftstate="4" contextid="G11" macroguid="{E29676E8-DC26-4518-A319-952C4A3D3D35}" backup="false"/>
  300.       <assignment original="true" shiftstate="1" contextid="G12" macroguid="{7016AAD1-1A1C-4301-9441-1DB8A854E81E}" backup="false"/>
  301.       <assignment original="true" shiftstate="4" contextid="G12" macroguid="{7016AAD1-1A1C-4301-9441-1DB8A854E81E}" backup="false"/>
  302.     </assignments>
  303.     <assignments devicecategory="Logitech.Gaming.Keyboard"/>
  304.     <assignments devicecategory="Logitech.Gaming.LeftHandedController"/>
  305.     <assignments devicecategory="Logitech.Gaming.Mouse">
  306.       <assignment original="true" shiftstate="1" contextid="Button1" macroguid="{5DAFA657-7E0B-4D37-9F7A-FA252ED551E6}" backup="false"/>
  307.       <assignment original="true" shiftstate="1" contextid="Button2" macroguid="{9D0F4485-F6CE-49AF-B3FB-328DBF996F1E}" backup="false"/>
  308.       <assignment original="true" shiftstate="1" contextid="Button3" macroguid="{8B615B23-6FDC-4430-9E57-E5CCBCAC4575}" backup="false"/>
  309.       <assignment original="true" shiftstate="1" contextid="Button4" macroguid="{A0D817F6-1D5D-483B-ADD0-2634CD93D42A}" backup="false"/>
  310.       <assignment original="true" shiftstate="1" contextid="Button5" macroguid="{8B13562D-60F2-460F-9588-8C84168C81BC}" backup="false"/>
  311.       <assignment original="true" shiftstate="1" contextid="Button6" macroguid="{89F0C712-9AF7-4099-9C53-1868BF5B9A4E}" backup="false"/>
  312.       <assignment original="true" shiftstate="1" contextid="Button7" macroguid="{68A1C0B2-2996-4992-9CC5-3285AC8E9740}" backup="false"/>
  313.       <assignment original="true" shiftstate="1" contextid="Button8" macroguid="{12C9716B-4D7A-4F6F-AF20-A0369219119A}" backup="false"/>
  314.     </assignments>
  315.     <assignments devicecategory="Logitech.Gaming.Mouse.C084">
  316.       <assignment original="true" shiftstate="1" contextid="Button1" macroguid="{5DAFA657-7E0B-4D37-9F7A-FA252ED551E6}" backup="false"/>
  317.       <assignment original="true" shiftstate="1" contextid="Button2" macroguid="{9D0F4485-F6CE-49AF-B3FB-328DBF996F1E}" backup="false"/>
  318.       <assignment original="true" shiftstate="1" contextid="Button3" macroguid="{8B615B23-6FDC-4430-9E57-E5CCBCAC4575}" backup="false"/>
  319.       <assignment original="true" shiftstate="1" contextid="Button6" macroguid="{28F1F32A-678A-4CD8-A0F4-41283A737EFC}" backup="false"/>
  320.       <assignment original="true" shiftstate="4" contextid="Button1" macroguid="{5DAFA657-7E0B-4D37-9F7A-FA252ED551E6}" backup="false"/>
  321.       <assignment original="true" shiftstate="4" contextid="Button2" macroguid="{9D0F4485-F6CE-49AF-B3FB-328DBF996F1E}" backup="false"/>
  322.       <assignment original="true" shiftstate="4" contextid="Button3" macroguid="{8B615B23-6FDC-4430-9E57-E5CCBCAC4575}" backup="false"/>
  323.       <assignment original="true" shiftstate="4" contextid="Button4" macroguid="{A0D817F6-1D5D-483B-ADD0-2634CD93D42A}" backup="false"/>
  324.       <assignment original="true" shiftstate="4" contextid="Button5" macroguid="{8B13562D-60F2-460F-9588-8C84168C81BC}" backup="false"/>
  325.       <assignment original="true" shiftstate="4" contextid="Button6" macroguid="{28F1F32A-678A-4CD8-A0F4-41283A737EFC}" backup="false"/>
  326.       <assignment original="false" shiftstate="1" contextid="Button4" macroguid="{EB04B38A-65C4-4072-AE3E-6F25EB258350}" backup="true"/>
  327.       <assignment original="false" shiftstate="1" contextid="Button5" macroguid="{50593C8E-62BB-445C-B60E-83D2281E22AD}" backup="true"/>
  328.       <assignment original="false" shiftstate="1" contextid="Button4" macroguid="{EB04B38A-65C4-4072-AE3E-6F25EB258350}" backup="false"/>
  329.     </assignments>
  330.     <assignments devicecategory="Logitech.Gaming.Mouse.G300">
  331.       <assignment original="true" shiftstate="1" contextid="Button1" macroguid="{5DAFA657-7E0B-4D37-9F7A-FA252ED551E6}" backup="false"/>
  332.       <assignment original="true" shiftstate="1" contextid="Button2" macroguid="{9D0F4485-F6CE-49AF-B3FB-328DBF996F1E}" backup="false"/>
  333.       <assignment original="true" shiftstate="1" contextid="Button3" macroguid="{8B615B23-6FDC-4430-9E57-E5CCBCAC4575}" backup="false"/>
  334.       <assignment original="true" shiftstate="1" contextid="Button4" macroguid="{A0D817F6-1D5D-483B-ADD0-2634CD93D42A}" backup="false"/>
  335.       <assignment original="true" shiftstate="1" contextid="Button5" macroguid="{8B13562D-60F2-460F-9588-8C84168C81BC}" backup="false"/>
  336.       <assignment original="true" shiftstate="1" contextid="Button8" macroguid="{53E81537-5916-4AB3-B052-ABF88B5DD218}" backup="false"/>
  337.       <assignment original="true" shiftstate="1" contextid="Button9" macroguid="{28F1F32A-678A-4CD8-A0F4-41283A737EFC}" backup="false"/>
  338.       <assignment original="true" shiftstate="2" contextid="Button1" macroguid="{5DAFA657-7E0B-4D37-9F7A-FA252ED551E6}" backup="false"/>
  339.       <assignment original="true" shiftstate="2" contextid="Button2" macroguid="{9D0F4485-F6CE-49AF-B3FB-328DBF996F1E}" backup="false"/>
  340.       <assignment original="true" shiftstate="2" contextid="Button3" macroguid="{8B615B23-6FDC-4430-9E57-E5CCBCAC4575}" backup="false"/>
  341.       <assignment original="true" shiftstate="2" contextid="Button4" macroguid="{A0D817F6-1D5D-483B-ADD0-2634CD93D42A}" backup="false"/>
  342.       <assignment original="true" shiftstate="2" contextid="Button5" macroguid="{8B13562D-60F2-460F-9588-8C84168C81BC}" backup="false"/>
  343.       <assignment original="true" shiftstate="2" contextid="Button6" macroguid="{12C9716B-4D7A-4F6F-AF20-A0369219119A}" backup="false"/>
  344.       <assignment original="true" shiftstate="2" contextid="Button7" macroguid="{68A1C0B2-2996-4992-9CC5-3285AC8E9740}" backup="false"/>
  345.       <assignment original="true" shiftstate="2" contextid="Button8" macroguid="{53E81537-5916-4AB3-B052-ABF88B5DD218}" backup="false"/>
  346.       <assignment original="true" shiftstate="2" contextid="Button9" macroguid="{A1FEC5BC-9A8A-49C5-B085-0E2EDCEF1F55}" backup="false"/>
  347.       <assignment original="true" shiftstate="3" contextid="Button1" macroguid="{5DAFA657-7E0B-4D37-9F7A-FA252ED551E6}" backup="false"/>
  348.       <assignment original="true" shiftstate="3" contextid="Button2" macroguid="{9D0F4485-F6CE-49AF-B3FB-328DBF996F1E}" backup="false"/>
  349.       <assignment original="true" shiftstate="3" contextid="Button3" macroguid="{8B615B23-6FDC-4430-9E57-E5CCBCAC4575}" backup="false"/>
  350.       <assignment original="true" shiftstate="3" contextid="Button4" macroguid="{A0D817F6-1D5D-483B-ADD0-2634CD93D42A}" backup="false"/>
  351.       <assignment original="true" shiftstate="3" contextid="Button5" macroguid="{8B13562D-60F2-460F-9588-8C84168C81BC}" backup="false"/>
  352.       <assignment original="true" shiftstate="3" contextid="Button6" macroguid="{F7899D9E-8B25-45CB-B4BC-AAF99E4C87D4}" backup="false"/>
  353.       <assignment original="true" shiftstate="3" contextid="Button7" macroguid="{5638A489-F156-4122-A7DB-E0F880FACC0E}" backup="false"/>
  354.       <assignment original="true" shiftstate="3" contextid="Button8" macroguid="{53E81537-5916-4AB3-B052-ABF88B5DD218}" backup="false"/>
  355.       <assignment original="true" shiftstate="3" contextid="Button9" macroguid="{2F5C8F56-C184-4143-8852-2EB924626DCC}" backup="false"/>
  356.     </assignments>
  357.     <assignments devicecategory="Logitech.Gaming.Speakers">
  358.       <assignment original="true" shiftstate="1" contextid="G1" macroguid="{0EF4BD7D-3402-4433-B6B0-5D301509417D}" backup="false"/>
  359.     </assignments>
  360.     <pointers>
  361.       <pointer devicemodel="Logitech.Gaming.Mouse.G600">
  362.         <mode shiftstate="1">
  363.           <reportrate rate="500"/>
  364.           <powermode value="2"/>
  365.           <dpitable defaultindex="0" syncxy="1" shiftindex="0">
  366.             <dpi x="1200" enabled="1" y="1200"/>
  367.             <dpi x="2000" enabled="0" y="2000"/>
  368.             <dpi x="3200" enabled="0" y="3200"/>
  369.             <dpi x="5000" enabled="0" y="5000"/>
  370.             <dpi x="8200" enabled="0" y="8200"/>
  371.           </dpitable>
  372.           <movement speed="-1" acceleration="1"/>
  373.         </mode>
  374.         <mode shiftstate="2">
  375.           <reportrate rate="500"/>
  376.           <powermode value="2"/>
  377.           <dpitable defaultindex="0" syncxy="1" shiftindex="0">
  378.             <dpi x="1200" enabled="1" y="1200"/>
  379.             <dpi x="2000" enabled="0" y="2000"/>
  380.             <dpi x="3200" enabled="0" y="3200"/>
  381.             <dpi x="5000" enabled="0" y="5000"/>
  382.             <dpi x="8200" enabled="0" y="8200"/>
  383.           </dpitable>
  384.           <movement speed="-1" acceleration="1"/>
  385.         </mode>
  386.         <mode shiftstate="3">
  387.           <reportrate rate="500"/>
  388.           <powermode value="2"/>
  389.           <dpitable defaultindex="1" syncxy="1" shiftindex="0">
  390.             <dpi x="400" enabled="1" y="400"/>
  391.             <dpi x="1200" enabled="1" y="1200"/>
  392.             <dpi x="2000" enabled="1" y="2000"/>
  393.             <dpi x="3200" enabled="1" y="3200"/>
  394.             <dpi x="8200" enabled="0" y="8200"/>
  395.           </dpitable>
  396.           <movement speed="-1" acceleration="1"/>
  397.         </mode>
  398.       </pointer>
  399.       <pointer devicemodel="Logitech.Gaming.Mouse.C084.Ext_1">
  400.         <mode shiftstate="1">
  401.           <reportrate rate="1000"/>
  402.           <powermode value="2"/>
  403.           <dpitable defaultindex="1" syncxy="1" shiftindex="0">
  404.             <dpi x="800" enabled="1" y="800"/>
  405.             <dpi x="1600" enabled="1" y="1600"/>
  406.             <dpi x="2400" enabled="1" y="2400"/>
  407.             <dpi x="3200" enabled="1" y="3200"/>
  408.           </dpitable>
  409.           <movement speed="-1" acceleration="1"/>
  410.         </mode>
  411.       </pointer>
  412.     </pointers>
  413.     <backlight devicemodel="Logitech.Gaming.Mouse.G300">
  414.       <mode color="#ff0000" shiftstate="1"/>
  415.       <mode color="#00ff00" shiftstate="2"/>
  416.       <mode color="#0000ff" shiftstate="3"/>
  417.     </backlight>
  418.     <script>Start=5
  419. Stop="scrolllock"
  420. click=4

  421. Skill_1="1"
  422. Skill_2="2"
  423. Skill_3="3"
  424. Skill_4="4"

  425. DTime_1=0
  426. DTime_2=100
  427. DTime_3=0
  428. DTime_4=60000
  429. DTime_R=0
  430. DTime_L=0

  431. EnablePrimaryMouseButtonEvents (true)

  432. function Dian()
  433.     Sleep(20)
  434.     if (IsKeyLockOn(Stop)) then
  435.           if not (DTime_1==0) then
  436.          PressAndReleaseKey(Skill_1)
  437.        end
  438.        if not (DTime_2==0) then
  439.          PressAndReleaseKey(Skill_2)
  440.        end

  441.        if not (DTime_3==0) then
  442.          PressAndReleaseKey(Skill_3)
  443.        end

  444.        if not (DTime_4==0) then
  445.          PressAndReleaseKey(Skill_4)
  446.        end

  447.        if not (DTime_R==0) then
  448.          PressAndReleaseMouseButton(3)
  449.        end

  450.        if not (DTime_L==0) then
  451.          PressAndReleaseMouseButton(1)
  452.        end
  453.         Num_Key_1 = 0
  454.         Num_Key_2 = 0
  455.         Num_Key_3 = 0
  456.         Num_Key_4 = 0
  457.         Num_RightMouse = 0
  458.         Num_LiftMouse = 0
  459.     end
  460.     PressMouseButton(Skill_1)
  461.     while (IsKeyLockOn(Stop)) do
  462.         Sleep(10)
  463.            Num_Key_1 = Num_Key_1 + 1
  464.         Num_Key_2 = Num_Key_2 + 1
  465.         Num_Key_3 = Num_Key_3 + 1
  466.         Num_Key_4 = Num_Key_4 + 1
  467.         Num_RightMouse = Num_RightMouse + 1
  468.         Num_LiftMouse = Num_LiftMouse + 1
  469.           if ((Num_Key_1*10) == DTime_1) then
  470.             PressAndReleaseKey(Skill_1)
  471.             Num_Key_1 = 0
  472.         end
  473.         if ((Num_Key_2*10) == DTime_2) then
  474.             PressAndReleaseKey(Skill_2)
  475.             Num_Key_2 = 0
  476.         end

  477.         if ((Num_Key_3*10) == DTime_3) then
  478.             PressAndReleaseKey(Skill_3)
  479.             Num_Key_3 = 0
  480.         end

  481.         if ((Num_Key_4*10) == DTime_4) then
  482.             PressAndReleaseKey(Skill_4)
  483.             Num_Key_4 = 0
  484.         end

  485.         if ((Num_RightMouse*10) == DTime_R) then
  486.             PressAndReleaseMouseButton(3)
  487.             Num_RightMouse = 0
  488.         end

  489.         if ((Num_RightMouse*10) == DTime_R) then
  490.             PressAndReleaseMouseButton(3)
  491.             Num_RightMouse = 0
  492.         end

  493.         if ((Num_LiftMouse*10) == DTime_L) then
  494.                                         if not IsMouseButtonPressed(3) then
  495.              PressAndReleaseMouseButton(1)
  496.                 end
  497.            Num_LiftMouse = 0
  498.         end
  499.         if IsMouseButtonPressed(click) then
  500.           ReleaseMouseButton(Skill_1)
  501.           PressAndReleaseMouseButton(1)
  502.               end
  503.         if not IsMouseButtonPressed(click) then
  504.           PressMouseButton(Skill_1)
  505.               end
  506.     end
  507.   ReleaseMouseButton(Skill_1)
  508. end

  509. function OnEvent(event, arg)
  510.     if(event=="MOUSE_BUTTON_PRESSED" and arg==Start)then
  511.                         Dian()
  512.      end
  513. end</script>
  514.   </profile>
  515. </profiles>
复制代码
我不太清楚这个行不行,因为我现在没老版驱动了
把这段代码复制然后桌面新建个文本,粘贴后保存改下txt后缀名为xml
然后老版驱动导入xml,然后游戏路径什么的应该还得自己设置下好像,设置成默认执行的文件,然后试一试吧
发表于 2021-4-5 11:39:38 |只看该作者 来自:河北
[armory]http://hero.d.163.com/hero/cn/%E6%9D%AF%E9%85%92%E6%85%B0%E5%B0%81%E5%B0%98-5189/46906185[/armory]

帖子:286

符文:44

23#
好东西。谢谢老哥
发表于 2021-4-5 12:28:11 来自凯恩之角App |只看该作者 来自:河北

帖子:366

符文:64

24#
I曼陀罗I 发表于 2021-4-5 12:28
好东西。谢谢老哥

客气了兄弟
发表于 2021-4-5 12:40:48 |只看该作者 来自:河北
[armory]http://hero.d.163.com/hero/cn/%E6%9D%AF%E9%85%92%E6%85%B0%E5%B0%81%E5%B0%98-5189/46906185[/armory]

帖子:47

符文:13

25#
标记标记标记
发表于 2021-4-5 13:38:47 |只看该作者 来自:福建
[armory]http://cn.battle.net/d3/en/profile/%E9%9A%8F%E4%BE%BF%E7%8E%A9%E7%8E%A9-51835/hero/24412803[/armory]

帖子:8

符文:15

26#
很好用,谢谢同时想请教一下,G5开启过后再点击G5为什么不能直接关闭呢 而且键盘暂停灯亮的时候才会循环,关闭暂停键就只是在点击G5的时候才会触发,不知道是个什么情况,现状就是我在刷的时候要先按键盘上的暂停键然后G5开宏,刷完了按键盘暂停键再取消宏,操作起来有点违和,要是再点G5能直接关闭就好了


发表于 2021-4-5 17:49:22 |只看该作者 来自:四川

帖子:47

符文:13

27#
都按照你的设置,怎么进游戏按G4不会启动宏啊
发表于 2021-4-5 18:02:29 |只看该作者 来自:福建
[armory]http://cn.battle.net/d3/en/profile/%E9%9A%8F%E4%BE%BF%E7%8E%A9%E7%8E%A9-51835/hero/24412803[/armory]

帖子:366

符文:64

28#
名已用 发表于 2021-4-5 18:02
都按照你的设置,怎么进游戏按G4不会启动宏啊

在G5上绑定scroll lock
,然后按G5启动,再按G5关闭,G4长按是左健单机
发表于 2021-4-5 18:19:33 来自凯恩之角App |只看该作者 来自:河北

帖子:366

符文:64

29#
LOLDR3 发表于 2021-4-5 17:49
很好用,谢谢同时想请教一下,G5开启过后再点击G5为什么不能直接关闭呢 而且键盘暂停灯亮的时候才会循环, ...

这个是因为没有在G5上面绑定scroll lock键,你看上面除了代码还有一张图,就是鼠标G5键绑定的,你绑定上了,就是按开启,再按关闭
发表于 2021-4-5 18:21:08 来自凯恩之角App |只看该作者 来自:河北

帖子:15

符文:8

30#
大佬 问下 我能正常启动 可是为什么G4键无法中断长按然后左键连点呢?怎么回事
发表于 2021-4-5 19:18:07 |只看该作者 来自:山西
您需要登录后才可以回帖 登录 | 注册网易通行证