七星辅助过棒棒糖西瓜火把金条回城卷苹果验证码
图片:
代码:
对话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