Advertisement
KHSora455

SSJ2

Feb 16th, 2015
589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. jun = game.Players.Sora295
  2. Stuff = false
  3. function ssj()
  4. jun.Character.Humanoid.WalkSpeed=32
  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 red")
  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,0.15,0.25)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  28. Mesh = Instance.new("SpecialMesh")
  29. Mesh.Parent = Hair22
  30. Mesh.MeshId = "http://www.roblox.com/asset/?id=76056263" --- Dark Blue Light Hair
  31. Mesh.TextureId = "http://www.roblox.com/asset/?id=21178113"
  32. Mesh.Scale = Vector3.new(1.1,1.1,1.1)
  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 red")
  42. Hair4.CFrame = jun.Character.Torso.CFrame
  43. Hair4.Size = Vector3.new(3, 3, 3)
  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,0.35,0.10)
  49. Mesh = Instance.new("SpecialMesh")
  50. Mesh.Parent = Hair4
  51. Mesh.MeshId = "http://www.roblox.com/asset/?id=62246019" --- Auburn Scene Hair
  52. Mesh.TextureId = "http://www.roblox.com/asset/?id=21178113"
  53. Mesh.Scale = Vector3.new(1,1,1)
  54. Mesh.MeshType = "FileMesh"
  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("Really red")
  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. Effect:Remove()
  81.  
  82. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth*1.5
  83. wait(0.3)
  84. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health*1.5
  85. end
  86. end
  87. function nossj()
  88. jun.Character.Humanoid.WalkSpeed=16
  89. if Stuff == true then
  90. Stuff = false
  91.  
  92. p = Instance.new("Part")
  93. p.Parent = jun.Character
  94. p.Anchored = true
  95. p.CanCollide = false
  96. p.Transparency = 0.1
  97. p.formFactor = "Symmetric"
  98. p.Size = Vector3.new(22, 22, 22)
  99. p.TopSurface = "Smooth"
  100. p.BottomSurface = "Smooth"
  101. p.Name = "Sharingan"
  102. p.Shape = "Ball"
  103. p.CFrame = jun.Character.Torso.CFrame
  104. p.BrickColor = BrickColor.new("Really red")
  105. for i = 1 , 10 do
  106. wait(0.05)
  107. p.Size = p.Size + Vector3.new(-4, -4, -4)
  108. p.Transparency = p.Transparency + 0.1
  109. p.CFrame = jun.Character.Torso.CFrame
  110. end
  111. p:Remove()
  112. for u, c in pairs (jun.Character:GetChildren()) do
  113. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  114. c.Handle.Transparency = 0
  115. end
  116. if c.Name == "Hair" then
  117. c:Remove()
  118. end
  119. end
  120. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health/1.5
  121. wait(0.3)
  122. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth/1.5
  123. end
  124. end
  125. jun.Chatted:connect(function(Msg)
  126. msg = Msg:lower()
  127. if string.sub(msg, 1, 13) == "super saiyan 2" then
  128. wait(0.1)
  129. ssj()
  130. end
  131. if string.sub(msg, 1, 6) == "ready" then
  132. wait(0.1)
  133. ssj()
  134. end
  135. if string.sub(msg, 1, 4) == "off" then
  136. wait(0.1)
  137. nossj()
  138. end
  139. end)
  140. function OnDeath()
  141. wait()
  142. nossj()
  143. end
  144. jun.Character.Humanoid.Died:connect(OnDeath)
  145. jun = game.Players.Sora295
  146. Stuff = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement