Advertisement
Guest User

df

a guest
Mar 28th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.93 KB | None | 0 0
  1.  
  2. jun = game.Players.SuperiorSpringy
  3. Stuff = false
  4. --password
  5. function ssj()
  6. if Stuff == false then
  7. Stuff = true
  8. for u, c in pairs (jun.Character:GetChildren()) do
  9. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  10. c.Handle.Transparency = 1
  11. end
  12. end
  13. Effect = Instance.new("Part")
  14. Effect.Parent = jun.Character
  15. Effect.Anchored = true
  16. Effect.CanCollide = false
  17. Effect.CFrame = Effect.CFrame * CFrame.Angles(45, math.pi, 45)
  18. Effect.Size = Vector3.new(1, 1, 1)
  19. Effect.formFactor = "Symmetric"
  20. Effect.Transparency = 0.5
  21. Effect.BrickColor = BrickColor.new("Bright yellow")
  22. Effect.TopSurface = "Smooth"
  23. Effect.BottomSurface = "Smooth"
  24. EffectMesh = Instance.new("SpecialMesh")
  25. EffectMesh.Parent = Effect
  26. EffectMesh.MeshType = "FileMesh"
  27. EffectMesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
  28. EffectMesh.Scale = Vector3.new(1, 1, 1)
  29. --[[ex = Instance.new("Explosion")
  30. ex.Position = jun.Character.Torso.Position
  31. ex.BlastPressure = 0
  32. ex.Parent = workspace]]
  33. jun.Character.Torso.CFrame = jun.Character.Torso.CFrame * CFrame.new(0, 0.1, 0)
  34. for i = 1 , 20 do
  35. Effect.CFrame = CFrame.new(jun.Character.Torso.Position)
  36. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(2, 2, 2)
  37. Effect.Transparency = Effect.Transparency + 0.025
  38. wait(0.06)
  39. end
  40. Effect:Remove()
  41. Hair22 = Instance.new("Part")
  42. Hair22.Parent = jun.Character
  43. Hair22.Name = "Hair"
  44. Hair22.formFactor = "Symmetric"
  45. Hair22.Size = Vector3.new(1, 1, 1)
  46. Hair22.CFrame = jun.Character.Head.CFrame
  47. Hair22:BreakJoints()
  48. Hair22.CanCollide = false
  49. Hair22.TopSurface = "Smooth"
  50. Hair22.BottomSurface = "Smooth"
  51. Hair22.BrickColor = BrickColor.new("Bright yellow")
  52. Weld = Instance.new("Weld")
  53. Weld.Part0 = jun.Character.Head
  54. Weld.Part1 = Hair22
  55. Weld.Parent = jun.Character.Head
  56. Weld.C0 = CFrame.new(0, 0.26, 0.06)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  57. Mesh = Instance.new("SpecialMesh")
  58. Mesh.Parent = Hair22
  59. Mesh.MeshType = "Sphere"
  60. Mesh.Scale = Vector3.new(1.3, 1.3, 1.3)
  61. Hair4 = Instance.new("Part")
  62. Hair4.Parent = jun.Character
  63. Hair4.Name = "Hair"
  64. Hair4.CanCollide = false
  65. Hair4.Locked = true
  66. Hair4.TopSurface = "Smooth"
  67. Hair4.BottomSurface = "Smooth"
  68. Hair4.formFactor = "Symmetric"
  69. Hair4.BrickColor = BrickColor.new("Bright yellow")
  70. Hair4.CFrame = jun.Character.Torso.CFrame
  71. Hair4.Size = Vector3.new(1, 1, 1)
  72. Weld = Instance.new("Weld")
  73. Weld.Parent = jun.Character.Head
  74. Weld.Part0 = jun.Character.Head
  75. Weld.Part1 = Hair4
  76. Weld.C0 = CFrame.new(0, 1, 0)
  77. Mesh = Instance.new("SpecialMesh")
  78. Mesh.Parent = Hair4
  79. Mesh.Scale = Vector3.new(1.15, 1.8, 1.26)
  80. Mesh.MeshType = "FileMesh"
  81. Mesh.MeshId = "http://www.roblox.com/asset/?id=12212520"
  82. Mesh.TextureId = ""
  83.  
  84. if jun.Character.Torso:findFirstChild("PwnFire") == nil then
  85. pie = Instance.new("Fire")
  86. pie.Name = "PwnFire"
  87. pie.Parent = jun.Character.Torso
  88. pie.Size = 13
  89. pie.Color = BrickColor.new("Bright yellow")
  90. end
  91. if jun.Character.Torso:findFirstChild("PwnSparkles") == nil then
  92. pie = Instance.new("Sparkles")
  93. pie.Name = "PwnSparkles"
  94. pie.Parent = jun.Character.Torso
  95. pie.Color = BrickColor.new("Bright yellow")
  96. end
  97. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth*1.5
  98. wait(0.3)
  99. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health*1.5
  100. end
  101. end
  102. function nossj()
  103. if Stuff == true then
  104. Stuff = false
  105. if jun.Character.Torso:findFirstChild("PwnFire") ~= nil then
  106. jun.Character.Torso:findFirstChild("PwnFire"):Remove()
  107. end
  108. if jun.Character.Torso:findFirstChild("PwnSparkles") ~= nil then
  109. jun.Character.Torso:findFirstChild("PwnSparkles"):Remove()
  110. end
  111. p = Instance.new("Part")
  112. p.Parent = jun.Character
  113. p.Anchored = true
  114. p.CanCollide = false
  115. p.Transparency = 0.1
  116. p.formFactor = "Symmetric"
  117. p.Size = Vector3.new(22, 22, 22)
  118. p.TopSurface = "Smooth"
  119. p.BottomSurface = "Smooth"
  120. p.Name = "Sharingan"
  121. p.Shape = "Ball"
  122. p.CFrame = jun.Character.Torso.CFrame
  123. p.BrickColor = BrickColor.new("Bright yellow")
  124. for i = 1 , 10 do
  125. wait(0.05)
  126. p.Size = p.Size + Vector3.new(-4, -4, -4)
  127. p.Transparency = p.Transparency + 0.1
  128. p.CFrame = jun.Character.Torso.CFrame
  129. end
  130. p:Remove()
  131. for u, c in pairs (jun.Character:GetChildren()) do
  132. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  133. c.Handle.Transparency = 0
  134. end
  135. if c.Name == "Hair" then
  136. c:Remove()
  137. end
  138. end
  139. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health/1.5
  140. wait(0.3)
  141. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth/1.5
  142. end
  143. end
  144. jun.Chatted:connect(function(Msg)
  145. msg = Msg:lower()
  146. if string.sub(msg, 1, 7) == "pwnage" then
  147. wait(0.1)
  148. ssj()
  149. end
  150. if string.sub(msg, 1, 13) == "super saiyan" then
  151. wait(0.1)
  152. ssj()
  153. end
  154. if string.sub(msg, 1, 6) == "ssj" then
  155. wait(0.1)
  156. ssj()
  157. end
  158. if string.sub(msg, 1, 10) == "pwnd" then
  159. wait(0.1)
  160. nossj()
  161. end
  162. if string.sub(msg, 1, 3) == "off" then
  163. wait(0.1)
  164. nossj()
  165. end
  166. end)
  167. function OnDeath()
  168. wait()
  169. nossj()
  170. end
  171. jun.Character.Humanoid.Died:connect(OnDeath)
  172. jun = game.Players.SuperiorSpringy
  173. Stuff = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement