Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- by Theamazingnater
- plr = game:GetService'Players'.LocalPlayer
- char = workspace:WaitForChild(plr.Name)
- whitecolor = Color3.new(1,1,1)
- -- 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.066, 0, 0.998, 0)
- image.Image = "rbxassetid://153485522"
- 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
- -- stuff xD
- local bdycolors = char["Body Colors"]
- bdycolors.HeadColor3 = Really black
- bdycolors.LeftArmColor3 = Really black
- bdycolors.LeftLegColor3 = whitecolor
- bdycolors.RightArmColor3 = whitecolor
- bdycolors.RightLegColor3 = whitecolor
- bdycolors.TorsoColor3 = whitecolor
- for i,v in pairs(char:GetChildren()) do
- if v.ClassName == "Hat" or v.ClassName == "Accessory" or v.ClassName == "Shirt" or v.ClassName == "Pants" then
- v:Destroy()
- end
- end
- local shirt = Instance.new("Shirt",char)
- shirt.Name = "Bandages"
- shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=769740474"
- char.Head.face:Destroy()
- local face = Instance.new("Decal",char.Head)
- face.Face = "Front"
- face.Texture = "http://www.roblox.com/asset/?id=1083992759"
- face.Name = ".EXE face"
- -- functions
- char:FindFirstChildOfClass("Humanoid").Name = "creepy dude"
- 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.Anchored = true
- v.Transparency = 0.5
- v.Color = whitecolor
- v.CanCollide = false
- humn:Destroy()
- end
- end
- end
- end
- char.Torso.Touched:connect(onTouched)
- local naeeym = Instance.new("BillboardGui",char)
- naeeym.Size = UDim2.new(0,100,0,40)
- naeeym.StudsOffset = Vector3.new(0,2,0)
- naeeym.Adornee = char.Head
- local tecks = Instance.new("TextLabel",naeeym)
- tecks.BackgroundTransparency = 1
- tecks.BorderSizePixel = 0
- tecks.Text = plr.Name
- tecks.Font = "Antique"
- tecks.FontSize = "Size24"
- tecks.TextStrokeTransparency = 0
- tecks.TextStrokeColor3 = Color3.new(0,0,0)
- tecks.TextColor3 = Color3.new(0,0,0)
- tecks.Size = UDim2.new(1,0,0.5,0)
- tecks.Text = "The Dark Robloxian"
- local cce = Instance.new("ColorCorrectionEffect",game.Lighting)
- cce.Saturation = -1
- print("by Theamazingnater")
- print("Please don't leak, as this took some time to make.")
- print("Enjoy this script as a rare while you can, because it might get leaked.")
- while true do
- wait(0.05)
- for i,v in pairs(char:GetChildren()) do
- if v.ClassName == "Hat" or v.ClassName == "Accessory" then
- v:Destroy()
- end
- end
- wait(1)
- tecks.Text = "BURNINHELL"
- face.Texture = "http://www.roblox.com/asset/?id=752001939"
- wait(0.05)
- tecks.Text = "CREEPY DUDE"
- face.Texture = "http://www.roblox.com/asset/?id=1083992759"
- wait(1)
- tecks.Text = "edgy"
- face.Texture = "http://www.roblox.com/asset/?id=177007720"
- wait(0.05)
- tecks.Text = "CREEPY DUDE"
- face.Texture = "http://www.roblox.com/asset/?id=1083992759"
- wait(1)
- tecks.Text = "NOHOPE"
- face.Texture = "http://www.roblox.com/asset/?id=1045301677"
- wait(0.05)
- tecks.Text = "CREEPY DUDE"
- face.Texture = "http://www.roblox.com/asset/?id=1083992759"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement