Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. if clientBox:getCurrentOption().text == "Redemption" then
  2. G.port = "7171"
  3. elseif clientBox:getCurrentOption().text == "Neveresta" then
  4. G.port = "7175"
  5. elseif clientBox:getCurrentOption().text == "War" then
  6. G.port = "7181"
  7. elseif clientBox:getCurrentOption().text == "test" then
  8. G.port = "7194"
  9. end
  10.  
  11. if cast then
  12. G.account = ""
  13. end
  14.  
  15. if cams then
  16. G.account = ""
  17. G.port = 7195
  18. end
  19.  
  20. protocolLogin:login(G.host, G.port, G.account, G.password)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement