简单辅助过输入有几个绿色方块验证

2021-12-28 18:36:36 作者:

简单辅助_简单挂免费版|传奇单职业辅助_ >> 网站导航 >> 正文


简单辅助过输入有几个绿色方块验证(图)用户替换以下代码即可:


/<
lastmsg=""
function 过验证()
  local str=获取NPC对话内容()
  if str==lastmsg then return end
  lastmsg = str
  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+")
        合成命令(cmd,content)
        等待(1000)
      end
    end
  end
end
过验证()
/>
以上内容 简单挂官网原创:www.a1904.com 转载请注明来源!