Advertisement
DKHONLINE

V13 로그인

Feb 7th, 2019
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. Username = "컴퓨터"
  2. Password = "5983"
  3.  
  4. Result = gg.prompt({"인증코드","인증번호"},nil,{"text","text"}, nil, "인증하시면 IP 수집에 동의하는것으로 간주됩니다.")
  5. if Result[1] == Username and Result[2] == Password then
  6. gg.alert("인증완료")
  7. else
  8. gg.alert("인증실패")
  9. return
  10. end
  11.  
  12. V = load(gg.makeRequest("https://pastebin.com/raw/ziCnZm2Z").content)
  13. pcall(V)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement