//没登陆

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

帖子:366

符文:64

跳转到指定楼层
1#
发表于 2021-4-5 09:13:23 |显示全部楼层 |倒序浏览 来自:河北
我是用的GHUB,鼠标是罗技G102第二代
然后GHUB的简易教程论坛里都有,可以自行搜索使用一下
我这边也是之前借鉴论坛里别人的冰吞宏,然后自己改了改
基本上解放一只手,可以单手操作鼠标玩火鸟
2.png
然后这是鼠标配置的图,主要把scroll lock键绑定到G5(前进键),作为启动跟关闭宏的指令,点击开启,再点击关闭
  1. local Start=5
  2. local Stop="scrolllock"
  3. local click=4

  4. local Skill_1="1"
  5. local Skill_2="2"
  6. local Skill_3="3"
  7. local Skill_4="4"

  8. local DTime_1=0
  9. local DTime_2=100
  10. local DTime_3=0
  11. local DTime_4=60000
  12. local DTime_R=0
  13. local DTime_L=0

  14. EnablePrimaryMouseButtonEvents (true)

  15. function Dian()
  16.     Sleep(20)
  17.     if (IsKeyLockOn(Stop)) then
  18.           if not (DTime_1==0) then
  19.          PressAndReleaseKey(Skill_1)
  20.        end
  21.        if not (DTime_2==0) then
  22.          PressAndReleaseKey(Skill_2)
  23.        end

  24.        if not (DTime_3==0) then
  25.          PressAndReleaseKey(Skill_3)
  26.        end

  27.        if not (DTime_4==0) then
  28.          PressAndReleaseKey(Skill_4)
  29.        end

  30.        if not (DTime_R==0) then
  31.          PressAndReleaseMouseButton(3)
  32.        end

  33.        if not (DTime_L==0) then
  34.          PressAndReleaseMouseButton(1)
  35.        end
  36.         Num_Key_1 = 0
  37.         Num_Key_2 = 0
  38.         Num_Key_3 = 0
  39.         Num_Key_4 = 0
  40.         Num_RightMouse = 0
  41.         Num_LiftMouse = 0
  42.     end
  43.     --ReleaseKey(Skill_1)
  44.     PressKey(Skill_1)
  45.     while (IsKeyLockOn(Stop)) do
  46.         Sleep(10)
  47.            Num_Key_1 = Num_Key_1 + 1
  48.         Num_Key_2 = Num_Key_2 + 1
  49.         Num_Key_3 = Num_Key_3 + 1
  50.         Num_Key_4 = Num_Key_4 + 1
  51.         Num_RightMouse = Num_RightMouse + 1
  52.         Num_LiftMouse = Num_LiftMouse + 1
  53.           if ((Num_Key_1*10) == DTime_1) then
  54.             PressAndReleaseKey(Skill_1)
  55.             Num_Key_1 = 0
  56.         end
  57.         if ((Num_Key_2*10) == DTime_2) then
  58.             PressAndReleaseKey(Skill_2)
  59.             Num_Key_2 = 0
  60.         end

  61.         if ((Num_Key_3*10) == DTime_3) then
  62.             PressAndReleaseKey(Skill_3)
  63.             Num_Key_3 = 0
  64.         end

  65.         if ((Num_Key_4*10) == DTime_4) then
  66.             PressAndReleaseKey(Skill_4)
  67.             Num_Key_4 = 0
  68.         end

  69.         if ((Num_RightMouse*10) == DTime_R) then
  70.             PressAndReleaseMouseButton(3)
  71.             Num_RightMouse = 0
  72.         end

  73.         if ((Num_RightMouse*10) == DTime_R) then
  74.             PressAndReleaseMouseButton(3)
  75.             Num_RightMouse = 0
  76.         end

  77.         if ((Num_LiftMouse*10) == DTime_L) then
  78.                                         if not IsMouseButtonPressed(3) then
  79.              PressAndReleaseMouseButton(1)
  80.                 end
  81.            Num_LiftMouse = 0
  82.         end
  83.         if IsMouseButtonPressed(click) then
  84.           ReleaseKey(Skill_1)
  85.           PressAndReleaseMouseButton(1)
  86.               end
  87.         if not IsMouseButtonPressed(click) then
  88.           PressKey(Skill_1)
  89.               end
  90.     end
  91.   ReleaseKey(Skill_1)
  92. end

  93. function OnEvent(event, arg)
  94.     if(event=="MOUSE_BUTTON_PRESSED" and arg==Start)then
  95.                         Dian()
  96.      end
  97. end
