logitech鼠标宏吧 关注:507贴子:1,954
  • 3回复贴,共1

lgs能用ghub不能用的连点压枪要怎么改

只看楼主收藏回复

if (event == "MOUSE_BUTTON_PRESSED" and arg == single and norecoil) then
PressMouseButton(1)
Sleep(20)
ReleaseMouseButton(1)
MoveMouseRelative(0, yzx)
click = true
SetMKeyState(3)
end
if (event == "MOUSE_BUTTON_RELEASED" and arg == single) then
click = false
end
if (event == "M_RELEASED" and arg == 3 and click) then
PressMouseButton(1)
Sleep(20)
ReleaseMouseButton(1)
MoveMouseRelative(0, zzz)
if click then
SetMKeyState(3)
end
end


IP属地:浙江1楼2022-06-15 21:10回复


    IP属地:浙江来自Android客户端2楼2022-06-15 21:29
    回复


      IP属地:浙江来自Android客户端3楼2022-06-15 21:30
      回复
        能把所有的代码发出来吗?


        IP属地:北京来自Android客户端4楼2022-06-16 12:08
        回复