Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tex_jumpscares = {"http://www.roblox.com/asset/?id=4204898333","http://www.roblox.com/asset/?id=15016407","http://www.roblox.com/asset/?id=9118806617","http://www.roblox.com/asset/?id=6337170651"}
- local aud_cutout = {"rbxassetid://8724367184","rbxassetid://7224422552","rbxassetid://5171923555"}
- local aud_prejump = {"rbxassetid://7229804590","rbxassetid://4883181281","rbxassetid://6932519682"}
- local unfortunate = owner
- local secret_chance = 69
- local vox = Instance.new("Sound",unfortunate.PlayerGui)
- local jumpscare = Instance.new("ScreenGui",unfortunate.PlayerGui)
- jumpscare.Name = "HERE"
- jumpscare.Enabled = true
- local image = Instance.new("ImageLabel",jumpscare)
- print(image.Name .. " PRESENT! KENICHI!")
- image.Active = true
- image.Size = UDim2.new(1,0,1,0)
- local click = Instance.new("Sound",unfortunate.PlayerGui)
- click.SoundId = "rbxassetid://7811669782"
- click.Volume = 10
- click:Play()
- image.Image = "http://www.roblox.com/asset/?id=7188341508"
- image.ImageColor3 = Color3.new(0,0,0)
- wait(0.03)
- image.ImageColor3 = Color3.new(1,1,1)
- wait(0.03)
- image.ImageColor3 = Color3.new(0,0,0)
- wait(0.03)
- image.ImageColor3 = Color3.new(1,1,1)
- image.Image = "http://www.roblox.com/asset/?id=9468576413"
- vox.SoundId = aud_cutout[math.random(1,#aud_cutout)]
- vox.Volume = 3
- vox:Play()
- wait(vox.TimeLength)
- click:Play()
- image.Image = "http://www.roblox.com/asset/?id=7188341508"
- image.ImageColor3 = Color3.new(0,0,0)
- wait(0.03)
- image.ImageColor3 = Color3.new(1,1,1)
- wait(0.03)
- image.ImageColor3 = Color3.new(0,0,0)
- wait(0.03)
- image.ImageColor3 = Color3.new(1,1,1)
- image.Image = "http://www.roblox.com/asset/?id=78918078"
- vox:Stop()
- vox.PlaybackSpeed = 1.5
- vox.SoundId = aud_prejump[math.random(1,#aud_prejump)]
- vox.Volume = 5
- vox:Play()
- wait(vox.TimeLength)
- for i = 1,30 do
- wait(0.05)
- image.ImageColor3 = Color3.new(1/i,1/i,1/i)
- end
- local screech = Instance.new("Sound",unfortunate.PlayerGui)
- screech.Volume = 4
- screech.Looped = true
- screech.SoundId = "rbxassetid://9078619391"
- if math.random(0,1000) <= secret_chance then
- secret = true
- image.Image = "http://www.roblox.com/asset/?id=10840742363"
- else
- image.Image = tex_jumpscares[ math.random(1,#tex_jumpscares) ]
- screech.SoundId = "rbxassetid://6555091799" --rbxassetid://8280196339
- screech.PlaybackSpeed = 8
- end
- screech:Play()
- for i = 1,(screech.TimeLength*5) do
- wait()
- image.Size = UDim2.new(1,5*math.sin(i*2),1,5*math.sin(i*2),0)
- image.ImageColor3 = Color3.new(1,0,0)
- wait()
- image.Size = UDim2.new(1,5*math.sin(i*2),1,5*math.sin(i*2),0)
- image.ImageColor3 = Color3.new(1,1,1)
- end
- wait(1)
- image.Size = UDim2.new(1,0,1,0)
- click:Play()
- image.Image = "http://www.roblox.com/asset/?id=7188341508"
- image.ImageColor3 = Color3.new(0,0,0)
- wait(0.03)
- image.ImageColor3 = Color3.new(1,1,1)
- wait(0.03)
- image.ImageColor3 = Color3.new(0,0,0)
- wait(0.03)
- image.ImageColor3 = Color3.new(1,1,1)
- screech:Destroy()
- jumpscare.Enabled = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement