Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- player = game:GetService("Players").LocalPlayer
- chara = player.Character
- Torso = chara.Torso
- Head = chara.Head
- RightArm = chara["Right Arm"]
- LeftArm = chara["Left Arm"]
- cce = Instance.new("ColorCorrectionEffect", game.Lighting)
- cce.Saturation = 0
- blur = Instance.new("BlurEffect", game.Lighting)
- blur.Size = 0
- local particleemitter = Instance.new("ParticleEmitter", LeftArm)
- particleemitter.VelocitySpread = 0
- particleemitter.Lifetime = NumberRange.new(1)
- particleemitter.Speed = NumberRange.new(0)
- particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.3, 0.3), NumberSequenceKeypoint.new(1, 0.1, 0.1)})
- particleemitter.RotSpeed = NumberRange.new(-180, 180)
- particleemitter.Rotation = NumberRange.new(-360, 360)
- particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
- particleemitter.LightEmission = 0
- particleemitter.Texture = "http://www.roblox.com/asset/?id=771221224"
- particleemitter.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(1, 0, 0))
- particleemitter.Rate = 20
- particleemitter.Acceleration = Vector3.new(0,-5,0)
- local particleemitter = Instance.new("ParticleEmitter", RightArm)
- particleemitter.VelocitySpread = 0
- particleemitter.Lifetime = NumberRange.new(1)
- particleemitter.Speed = NumberRange.new(0)
- particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.3, 0.3), NumberSequenceKeypoint.new(1, 0.1, 0.1)})
- particleemitter.RotSpeed = NumberRange.new(-180, 180)
- particleemitter.Rotation = NumberRange.new(-360, 360)
- particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
- particleemitter.LightEmission = 0
- particleemitter.Texture = "http://www.roblox.com/asset/?id=771221224"
- particleemitter.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(1, 0, 0))
- particleemitter.Rate = 20
- particleemitter.Acceleration = Vector3.new(0,-5,0)
- chara.Head.face.Texture = "rbxassetid://333183568"
- music = Instance.new("Sound", Torso)
- music.SoundId = "http://www.roblox.com/asset/?id=660500399"
- music.Volume = 1000
- music.PlaybackSpeed = 1
- music.Looped = true
- music:Play()
- scream = Instance.new("Sound", Torso)
- scream.SoundId = "http://www.roblox.com/asset/?id=1096948154"
- scream.Volume = 1000
- scream.PlaybackSpeed = 1
- scream.Looped = true
- scream:Play()
- static = Instance.new("Sound", Torso)
- static.SoundId = "http://www.roblox.com/asset/?id=176713518"
- static.PlaybackSpeed = 1
- static.Looped = true
- static:Play()
- local naeeym = Instance.new("BillboardGui",chara)
- naeeym.Size = UDim2.new(0,100,0,40)
- naeeym.StudsOffset = Vector3.new(0,2,0)
- naeeym.Adornee = chara.Head
- local tecks = Instance.new("TextLabel",naeeym)
- tecks.BackgroundTransparency = 1
- tecks.BorderSizePixel = 0
- tecks.Text = "Z A L G O"
- tecks.Font = "Fantasy"
- tecks.FontSize = "Size24"
- tecks.TextStrokeTransparency = 0
- tecks.BackgroundColor3 = Color3.new(0,0,0)
- tecks.TextStrokeColor3 = Color3.new(1,0,0)
- tecks.TextColor3 = Color3.new(0,0,0)
- tecks.Size = UDim2.new(1,0,0.5,0)
- while true do
- wait()
- cce.Saturation = math.random(-1.5,0)
- blur.Size = math.random(0,10)
- tecks.Position = UDim2.new(0,math.random(-10,10),0,math.random(-10,10))
- chance = math.random(0,100)
- if chance < 10 then
- sel = math.random(1,7)
- fontselect = math.random(1,4)
- if fontselect == 1 then
- tecks.Font = "Fantasy"
- end
- if fontselect == 2 then
- tecks.Font = "Arcade"
- end
- if fontselect == 3 then
- tecks.Font = "SciFi"
- end
- if fontselect == 4 then
- tecks.Font = "Legacy"
- end
- tecks.Position = UDim2.new(0,math.random(-10,10),0,math.random(-10,10))
- if sel == 1 then
- tecks.Text = "N O H O P E"
- tecks.TextStrokeColor3 = Color3.new(0,0,0)
- tecks.TextColor3 = Color3.new(0,0,0)
- elseif sel == 2 then
- tecks.Text = "G I V E U P"
- elseif sel == 3 then
- tecks.Text = "O G L A Z"
- tecks.TextStrokeColor3 = Color3.new(0,255,255)
- tecks.TextColor3 = Color3.new(255,255,255)
- tecks.BackgroundTransparency = 0
- tecks.FontSize = "Size24"
- elseif sel == 4 then
- tecks.Text = "A H A H A H A H A"
- tecks.TextStrokeColor3 = Color3.new(10,0,0)
- tecks.TextColor3 = Color3.new(0,0,0)
- elseif sel == 5 then
- tecks.Text = "BURNINHELL"
- tecks.TextStrokeColor3 = Color3.new(0,0,0)
- tecks.TextColor3 = Color3.new(0,0,0)
- elseif sel == 6 then
- tecks.Text = "_ E X E"
- tecks.TextStrokeColor3 = Color3.new(1,0,0)
- tecks.TextColor3 = Color3.new(0,0,0)
- elseif sel == 6 then
- tecks.Text = "S U F F E R"
- tecks.TextStrokeColor3 = Color3.new(1,0,0)
- tecks.TextColor3 = Color3.new(1,0,0)
- end
- else tecks.Text = "Z A L G O"
- tecks.TextStrokeColor3 = Color3.new(1,0,0)
- tecks.TextColor3 = Color3.new(0,0,0)
- tecks.BackgroundTransparency = 1
- end
- static.Volume = math.random(-5,1)
- tecks.Position = UDim2.new(0,math.random(-10,10),0,math.random(-10,10))
- if chara.Humanoid.Health > 0 then
- chara.Humanoid.MaxHealth = math.huge
- chara.Humanoid.Health = math.huge
- tecks.Position = UDim2.new(0,math.random(-10,10),0,math.random(-10,10))
- chara["Left Arm"].Anchored = false
- chara["Right Arm"].Anchored = false
- chara["Left Leg"].Anchored = false
- chara["Right Leg"].Anchored = false
- tecks.Position = UDim2.new(0,math.random(-10,10),0,math.random(-10,10))
- chara.Torso.Anchored = false
- ch = chara:GetChildren()
- tools = player.Backpack:GetChildren()
- for i = 1, #tools do
- if tools[i].ClassName == "HopperBin" then
- tools[i]:Destroy()
- end
- end
- tecks.Position = UDim2.new(0,math.random(-10,10),0,math.random(-10,10))
- music.PlaybackSpeed = math.random(0,2)
- scream.PlaybackSpeed = math.random(-10,1)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement