Advertisement
DustyThomas

Super Saiyajin Rose (V1)

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