Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. --commissioned by enderman commissioner
  2. --//////////////////////////
  3. --enderman THREE
  4. --\\\\\\\\\\\\\\\\\\\\\\\\\\
  5. local haha = game.Players.iiForeverrCake
  6. local lol = haha.Character
  7. local bru = haha.Backpack
  8. local brug = lol:FindFirstChildOfClass("Humanoid")
  9. local wow
  10. lol.Archivable = true
  11. local form = 15
  12. lol:FindFirstChild("Health")
  13. lol.Health:Destroy()
  14. local function brugo()
  15. brug.Changed:connect(function()
  16. if brug.Health < brug.MaxHealth then
  17. brug.Health = brug.MaxHealth
  18. if wow then
  19. wow.CFrame = CFrame. new(wow.CFrame.p) * CFrame.new(math.random(-50, 50), 0, math.random(-50, 50))
  20. for i, v in next, yeet:GetChildren() do
  21. if v:IsA("BasePart") then
  22. local lmao = false
  23. for ii, vv in next, lol:GetChildren() do
  24. if vv:IsA("BasePart") then
  25. if vv.Name == v.Name then
  26. lmao = true
  27. end
  28. end
  29. end
  30. if lmao == false then
  31. local lmaocv = v:Clone()
  32. lmaocv.Parent = lol
  33. lmaocv.CFrame = wow.CFrame * (yeetc.CFrame:inverse() * v.CFrame)
  34. end
  35. end
  36. end
  37. for i, v in next, owner.Character:GetDescendants() do
  38. if v:IsA("BasePart") then
  39. local lolw = Instance.new("Weld", wow)
  40. lolw.C0 = wow.CFrame:inverse() * v.CFrame
  41. lolw.Part0 = wow
  42. lolw.Part1 = v
  43. end
  44. end
  45. end
  46. end
  47. brug = Instance.new("Humanoid", lol)
  48. brugo()
  49. end)
  50. end
  51. for i, v in next, lol:GetDescendants() do
  52. if v:IsA("BasePart") then
  53. v.Size = Vector3.new(v.Size.X, v.Size.Y*form, v.Size.Z)
  54. end
  55. if v:IsA("Weld") or v:IsA("Motor6D") then
  56. v.C1 = CFrame.new(v.C1.X, v.C1.Y*form, v.C1.Z)
  57. v.C0 = CFrame.new(v.C0.X, v.C0.Y*form, v.C0.Z)
  58. end
  59. end
  60. game:GetService("RunService").Stepped:connect(function()
  61. if workspace:IsAncestorOf(lol) and lol.PrimaryPart then
  62. wow = lol.PrimaryPart
  63. end
  64. for i, v in pairs(lol:GetDescendants()) do
  65. if v:IsA("BasePart") and v.Anchored == false then
  66. v.Color = Color3.fromRGB(0, 0, 0)
  67. v.Material = Enum.Material.SmoothPlastic
  68. v.CanCollide = true
  69. v.Transparency = 0
  70. v.Reflectance = 0
  71. elseif v:IsA("Decal") or v.ClassName:lower():find("text") or v.ClassName:lower():find("shirt") or v.ClassName:lower():find("pants") or v.ClassName:lower():find("accessory") then
  72. v:Destroy()
  73. end
  74. end
  75. end)
  76. wait()
  77. local too = Instance.new("Tool", bru)
  78. too.RequiresHandle = false
  79. too.Name = ""
  80. too.CanBeDropped = false
  81.  
  82. local deb = false
  83.  
  84. too.Activated:connect(function()
  85. if deb == true then return end
  86. deb = true
  87. local laser = Instance.new("Part", too)
  88. laser.Anchored = false
  89. laser.CanCollide = false
  90. laser.Size = Vector3.new(150, 150, 999)
  91. laser.Transparency = 5
  92. laser.Touched:connect(function(haha5)
  93. if haha5.Parent ~= workspace and lol:IsAncestorOf(haha5) == false then
  94. haha5.Anchored = false
  95. haha5:BreakJoints()
  96. haha5.CanCollide = true
  97. haha5.Velocity = Vector3.new(0, 1000, 0)
  98. end
  99. end)
  100. for i = 1, 100 do
  101. local roty = wow.Rotation.Y
  102. game:GetService("RunService").Stepped:wait()
  103. laser.CFrame = wow.CFrame * CFrame.new(0, 0, -laser.Size.Z/2)
  104. laser.Transparency = laser.Transparency + 0.01
  105. end
  106. laser:Destroy()
  107. laser.Material = "Neon"
  108. deb = false
  109. end)
  110. yeet = lol:Clone()
  111. yeetc = yeet.PrimaryPart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement