if game.PlaceId == 16472538603 then
-- Load Rayfield (UI library)
local Rayfield = loadstring(game:HttpGet('https://[Log in to view URL]'))()
local RunService = game:GetService("RunService")
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
local Window = Rayfield:CreateWindow({
Name = "🥭MANGO Hub🥭",
Icon = 0, -- 0 = no icon
LoadingTitle = "🥭Mango Hub🥭",
LoadingSubtitle = "by LIFTED",
ShowText = "🥭🥭🥭🥭🥭MANGO",
Theme = "Default",
ToggleUIKeybind = "K",
DisableRayfieldPrompts = false,
DisableBuildWarnings = false,
ConfigurationSaving = {
Enabled = true,
FolderName = nil,
FileName = "THA MANGO",
},
Discord = {
Enabled = true,
Invite = "https://[Log in to view URL]",
RememberJoins = true,
},
KeySystem = false,
KeySettings = {
Title = "Untitled",
Subtitle = "Key System",
Note = "No method of obtaining the key is provided",
FileName = "Key",
SaveKey = true,
GrabKeyFromSite = false,
Key = { "Hello" },
},
})
-- Default accent (mango)
local accentColor = Color3.fromRGB(255, 173, 51)
-- Best-effort: apply accent color to Rayfield elements if supported
local function tryApplyAccent(element, color)
if not element or not color then return end
pcall(function()
if element.Update and type(element.Update) == "function" then
element:Update({AccentColor = color})
elseif element.Set and type(element.Set) == "function" then
element:Set({AccentColor = color})
elseif element.SetAccent and type(element.SetAccent) == "function" then
element:SetAccent(color)
end
end)
end
local Home🏠Tab = Window:CreateTab("Home🏠", nil) -- Title, Image
local Home🏠Section = Home🏠Tab:CreateSection("Home🏠")
local Button = Home🏠Tab:CreateButton({
Name = "Market🏪",
Callback = function()
-- Decompiler will be improved VERY SOON!
-- Decompiled with Konstant V2.1, a fast Luau decompiler made in Luau by plusgiant5 (https://[Log in to view URL]
-- Decompiled on 2025-10-14 21:16:18
-- Luau version 6, Types version 3
-- Time taken: 0.001525 seconds
local LocalPlayer_upvr = game.Players.LocalPlayer
LocalPlayer_upvr.CharacterAdded:Connect(function(arg1) -- Line 2
script.Parent.Parent.Enabled = false
arg1:WaitForChild("Humanoid").Died:Connect(function() -- Line 5
script.Parent.Parent.Enabled = false
end)
end)
local Character = LocalPlayer_upvr.Character
if Character then
task.spawn(function(arg1) -- Line 12
script.Parent.Parent.Enabled = false
arg1:WaitForChild("Humanoid").Died:Connect(function() -- Line 15
script.Parent.Parent.Enabled = false
end)
end, Character)
end
local isvis = game.ReplicatedStorage:WaitForChild("isvis")
isvis.Destroying:Once(function() -- Line 25
--[[ Upvalues[1]:
[1]: LocalPlayer_upvr (readonly)
]]
LocalPlayer_upvr:Kick("isvis remote gone??")
end)
function isvis.OnClientInvoke() -- Line 29
return script.Parent.Parent.Enabled
end
local any_GetPolicyInfoForPlayerAsync_result1_upvr = game.PolicyService:GetPolicyInfoForPlayerAsync(LocalPlayer_upvr)
local RealCraftZone_upvr = workspace:WaitForChild("NewSafeZone").Zones:WaitForChild("RealCraftZone")
game.ReplicatedStorage:WaitForChild("ShowMarketGUI").OnClientEvent:Connect(function() -- Line 33
--[[ Upvalues[3]:
[1]: LocalPlayer_upvr (readonly)
[2]: any_GetPolicyInfoForPlayerAsync_result1_upvr (readonly)
[3]: RealCraftZone_upvr (readonly)
]]
-- KONSTANTERROR: [0] 1. Error Block 27 start (CF ANALYSIS FAILED)
if not LocalPlayer_upvr or not LocalPlayer_upvr.Character or not LocalPlayer_upvr.Character:FindFirstChild("Humanoid") or 0 >= LocalPlayer_upvr.Character.Humanoid.Health then
script.Parent.Parent.Enabled = false
return
end
if not any_GetPolicyInfoForPlayerAsync_result1_upvr.IsPaidItemTradingAllowed then
return _G.Notify("You can not trade in your country!")
end
script.Parent.Parent.Enabled = true
local OverlapParams_new_result1 = OverlapParams.new()
OverlapParams_new_result1.FilterType = Enum.RaycastFilterType.Include
local tbl = {LocalPlayer_upvr.Character.HumanoidRootPart}
OverlapParams_new_result1.FilterDescendantsInstances = tbl
-- KONSTANTERROR: [0] 1. Error Block 27 end (CF ANALYSIS FAILED)
-- KONSTANTERROR: [119] 79. Error Block 18 start (CF ANALYSIS FAILED)
-- KONSTANTERROR: [119] 79. Error Block 18 end (CF ANALYSIS FAILED)
-- KONSTANTERROR: [72] 47. Error Block 10 start (CF ANALYSIS FAILED)
-- KONSTANTERROR: [72] 47. Error Block 10 end (CF ANALYSIS FAILED)
end)
end,
})
local Button = Home🏠Tab:CreateButton({
Name = "draco (9000$)",
Callback = function()
local Remote = game:GetService("ReplicatedStorage").server
firesignal(Remote.OnClientEvent, table.unpack({
[1] = "alert",
[2] = "-$9,000!",
}))
end,
})
To embed this project on your website, copy the following code and paste it into your website's HTML: