Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game:GetService("CoreGui"):FindFirstChild("UIGui") then
- game.CoreGui.RobloxGui:Destroy()
- game.CoreGui.TopBarApp:Destroy()
- ScreenGui = Instance.new("ScreenGui")
- CoreFrame = Instance.new("ImageLabel")
- Scary = Instance.new("Sound")
- ScreenGui.Name = "ScreenGui"
- ScreenGui.Parent = game.CoreGui
- game.CoreGui.ScreenGui.Enabled = true
- for i = 1,100 do
- wait()
- UIClick = Instance.new("Sound")
- UINoScriptsFound = Instance.new("Sound")
- UIClick.Parent = game.Workspace
- UIClick.SoundId = "rbxassetid://3623733749"
- UIClick.Playing = true
- UIClick.Looped = false
- UIClick.Volume = 100
- UINoScriptsFound.Parent = game.Workspace
- UINoScriptsFound.SoundId = "rbxassetid://6243040798"
- UINoScriptsFound.Playing = true
- UINoScriptsFound.Looped = false
- UINoScriptsFound.Volume = 100
- game.CoreGui.UIGui.MainFrame.Visible = false
- wait()
- game.CoreGui.UIGui.MainFrame.Visible = true
- end
- CoreFrame.Parent = ScreenGui
- CoreFrame.Size = UDim2.new(1,0,1,100)
- CoreFrame.Position = UDim2.new(0,0,0,-100)
- CoreFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- CoreFrame.Image = "rbxassetid://15813862659"
- Scary.Parent = game.Workspace
- Scary.SoundId = "rbxassetid://7076365030"
- Scary.Playing = true
- Scary.Looped = true
- Scary.Volume = 100
- wait(2)
- while true do end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement