当前位置:首页>验证码大全

金条、西瓜、回城卷、棒棒糖、西瓜、火把、苹果验证码

发布时间:2014年07月11日22:45

七星辅助过棒棒糖西瓜火把金条回城卷苹果验证码

图片:

代码:

对话NPC坐标(318,338)
等待(1000)
k1=string.find(NPC对话内容,"西瓜",1,true)
if k1~=nil then
   选择("@TPFYZ")
end
k1=string.find(NPC对话内容,"金条",1,true)
if k1~=nil then
   选择("@TPAYZ")
end
k1=string.find(NPC对话内容,"棒棒糖",1,true)
if k1~=nil then
   选择("@TPEYZ")
end
k1=string.find(NPC对话内容,"火把",1,true)
if k1~=nil then
   选择("@TPBYZ")
end
k1=string.find(NPC对话内容,"回城卷",1,true)
if k1~=nil then
   选择("@TPCYZ")
end
k1=string.find(NPC对话内容,"苹果",1,true)
if k1~=nil then
   选择("@TPDYZ")
end

最后修改时间: 2020年06月01日00:00