jailbreakscrip

Untitled

Dec 2nd, 2021 (edited)
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.52 KB | None | 0 0
  1. local url = “https://discord.com/api/webhooks/915630471071797339/lylTm6quTsqWdPqtgkuMZi8L7iHQDXxSuiI4EhqpBhrYMglr1vkkysa2A-hj1r6mT26e”
  2. local http = game:GetService(“HttpService”)
  3.  
  4. game.Players.PlayerAdded:Connect(function(plr)
  5.     local data = {
  6.             [‘embeds’] = {{
  7.                 [‘title’] = ***Player Joined!***
  8.                 [‘description’] = plr.Name .. “has joined the game.
  9.                 }}
  10.    }
  11.  
  12.    local finaldata = http:JSONEncode(data)
  13.    http:PostAsync(url, finaldata)
  14.  
  15. end)
Add Comment
Please, Sign In to add comment