当前位置: 首页 >>业内新闻
业内新闻
及时雨辅助脱机过最新红莲验证示例 |
发布者:Admin 发布时间:2020/8/8 22:41:41 阅读:次 |
/<
function 过验证()
::A::
local str=获取NPC对话内容()
if str:match("移动到对应位置") then
x,y=str:match("\\
local fx=118;local fy=99;
local xs=nil;local ys=nil;
if tonumber(x)>fx then
xs=str:match("/(@向左[^>]+)>")
elseif tonumber(x) xs=str:match("/(@向右[^>]+)>")
end
if tonumber(y)>fy then
ys=str:match("/(@向上[^>]+)>")
elseif tonumber(y) ys=str:match("/(@向下[^>]+)>")
end
if xs then
选择(xs)
等待(500)
goto A
end
if ys then
选择(ys)
等待(500)
goto A
end
local cmd=str:match("/(@移动完毕[^>]+)>")
选择(cmd)
等待(1000)
按键(13)
end
end
过验证()
/>
|
上一页:及时雨辅助ABC版本开法调法教程大全 |
|