复制代码
上面是代码,LUA脚本,可以在GHUB配置文件里,直接添加脚本,复制粘贴,ctrl+s保存,然后就可以开启了

说一下功能,进图G5开启宏,宏会自动长按瓦解射线,然后自动循环聚能爆破(100ms),然后会自动10分钟补一次电甲,魔星跟魔武自己手动补一下就行,魔武没设置10分钟自动补是有时候鼠标右键传送按累了,我会把传送放到3技能,休息一下右手中指,然后就是用传送来回飞,如果遇到塔或者门要开,就按鼠标G4键,G4键长按会松开瓦解射线,并且连续点击左键,松开G4继续长按瓦解射线,这样就不需要关宏去点门或塔了,然后刷完后再点击G5关闭宏

说明一下,Skill_1\2\3\4是技能1、2、3、4,DTime_1\2\3\4\R\L是1、2、3、4、R、L分别是技能跟鼠标右键左键的点击频率(单位ms),如果某个值间隔时间是0那么就视为不执行某个键
3.png
我的技能是这么搭配的,右键放传送,如果想修改技能位置,比如我1技能是瓦解射线,你想用2技能是瓦解射线,就把红里面的Skill_1=1改成Sill_1=2,然后Skill_2=1,再比如如果聚能爆破是3技能,就把Skill_2=3,Skill_3=2,这些都是百搭的,或者可以不用改技能,因为DTime_1\2\3\4\R\L这里其实就是对应着键位的点击间隔时间,所以需要用哪个改哪个就直接改值就行了

对了G4跟G5分别对应代码里的click跟start,如果想换成其他侧键,只需要改他们的值就行了

好了,希望大家不会得腱鞘炎,祝大家开心游戏

[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]

帖子:366

符文:64

2#
noberz 发表于 2021-4-5 09:37
首先感谢大佬分享的宏,就是看bd是爆破bd,被动是不是带错了?

对,我这个被动瞎整的,没有跟主流的一样,就速刷速刷低层打打装备
发表于 2021-4-5 09:48:31 |显示全部楼层 来自:河北
[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]

帖子:366

符文:64

3#

G4是鼠标宏左侧的后退键
发表于 2021-4-5 10:18:49 |显示全部楼层 来自:河北
[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]

帖子:366

符文:64

4#
狼十二舅 发表于 2021-4-5 09:56
这不就是抄了一下以前野蛮人痛割宏的代码吗

不太清楚,之前是看论坛有人分享了个冰吞的,上赛季改了改了用,这赛季拿来改了改玩火鸟了
发表于 2021-4-5 10:19:32 |显示全部楼层 来自:河北
[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]

帖子:366

符文:64

5#
碎裂吧镜花水月 发表于 2021-4-5 09:51
太复杂了看不懂,有简单的录制的那种吗?我只想把瓦解射线和爆破放宏里,一键开爆破和射线,昨天录制了下绝 ...

那个我也不会
发表于 2021-4-5 10:19: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]

帖子:366

符文:64

