kingkoolie

Untitled

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