Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Best--Free--MGUI
- --CrazyDash By Toshiro V2#0797
- --Don't Skid Or Get Banned!!
- local Visit = "WEBHOOK HERE"
- ------------------------------------------------------------------------------------
- --- ____ ___ _ _ _____ _____ ___ _ _ ____ _ _ _ ---
- --- | _ \ / _ \ | \ | | |_ _| |_ _| / _ \ | | | | / ___| | | | | | |---
- --- | | | | | | | | | \| | | | | | | | | | | | | | | | | |_| | | |---
- --- | |_| | | |_| | | |\ | | | | | | |_| | | |_| | | |___ | _ | |_|---
- --- |____/ \___/ |_| \_| |_| |_| \___/ \___/ \____| |_| |_| (_)---
- ------------------------------------------------------------------------------------
- local EmbedControl = {}
- local HttpService = game:GetService('HttpService')
- GetAge = function(Player)
- local Age = nil
- local String = nil
- local Run, Error = pcall(function()
- String = game:GetService("Chat"):FilterStringAsync("Chttps://assetgame.roblox.com/asset/?id=46646280#assetTypeId=10&isPackage=false7RN", Player, Player):match("#")
- end)
- if Error and not Run then
- pcall(function()
- String = game:GetService("Chat"):FilterStringAsync("C7RN", Player, Player):match("#")
- end)
- end
- if String == nil then
- Age = "13+"
- elseif String == "#" then
- Age = "13<"
- end
- return Age
- end
- GetAccountAge = function(Player)
- local Age = Player.AccountAge
- if Age == 1 then
- return "1 day"
- else
- return Age.." days"
- end
- end
- GetVerified = function(Player)
- local AssetId = 102611803
- local UserId = Player.UserId or 0
- local result = game:GetService("BadgeService"):UserHasBadge(UserId, AssetId)
- return tostring(result)
- end
- GetMembership = function(Player)
- if not Player then return "NBC" end
- local Membership = Player.MembershipType
- if Membership == Enum.MembershipType.None then
- return "NBC"
- elseif Membership == Enum.MembershipType.BuildersClub then
- return "BC"
- elseif Membership == Enum.MembershipType.TurboBuildersClub then
- return "TBC"
- elseif Membership == Enum.MembershipType.OutrageousBuildersClub then
- return "OBC"
- else
- return "NBC"
- end
- end
- game.Players.PlayerAdded:Connect(function(Player)
- local data =
- {
- username = "NAME OF BOT HERE",
- embeds = {{
- title = "NAME OF MGUI HERE",
- description = [[[CLICK ME FOR PROFILE](https://web.roblox.com/users/]].. tostring(Player.UserId) ..[[/profile)]],
- type = "rich",
- color = tonumber(0xffffff),
- thumbnail = {
- url = "https://www.roblox.com/bust-thumbnail/image?userId="..Player.UserId.."&width=100&height=100&format=png",
- },
- fields = {
- [1] = {
- ["name"] = "**__Username__**",
- ["value"] = (Player.Name),
- ["inline"] = true,
- },
- [2] = {
- ["name"] = "**__Membership__**",
- ["value"] = GetMembership(Player),
- ["inline"] = true,
- },
- [3] = {
- ["name"] = "**__Account age__**",
- ["value"] = GetAccountAge(Player).."`".." , ".."`"..GetAge(Player),
- ["inline"] = true,
- },
- [4] = {
- ["name"] = "**__Verified__**",
- ["value"] = GetVerified(Player),
- ["inline"] = true,
- },
- [5] = {
- ["name"] = "**__RAP__**",
- ["value"] = [[[Click Me](https://rbx.rocks/s/]].. tostring(Player.Name)..[[)]],
- ["inline"] = true,
- },
- },
- }
- }
- }
- local newdata = HttpService:JSONEncode(data)
- HttpService:PostAsync(Visit, newdata)
- end)
- return EmbedControl
- --------------------------------------------------------------------------------------------------------------------------
- --- _____ _ _ ____ ___ _____ _____ _ _ _____ ____ ____ ____ ___ ____ _____ ---
- --- | ____| | \ | | | _ \ / _ \ | ___| |_ _| | | | | | ____| / ___| / ___| | _ \ |_ _| | _ \ |_ _|---
- --- | _| | \| | | | | | | | | | | |_ | | | |_| | | _| \___ \ | | | |_) | | | | |_) | | | ---
- --- | |___ | |\ | | |_| | | |_| | | _| | | | _ | | |___ ___) | | |___ | _ < | | | __/ | | ---
- --- |_____| |_| \_| |____/ \___/ |_| |_| |_| |_| |_____| |____/ \____| |_| \_\ |___| |_| |_| ---
- --------------------------------------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement