Xorbitingwind

Untitled

Feb 2nd, 2025
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. local response = http.get("https://api64.ipify.org?format=json")
  2.  
  3. if response then
  4. print(response.readAll())
  5. response.close()
  6. else
  7. print("HTTP request failed")
  8. end
  9.  
Advertisement
Add Comment
Please, Sign In to add comment