Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --yoMomIsCrusty
- --the product of a beginner scripter.. enjoi
- --warning
- hellomessage = Instance.new("Message", workspace)
- hellomessage.Text = "squidwardsuicide.exe"
- wait(4)
- hellomessage:Destroy()
- --blocks
- squidwardsuicide = Instance.new("Part", workspace)
- squidwardsuicide.Name = ("squidwardsuicide.exe")
- squidwardsuicide.Size = Vector3.new(0.05, 100, 100)
- squidwardsuicide.Position = Vector3.new(-50, 50, 0)
- squidwardsuicide.Transparency = 1
- squidwardsuicide.Anchored = true
- squidwardsuicide.CanCollide = false
- --time for the fun :)
- squidwardnoose = Instance.new("Decal", squidwardsuicide)
- squidwardnoose.Name = ("squidwardnoose.png")
- squidwardnoose.Texture = ("http://www.roblox.com/asset/?id=1460544543")
- squidwardnoose.Face = "Right"
- squidwardnoose2 = Instance.new("Decal", squidwardsuicide)
- squidwardnoose2.Name = ("squidwardnoose.png")
- squidwardnoose2.Texture = ("http://www.roblox.com/asset/?id=1460544543")
- squidwardnoose2.Face = "Left"
- --countdown
- wait(2)
- countdown = Instance.new("Sound", workspace)
- countdown.Name = ("countdown.wav")
- countdown.SoundId = ("rbxassetid://168677712")
- countdown.Volume = 10
- countdown:Play()
- wait(15)
- countdown:Destroy()
- --ok, now the REAL fun part
- wait(1)
- squidwardlaughing = Instance.new("Sound", workspace)
- squidwardlaughing.Name = "squidwardlaughing.wav"
- squidwardlaughing.Volume = 10
- squidwardlaughing.SoundId = ("rbxassetid://1537605506")
- squidwardlaughing:Play()
- boyswhocry = Instance.new("Sound", workspace)
- boyswhocry.Name = "boyswhocry.wav"
- boyswhocry.Volume = 10
- boyswhocry.SoundId = ("rbxassetid://676797117")
- boyswhocry:Play()
- squidwardscreaming = Instance.new("Sound", workspace)
- squidwardscreaming.Name = "squidwardscreaming.wav"
- squidwardscreaming.Volume = 10
- squidwardscreaming.SoundId = ("rbxassetid://1527193726")
- squidwardscreaming.Looped = true
- squidwardscreaming:Play()
- --spooky
- game.Lighting.OutdoorAmbient = Color3.new(127/255, 10/255, 10/255)
- --idk how to do loops so enjoy this long junk
- themadnesswillend = Instance.new("Hint", workspace)
- themadnesswillend.Text = "The madness will end in (30)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (29)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (28)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (27)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (26)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (25)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (24)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (23)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (22)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (21)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (20)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (19)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (18)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (17)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (16)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (15)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (14)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (13)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (12)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (11)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (10)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (9)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (8)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (7)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (6)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (5)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (4)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (3)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (2)"
- wait(1)
- themadnesswillend.Text = "The madness will end in (1)"
- wait(1)
- themadnesswillend.Text = "The maddness will end in (0)"
- wait(.5)
- themadnesswillend.Text = "The madness is now ending"
- --yeah sorry about that mess above idk how to loop that
- --lighting fix
- game.Lighting.OutdoorAmbient = Color3.new(127/255, 127/255, 127/255)
- --actually removing the junk
- squidwardsuicide:Destroy()
- squidwardscreaming:Destroy()
- boyswhocry:Destroy()
- squidwardlaughing:Destroy()
- squidwardnoose:Destroy()
- squidwardnoose2:Destroy()
- wait(1)
- themadnesswillend:Destroy()
- --goodbye
- byemessage = Instance.new("Message", workspace)
- byemessage.Text = "squidwardisnowdead.exe"
- wait(4)
- byemessage:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement