Advertisement
Animescapetower

Become Zombos

Apr 26th, 2018
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. Char= game.Players.LocalPlayer.Character
  2. --FIX CLONING PARTS
  3. print("want brains eat people")
  4.  
  5. Part0 = Instance.new("Part")
  6. Script1 = Instance.new("Script")
  7. Part2 = Instance.new("Part")
  8. Script3 = Instance.new("Script")
  9. Part0.Name = "zarm2"
  10. Part0.Parent = Char
  11. Part0.BrickColor = BrickColor.new("Medium green")
  12. Part0.Rotation = Vector3.new(0, -90, 0)
  13. Part0.RotVelocity = Vector3.new(4.07127958e-25, 3.33696291e-22, 6.94702468e-25)
  14. Part0.Velocity = Vector3.new(3.66463371e-20, 0.00686328812, 3.69331555e-20)
  15. Part0.FormFactor = Enum.FormFactor.Symmetric
  16. Part0.Size = Vector3.new(2, 1, 1)
  17. Part0.CFrame = CFrame.new(-22.1300011, 3.49999905, 24.6800003, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  18. Part0.BottomSurface = Enum.SurfaceType.Smooth
  19. Part0.TopSurface = Enum.SurfaceType.Smooth
  20. Part0.Color = Color3.new(0.631373, 0.768628, 0.54902)
  21. Part0.Position = Vector3.new(-22.1300011, 3.49999905, 24.6800003)
  22. Part0.Orientation = Vector3.new(0, -90, 0)
  23. Part0.Color = Color3.new(0.631373, 0.768628, 0.54902)
  24. Script1.Parent = Part0
  25.  
  26.  
  27. Part2.Name = "zarm"
  28. Part2.Parent = Char
  29. Part2.BrickColor = BrickColor.new("Medium green")
  30. Part2.Rotation = Vector3.new(0, -90, 0)
  31. Part2.RotVelocity = Vector3.new(4.07127958e-25, 3.33696291e-22, 6.94702468e-25)
  32. Part2.Velocity = Vector3.new(3.66463371e-20, 0.00686328812, 3.59320666e-20)
  33. Part2.FormFactor = Enum.FormFactor.Symmetric
  34. Part2.Size = Vector3.new(2, 1, 1)
  35. Part2.CFrame = CFrame.new(-19.1300011, 3.49999905, 24.6800003, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  36. Part2.BottomSurface = Enum.SurfaceType.Smooth
  37. Part2.TopSurface = Enum.SurfaceType.Smooth
  38. Part2.Color = Color3.new(0.631373, 0.768628, 0.54902)
  39. Part2.Position = Vector3.new(-19.1300011, 3.49999905, 24.6800003)
  40. Part2.Orientation = Vector3.new(0, -90, 0)
  41. Part2.Color = Color3.new(0.631373, 0.768628, 0.54902)
  42. Script3.Parent = Part2
  43.  
  44.  
  45. local parts = Char:GetChildren()
  46. for i,part in pairs(parts)do
  47. if part.ClassName == "Part" or part.Name == "Head" or part.Name == "HumanoidRootPart" then
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55. function OnTouched(part2)
  56. local humanoid = part2.Parent:FindFirstChild("Humanoid")
  57. if (humanoid ~= nil) then
  58.  
  59. humanoid.Health = humanoid.Health - 0.05
  60. humanoid.AutoRotate = true
  61. humanoid.Sit = true
  62.  
  63.  
  64.  
  65. end
  66. end
  67.  
  68. part.Touched:connect(OnTouched)
  69.  
  70.  
  71.  
  72.  
  73. wait(1)
  74. owner=game.Players.LocalPlayer.Name
  75.  
  76. function onTouched(part23)
  77. if part23.Parent ~= nil then
  78. local h = part23.Parent:findFirstChild("Humanoid")
  79. if h~=nil then
  80. if cantouch~=0 then
  81. if h.Parent.Name~=owner then
  82.  
  83. if h.Parent:findFirstChild("zarm")~=nil then return end
  84.  
  85. cantouch=0
  86.  
  87. local larm=h.Parent:findFirstChild("Left Arm")
  88. local rarm=h.Parent:findFirstChild("Right Arm")
  89.  
  90. if larm~=nil then
  91. larm:remove()
  92. end
  93. if rarm~=nil then
  94. rarm:remove()
  95. end
  96. local zee= Char:FindFirstChild("zarm2")
  97. if zee~=nil then
  98. local zlarm=zee:clone()
  99. local zrarm=zee:clone()
  100. if zlarm~=nil then
  101.  
  102. local rot=CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  103. zlarm.CFrame=h.Parent.Torso.CFrame * CFrame.new(Vector3.new(-1.5,0.5,-0.5)) * rot
  104. zrarm.CFrame=h.Parent.Torso.CFrame * CFrame.new(Vector3.new(1.5,0.5,-0.5)) * rot
  105. zlarm.Parent=h.Parent
  106. zrarm.Parent=h.Parent
  107. zlarm:makeJoints()
  108. zrarm:makeJoints()
  109. zlarm.Anchored=false
  110. zrarm.Anchored=false
  111. wait(0.1)
  112. h.Parent.Head.Color=zee.Color
  113. else print("no zee"); return end
  114. end
  115. wait(1)
  116. cantouch=1
  117. end
  118. end
  119. end
  120. end
  121. end
  122.  
  123. part.Touched:connect(onTouched)
  124.  
  125.  
  126. wait(1)
  127. owner=game.Players.LocalPlayer.Name
  128.  
  129. function onTouched2(part3)
  130. if part3.Parent ~= nil then
  131. local h = part3.Parent:findFirstChild("Humanoid")
  132. if h~=nil then
  133. if cantouch~=0 then
  134. if h.Parent.Name~=owner then
  135.  
  136. if h.Parent:findFirstChild("zarm")~=nil then return end
  137.  
  138. cantouch=0
  139.  
  140. local larm=h.Parent:findFirstChild("Left Arm")
  141. local rarm=h.Parent:findFirstChild("Right Arm")
  142.  
  143. if larm~=nil then
  144. larm:remove()
  145. end
  146. if rarm~=nil then
  147. rarm:remove()
  148. end
  149. local zee= Char:FindFirstChild("zarm")
  150. if zee~=nil then
  151. local zlarm=zee:clone()
  152. local zrarm=zee:clone()
  153. if zlarm~=nil then
  154.  
  155. local rot=CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  156. zlarm.CFrame=h.Parent.Torso.CFrame * CFrame.new(Vector3.new(-1.5,0.5,-0.5)) * rot
  157. zrarm.CFrame=h.Parent.Torso.CFrame * CFrame.new(Vector3.new(1.5,0.5,-0.5)) * rot
  158. zlarm.Parent=h.Parent
  159. zrarm.Parent=h.Parent
  160. zlarm:makeJoints()
  161. zrarm:makeJoints()
  162. zlarm.Anchored=false
  163. zrarm.Anchored=false
  164. wait(0.1)
  165. h.Parent.Head.Color=zee.Color
  166. else print("no zee"); return end
  167. end
  168. wait(1)
  169. cantouch=1
  170. end
  171. end
  172. end
  173. end
  174. end
  175.  
  176. part.Touched:connect(onTouched2)
  177.  
  178.  
  179.  
  180. end
  181. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement