Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.74 KB | None | 0 0
  1. --[==[ OFanTDMO ]==]--
  2. ---- [|] ----
  3. player = game.Players.OFanTDMO
  4. formed = false
  5. wait(2)
  6. char = player.Character
  7. char.Humanoid.WalkSpeed = 0
  8. char.Humanoid.JumpPower = 0
  9. local sa2 = Instance.new("Sound",char.Torso)
  10. sa2.SoundId = "rbxassetid://93724183"
  11. sa2.Pitch = 0.5
  12. sa2.Volume = 5
  13. sa2.Looped = false
  14. sa2:Play()
  15. local ex
  16. p = Instance.new("Part")
  17. p.BrickColor = BrickColor.new("Really red")
  18. p.Transparency = 1
  19.  
  20. local fx = Instance.new("Part",char.Torso)
  21. wit = p.BrickColor.Color
  22. wit2 = Color3.new(255,0,0)
  23. local glowz = Instance.new("ParticleEmitter",fx)
  24. glowz.LightEmission = 1
  25. glowz.Texture = "rbxassetid://284205403"
  26. glowz.Color = ColorSequence.new(wit)
  27. glowz.Size = NumberSequence.new(5)
  28. glowz.Speed = NumberRange.new(25,50)
  29. glowz.LockedToPart = false
  30. glowz.Transparency = NumberSequence.new(0.75)
  31. glowz.RotSpeed = NumberRange.new(-2000,2000)
  32. glowz.Lifetime = NumberRange.new(1)
  33. glowz.Rate = 50000
  34. glowz.VelocitySpread = 9001
  35. local glowz2 = Instance.new("ParticleEmitter",fx)
  36. glowz2.LightEmission = 0.5
  37. glowz.Texture = "rbxassetid://284205403"
  38. glowz2.Color = ColorSequence.new(wit2)
  39. glowz2.Size = NumberSequence.new(5)
  40. glowz2.Speed = NumberRange.new(25,50)
  41. glowz2.LockedToPart = false
  42. glowz2.Transparency = NumberSequence.new(0.75)
  43. glowz2.RotSpeed = NumberRange.new(-2000,2000)
  44. glowz2.Lifetime = NumberRange.new(1)
  45. glowz2.Rate = 50000
  46. glowz2.VelocitySpread = 9001
  47. fx.Anchored = true
  48. fx.Material = "Neon"
  49. fx.CanCollide = false
  50. fx.Locked = true
  51. fx.Transparency = 1
  52. fx.Material = "Neon"
  53. fx.Size = Vector3.new(1,1,1)
  54. fx.TopSurface = "SmoothNoOutlines"
  55. fx.BottomSurface = "SmoothNoOutlines"
  56. fx.BrickColor = BrickColor.new("Really black")
  57. fxm = Instance.new("SpecialMesh",fx)
  58. fxm.MeshType = "Sphere"
  59. wait(3)
  60. for i = 1, 5 do
  61. local sa2 = Instance.new("Sound",char.Torso)
  62. sa2.SoundId = "rbxassetid://393621716"
  63. sa2.Pitch = 1
  64. sa2.Volume = 10
  65. sa2.Looped = false
  66. sa2:Play()
  67. local xp = Instance.new("Part", workspace)
  68. xp.CanCollide = false
  69. xp.Position = char.Torso.Position
  70. xp.Shape = "Ball"
  71. xp.Material = Enum.Material.Neon
  72. xp.BrickColor = BrickColor.new("Really red")
  73. xp.Anchored = true
  74. local donut = Instance.new("Part", workspace)
  75. donut.Color = Color3.new(0, 0, 0)
  76. donut.CanCollide = false
  77. donut.Anchored = true
  78. local ds = Instance.new("SpecialMesh", donut)
  79. ds.MeshId = "rbxassetid://3270017"
  80. local bel = Instance.new("BodyAngularVelocity", donut)
  81. bel.AngularVelocity = Vector3.new(math.random(90, 180), math.random(90, 180), math.random(90, 180))
  82. donut.Orientation = Vector3.new(90, 0, 0)
  83. for i = 1, 10 do
  84. xp.Size = Vector3.new(i*10, i*10, i*10)
  85. xp.Transparency = i * 0.05
  86. donut.Size = Vector3.new(i*20, i*20, i*20)
  87. ds.Scale = donut.Size
  88. wait(0.001)
  89. end
  90.  
  91. for i = 1, 5 do
  92. xp.Size = Vector3.new(100 - i*25, 100 - i*25, 100 - i * 25)
  93. donut.Size = Vector3.new(200 - i*5, 200 - i*5, 200 - i*5)
  94. xp.Transparency = i * 0.1 + 0.5
  95. donut.Transparency = i * 0.2
  96. ds.Scale = donut.Size
  97. wait(0.001)
  98. end
  99. donut:Destroy()
  100. xp:Destroy()
  101. sa2:Destroy()
  102. wait(0.5)
  103. end
  104. char.Humanoid.MaxHealth = math.huge
  105. char.Humanoid.Health = math.huge
  106. char.Humanoid.WalkSpeed = 16
  107. char.Humanoid.JumpPower = 50
  108. glowz.Parent = char.Torso
  109. glowz2.Parent = char.Torso
  110. fx:remove()
  111. glowz.SpreadAngle = Vector2.new(45, 45)
  112. glowz2.SpreadAngle = Vector2.new(90, 90)
  113. local sa2 = Instance.new("Sound",char.Torso)
  114. sa2.SoundId = "rbxassetid://401710836"
  115. sa2.Pitch = 1
  116. sa2.Volume = 20
  117. sa2.Looped = true
  118. sa2:Play()
  119.  
  120. if char:FindFirstChild("Shirt") ~= nil then
  121. char.Shirt:remove()
  122. end
  123. if char:FindFirstChild("Pants") ~= nil then
  124. char.Pants:remove()
  125. end
  126. char.Torso.Material = Enum.Material.Neon
  127. char.Torso.Color = Color3.new(0, 0, 0)
  128. char["Left Arm"].Material = Enum.Material.Neon
  129. char["Left Arm"].Color = Color3.new(0, 0, 0)
  130. char["Right Arm"].Material = Enum.Material.Neon
  131. char["Right Arm"].Color = Color3.new(0, 0, 0)
  132. char["Left Leg"].Material = Enum.Material.Neon
  133. char["Left Leg"].Color = Color3.new(0, 0, 0)
  134. char["Right Leg"].Material = Enum.Material.Neon
  135. char["Right Leg"].Color = Color3.new(0, 0, 0)
  136. char.Head.Material = Enum.Material.Neon
  137. char.Head.BrickColor = BrickColor.new("Really red")
  138. local bel = Instance.new("BodyAngularVelocity")
  139. bel.AngularVelocity = Vector3.new(50, 0, 0)
  140. mouse = player:GetMouse()
  141. mouse.KeyDown:connect(function(key)
  142. if key == "z" then
  143. local at = Instance.new("Part", workspace)
  144. at.Size = Vector3.new(5, 1, 5)
  145. at.Transparency = 1
  146. local dec = Instance.new("Decal", at)
  147. at.CanCollide = false
  148. at.Anchored = false
  149. dec.Texture = "http://www.roblox.com/asset/?id=464093672"
  150. dec.Face = "Top"
  151. local efx = glowz:Clone()
  152. efx.Parent = at
  153. local v = Instance.new("BodyVelocity", at)
  154. v.Velocity = char.Torso.CFrame.lookVector * 90
  155. v.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  156. at.Position = char.Torso.Position
  157. at.Touched:connect(function(hit)
  158. if hit.Parent.Name ~= player.Name then
  159. if hit.Parent:FindFirstChild("Humanoid") ~= nil then
  160. at.Anchored = true
  161. at.Orientation = Vector3.new(math.random(0, 360), math.random(0, 360), math.random(0, 360))
  162. hit.Parent.Humanoid.Health = 0
  163. at:FindFirstChildOfClass("BodyVelocity"):remove()
  164. for i = 1, 10 do
  165. at.Size = Vector3.new(i * 5, i * 5, i * 5)
  166. dec.Transparency = i / 10
  167. wait(0.001)
  168. end
  169. at:remove()
  170. end
  171. end
  172. end)
  173. end
  174. if key == "x" then
  175. local at = Instance.new("Part", workspace)
  176. at.Size = Vector3.new(200, 1, 200)
  177. at.Transparency = 1
  178. at.Position = Vector3.new(char.Torso.Position.X, char.Torso.Position.Y - 3, char.Torso.Position.Z)
  179. local dec = Instance.new("Decal", at)
  180. at.CanCollide = false
  181. at.Anchored = true
  182. dec.Texture = "http://www.roblox.com/asset/?id=464093672"
  183. dec.Face = "Top"
  184. local efx = glowz:Clone()
  185. efx.Parent = at
  186. local donut = Instance.new("Part", workspace)
  187. donut.BrickColor = BrickColor.new("Really red")
  188. donut.CanCollide = false
  189. donut.Anchored = true
  190. donut.Orientation = Vector3.new(90, 0, 0)
  191. local ds = Instance.new("SpecialMesh", donut)
  192. ds.MeshId = "rbxassetid://3270017"
  193. ds.Scale = Vector3.new(1, 1, 1)
  194. donut.Position = at.Position
  195. donut.Anchored = true
  196. for i = 1, 10 do
  197. donut.Size = Vector3.new(i*20, i*20, i*20)
  198. ds.Scale = donut.Size
  199. wait(0.001)
  200. end
  201. for i = 1, 10 do
  202. donut.Position = Vector3.new(char.Torso.Position.X, char.Torso.Position.Y + i * 20, char.Torso.Position.Z)
  203. wait(0.001)
  204. end
  205. wait(1)
  206. local ex = Instance.new("Part", workspace)
  207. ex.Shape = "Cylinder"
  208. ex.CanCollide = false
  209. ex.Orientation = Vector3.new(0, 0, 90)
  210. ex.Material = Enum.Material.Neon
  211. ex.Color = Color3.new(0, 0, 0)
  212. ex.Position = at.Position
  213. ex.Anchored = true
  214. local parti = glowz:Clone()
  215. parti.Parent = ex
  216. local touch = ex:GetTouchingParts()
  217. for i = 1, 10 do
  218. ex.Size = Vector3.new(200, 200, i * 20)
  219. ex.Position = Vector3.new(char.Torso.Position.X, char.Torso.Position.Y + i * 10, char.Torso.Position.Z)
  220. wait(0.001)
  221. end
  222. local bel = Instance.new("BodyVelocity", ex)
  223. bel.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  224. ex.Anchored = false
  225. ex.Touched:connect(function(hit)
  226. print(hit.Name)
  227. if hit.Parent:FindFirstChild("Humanoid") ~= nil then
  228. if hit.Parent.name ~= player.Name then
  229. hit.Parent.Humanoid.Health = 0
  230. end
  231. end
  232. end)
  233. wait(5)
  234. donut.Anchored = true
  235. for i = 1, 10 do
  236. donut.Transparency = i / 10
  237. ex.Transparency = i / 10
  238. dec.Transparency = 1 / 10
  239. wait(0.001)
  240. end
  241. donut:remove()
  242. ex:remove()
  243. at:remove()
  244. end
  245. if key == "c" then
  246. local at = Instance.new("Part", workspace)
  247. at.Material = Enum.Material.Neon
  248. at.Size = Vector3.new(5, 5, 5)
  249. at.Shape = "Ball"
  250. at.CanCollide = false
  251. at.Anchored = false
  252. at.BrickColor = BrickColor.new("Really red")
  253. local v = Instance.new("BodyVelocity", at)
  254. v.Velocity = char.Torso.CFrame.lookVector * 90
  255. v.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  256. at.Position = char.Torso.Position
  257. local boom = Instance.new("Part", at)
  258. local ds = Instance.new("SpecialMesh", boom)
  259. ds.MeshId = "rbxassetid://3270017"
  260. boom.Orientation = char.Torso.Orientation
  261. boom.Color = Color3.new(0, 0, 0)
  262. wait(0.01)
  263. boom.Position = at.Position
  264. boom.CanCollide = false
  265. boom.Anchored = true
  266. local efx = glowz:Clone()
  267. efx.Parent = at
  268. at.Touched:connect(function(hit)
  269. if hit.Parent:FindFirstChild("Humanoid") ~= nil then
  270. if hit.Parent.Name ~= player.Name then
  271. hit.Parent.Humanoid.Health = 0
  272. end
  273. end
  274. end)
  275. while true do
  276. boom.Position = at.Position
  277. boom.Transparency = 0
  278. for i = 1, 10 do
  279. boom.Size = Vector3.new(i, i, i)
  280. ds.Scale = boom.Size
  281. boom.Transparency = i / 10
  282. wait(0.001)
  283. end
  284. wait(0.01)
  285. end
  286. end
  287. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement