-- Decompiled with Konstant V2.1, a fast Luau decompiler made in Luau by plusgiant5 (https://discord.gg/brNTY8nX8t) -- Decompiled on 2026-02-14 12:22:44 -- Luau version 6, Types version 3 -- Time taken: 0.001807 seconds local LocalPlayer_upvr = game.Players.LocalPlayer local leaderstats_upvr = LocalPlayer_upvr:WaitForChild("leaderstats") wait(1) if LocalPlayer_upvr.Name == "imnotwison_1234" and LocalPlayer_upvr.other.FreedomPanel.Value == 0 then LocalPlayer_upvr.PlayerGui.SpecialMessages.Rich.Visible = true LocalPlayer_upvr.PlayerGui.SpecialMessages.Rich.MagicSound:Play() game.ReplicatedStorage.FreedomPanel:FireServer("ANTIHACK") end if 0 <= leaderstats_upvr.Diamonds.Value and LocalPlayer_upvr.other.FreedomPanel.Value == 0 then LocalPlayer_upvr.PlayerGui.SpecialMessages.Rich.Visible = true LocalPlayer_upvr.PlayerGui.SpecialMessages.Rich.MagicSound:Play() game.ReplicatedStorage.FreedomPanel:FireServer("ANTIHACK") end leaderstats_upvr.Diamonds.Changed:Connect(function() -- Line 18 --[[ Upvalues[2]: [1]: leaderstats_upvr (readonly) [2]: LocalPlayer_upvr (readonly) ]] if 0 <= leaderstats_upvr.Diamonds.Value and LocalPlayer_upvr.other.FreedomPanel.Value == 0 then LocalPlayer_upvr.PlayerGui.SpecialMessages.Rich.Visible = true LocalPlayer_upvr.PlayerGui.SpecialMessages.Rich.MagicSound:Play() game.ReplicatedStorage.FreedomPanel:FireServer("ANTIHACK") end end)