[code=plain]
pos=1
user={"17753355969","123"}
psw={"liucd1017.","456"}
r={
输入账号=R():id("com.kuaishou.nebula:id/phone_et"):type("EditText"):name("com.kuaishou.nebula");
输入密码=R():id("com.kuaishou.nebula:id/password_et"):type("EditText"):name("com.kuaishou.nebula");
}
while true do
input(r.输入账号,user[pos])
input(r.输入密码,psw[pos])
pos=pos+1
if pos>#user then
pos=1
end
sleep(2000)
end
[/code]