Advertisement
shad0wzombie

Untitled

Jul 28th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.61 KB | None | 0 0
  1. shad = game.workspace.SHAD0WZOMBIE
  2. x = game.Players.SHAD0WZOMBIE
  3. pos = shad.Head
  4.  
  5.  
  6. function cmd(msg)
  7. if msg == "rs/" then
  8. game.Workspace.SHAD0WZOMBIE.Head:Remove()
  9. elseif msg == "break/" then
  10. script.Remove()
  11. elseif msg == "fb/" then
  12. fb = Instance.new("Part")
  13. fb.Parent = shadow
  14. fb.Name = "FollowBlock"
  15. fb.Size = Vector3.new(2,1,2)
  16. elseif msg == "fol/b" then
  17. check = shadow:FindFirstChild("FollowBlock")
  18. if check ~= nil then
  19. pos = check
  20. end
  21. elseif msg == "btools/" then
  22. tool = Instance.new("HopperBin")
  23. tool.Parent = x.Backpack
  24. tool.BinType = "GameTool"
  25. tool = Instance.new("HopperBin")
  26. tool.Parent = x.Backpack
  27. tool.BinType = "Clone"
  28. tool = Instance.new("HopperBin")
  29. tool.Parent = x.Backpack
  30. tool.BinType = "Hammer"
  31. elseif msg == "shadow on" then
  32. shadow = Instance.new("Model")
  33. shadow.Parent = shad
  34. shadow.Name = "SHADOW"
  35. hum = Instance.new("Humanoid")
  36. hum.Parent = shadow
  37. hum.MaxHealth = 0
  38. p = Instance.new("Seat")
  39. p.Position = shad.Head.Position + Vector3.new(0,2,0)
  40. p.Parent = shadow
  41. p.Name = "Head"
  42. p.Size = Vector3.new(3,3,3)
  43. p.Shape = "Ball"
  44. p.BottomSurface = "Smooth"
  45. p.TopSurface = "Smooth"
  46. p.BrickColor = BrickColor.new("Really black")
  47. cm = Instance.new("SpecialMesh")
  48. cm.Parent = p
  49. cm.Name = "Mesh"
  50. cm.MeshId = "http://www.roblox.com/asset/?id=16150814"
  51. cm.TextureId = "http://www.roblox.com/asset/?id=16150799"
  52. cm.Scale = cm.Scale + Vector3.new(1,1,1)
  53. bp = Instance.new("BodyPosition")
  54. bp.Parent = p
  55. bp.maxForce = Vector3.new(1000000,1000000,1000000)
  56. bg = Instance.new("BodyGyro")
  57. bg.Parent = p
  58. bp.position = shad.Head.Position + Vector3.new(0,3,0)
  59. print("Should Work")
  60. elseif (msg == "spin/") then
  61. a = Instance.new("BodyAngularVelocity") a.Parent = game.Workspace.SHAD0WZOMBIE.SHADOW.Head
  62. elseif (msg == "nospin/") then
  63. game.Workspace.SHAD0WZOMBIE.SHADOW.Head.BodyAngularVelocity:Remove()
  64. elseif (msg == "shield/c") then
  65. c = Instance.new("Part")
  66. c.Parent = game.Workspace.SHAD0WZOMBIE
  67. c.Name = "Crown"
  68. c.Size = Vector3.new (10,20,10)
  69. c.Position = Vector3.new(math.random(2, 5), math.random(2, 5), math.random(2, 5))
  70. c.Transparency = 0
  71. c.CanCollide = false
  72. m = Instance.new("SpecialMesh")m.Parent = c m.Name = "Mesh"
  73. m.MeshId = "http://www.roblox.com/asset/?id=1078075"
  74. m.TextureId = "http://www.roblox.com/asset/?id=1078071"
  75. m.Scale = Vector3.new (10,.1,10)
  76. c:BreakJoints()
  77. b = Instance.new("BodyPosition") b.Parent = c b.maxForce = Vector3.new(6000000000,60000000000,6000000000)
  78. function touch(part)
  79. temp2 = part.Parent
  80. temp = temp2:findFirstChild("Right Arm")
  81. human = temp2:findFirstChild("Humanoid")
  82. if (temp ~= nil) and (human ~= nil) and (human.Health > 0) then
  83. if temp2.Name ~= "SHAD0WZOMBIE" then
  84. part.Parent.Torso.CFrame = part.Parent.Torso.CFrame + Vector3.new(0,20,0)
  85. part.Parent.Torso.Anchored = true
  86. c.Mesh.Scale = Vector3.new(10,30,10)
  87. wait(1)
  88. c.Mesh.Scale = Vector3.new(10,.1,10)
  89. part.Parent.Torso.Anchored = false
  90. end
  91. end
  92. end
  93. game.Workspace.SHAD0WZOMBIE.Crown.Touched:connect(touch)
  94. while true do
  95. b.position = game.Workspace.SHAD0WZOMBIE.Torso.Position + Vector3.new(0,-2,0)
  96. wait()
  97. end
  98. elseif (string.lower(string.sub(msg,1,4)) == "fol/") then
  99. x = game.Workspace:FindFirstChild(string.sub(msg,5))
  100. if x~=nil then
  101. head = x:FindFirstChild("Head")
  102. if head ~= nil then
  103. while true do
  104. wait()
  105. shad.SHADOW.Head.BodyPosition.position = head.Position + Vector3.new(0,3,0)
  106. end
  107. end
  108. end
  109. elseif msg == "shadow off" then
  110. game.Workspace.SHAD0WZOMBIE.SHADOW:Remove()
  111. elseif (msg == "BShield on") then
  112. s = Instance.new("Part")
  113. s.BrickColor = BrickColor.new("Really black")
  114. s.Parent = game.Workspace.SHAD0WZOMBIE
  115. s.CanCollide = false
  116. s.Reflectance = .2
  117. s.Transparency = .6
  118. s.Size = Vector3.new(15,15,15)
  119. s.Position = game.Workspace.SHAD0WZOMBIE.Head.Position - Vector3.new(0, 2, 0)
  120. s.Shape = "Ball"
  121. s.Name = "BShield"
  122. s.TopSurface = "Smooth"
  123. s.BottomSurface = "Smooth"
  124. function touch(part)
  125. temp2 = part.Parent
  126. if temp2.Name ~= "SHAD0WZOMBIE" then
  127. if part.Name ~= "Base" then
  128. if part.Name ~= "Base6049" then
  129. if part.Name ~= "Handle" then
  130. if temp2.Name ~= "SHADOW" then
  131. if part.Name ~= "base6049" then
  132. part:Remove()
  133. wait()
  134. end
  135. end
  136. end
  137. end
  138. end
  139. end
  140. end
  141. s.Touched:connect(touch)
  142. b = Instance.new("BodyPosition") b.Parent = s b.maxForce = Vector3.new(6000000,6000000,6000000)
  143. while true do
  144. b.position = game.Workspace.SHAD0WZOMBIE.Head.Position - Vector3.new(0, 2, 0)
  145. wait()
  146. end
  147. elseif (msg == "BShield off") then
  148. game.Workspace.SHAD0WZOMBIE.BShield:Remove()
  149. elseif (msg == "nuke") then
  150. x = Instance.new("Explosion")
  151. x.Parent = game.Workspace
  152. x.Position = game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Position
  153. elseif (msg == "sparkles shadow") then
  154. s1 = Instance.new("Sparkles") s1.Parent = game.Workspace.SHAD0WZOMBIE.SHADOW.Head
  155. elseif (msg == "unsparkles shadow") then
  156. game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Sparkles:Remove()
  157. elseif (msg == "ff me") then
  158. ff1 = Instance.new("ForceField") ff1.Parent = game.Workspace.SHAD0WZOMBIE
  159. elseif (msg == "unff me") then
  160. game.Workspace.SHAD0WZOMBIE.ForceField:Remove()
  161. elseif (msg == "make base") then
  162. b = Instance.new("Part")b.Name = "Base6049"
  163. b.Size = Vector3.new (500,1,500)b.Position = Vector3.new (0,0,0)
  164. b.BrickColor = BrickColor.new("Camo")
  165. b.Parent = game.Workspace b.Anchored = true b.Locked = true
  166. elseif (msg == "eject") then
  167. game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Size = Vector3.new (1,1,1)
  168. wait(.1) game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Size = Vector3.new (2,2,2)
  169. elseif (msg == "2x4") then
  170. ff1 = Instance.new("Part")
  171. ff1.Parent = game.Workspace
  172. ff1.Name = "Part"
  173. ff1.Position = game.Workspace.SHAD0WZOMBIE.Head.Position
  174. ff1.Anchored = true
  175. elseif (msg == "clean m") then
  176. p= game.Workspace:GetChildren()
  177. for i= 1, #p do
  178. if p[i].className == "Message" then
  179. if p[i].Name ~= "SHAD0WZOMBIE" then
  180. p[i]:Remove()
  181. end
  182. end
  183. end
  184. elseif (msg == "clean p") then
  185. p= game.Workspace:GetChildren()
  186. for i= 1, #p do
  187. if p[i].className == "Part" then
  188. if p[i].Name ~= "Base6049" then
  189. if p[i].Name ~= "Base" then
  190. if p[i].Name ~= "Brick" then
  191. p[i]:Remove()
  192. m = Instance.new("Hint")m.Parent = game.Workspace m.Text = "SHAD0WZOMBIE'S Anti-spam/lag removed: "..p[i].Name.." "
  193. wait(.01)
  194. m:Remove()
  195. end
  196. end
  197. end
  198. end
  199. end
  200. elseif (msg == "crown/1") then
  201. game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Mesh:Remove()
  202. m = Instance.new("SpecialMesh")m.Parent = game.Workspace.SHADOW.Head m.Name = "Mesh"
  203. m.MeshId = "http://www.roblox.com/asset/?id=9461129"
  204. m.TextureId = "http://www.roblox.com/asset/?id=28933788"
  205. elseif (msg == "reaper shadow") then
  206. game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Mesh:Remove()
  207. m = Instance.new("SpecialMesh")m.Parent = game.Workspace.SHADOW.Head m.Name = "Mesh"
  208. m.MeshId = "http://www.roblox.com/asset/?id=16150814"
  209. m.TextureId = "http://www.roblox.com/asset/?id=16150799"
  210. elseif (msg == "crown/2") then
  211. m = game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Mesh
  212. m.MeshId = "http://www.roblox.com/asset/?id=16150814"
  213. m.TextureId = "http://www.roblox.com/asset/?id=16150799"
  214. elseif (msg == "crown/3") then
  215. m = game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Mesh
  216. m.MeshId = "http://www.roblox.com/asset/?id=1078075"
  217. m.TextureId = "http://www.roblox.com/asset/?id=1078071"
  218. elseif (msg == "eye/1") then
  219. m = game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Mesh
  220. m.MeshId = "http://www.roblox.com/asset/?id=1185246"
  221. m.TextureId = "http://www.roblox.com/asset/?id=1193831"
  222. elseif (msg == "spike/1") then
  223. m = game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Mesh
  224. m.MeshId = "36950de1ed190965cd2e60219ec2ddb0"
  225. m.TextureId = "http://www.roblox.com/asset/?id=1078071"
  226. elseif (msg == "tex/lava") then
  227. m = game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Mesh
  228. m.TextureId = "http://www.roblox.com/asset/?id=18447849"
  229. elseif (msg == "tex/eye") then
  230. m = game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Mesh
  231. m.TextureId = "http://www.roblox.com/asset/?id=1193831"
  232. elseif (msg == "tex/green") then
  233. m = game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Mesh
  234. m.TextureId = "http://www.roblox.com/asset/?id=22464083"
  235. elseif (msg == "cs/+") then
  236. m = game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Mesh
  237. m.Scale = m.Scale + Vector3.new(2,2,2)
  238. elseif (msg == "cs/-") then
  239. m = game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Mesh
  240. m.Scale = m.Scale + Vector3.new(-2,-2,-2)
  241. elseif (msg == "smoke on") then
  242. s = Instance.new("Smoke")s.Parent = game.Workspace.SHAD0WZOMBIE.SHADOW.Head s.RiseVelocity = -20
  243. elseif (msg == "smoke off") then
  244. game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Smoke:Remove()
  245. elseif (msg == "flame on") then
  246. s = Instance.new("Fire")s.Parent = game.Workspace.SHAD0WZOMBIE.SHADOW.Head s.Size = 4
  247. elseif (msg == "flame off") then
  248. game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Fire:Remove()
  249. elseif (string.lower(string.sub(msg,1,6)) == "fsize/") then
  250. game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Fire.Size = string.sub(msg,7)
  251. elseif (string.lower(string.sub(msg,1,6)) == "fheat/") then
  252. game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Fire.Heat = string.sub(msg,7)
  253. elseif (string.lower(string.sub(msg,1,7)) == "fcolor/") then
  254. game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Fire.Color = Color3.new(""..string.sub(msg,8).."")
  255. elseif (string.lower(string.sub(msg,1,8)) == "fscolor/") then
  256. game.Workspace.SHAD0WZOMBIE.SHADOW.Head.Fire.SecondaryColor = BrickColor.new(""..string.sub(msg,9).."")
  257. elseif (msg == "uns shadow") then
  258. game.Workspace.SHAD0WZOMBIE.SHADOW.Head.BodyGyro:Remove()
  259. elseif (string.lower(string.sub(msg,1,5)) == "txtb/") then
  260. m = Instance.new("Model")
  261. m.Parent = game.Workspace
  262. m.Name = string.sub(msg,6)
  263. p = Instance.new("Part")
  264. p.Parent = m
  265. p.Name = "Head"
  266. p.Size = Vector3.new(2,1,2)
  267. p.Position = shad.Head.Position + Vector3.new(2,1,1)
  268. h = Instance.new("Humanoid")
  269. h.Parent = m
  270. h.MaxHealth = 0
  271. end
  272. end
  273. game.Players.SHAD0WZOMBIE.Chatted:connect(cmd)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement