Advertisement
Cartman366

Untitled

Aug 1st, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.38 KB | None | 0 0
  1. jun = script.Parent.Parent
  2. Stuff = false
  3. --password
  4. function ssj()
  5. if Stuff == false then
  6. Stuff = true
  7. for u, c in pairs (jun.Character:GetChildren()) do
  8. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  9. c.Handle.Transparency = 1
  10. end
  11. end
  12. Hair4 = Instance.new("Part")
  13. Hair4.Parent = jun.Character
  14. Hair4.Name = "Hair"
  15. Hair4.CanCollide = false
  16. Hair4.Locked = true
  17. Hair4.TopSurface = "Smooth"
  18. Hair4.BottomSurface = "Smooth"
  19. Hair4.formFactor = "Symmetric"
  20. Hair4.BrickColor = BrickColor.new("Institutional white")
  21. Hair4.CFrame = jun.Character.Torso.CFrame
  22. Hair4.Size = Vector3.new(1, 1, 1)
  23. Weld = Instance.new("Weld")
  24. Weld.Parent = jun.Character.Head
  25. Weld.Part0 = jun.Character.Head
  26. Weld.Part1 = Hair4
  27. Weld.C0 = CFrame.new(0, 0, 0)
  28. Mesh = Instance.new("SpecialMesh")
  29. Mesh.Parent = Hair4
  30. Mesh.Scale = Vector3.new(1.05, 1.05, 1.05)
  31. Mesh.MeshType = "FileMesh"
  32. Mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  33. Mesh.TextureId = ""
  34. Effect = Instance.new("Part")
  35. Effect.Parent = jun.Character
  36. Effect.Anchored = true
  37. Effect.CanCollide = false
  38. Effect.Size = Vector3.new(1, 1, 1)
  39. Effect.formFactor = "Symmetric"
  40. Effect.Transparency = 0.5
  41. Effect.BrickColor = BrickColor.new("Institutional white")
  42. Effect.TopSurface = "Smooth"
  43. Effect.BottomSurface = "Smooth"
  44. EffectMesh = Instance.new("CylinderMesh")
  45. EffectMesh.Parent = Effect
  46. EffectMesh.Scale = Vector3.new(1, 1500, 1)
  47. BlastRing = Instance.new("Part")
  48. BlastRing.Parent = game.Lighting
  49. BlastRing.Name = "Blast"
  50. BlastRing.formFactor = "Symmetric"
  51. BlastRing.Size = Vector3.new(1, 1, 1)
  52. BlastRing.CanCollide = false
  53. BlastRing.TopSurface = "Smooth"
  54. BlastRing.BottomSurface = "Smooth"
  55. BlastRing.BrickColor = BrickColor.new("Institutional white")
  56. BlastRing.Reflectance = 0
  57. BlastRing.Anchored = true
  58. Mesh2 = Instance.new("SpecialMesh")
  59. Mesh2.Parent = BlastRing
  60. Mesh2.MeshType = "FileMesh"
  61. Mesh2.MeshId = "http://www.roblox.com/asset/?id=20329976"
  62. Mesh2.Scale = Vector3.new(1, 5.8, 1)
  63. blastring2 = BlastRing:clone()
  64. blastring2.Parent = jun.Character
  65. blastring2.Position = jun.Character.Torso.Position
  66. blastring2.BrickColor = BrickColor.new("Institutional white")
  67. blastring2.Transparency = 0.3
  68. blastring2.Reflectance = 0
  69. jun.Character.Torso.CFrame = jun.Character.Torso.CFrame * CFrame.new(0, 0.0, 0)
  70. for i = 1 , 20 do
  71. Effect.CFrame = CFrame.new(jun.Character.Torso.Position)
  72. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(2, 0, 2)
  73. Effect.Transparency = Effect.Transparency + 0.025
  74. wait(0.000)
  75. end
  76. for i = 1 , 20 do
  77. Effect.CFrame = CFrame.new(jun.Character.Torso.Position)
  78. blastring2.CFrame = CFrame.new(jun.Character.Torso.Position) * CFrame.new(0, 0.5, -0.8)
  79. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(0.5, 0, 0.5)
  80. blastring2.Mesh.Scale = blastring2.Mesh.Scale + Vector3.new(0.7, 0, 0.7)
  81. wait(0.001)
  82. end
  83. for i = 1 , 20 do
  84. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(-0.5, 0, -0.5)
  85. blastring2.Mesh.Scale = blastring2.Mesh.Scale + Vector3.new(-0.7, 0, -0.7)
  86. wait(0.001)
  87. end
  88. blastring2.BrickColor = BrickColor.new("Institutional white")
  89. Effect.BrickColor = BrickColor.new("Institutional white")
  90. for i = 1 , 20 do
  91. blastring2.Mesh.Scale = blastring2.Mesh.Scale + Vector3.new(0.7, 0, 0.7)
  92. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(0.5, 0, 0.5)
  93. wait(0.001)
  94. end
  95. for i = 1 , 20 do
  96. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(-0.5, 0, -0.5)
  97. blastring2.Mesh.Scale = blastring2.Mesh.Scale + Vector3.new(-0.7, 0, -0.7)
  98. wait(0.001)
  99. end
  100. Effect:remove()
  101. blastring2:remove()
  102. lol = Instance.new("Explosion")
  103. lol.Parent = game.Workspace
  104. lol.Position = jun.Character.Torso.Position
  105. lol.BlastRadius = 10
  106. lol.BlastPressure = 0
  107. --[[ex = Instance.new("Explosion")
  108. ex.Position = jun.Character.Torso.Position
  109. ex.BlastPressure = 0
  110. ex.Parent = workspace]]
  111. jun.Character.Torso.CFrame = jun.Character.Torso.CFrame * CFrame.new(0, 0.1, 0)
  112. for i = 1 , 20 do
  113. Effect.CFrame = CFrame.new(jun.Character.Torso.Position)
  114. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(0.5, 0, 0.5)
  115. Effect.Transparency = Effect.Transparency + 0.01
  116. wait(0.05)
  117. end
  118. for i = 1 , 20 do
  119. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(-0.5, 0, -0.5)
  120. Effect.BrickColor = BrickColor.new("Institutional white")
  121. wait(0.05)
  122. end
  123. Effect:Remove()
  124. if jun.Character.Torso:findFirstChild("PwnFire") == nil then
  125. pie = Instance.new("Fire")
  126. pie.Name = "PwnFire"
  127. pie.Parent = jun.Character.Torso
  128. pie.Size = 5
  129. pie.Color = BrickColor.new("Institutional white").Color
  130. pie.SecondaryColor = BrickColor.new("Institutional white").Color
  131. pie.SecindarySize = 6
  132. end
  133. wait(0.3)
  134. jun.Character.Humanoid.MaxHealth = 500
  135. wait(0.3)
  136. jun.Character.Humanoid.Health = 500
  137. wait(0.3)
  138. jun.Character.Humanoid.Walkspeed = 50
  139. wait(0.3)
  140. end
  141. end
  142. function nossj()
  143. if Stuff == true then
  144. Stuff = false
  145. if jun.Character.Torso:findFirstChild("PwnFire") ~= nil then
  146. jun.Character.Torso:findFirstChild("PwnFire"):Remove()
  147. end
  148. p = Instance.new("Part")
  149. p.Parent = jun.Character
  150. p.Anchored = true
  151. p.CanCollide = false
  152. p.Transparency = 0.1
  153. p.formFactor = "Symmetric"
  154. p.Size = Vector3.new(22, 22, 22)
  155. p.TopSurface = "Smooth"
  156. p.BottomSurface = "Smooth"
  157. p.Name = "Sharingan"
  158. p.Shape = "Ball"
  159. p.CFrame = jun.Character.Torso.CFrame
  160. p.BrickColor = BrickColor.new("Institutional white","Institutional white")
  161. for i = 1 , 10 do
  162. wait(0.05)
  163. p.Size = p.Size + Vector3.new(-4, -4, -4)
  164. p.Transparency = p.Transparency + 0.1
  165. p.CFrame = jun.Character.Torso.CFrame
  166. end
  167. p:Remove()
  168. for u, c in pairs (jun.Character:GetChildren()) do
  169. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  170. c.Handle.Transparency = 0
  171. end
  172. if c.Name == "Hair" then
  173. c:Remove()
  174. end
  175. end
  176. jun.Character.Humanoid.MaxHealth = 500
  177. wait(0.3)
  178. end
  179. end
  180. jun.Chatted:connect(function(Msg)
  181. msg = Msg:lower()
  182. if string.sub(msg, 1, 7) == "Pontius" then
  183. wait(0.1)
  184. ssj()
  185. end
  186. if string.sub(msg, 1, 13) == "pontius" then
  187. wait(0.1)
  188. ssj()
  189. end
  190. if string.sub(msg, 1, 13) == "ponti" then
  191. wait(0.1)
  192. ssj()
  193. end
  194. if string.sub(msg, 1, 10) == "calm" then
  195. wait(0.1)
  196. nossj()
  197. end
  198. if string.sub(msg, 1, 3) == "off" then
  199. wait(0.1)
  200. nossj()
  201. end
  202. end)
  203. function OnDeath()
  204. wait()
  205. nossj()
  206. end
  207. jun.Character.Humanoid.Died:connect(OnDeath)
  208. jun = script.Parent.Parent
  209. Stuff = false
  210. --mediafire---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement