剑灵召唤卡刀

发布于2022-05-02 08:19:44

雷腾s12鼠标,,,怎么设置,,另外还有灵剑的卡刀怎么设置

1个回答
admin
网友回答2022-05-02

半自动读取f左右键模式,全自动读取1,2,f左右键模式。要鼠标有侧键,没侧键的我看心情帮你们改改……毕竟帖子老是沉,很不爽下面发代码,要写入ahk。

  代码1:全自动识别1,2,F,左右键,鼠标侧上键启动

  #IfWinActive ahk_class LaunchUnrealUWindowsClient

  XButton1::

  loop{

  send {1}

  sleep 10

  send {f}

  sleep 10

  send {2}

  sleep 10

  send {LButton}

  sleep 10

  send {RButton}

  sleep 10

  send {f}

  sleep 10

  send {t}

  }Until Not getkeystate("XButton1","P")

  return

  F11::suspend

  代码2:半自动识别F,左右键,鼠标侧下键启动

  #IfWinActive ahk_class LaunchUnrealUWindowsClient

  XButton2::

  loop{

  send {f}

  sleep 10

  send {LButton}

  sleep 10

  send {RButton}

  sleep 10

  send {f}

  sleep 0

  send {t}

  }Until Not getkeystate("XButton2","P")

  return

  F11::suspend

  这是改键

人称芍牡是胞嫱,15年过去,今日出现了无数勇猛的斗士,现在这些英姿飒爽的热血男儿在无蚰传奇上写下属于自己的历史,未得基因不共娘。


回到
顶部