6#
一剑在手 发表于 2021-4-5 09:49
本人喜欢右键长按,其他手工操作,能不能给个这样的模板,玩蛮子什么的也能用。
  1. local Start=5
  2. local Stop="scrolllock"
  3. local click=4

  4. local Skill_1="1"
  5. local Skill_2="2"
  6. local Skill_3="3"
  7. local Skill_4="4"

  8. local DTime_1=0
  9. local DTime_2=100
  10. local DTime_3=0
  11. local DTime_4=60000
  12. local DTime_R=0
  13. local DTime_L=0

  14. EnablePrimaryMouseButtonEvents (true)

  15. function Dian()
  16.     Sleep(20)
  17.     if (IsKeyLockOn(Stop)) then
  18.           if not (DTime_1==0) then
  19.          PressAndReleaseKey(Skill_1)
  20.        end
  21.        if not (DTime_2==0) then
  22.          PressAndReleaseKey(Skill_2)
  23.        end

  24.        if not (DTime_3==0) then
  25.          PressAndReleaseKey(Skill_3)
  26.        end

  27.        if not (DTime_4==0) then
  28.          PressAndReleaseKey(Skill_4)
  29.        end

  30.        if not (DTime_R==0) then
  31.          PressAndReleaseMouseButton(3)
  32.        end

  33.        if not (DTime_L==0) then
  34.          PressAndReleaseMouseButton(1)
  35.        end
  36.         Num_Key_1 = 0
  37.         Num_Key_2 = 0
  38.         Num_Key_3 = 0
  39.         Num_Key_4 = 0
  40.         Num_RightMouse = 0
  41.         Num_LiftMouse = 0
  42.     end
  43.     PressMouseButton(3)
  44.     while (IsKeyLockOn(Stop)) do
  45.         Sleep(10)
  46.            Num_Key_1 = Num_Key_1 + 1
  47.         Num_Key_2 = Num_Key_2 + 1
  48.         Num_Key_3 = Num_Key_3 + 1
  49.         Num_Key_4 = Num_Key_4 + 1
  50.         Num_RightMouse = Num_RightMouse + 1
  51.         Num_LiftMouse = Num_LiftMouse + 1
  52.           if ((Num_Key_1*10) == DTime_1) then
  53.             PressAndReleaseKey(Skill_1)
  54.             Num_Key_1 = 0
  55.         end
  56.         if ((Num_Key_2*10) == DTime_2) then
  57.             PressAndReleaseKey(Skill_2)
  58.             Num_Key_2 = 0
  59.         end

  60.         if ((Num_Key_3*10) == DTime_3) then
  61.             PressAndReleaseKey(Skill_3)
  62.             Num_Key_3 = 0
  63.         end

  64.         if ((Num_Key_4*10) == DTime_4) then
  65.             PressAndReleaseKey(Skill_4)
  66.             Num_Key_4 = 0
  67.         end

  68.         if ((Num_RightMouse*10) == DTime_R) then
  69.             PressAndReleaseMouseButton(3)
  70.             Num_RightMouse = 0
  71.         end

  72.         if ((Num_RightMouse*10) == DTime_R) then
  73.             PressAndReleaseMouseButton(3)
  74.             Num_RightMouse = 0
  75.         end

  76.         if ((Num_LiftMouse*10) == DTime_L) then
  77.                                         if not IsMouseButtonPressed(3) then
  78.              PressAndReleaseMouseButton(1)
  79.                 end
  80.            Num_LiftMouse = 0
  81.         end
  82.         if IsMouseButtonPressed(click) then
  83.           ReleaseMouseButton(3)
  84.           PressAndReleaseMouseButton(1)
  85.               end
  86.         if not IsMouseButtonPressed(click) then
  87.           PressMouseButton(3)
  88.               end
  89.     end
  90.   ReleaseMouseButton(3)
  91. end

  92. function OnEvent(event, arg)
  93.     if(event=="MOUSE_BUTTON_PRESSED" and arg==Start)then
  94.                         Dian()
  95.      end
  96. end
复制代码
用这个,这个改了一下,开启宏长按右键,G4键长按时松开右键连点左键,松开后恢复长按右键,然后1234技能就可以自己调时间间隔放了
发表于 2021-4-5 10:26:30 |显示全部楼层 来自:河北
[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]

帖子:366

符文:64

7#
狼十二舅 发表于 2021-4-5 10:24
可以分段写,加上注释,我也自己改了个,全职业都能用,本质其实就是控制按键,鼠标的点击时间间隔

对,感觉基本上一个框架,其余的就是来回组合,然后设置一些特定情形按键执行其余方法
发表于 2021-4-5 10:27:40 |显示全部楼层 来自:河北
[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]

帖子:366

符文:64

8#
執炬逆風 发表于 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]

帖子:366

符文:64

9#
一剑在手 发表于 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]

帖子:366

符文:64

10#
就要他好看 发表于 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]

帖子:366

符文:64

11#
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]

帖子:366

符文:64

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

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

帖子:366

符文:64

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

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

帖子:366

符文:64

14#
断了翅膀的鱼. 发表于 2021-4-5 19:19
而且大佬 为什么我用了宏  会缺蓝呢?

副手没有暴击回能吧,有这条词缀打着怪就不会缺蓝
发表于 2021-4-5 21:48:27 |显示全部楼层 来自:河北
[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]

帖子:366

符文:64

15#
断了翅膀的鱼. 发表于 2021-4-5 19:18
大佬 问下 我能正常启动 可是为什么G4键无法中断长按然后左键连点呢?怎么回事

你的鼠标是哪个呀,可以放个截图不,就GHUB鼠标分配的截图,G4键是鼠标侧键默认的后退键
发表于 2021-4-5 21:50:08 |显示全部楼层 来自:河北
[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]
您需要登录后才可以回帖 登录 | 注册网易通行证