96辅助游戏论坛 - 辅助工具|www.96fuzhu.com

 找回密码
 立即注册
查看: 1659|回复: 11

[处理完毕] 有没有大哥apex罗技鼠标宏设定一套好的

[复制链接]
发表于 2023-1-30 22:34 | 显示全部楼层 |阅读模式
50金币
111

最佳答案

查看完整内容

EnablePrimaryMouseButtonEvents(true) turn=0 down=0 function OnEvent(event, arg) local offset local recovery_offset local downcount local qwq = IsMouseButtonPressed(3) OutputLogMessage("Event: "..event.." Arg: "..arg.."\n") if(event== "MOUSE_BUTTON_PRESSED" and arg==1 and turn==1 and qwq==true) then downcount=0 repeat -- OutputLogMessage("%d\n",downcount) downcount= ...
回复

使用道具 举报

发表于 2023-1-30 22:34 | 显示全部楼层

EnablePrimaryMouseButtonEvents(true)
turn=0
down=0
function OnEvent(event, arg)
        local offset
        local recovery_offset
        local downcount
        local qwq = IsMouseButtonPressed(3)
    OutputLogMessage("Event: "..event.." Arg: "..arg.."\n")
        if(event== "MOUSE_BUTTON_PRESSED" and arg==1 and turn==1 and qwq==true) then
                downcount=0
                repeat
--                        OutputLogMessage("%d\n",downcount)
                        downcount=downcount+1
                        if(downcount<=150 and down==1) then
                                MoveMouseRelative(0,1)
                        end
--[[
offset对应抖动的幅度,可以根据自己的灵敏度调整,太小的话没有减少后坐力的效果
--]]
                        offset=math.random(5,5)
                        recovery_offset = -offset
                        Sleep(2)
                        MoveMouseRelative(offset,offset)
                        Sleep(2)
                        MoveMouseRelative(recovery_offset,recovery_offset)
                until not IsMouseButtonPressed(1)
        end
--[[
arg的数字表示鼠标的按键4表示侧键的后退键,5表示前进键,可以设置自己喜欢的按键避免误触
turn变量对应鼠标的抖动开关
down变量对应鼠标的下压开关
--]]
        if(event== "MOUSE_BUTTON_PRESSED" and arg==6) then
                if(turn==0)        then
                        turn=1
                else
                        turn=0       
                end
        end
        if(event== "MOUSE_BUTTON_PRESSED" and arg==99) then
                if(down==0)        then
                        down=1
                else
                        down=0       
                end
        end
end
回复

使用道具 举报

发表于 2023-1-30 22:58 | 显示全部楼层
同求111
回复

使用道具 举报

发表于 2023-1-30 23:08 | 显示全部楼层
雷蛇的行不行
回复

使用道具 举报

发表于 2023-1-30 23:09 | 显示全部楼层

要的可以私信我
回复

使用道具 举报

发表于 2023-1-31 00:22 | 显示全部楼层
免费的有没有?
回复

使用道具 举报

发表于 2023-1-31 00:52 | 显示全部楼层
点解决,我有嘎嘎无后座
回复

使用道具 举报

 楼主| 发表于 2023-1-31 10:38 | 显示全部楼层
iuwdnmd 发表于 2023-1-31 00:52
点解决,我有嘎嘎无后座

先发出来先
回复

使用道具 举报

发表于 2023-1-31 10:55 | 显示全部楼层

会用吧
回复

使用道具 举报

发表于 2023-2-1 00:31 | 显示全部楼层

大佬能发我一个试试嘛
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|96辅助游戏论坛

GMT+8, 2024-4-19 15:56 , Processed in 0.070794 second(s), 19 queries .

Powered by Discuz! X3.4

© 2016-2023 Comsenz Inc.

快速回复 返回顶部 返回列表