Advertisement
shad0wzombie

Untitled

Jul 29th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.33 KB | None | 0 0
  1. shad = game.Workspace.SHAD0WZOMBIE
  2. x = game.Players.SHAD0WZOMBIE
  3. function shadowon()
  4. shadow = Instance.new("Model")
  5. shadow.Name = "SHADOW"
  6. shadow.Parent = game.Workspace
  7. head = Instance.new("Part")
  8. head.Parent = shadow
  9. head.Position = shad.Head.Position + Vector3.new(0,3,0)
  10. head.Name = "Head"
  11. head.Size = Vector3.new(2,2,2)
  12. head.Shape = "Ball"
  13. head.BrickColor = BrickColor.new("Really black")
  14. cm = Instance.new("SpecialMesh")
  15. cm.Parent = head
  16. cm.Name = "Mesh"
  17. cm.MeshId = "http://www.roblox.com/asset/?id=16150814"
  18. cm.TextureId = "http://www.roblox.com/asset/?id=16150799"
  19. cm.Scale = cm.Scale + Vector3.new(1,1,1)
  20. hum = Instance.new("Humanoid")
  21. hum.Parent = shadow
  22. hum.MaxHealth = 0
  23. bp = Instance.new("BodyPosition")
  24. bp.Parent = head
  25. bp.position = shad.Head.Position + Vector3.new(0,3,0)
  26. bg = Instance.new("BodyGyro")
  27. bg.Parent = head
  28. end
  29.  
  30. function follow(person)
  31. shado = game.Workspace:FindFirstChild("SHADOW")
  32. if shado ~= nil then
  33. oldbp = shado.Head:FindFirstChild("BodyPosition")
  34. if oldbp ~= nil then
  35. oldbp:Remove()
  36. end
  37. bp = Instance.new("BodyPosition")
  38. bp.Parent = shado.Head
  39. bp.MaxForce = Vector3.new(100000,100000,100000)
  40. while true do
  41. wait()
  42. bp.position = person.Position + Vector3.new(0,3,0)
  43. end
  44. end
  45. end
  46.  
  47. function clearshadow()
  48. g = game.Workspace:GetChildren()
  49. for i = 1, #g do
  50. if g[i].Name == "SHADOW" then
  51. g[i]:Remove()
  52. m = Instance.new("Message")
  53. m.Parent = game.Workspace
  54. m.Text = "SHAD0WZOMBIE's anti-spam/lag removed: SHADOW"
  55. wait(.15)
  56. m:Remove()
  57. end
  58. end
  59. end
  60.  
  61.  
  62.  
  63. function cmd(msg)
  64. if msg == "rs/" then
  65. game.Workspace.SHAD0WZOMBIE.Head:Remove()
  66. elseif msg == "shadow on" then
  67. shadowon()
  68. elseif msg == "shadow off" then
  69. clearshadow()
  70. elseif (string.lower(string.sub(msg,1,4)) == "fol/") then
  71. x = game.Workspace:FindFirstChild(string.sub(msg,5))
  72. if x~=nil then
  73. head = x:FindFirstChild("Head")
  74. if head ~= nil then
  75. follow(head)
  76. end
  77. end
  78. elseif (msg == "crown/3") then
  79. m = game.Workspace.SHADOW.Head.Mesh
  80. m.MeshId = "http://www.roblox.com/asset/?id=1078075"
  81. m.TextureId = "http://www.roblox.com/asset/?id=1078071"
  82. elseif (msg == "eye/1") then
  83. m = game.Workspace.SHADOW.Head.Mesh
  84. m.MeshId = "http://www.roblox.com/asset/?id=1185246"
  85. m.TextureId = "http://www.roblox.com/asset/?id=1193831"
  86. elseif (msg == "flame on") then
  87. s = Instance.new("Fire")s.Parent = game.Workspace.SHADOW.Head s.Size = 4
  88. elseif (msg == "flame off") then
  89. game.Workspace.SHADOW.Head.Fire:Remove()
  90. elseif (string.lower(string.sub(msg,1,6)) == "fsize/") then
  91. game.Workspace.SHADOW.Head.Fire.Size = string.sub(msg,7)
  92. elseif (string.lower(string.sub(msg,1,5)) == "txtb/") then
  93. m = Instance.new("Model")
  94. m.Parent = game.Workspace
  95. m.Name = string.sub(msg,6)
  96. p = Instance.new("Part")
  97. p.Parent = m
  98. p.Name = "Head"
  99. p.Size = Vector3.new(2,1,2)
  100. p.Position = shad.Head.Position + Vector3.new(2,1,1)
  101. h = Instance.new("Humanoid")
  102. h.Parent = m
  103. h.MaxHealth = 0
  104. elseif msg == "fb/" then
  105. fb = Instance.new("Part")
  106. fb.Parent = game.Workspace
  107. fb.Name = "FollowBlock"
  108. fb.Size = Vector3.new(2,1,2)
  109. elseif msg == "fol/b" then
  110. check = game.Workspace:FindFirstChild("FollowBlock")
  111. if check ~= nil then
  112. follow(check)
  113. end
  114. elseif msg == "btools/" then
  115. tool = Instance.new("HopperBin")
  116. tool.Parent = x.Backpack
  117. tool.BinType = "GameTool"
  118. tool = Instance.new("HopperBin")
  119. tool.Parent = x.Backpack
  120. tool.BinType = "Clone"
  121. tool = Instance.new("HopperBin")
  122. tool.Parent = x.Backpack
  123. tool.BinType = "Hammer"
  124. elseif (msg == "spin/") then
  125. a = Instance.new("BodyAngularVelocity") a.Parent = game.Workspace.SHADOW.Head
  126. elseif (msg == "nospin/") then
  127. game.Workspace.SHADOW.Head.BodyAngularVelocity:Remove()
  128. elseif (msg == "BShield on") then
  129. s = Instance.new("Part")
  130. s.BrickColor = BrickColor.new("Really black")
  131. s.Parent = game.Workspace.SHAD0WZOMBIE
  132. s.CanCollide = false
  133. s.Reflectance = .2
  134. s.Transparency = .6
  135. s.Size = Vector3.new(15,15,15)
  136. s.Position = game.Workspace.SHAD0WZOMBIE.Head.Position - Vector3.new(0, 2, 0)
  137. s.Shape = "Ball"
  138. s.Name = "BShield"
  139. s.TopSurface = "Smooth"
  140. s.BottomSurface = "Smooth"
  141. function touch(part)
  142. temp2 = part.Parent
  143. if temp2.Name ~= "SHAD0WZOMBIE" then
  144. if part.Name ~= "Base" then
  145. if part.Name ~= "Base6049" then
  146. if part.Name ~= "Handle" then
  147. if temp2.Name ~= "SHADOW" then
  148. if part.Name ~= "base6049" then
  149. part:Remove()
  150. wait()
  151. end
  152. end
  153. end
  154. end
  155. end
  156. end
  157. end
  158. s.Touched:connect(touch)
  159. b = Instance.new("BodyPosition") b.Parent = s b.maxForce = Vector3.new(6000000,6000000,6000000)
  160. while true do
  161. b.position = game.Workspace.SHAD0WZOMBIE.Head.Position - Vector3.new(0, 2, 0)
  162. wait()
  163. end
  164. elseif (msg == "BShield off") then
  165. game.Workspace.SHAD0WZOMBIE.BShield:Remove()
  166. elseif (msg == "nuke") then
  167. x = Instance.new("Explosion")
  168. x.Parent = game.Workspace
  169. x.Position = game.Workspace.SHADOW.Head.Position
  170. elseif (msg == "sparkles shadow") then
  171. s1 = Instance.new("Sparkles") s1.Parent = game.Workspace.SHADOW.Head
  172. elseif (msg == "unsparkles shadow") then
  173. game.Workspace.SHADOW.Head.Sparkles:Remove()
  174. elseif (msg == "ff me") then
  175. ff1 = Instance.new("ForceField") ff1.Parent = game.Workspace.SHAD0WZOMBIE
  176. elseif (msg == "unff me") then
  177. game.Workspace.SHAD0WZOMBIE.ForceField:Remove()
  178. elseif (msg == "make base") then
  179. b = Instance.new("Part")b.Name = "Base6049"
  180. b.Size = Vector3.new (500,1,500)b.Position = Vector3.new (0,0,0)
  181. b.BrickColor = BrickColor.new("Camo")
  182. b.Parent = game.Workspace b.Anchored = true b.Locked = true
  183. elseif (msg == "eject") then
  184. game.Workspace.SHADOW.Head.Size = Vector3.new (1,1,1)
  185. wait(.1) game.Workspace.SHADOW.Head.Size = Vector3.new (2,2,2)
  186. elseif (msg == "2x4") then
  187. ff1 = Instance.new("Part")
  188. ff1.Parent = game.Workspace
  189. ff1.Name = "Part"
  190. ff1.Position = game.Workspace.SHAD0WZOMBIE.Head.Position
  191. ff1.Anchored = true
  192. elseif (msg == "clean m") then
  193. p= game.Workspace:GetChildren()
  194. for i= 1, #p do
  195. if p[i].className == "Message" then
  196. if p[i].Name ~= "SHAD0WZOMBIE" then
  197. p[i]:Remove()
  198. end
  199. end
  200. end
  201. elseif (msg == "clean p") then
  202. p= game.Workspace:GetChildren()
  203. for i= 1, #p do
  204. if p[i].className == "Part" then
  205. if p[i].Name ~= "Base6049" then
  206. if p[i].Name ~= "Base" then
  207. if p[i].Name ~= "Brick" then
  208. p[i]:Remove()
  209. m = Instance.new("Hint")m.Parent = game.Workspace m.Text = "SHAD0WZOMBIE'S Anti-spam/lag removed: "..p[i].Name.." "
  210. wait(.01)
  211. m:Remove()
  212. end
  213. end
  214. end
  215. end
  216. end
  217. end
  218. end
  219. game.Players.SHAD0WZOMBIE.Chatted:connect(cmd)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement