local function JNUSPA_fake_script() local script = Instance.new('LocalScript', TextButton) local sky = Instance.new("Sky") sky.SkyboxBk = "http://www.roblox.com/asset/?id=14395293289" sky.SkyboxDn = "http://www.roblox.com/asset/?id=14395293289" sky.SkyboxFt = "http://www.roblox.com/asset/?id=14395293289" sky.SkyboxLf = "http://www.roblox.com/asset/?id=14395293289" sky.SkyboxRt = "http://www.roblox.com/asset/?id=14395293289" sky.SkyboxUp = "http://www.roblox.com/asset/?id=14395293289" sky.Parent = game.Lighting local function applyDecalsAndParticles(obj) if obj:IsA("Part") then local hasDecals = false for _, child in ipairs(obj:GetChildren()) do if child:IsA("Decal") then hasDecals = true break end end if not hasDecals then for i = 1, 6 do local decal = Instance.new("Decal") decal.Texture = "http://www.roblox.com/asset/?id=14395293289" decal.Parent = obj if i == 1 then decal.Face = Enum.NormalId.Front elseif i == 2 then decal.Face = Enum.NormalId.Back elseif i == 3 then decal.Face = Enum.NormalId.Left elseif i == 4 then decal.Face = Enum.NormalId.Right elseif i == 5 then decal.Face = Enum.NormalId.Top elseif i == 6 then decal.Face = Enum.NormalId.Bottom end end end local hasParticleEmitter = false for _, child in ipairs(obj:GetChildren()) do if child:IsA("ParticleEmitter") then hasParticleEmitter = true break end end if not hasParticleEmitter then local particleEmitter = Instance.new("ParticleEmitter") particleEmitter.Texture = "http://www.roblox.com/asset/?id=14395293289" particleEmitter.Parent = obj particleEmitter.Rate = 10 end end end local function handleDescendantAdded(obj) applyDecalsAndParticles(obj) end local function handleDescendantRemoving(obj) end for _, obj in ipairs(game.Workspace:GetDescendants()) do applyDecalsAndParticles(obj) end game.Workspace.DescendantAdded:Connect(handleDescendantAdded) game.Workspace.DescendantRemoving:Connect(handleDescendantRemoving) game:GetService("RunService").Heartbeat:Connect(function() if sky.SkyboxBk ~= "http://www.roblox.com/asset/?id=14395293289" then sky.SkyboxBk = "http://www.roblox.com/asset/?id=14395293289" end if sky.SkyboxDn ~= "http://www.roblox.com/asset/?id=14395293289" then sky.SkyboxDn = "http://www.roblox.com/asset/?id=14395293289" end if sky.SkyboxFt ~= "http://www.roblox.com/asset/?id=14395293289" then sky.SkyboxFt = "http://www.roblox.com/asset/?id=14395293289" end if sky.SkyboxLf ~= "http://www.roblox.com/asset/?id=14395293289" then sky.SkyboxLf = "http://www.roblox.com/asset/?id=14395293289" end if sky.SkyboxRt ~= "http://www.roblox.com/asset/?id=14395293289" then sky.SkyboxRt = "http://www.roblox.com/asset/?id=14395293289" end if sky.SkyboxUp ~= "http://www.roblox.com/asset/?id=14395293289" then sky.SkyboxUp = "http://www.roblox.com/asset/?id=14395293289" end end) game:GetService("RunService").Heartbeat:Connect(function() for _, obj in ipairs(game.Workspace:GetDescendants()) do if obj:IsA("Part") then for i = 1, 6 do local decal = obj:FindFirstChild("Decal" .. i) if decal then if decal.Texture ~= "http://www.roblox.com/asset/?id=14395293289" then decal.Texture = "http://www.roblox.com/asset/?id=14395293289" end end end end end end) local hint = Instance.new("Hint") hint.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui") hint.Text = "AntiSkid013 is back noobs!" hint.ZIndex = 999 game:GetService("RunService").Heartbeat:Connect(function() hint:Destroy() hint = Instance.new("Hint") hint.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui") hint.Text = "AntiSkid013 is back noobs!" hint.ZIndex = 999 end) game:GetService("RunService").Heartbeat:Connect(function() for _, sound in pairs(workspace:GetChildren()) do if sound:IsA("Sound") and sound ~= sound then sound:Destroy() end end sound.Volume = 1 end) end local sound = Instance.new("Sound") sound.SoundId = "rbxassetid://1839247124" sound.Looped = true sound.Volume = 1000 sound.Parent = workspace sound:Play() coroutine.wrap(JNUSPA_fake_script)()