Advertisement
Insanity2021

Untitled

Mar 18th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. -- by Theamazingnater
  2. plr = game:GetService'Players'.LocalPlayer
  3. char = workspace:WaitForChild(plr.Name)
  4. whitecolor = Color3.new(1,1,1)
  5.  
  6.  
  7. -- the thing that follows you
  8. local part = Instance.new("Part",char)
  9. part.Transparency = 1
  10. part.Size = Vector3.new(5.92, 0.05, 5.95)
  11. part.CanCollide = false
  12. local surfacegui = Instance.new("SurfaceGui",part)
  13. surfacegui.Adornee = part
  14. surfacegui.Face = "Top"
  15. surfacegui.AlwaysOnTop = false
  16. local image = Instance.new("ImageLabel",surfacegui)
  17. image.Size = UDim2.new(1.066, 0, 0.998, 0)
  18. image.Image = "rbxassetid://153485522"
  19. image.BackgroundTransparency = 1
  20. local weld = Instance.new("Weld",part)
  21. weld.Part0 = part
  22. weld.Part1 = char.HumanoidRootPart
  23. for i = 0,1 , 0.05 do
  24. weld.C0 = weld.C0:lerp(CFrame.new(-0.232723236, 2.4942894, 0.332229614, 1, 0, 0, 0, 0.999996066, 0, 0, 0, 1),i)
  25. game:GetService("RunService").RenderStepped:wait()
  26. end
  27. -- stuff xD
  28. local bdycolors = char["Body Colors"]
  29. bdycolors.HeadColor3 = Really black
  30. bdycolors.LeftArmColor3 = Really black
  31. bdycolors.LeftLegColor3 = whitecolor
  32. bdycolors.RightArmColor3 = whitecolor
  33. bdycolors.RightLegColor3 = whitecolor
  34. bdycolors.TorsoColor3 = whitecolor
  35. for i,v in pairs(char:GetChildren()) do
  36. if v.ClassName == "Hat" or v.ClassName == "Accessory" or v.ClassName == "Shirt" or v.ClassName == "Pants" then
  37. v:Destroy()
  38. end
  39. end
  40. local shirt = Instance.new("Shirt",char)
  41. shirt.Name = "Bandages"
  42. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=769740474"
  43. char.Head.face:Destroy()
  44. local face = Instance.new("Decal",char.Head)
  45. face.Face = "Front"
  46. face.Texture = "http://www.roblox.com/asset/?id=1083992759"
  47. face.Name = ".EXE face"
  48. -- functions
  49. char:FindFirstChildOfClass("Humanoid").Name = "creepy dude"
  50. function onTouched(brick)
  51. local humn = brick.Parent:FindFirstChildOfClass("Humanoid")
  52. if humn then
  53. for i,v in pairs(humn.Parent:GetChildren()) do
  54. if v.ClassName == "Part" then
  55. v.Anchored = true
  56. v.Transparency = 0.5
  57. v.Color = whitecolor
  58. v.CanCollide = false
  59. humn:Destroy()
  60. end
  61. end
  62. end
  63. end
  64. char.Torso.Touched:connect(onTouched)
  65.  
  66. local naeeym = Instance.new("BillboardGui",char)
  67. naeeym.Size = UDim2.new(0,100,0,40)
  68. naeeym.StudsOffset = Vector3.new(0,2,0)
  69. naeeym.Adornee = char.Head
  70. local tecks = Instance.new("TextLabel",naeeym)
  71. tecks.BackgroundTransparency = 1
  72. tecks.BorderSizePixel = 0
  73. tecks.Text = plr.Name
  74. tecks.Font = "Antique"
  75. tecks.FontSize = "Size24"
  76. tecks.TextStrokeTransparency = 0
  77. tecks.TextStrokeColor3 = Color3.new(0,0,0)
  78. tecks.TextColor3 = Color3.new(0,0,0)
  79. tecks.Size = UDim2.new(1,0,0.5,0)
  80. tecks.Text = "The Dark Robloxian"
  81.  
  82. local cce = Instance.new("ColorCorrectionEffect",game.Lighting)
  83. cce.Saturation = -1
  84. print("by Theamazingnater")
  85. print("Please don't leak, as this took some time to make.")
  86. print("Enjoy this script as a rare while you can, because it might get leaked.")
  87.  
  88. while true do
  89. wait(0.05)
  90. for i,v in pairs(char:GetChildren()) do
  91. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  92. v:Destroy()
  93. end
  94. end
  95. wait(1)
  96. tecks.Text = "BURNINHELL"
  97. face.Texture = "http://www.roblox.com/asset/?id=752001939"
  98. wait(0.05)
  99. tecks.Text = "CREEPY DUDE"
  100. face.Texture = "http://www.roblox.com/asset/?id=1083992759"
  101. wait(1)
  102. tecks.Text = "edgy"
  103. face.Texture = "http://www.roblox.com/asset/?id=177007720"
  104. wait(0.05)
  105. tecks.Text = "CREEPY DUDE"
  106. face.Texture = "http://www.roblox.com/asset/?id=1083992759"
  107. wait(1)
  108. tecks.Text = "NOHOPE"
  109. face.Texture = "http://www.roblox.com/asset/?id=1045301677"
  110. wait(0.05)
  111. tecks.Text = "CREEPY DUDE"
  112. face.Texture = "http://www.roblox.com/asset/?id=1083992759"
  113. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement