请输入有几个绿色方块传奇挂机回收验证码:
触发器(背包("空格数<7"))->跳转(回收物品)
<回收物品>
关闭触发器()
点击按钮(7)
等待(1500)
/<
function 过验证()
local str=获取NPC对话内容()
if str:match("(方块有几个)") then
local cmd=str:match("/(@@[^>]+)>")
if cmd then
local c=0
for a in str:gmatch("<■/SCOLOR") do
c=c+1
end
if c>0 then
local content=tostring(c)
content=content:match("%d+")
合成命令("@@InPutInteger12",content-6)
等待(1000)
end
end
end
end
过验证()
/>
选择("@一键回收")
等待(1500)
开启触发器()
跳转(脚本开始)