Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- visual = Instance.new("ColorCorrectionEffect")
- visual.Name = "AAAA"
- visual.Brightness = -4
- visual.Contrast = 32
- visual.Saturation = 16
- visual.Parent = game:GetService("Lighting")
- saveaaaa = visual:Clone()
- sound = Instance.new("Sound")
- sound.Name = "BASS"
- --sound.Looped = true
- sound.SoundId = "rbxassetid://437235476"
- sound.Volume = 10
- sound.Parent = workspace
- sound:Play()
- savesound = sound:Clone()
- neighbor = Instance.new("Sound")
- neighbor.Name = "REPOST"
- neighbor.Volume = 1
- neighbor.Looped = true
- neighbor.SoundId = "rbxassetid://529299344"
- neighbor.PlaybackSpeed = 2.8
- neighbor.Parent = workspace
- neighbor:Play()
- saverepost = neighbor:Clone()
- hint = Instance.new("Hint")
- hint.Text = "Dont remove this pls!"
- hint.Parent = workspace
- for _,i in pairs(game:GetService("Players"):GetPlayers()) do
- i.CharacterAppearanceId = 441186836
- i:LoadCharacter()
- end
- local newsound = coroutine.create(function()
- local light = game:GetService("Lighting")
- while true do
- wait()
- if workspace:FindFirstChild("BASS") == nil or light:FindFirstChild("AAAA") == nil then
- hint.Text = "This is what you get for trying to remove it :)"
- local newbass = savesound:Clone()
- newbass.Parent = workspace
- newbass.Looped = true
- newbass:Play()
- if light:FindFirstChild("AAAA") == nil then
- local newaaaa = saveaaaa:Clone()
- newaaaa.Parent = light
- end
- for _,i in pairs(game:GetService("Players"):GetPlayers()) do
- i.Character:Destroy()
- i.CharacterAdded:Connect(function(c)
- wait()
- c:Destroy()
- end)
- end
- end end end)
- coroutine.resume(newsound)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement