没学过编程,随便乱搞的,2000点多行,但是功能还是实现了,难为我了,有没有大佬帮忙优化?文章来源地址https://www.toymoban.com/news/detail-737902.html
function OnEvent(event, arg)
if (event == "MOUSE_BUTTON_PRESSED" and arg ==6) then--当按下鼠标6键然后
PressAndReleaseKey("b")--按下并弹起按键b
Sleep(10)--延迟20毫秒
PressAndReleaseKey("spacebar")--按下空格键
Sleep(200)
local i=math.random(1,37)--随机变量1到37
if i==1 then
PressAndReleaseKey("num0")
Sleep(10)
elseif i==2 then
PressAndReleaseKey(1)
Sleep(10)
elseif i==3 then
PressAndReleaseKey(2)
Sleep(10)
elseif i==4 then
PressAndReleaseKey(3)
Sleep(10)
elseif i==5 then
PressAndReleaseKey(4)
Sleep(10)
elseif i==6
文章来源:https://www.toymoban.com/news/detail-737902.html
到了这里,关于罗技鼠标lua脚本随机按键输出的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!