Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
- local Player,Mouse,mouse,UserInputService,ContextActionService = owner
- do
- print("FE Covered By Red_Jack142 | FE Made By Red_Jack142")
- print("Have Fun!")
- script.Parent = Player.Character
- --RemoteEvent for communicating
- local Event = Instance.new("RemoteEvent")
- Event.Name = "UserInput_Event"
- --Fake event to make stuff like Mouse.KeyDown work
- local function fakeEvent()
- local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
- t.connect = t.Connect
- return t
- end
- --Creating fake input objects with fake variables
- local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
- local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
- local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
- CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
- end}
- --Merged 2 functions into one by checking amount of arguments
- CAS.UnbindAction = CAS.BindAction
- --This function will trigger the events that have been :Connect()'ed
- local function te(self,ev,...)
- local t = m[ev]
- if t and t._fakeEvent and t.Function then
- t.Function(...)
- end
- end
- m.TrigEvent = te
- UIS.TrigEvent = te
- Event.OnServerEvent:Connect(function(plr,io)
- if plr~=Player then return end
- if io.isMouse then
- m.Target = io.Target
- m.Hit = io.Hit
- else
- local b = io.UserInputState == Enum.UserInputState.Begin
- if io.UserInputType == Enum.UserInputType.MouseButton1 then
- return m:TrigEvent(b and "Button1Down" or "Button1Up")
- end
- for _,t in pairs(CAS.Actions) do
- for _,k in pairs(t.Keys) do
- if k==io.KeyCode then
- t.Function(t.Name,io.UserInputState,io)
- end
- end
- end
- m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
- UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
- end
- end)
- Event.Parent = NLS([==[
- local Player = owner
- local Event = script:WaitForChild("UserInput_Event")
- local UIS = game:GetService("UserInputService")
- local input = function(io,a)
- if a then return end
- --Since InputObject is a client-side instance, we create and pass table instead
- Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
- end
- UIS.InputBegan:Connect(input)
- UIS.InputEnded:Connect(input)
- local Mouse = Player:GetMouse()
- local h,t
- --Give the server mouse data 30 times every second, but only if the values changed
- --If player is not moving their mouse, client won't fire events
- while wait(1/30) do
- if h~=Mouse.Hit or t~=Mouse.Target then
- h,t=Mouse.Hit,Mouse.Target
- Event:FireServer({isMouse=true,Target=t,Hit=h})
- end
- end]==],Player.Character)
- Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
- end
- function particles(art,enabled)
- local EyeSizes={
- NumberSequenceKeypoint.new(0,.8,0),
- NumberSequenceKeypoint.new(1,0,0)
- }
- local EyeTrans={
- NumberSequenceKeypoint.new(0,0,0),
- NumberSequenceKeypoint.new(1,1,0)
- }
- local PE=Instance.new("ParticleEmitter",art)
- PE.LightEmission=.4
- PE.Size=NumberSequence.new(EyeSizes)
- PE.Transparency=NumberSequence.new(EyeTrans)
- PE.Lifetime=NumberRange.new(4)
- PE.Rate=360
- PE.Speed = NumberRange.new(0,0,0)
- PE.Texture="rbxassetid://153485522"
- PE.ZOffset = 0
- PE.Name = "PE"
- PE.Enabled = enabled
- end
- particles(RightArm,true)
- particles(LeftArm,true)
- particles(RightLeg,true)
- particles(LeftLeg,true)
- particles(Torso,true)
- particles(Head,true)
- plr = owner
- char = plr.Character
- -- Defining RenderStepped?
- renders = game:GetService("RunService").RenderStepped
- -- Intro
- char.Torso.roblox.Texture = "rbxassetid://0"
- local rhandclone = game.Players.owner.Character.Torso["Right Shoulder"]:Clone()
- local rhandweld = Instance.new("Weld", game.Players.owner.Character.Torso)
- rhandweld.Part0 = game.Players.owner.Character.Torso
- rhandweld.Part1 = game.Players.owner.Character["Right Arm"]
- rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
- local lhandclone = game.Players.owner.Character.Torso["Left Shoulder"]:Clone()
- local lhandweld = Instance.new("Weld", game.Players.owner.Character.Torso)
- lhandweld.Part0 = game.Players.owner.Character.Torso
- lhandweld.Part1 = game.Players.owner.Character["Left Arm"]
- lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
- local llegclone = game.Players.owner.Character.Torso["Left Hip"]:Clone()
- game.Players.owner.Character.Torso["Left Hip"]:Remove()
- local llegweld = Instance.new("Weld", game.Players.owner.Character.Torso)
- llegweld.Part0 = game.Players.owner.Character.Torso
- llegweld.Part1 = game.Players.owner.Character["Left Leg"]
- llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
- local rlegclone = game.Players.owner.Character.Torso["Right Hip"]:Clone()
- game.Players.owner.Character.Torso["Right Hip"]:Remove()
- local rlegweld = Instance.new("Weld", game.Players.owner.Character.Torso)
- rlegweld.Part0 = game.Players.owner.Character.Torso
- rlegweld.Part1 = game.Players.owner.Character["Right Leg"]
- rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
- local rootjointclone = game.Players.owner.Character.HumanoidRootPart.RootJoint:Clone()
- game.Players.owner.Character.HumanoidRootPart.RootJoint:Remove()
- local humanoidrootpart = Instance.new("Weld", game.Players.owner.Character.Torso)
- humanoidrootpart.Part0 = game.Players.owner.Character.HumanoidRootPart
- humanoidrootpart.Part1 = game.Players.owner.Character.Torso
- local heed = game.Players.owner.Character.Torso["Neck"]:Clone()
- local headweld = Instance.new("Weld", game.Players.owner.Character.Torso)
- headweld.Part0 = game.Players.owner.Character.Torso
- headweld.Part1 = game.Players.owner.Character.Head
- headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
- local gunshot = Instance.new("Sound",char.Torso)
- gunshot.Name = "BANG"
- gunshot.SoundId = "rbxassetid://550209561"
- gunshot.Volume = 2
- gunshot:Play()
- char.Humanoid.WalkSpeed = 0
- char.Humanoid.JumpPower = 0
- for i = 0,1 , 0.03 do
- rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.975958347, -2.06729031, 0, 0.905177712, -0.425033659, 8.83524214e-27, 0.425034732, 0.905179977, 4.223007e-27, -1.05518035e-26, 3.02922588e-28, 1.0000025),i)
- llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.901434898, -1.97289896, 0, 0.896831989, 0.442371875, -3.88750654e-27, -0.442372978, 0.896834254, 5.09510506e-27, 4.69530011e-27, -3.35739201e-27, 1.0000025),i)
- rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.98829222, 0.555973053, 0, -0.0983736441, -0.995149612, 6.86624532e-27, 0.995152056, -0.0983738229, 1.33999472e-26, -1.25618211e-26, 9.13816473e-27, 1.0000025),i)
- lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.80910063, 0.148392916, 0, 0.586558223, 0.80990839, -5.84135723e-26, -0.809910417, 0.586559713, -6.21380681e-26, -1.6509281e-26, 8.28998148e-26, 1.0000025),i)
- humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -2.50004101, 2.00000429, 1, -4.90253133e-27, 8.98669496e-27, 8.98670343e-27, 1.77323375e-06, -1, 4.90251553e-27, 1, 1.77323375e-06),i)
- renders:wait()
- end
- wait(3)
- local scream = Instance.new("Sound",char.Torso)
- scream.SoundId = "rbxassetid://138167455"
- scream.Volume = 4
- scream:Play()
- char.Head.face.Texture = "http://www.roblox.com/asset/?id=1364114735"
- for i = 0,1 , 0.03 do
- rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.52452374, 0.510128379, -0.901310444, -0.0983733907, 0.0243432298, 0.994851828, 0.995149672, 0.00240636896, 0.0983439684, 2.91038305e-08, 0.999700963, -0.0244618785),i)
- renders:wait()
- end
- wait(5)
- char.Head.face.Texture = "http://www.roblox.com/asset/?id=295197013"
- for i = 0,1 , 0.03 do
- rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.98829222, 0.555973053, 0, -0.0983736441, -0.995149612, 6.86624532e-27, 0.995152056, -0.0983738229, 1.33999472e-26, -1.25618211e-26, 9.13816473e-27, 1.0000025),i)
- renders:wait()
- end
- local Part0 = Instance.new("Part")
- Part0.Name = "bl00d"
- Part0.CanCollide = false
- Part0.Anchored = true
- Part0.Parent = char
- Part0.BrickColor = BrickColor.new("Black")
- Part0.Rotation = Vector3.new(0, 0, 90)
- Part0.Shape = Enum.PartType.Cylinder
- Part0.Size = Vector3.new(0.310000002, 1.77000022, 2)
- Part0.CFrame = CFrame.new(10.5427914, 1.28072846, 11.4908791, 4.47034836e-07, -1.00000215, 0, 1.00000215, 4.47034836e-07, 0, 0, 0, 1)
- Part0.Color = Color3.new(0.458824, 0, 0)
- Part0.Position = Vector3.new(10.5427914, 1.28072846, 11.4908791)
- Part0.Orientation = Vector3.new(0, 0, 90)
- Part0.Color = Color3.new(0, 0, 0)
- for i = 1,400 do
- game.Players.owner.Character.Head.CanCollide = false
- Part0.Size = Part0.Size + Vector3.new(0,0.01,0.01)
- Part0.CFrame = game.Players.owner.Character.Torso.CFrame * CFrame.new(0,0,0.4)
- Part0.CFrame = Part0.CFrame * CFrame.fromEulerAnglesXYZ(0,math.pi/2,0)
- game:GetService("RunService").Stepped:wait()
- end
- wait(4)
- for i = 0,1 , 0.03 do
- lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
- llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.9999913, 0, 1, 0, 0, 0, 0.999995589, 0, 0, 0, 1),i)
- rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
- rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.9999913, 0, 1, 0, 0, 0, 0.999995589, 0, 0, 0, 1),i)
- headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.4999938, 0, 1, 0, 0, 0, 0.999995708, 0, 0, 0, 1),i)
- humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999995708, 0, 0, 0, 1),i)
- renders:wait()
- end
- lhandweld:Destroy()
- llegweld:Destroy()
- rhandweld:Destroy()
- rlegweld:Destroy()
- headweld:Destroy()
- humanoidrootpart:Destroy()
- lhandclone.Parent = char.Torso
- llegclone.Parent = char.Torso
- rhandclone.Parent = char.Torso
- rlegclone.Parent = char.Torso
- heed.Parent = char.Torso
- rootjointclone.Parent = char.HumanoidRootPart
- char.Humanoid.WalkSpeed = 16
- char.Humanoid.JumpPower = 50
- -- the thing that follows you
- local part = Instance.new("Part",char)
- part.Transparency = 1
- part.Size = Vector3.new(5.92, 0.05, 5.95)
- part.CanCollide = false
- local surfacegui = Instance.new("SurfaceGui",part)
- surfacegui.Adornee = part
- surfacegui.Face = "Top"
- surfacegui.AlwaysOnTop = false
- local image = Instance.new("ImageLabel",surfacegui)
- image.Size = UDim2.new(1, 1, 1, 1)
- image.Image = "rbxassetid://418573253"
- image.BackgroundTransparency = 1
- local weld = Instance.new("Weld",part)
- weld.Part0 = part
- weld.Part1 = char.HumanoidRootPart
- for i = 0,1 , 0.05 do
- weld.C0 = weld.C0:lerp(CFrame.new(-0.232723236, 2.4942894, 0.332229614, 1, 0, 0, 0, 0.999996066, 0, 0, 0, 1),i)
- game:GetService("RunService").RenderStepped:wait()
- end
- -- funcs
- function onTouched(brick)
- local humn = brick.Parent:FindFirstChildOfClass("Humanoid")
- if humn then
- for i,v in pairs(humn.Parent:GetChildren()) do
- if v.ClassName == "Part" then
- v.Transparency = 0.5
- v.Color = Color3.new(0,0,0)
- v.Head.face.Texture = "http://www.roblox.com/asset/?id=295197013"
- v.Parent.Humanoid.Health = 1
- end
- end
- end
- end
- char.Torso.Touched:connect(onTouched)
- -- Transparency
- char["Left Arm"].Transparency = 0.5
- char["Left Leg"].Transparency = 0.5
- char["Right Arm"].Transparency = 0.5
- char["Right Leg"].Transparency = 0.5
- char["Head"].Transparency = 0.5
- char.Torso.Transparency = 0.5
- -- Color
- local bdycolors = char["Body Colors"]
- bdycolors.HeadColor = BrickColor.new("Really black")
- bdycolors.LeftArmColor = BrickColor.new("Really black")
- bdycolors.RightArmColor = BrickColor.new("Really black")
- bdycolors.LeftLegColor = BrickColor.new("Really black")
- bdycolors.RightLegColor = BrickColor.new("Really black")
- bdycolors.TorsoColor = BrickColor.new("Really black")
- -- Music
- local music = Instance.new("Sound",char)
- music.SoundId = "rbxassetid://592088356"
- music.Volume = 1
- music:Play()
- music.Looped = true
- -- Name
- local nametag = Instance.new("BillboardGui",char.Head)
- nametag.StudsOffset = Vector3.new(0,2,0)
- nametag.Adornee = char.Head
- nametag.Size = UDim2.new(0,200,0,50)
- local text = Instance.new("TextLabel",nametag)
- text.Size = UDim2.new(0,200,0,50)
- text.BackgroundTransparency = 1
- text.Text = "The Ghost"
- text.TextColor3 = Color3.new(180/255,0,0)
- text.TextStrokeColor3 = Color3.new(0,0,0)
- text.Font = Enum.Font.Fantasy
- text.TextScaled = true
- text.TextStrokeTransparency = 0
- coroutine.wrap(function()
- while wait() do
- wait(3)
- text.Text = "GIVE UP"
- wait()
- text.Text = "The Ghost";
- wait(2)
- local str = ""
- for i = 1, math.random(3,25) do
- str = str..string.char(math.random(65,122))
- end
- text.Text = str
- wait()
- str = ""
- for i = 1, math.random(12,25) do
- str = str..string.char(math.random(48,122))
- end
- wait()
- text.Text = str
- wait()
- text.Text = "The Ghost";
- wait(1)
- text.Text = "BE GONE THOT"
- wait()
- text.Text = "Burn in hell."
- wait()
- text.Text = "The Ghost";
- wait(2)
- text.Text = "You made me do this.";
- wait()
- text.Text = "edgy";
- wait()
- for i = 1, math.random(12,25) do
- str = str..string.char(math.random(48,57))
- end
- text.Text = str
- wait()
- text.Text = "The Ghost";
- wait(2)
- end
- end)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement