Advertisement
VoidScript

Zombie

Sep 30th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1. -- Do not attempt to decompile. This is stealing.
  2. -- Edited by Sikke reedited by badbrad0266
  3.  
  4.  
  5.  
  6.  
  7. Name=game.Players.LocalPlayer.Name
  8. pcall(function() workspace[Name].Droid:remove() end)
  9. player = game.Players[Name]
  10. char = player.Character
  11. char.Humanoid.MaxHealth = math.huge
  12. wait(0.5)
  13. char.Humanoid.Health = char.Humanoid.MaxHealth
  14.  
  15. Time=500000
  16.  
  17. r=tick()
  18. wait()
  19. print("Your life span is: ~"..math.floor((Time/(tick()-r))*(tick()-r)))
  20.  
  21. function Infect(char)
  22. Color=BrickColor.new("Brown")
  23. Color2=BrickColor.new("Grime")
  24. local model = Instance.new("Model")
  25. model.Parent = char
  26. model.Name = "Droid"
  27. char.Humanoid.WalkSpeed=100
  28. char.Head.Changed:connect(function(p)
  29. if p=="BrickColor" then
  30. wait()
  31. char["Right Leg"].BrickColor=Color
  32. char["Left Leg"].BrickColor=Color
  33. char["Torso"].BrickColor=Color
  34. char["Head"].BrickColor=Color2
  35. char["Right Arm"].BrickColor=Color2
  36. char["Left Arm"].BrickColor=Color2
  37. end
  38. end)
  39. char.Head.BrickColor=BrickColor:Red()
  40. Arms={char.Torso["Left Shoulder"],char.Torso["Right Shoulder"]} or {char.Torso["Left Shouldr"],char.Torso["Right Shouldr"]}
  41. char.Torso.Neck.C0=char.Torso.Neck.C0*CFrame.Angles(math.rad(8),math.rad(12),0)
  42. Arms[1].Parent=nil
  43. w = Instance.new("Weld")
  44. w.Name="Left Shouldr"
  45. w.Parent = char.Torso
  46. w.Part0 = char["Left Arm"]
  47. w.Part1 = w.Parent
  48. w.C0=CFrame.new(1.5,0.3,0)*CFrame.Angles(math.rad(-95),math.rad(9),math.rad(20))
  49. Arms[2].Parent=nil
  50. w2 = Instance.new("Weld")
  51. w2.Name="Right Shouldr"
  52. w2.Parent = char.Torso
  53. w2.Part0 = char["Right Arm"]
  54. w2.Part1 = w2.Parent
  55. w2.C0=CFrame.new(-1.5,0.3,0)*CFrame.Angles(math.rad(-95),math.rad(-9),math.rad(-20))
  56. char["Left Arm"].Touched:connect(function(hit)
  57. if hit.Parent:findFirstChild("Torso") and hit.Parent.Torso:findFirstChild("Right Shoulder") then
  58. Delay(0,function() Infect(hit.Parent) end)
  59. end
  60. end)
  61. char["Right Arm"].Touched:connect(function(hit)
  62. if hit.Parent:findFirstChild("Torso") and hit.Parent.Torso:findFirstChild("Right Shoulder") then
  63. Delay(0,function() Infect(hit.Parent) end)
  64. end
  65. end)
  66. Delay(0,function()
  67. r=tick()
  68. wait()
  69. local charh=char
  70. for i=1,Time/(tick()-r) do
  71. wait()
  72. Dist=150
  73. Targ=nil
  74. for _,v in pairs(game.Players:children()) do
  75. if v:IsA("Player") and v.Character and v.Character:findFirstChild("Torso") and v.Character.Torso:findFirstChild("Right Shoulder") then
  76. if (v.Character.Torso.Position-charh.Torso.Position).magnitude<Dist then
  77. Dist=(v.Character.Torso.Position-charh.Torso.Position).magnitude
  78. Targ=v.Character.Torso
  79. end
  80. end
  81. end
  82. if Targ and Targ.Parent then
  83. charh.Humanoid:MoveTo(Targ.Position,workspace.Base)
  84. Targ=nil
  85. end
  86. end
  87. charh.Head:remove()
  88. end)
  89. end
  90.  
  91. Infect(char)
  92. --lego
  93. local s = Instance.new("Sound")
  94.  
  95. s.Name = "Sound"
  96. s.SoundId = "http://www.roblox.com/asset/?id=149474961"
  97. s.Volume = 2
  98. s.Looped = true
  99. s.archivable = false
  100.  
  101. s.Parent = game.Workspace
  102.  
  103. wait(3)
  104.  
  105. s:play()
  106. local p = game.Players.LocalPlayer.Character
  107. local weld = Instance.new("Weld",p.Torso)
  108. weld.Part0 = p.Torso
  109.  
  110. local train = Instance.new("Part",p.Torso)
  111. train.Anchored = true
  112. train.CanCollide = false
  113. train.Size = Vector3.new(3,2,6)
  114. train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  115. weld.Part1 = train
  116. weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,math.rad(180),0)
  117. train.Anchored = false
  118. local TrainMesh = Instance.new("SpecialMesh",train)
  119. TrainMesh.MeshType = Enum.MeshType.FileMesh
  120. TrainMesh.Scale = Vector3.new(0.020,0.020,0.015)
  121. TrainMesh.MeshId = "rbxassetid://"
  122. TrainMesh.TextureId = "rbxassetid://"
  123.  
  124. p.Humanoid.WalkSpeed = 60;
  125.  
  126. local function SFX(id) local s=Instance.new("Sound",p.Torso); s.SoundId = "rbxassetid://"..id; s.Volume = 10; return s; end
  127. train.Touched:connect(function(p)
  128. if p.Parent then
  129. if p.Parent:IsA("Model") then
  130. if game.Players:FindFirstChild(p.Parent.Name) then
  131. if p.Parent.Name ~= game.Players.LocalPlayer.Name then
  132. game.Players:FindFirstChild(p.Parent.Name).Character:BreakJoints()
  133. local Whistle = SFX(604650009)
  134. Whistle:Play()
  135. end
  136. end
  137. end
  138. end
  139. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement