Advertisement
kingkoolie

Untitled

Mar 29th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.22 KB | None | 0 0
  1. jun = game.Players.SuperiorSpringy
  2. Stuff = false
  3. --password
  4. function ssj()
  5. if Stuff == false then
  6. Stuff = true
  7.  
  8. Speed =1.1
  9.  
  10. for i = 0, 30, Speed do
  11. jun.Character.Torso.CFrame = CFrame.new(jun.Character.Torso.Position + Vector3.new(0,1,0))
  12. wait(.001)
  13. end
  14. jun.Character.Torso.Anchored = true
  15. wait(1)
  16.  
  17.  
  18. for i = 1,3 do
  19.  
  20. Effect2 = Instance.new("Part")
  21. Effect2.Parent = jun.Character
  22. Effect2.Anchored = true
  23. Effect2.CanCollide = false
  24. Effect2.Size = Vector3.new(1, 1, 1)
  25. Effect2.formFactor = "Symmetric"
  26. Effect2.Transparency = 0.5
  27. Effect2.BrickColor = BrickColor.new("Really blue")
  28. Effect2.TopSurface = "Smooth"
  29. Effect2.BottomSurface = "Smooth"
  30. EffectMesh2 = Instance.new("CylinderMesh")
  31. EffectMesh2.Parent = Effect2
  32. EffectMesh2.Scale = Vector3.new(1, 1500, 1)
  33. local wow = Instance.new("Part",workspace)
  34. wow.Anchored = true
  35. wow.CanCollide = false
  36. wow.Reflectance = 0.32
  37. wow.formFactor = "Custom"
  38. wow.Size = Vector3.new(12,12,12)
  39. wow.TopSurface = "Smooth"
  40. wow.Transparency = 0.5
  41. wow.BottomSurface = "Smooth"
  42. wow.CFrame = jun.Character.Torso.CFrame * CFrame.new(0,0,0)
  43. wow.BrickColor = BrickColor.new("Toothpaste")
  44. local wow2 = Instance.new("Part",workspace)
  45. wow2.Anchored = true
  46. wow2.CanCollide = false
  47. wow2.Reflectance = 0.32
  48. wow2.formFactor = "Custom"
  49. wow2.Size = Vector3.new(12,12,12)
  50. wow2.TopSurface = "Smooth"
  51. wow2.Transparency = 0.5
  52. wow2.BottomSurface = "Smooth"
  53. wow2.CFrame = jun.Character.Torso.CFrame * CFrame.new(0,0,0)
  54. wow2.BrickColor = BrickColor.new("Bright blue")
  55. local wow11 = Instance.new("Part",workspace)
  56. wow11.Anchored = true
  57. wow11.CanCollide = false
  58. wow11.Reflectance = 0.32
  59. wow11.formFactor = "Custom"
  60. wow11.Size = Vector3.new(12,12,12)
  61. wow11.TopSurface = "Smooth"
  62. wow11.Transparency = 0.5
  63. wow11.BottomSurface = "Smooth"
  64. wow11.CFrame = jun.Character.Torso.CFrame * CFrame.new(0,0,0)
  65. wow11.BrickColor = BrickColor.new("Toothpaste")
  66. local wow4 = Instance.new("Part",workspace)
  67. wow4.Anchored = true
  68. wow4.CanCollide = false
  69. wow4.Reflectance = 0.32
  70. wow4.formFactor = "Custom"
  71. wow4.Size = Vector3.new(12,12,12)
  72. wow4.TopSurface = "Smooth"
  73. wow4.Transparency = 0.5
  74. wow4.BottomSurface = "Smooth"
  75. wow4.CFrame = jun.Character.Torso.CFrame * CFrame.new(0,0,0)
  76. wow4.BrickColor = BrickColor.new("Bright blue")
  77. --[[ex = Instance.new("Explosion")
  78. ex.Position = jun.Character.Torso.Position
  79. ex.BlastPressure = 0
  80. ex.Parent = workspace]]
  81. jun.Character.Torso.CFrame = jun.Character.Torso.CFrame * CFrame.new(0, 0.1, 0)
  82.  
  83. for i = 1 , 20 do
  84. Effect2.CFrame = CFrame.new(jun.Character.Torso.Position)
  85. EffectMesh2.Scale = EffectMesh2.Scale + Vector3.new(2, 2, 2)
  86. Effect2.Transparency = Effect2.Transparency + 0.025
  87. wow11.CFrame = wow11.CFrame * CFrame.fromEulerAnglesXYZ(6,6,6)
  88. wow4.CFrame = wow4.CFrame * CFrame.fromEulerAnglesXYZ(-6,-6,-6)
  89. wow2.CFrame = wow2.CFrame * CFrame.fromEulerAnglesXYZ(-3,2,6)
  90. wow.CFrame = wow.CFrame * CFrame.fromEulerAnglesXYZ(5,1,-6)
  91. wait(0.06)
  92. end
  93.  
  94. Effect2:remove()
  95. wow:remove()
  96. wow2:remove()
  97. wow4:remove()
  98. wow11:remove()
  99. end
  100.  
  101. Effect = Instance.new("Part")
  102. Effect.Parent = jun.Character
  103. Effect.Anchored = true
  104. Effect.CanCollide = false
  105. Effect.CFrame = Effect.CFrame
  106. Effect.Size = Vector3.new(1, 1, 1)
  107. Effect.formFactor = "Custom"
  108. Effect.Transparency = 0.5
  109. Effect.BrickColor = BrickColor.new("Bright red")
  110. Effect.TopSurface = "Smooth"
  111. Effect.BottomSurface = "Smooth"
  112. EffectMesh = Instance.new("SpecialMesh")
  113. EffectMesh.Parent = Effect
  114. EffectMesh.MeshType = "FileMesh"
  115. EffectMesh.MeshId = "http://www.roblox.com/asset/?id=9982590"
  116. EffectMesh.Scale = Vector3.new(1,1,1)
  117. --[[ex = Instance.new("Explosion")
  118. ex.Position = jun.Character.Torso.Position
  119. ex.BlastPressure = 0
  120. ex.Parent = workspace]]
  121. jun.Character.Torso.CFrame = jun.Character.Torso.CFrame * CFrame.new(0, 0.1, 0)
  122. for i = 1 , 20 do
  123. Effect.CFrame = CFrame.new(jun.Character.Torso.Position)*CFrame.fromEulerAnglesXYZ(89.54347, 0, 0)
  124. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(-2, -2, -2)
  125. Effect.Transparency = Effect.Transparency + 0.025
  126. wait(0.06)
  127. end
  128. Effect:Remove()
  129.  
  130. for u, c in pairs (jun.Character:GetChildren()) do
  131. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  132. c.Handle.Transparency = 1
  133. end
  134. end
  135. Hair4 = Instance.new("Part")
  136. Hair4.Parent = jun.Character
  137. Hair4.Name = "Hair"
  138. Hair4.CanCollide = false
  139. Hair4.Locked = true
  140. Hair4.TopSurface = "Smooth"
  141. Hair4.BottomSurface = "Smooth"
  142. Hair4.formFactor = "Symmetric"
  143. Hair4.BrickColor = BrickColor.new("Bright yellow")
  144. Hair4.CFrame = jun.Character.Torso.CFrame + Vector3.new(0,0,-.2)
  145. Hair4.Size = Vector3.new(1, 1, 1)
  146. Weld = Instance.new("Weld")
  147. Weld.Parent = jun.Character.Head
  148. Weld.Part0 = jun.Character.Head
  149. Weld.Part1 = Hair4
  150. Weld.C0 = CFrame.new(0, .7, .2)
  151. Mesh = Instance.new("SpecialMesh")
  152. Mesh.Parent = Hair4
  153. Mesh.Scale = Vector3.new(1.15, 1.5, 1.20)
  154. Mesh.MeshType = "FileMesh"
  155. Mesh.MeshId = "http://www.roblox.com/asset/?id=145283773"
  156. Mesh.TextureId = "http://www.roblox.com/asset/?id=148563926"
  157. jun.Character.Torso.Anchored = false
  158.  
  159. if jun.Character.Torso:findFirstChild("PwnFire") == nil then
  160. pie = Instance.new("Fire")
  161. pie.Name = "PwnFire"
  162. pie.Parent = jun.Character.Torso
  163. pie.Size = 13
  164. pie.Color = Color3.new(255, 24, 12)
  165. end
  166. if jun.Character.Torso:findFirstChild("PwnSparkles") == nil then
  167. pie = Instance.new("Sparkles")
  168. pie.Name = "PwnSparkles"
  169. pie.Parent = jun.Character.Torso
  170. pie.SparkleColor = Color3.new(255, 0, 8)
  171. end
  172. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth*1.5
  173. wait(0.3)
  174. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health*1.5
  175. end
  176. end
  177. function nossj()
  178. if Stuff == true then
  179. Stuff = false
  180. if jun.Character.Torso:findFirstChild("PwnFire") ~= nil then
  181. jun.Character.Torso:findFirstChild("PwnFire"):Remove()
  182. end
  183. if jun.Character.Torso:findFirstChild("PwnSparkles") ~= nil then
  184. jun.Character.Torso:findFirstChild("PwnSparkles"):Remove()
  185. end
  186. p = Instance.new("Part")
  187. p.Parent = jun.Character
  188. p.Anchored = true
  189. p.CanCollide = false
  190. p.Transparency = 0.1
  191. p.formFactor = "Symmetric"
  192. p.Size = Vector3.new(22, 22, 22)
  193. p.TopSurface = "Smooth"
  194. p.BottomSurface = "Smooth"
  195. p.Name = "Sharingan"
  196. p.Shape = "Ball"
  197. p.CFrame = jun.Character.Torso.CFrame
  198. p.BrickColor = BrickColor.new("Bright red")
  199. for i = 1 , 10 do
  200. wait(0.05)
  201. p.Size = p.Size + Vector3.new(-4, -4, -4)
  202. p.Transparency = p.Transparency + 0.1
  203. p.CFrame = jun.Character.Torso.CFrame
  204. end
  205. p:Remove()
  206. for u, c in pairs (jun.Character:GetChildren()) do
  207. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  208. c.Handle.Transparency = 0
  209. end
  210. if c.Name == "Hair" then
  211. c:Remove()
  212. end
  213. end
  214. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health/1.5
  215. wait(0.3)
  216. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth/1.5
  217. end
  218. end
  219. jun.Chatted:connect(function(Msg)
  220. msg = Msg:lower()
  221. if string.sub(msg, 1, 7) == "god" then
  222. wait(0.1)
  223. ssj()
  224. end
  225. if string.sub(msg, 1, 13) == "super saiyan god" then
  226. wait(0.1)
  227. ssj()
  228. end
  229. if string.sub(msg, 1, 6) == "ssjg" then
  230. wait(0.1)
  231. ssj()
  232. end
  233. if string.sub(msg, 1, 10) == "pwnd" then
  234. wait(0.1)
  235. nossj()
  236. end
  237. if string.sub(msg, 1, 3) == "off" then
  238. wait(0.1)
  239. nossj()
  240. end
  241. end)
  242. function OnDeath()
  243. wait()
  244. nossj()
  245. end
  246. jun.Character.Humanoid.Died:connect(OnDeath)
  247. jun = game.Players.SuperiorSpringy
  248. Stuff = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement