Advertisement
Guest User

Untitled

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