-- 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)
To embed this project on your website, copy the following code and paste it into your website's HTML: