Advertisement
Rblx__Scripts

Vanitas SSJ ROBLOX Script

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