Advertisement
Gokussjg

Untitled

Apr 20th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. jun = script.Parent.Parent
  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, -1.2, 4)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  28. Mesh = Instance.new("SpecialMesh")
  29. Mesh.Parent = Hair22
  30. Mesh.MeshId = "http://www.roblox.com/asset/?id=19367744"
  31. Mesh.Scale = Vector3.new(4, 4, 4)
  32. Hair4 = Instance.new("Part")
  33. Hair4.Parent = jun.Character
  34. Hair4.Name = "Hair"
  35. Hair4.CanCollide = false
  36. Hair4.Locked = true
  37. Hair4.TopSurface = "Smooth"
  38. Hair4.BottomSurface = "Smooth"
  39. Hair4.formFactor = "Symmetric"
  40. Hair4.BrickColor = BrickColor.new("Really black")
  41. Hair4.CFrame = jun.Character.Torso.CFrame
  42. Hair4.Size = Vector3.new(1, 1, 1)
  43. Weld = Instance.new("Weld")
  44. Weld.Parent = jun.Character.Head
  45. Weld.Part0 = jun.Character.Head
  46. Weld.Part1 = Hair4
  47. Weld.C0 = CFrame.new(0, 0, 0)
  48. Mesh = Instance.new("SpecialMesh")
  49. Mesh.Parent = Hair4
  50. Mesh.Scale = Vector3.new(1.05, 1.05, 1.05)
  51. Mesh.MeshType = "FileMesh"
  52. Mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  53. Mesh.TextureId = ""
  54. Effect = Instance.new("Part")
  55. Effect.Parent = jun.Character
  56. Effect.Anchored = true
  57. Effect.CanCollide = false
  58. Effect.Size = Vector3.new(1, 1, 1)
  59. Effect.formFactor = "Symmetric"
  60. Effect.Transparency = 0.5
  61. Effect.BrickColor = BrickColor.new("Really red")
  62. Effect.TopSurface = "Smooth"
  63. Effect.BottomSurface = "Smooth"
  64. EffectMesh = Instance.new("CylinderMesh")
  65. EffectMesh.Parent = Effect
  66. EffectMesh.Scale = Vector3.new(1, 1500, 1)
  67. --[[ex = Instance.new("Explosion")
  68. ex.Position = jun.Character.Torso.Position
  69. ex.BlastPressure = 0
  70. ex.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, 0, 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 = 12
  84. pie.Color = BrickColor.new("Black").Color
  85. pie.SecondaryColor = BrickColor.new("Bright red").Color
  86. pie.SecindarySize = 11
  87. end
  88. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth*1.5
  89. wait(0.3)
  90. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health*1.5
  91. end
  92. end
  93. function nossj()
  94. if Stuff == true then
  95. Stuff = false
  96. if jun.Character.Torso:findFirstChild("PwnFire") ~= nil then
  97. jun.Character.Torso:findFirstChild("PwnFire"):Remove()
  98. end
  99. p = Instance.new("Part")
  100. p.Parent = jun.Character
  101. p.Anchored = true
  102. p.CanCollide = false
  103. p.Transparency = 0.1
  104. p.formFactor = "Symmetric"
  105. p.Size = Vector3.new(22, 22, 22)
  106. p.TopSurface = "Smooth"
  107. p.BottomSurface = "Smooth"
  108. p.Name = "Sharingan"
  109. p.Shape = "Ball"
  110. p.CFrame = jun.Character.Torso.CFrame
  111. p.BrickColor = BrickColor.new("Black","Black")
  112. for i = 1 , 10 do
  113. wait(0.05)
  114. p.Size = p.Size + Vector3.new(-4, -4, -4)
  115. p.Transparency = p.Transparency + 0.1
  116. p.CFrame = jun.Character.Torso.CFrame
  117. end
  118. p:Remove()
  119. for u, c in pairs (jun.Character:GetChildren()) do
  120. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  121. c.Handle.Transparency = 0
  122. end
  123. if c.Name == "Hair" then
  124. c:Remove()
  125. end
  126. end
  127. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health/1.5
  128. wait(0.3)
  129. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth/1.5
  130. end
  131. end
  132. jun.Chatted:connect(function(Msg)
  133. msg = Msg:lower()
  134. if string.sub(msg, 1, 7) == "demon" then
  135. wait(0.1)
  136. ssj()
  137. end
  138. if string.sub(msg, 1, 13) == "demon" then
  139. wait(0.1)
  140. ssj()
  141. end
  142. if string.sub(msg, 1, 6) == "demon" then
  143. wait(0.1)
  144. ssj()
  145. end
  146. if string.sub(msg, 1, 10) == "off" then
  147. wait(0.1)
  148. nossj()
  149. end
  150. if string.sub(msg, 1, 3) == "off" then
  151. wait(0.1)
  152. nossj()
  153. end
  154. end)
  155. function OnDeath()
  156. wait()
  157. nossj()
  158. end
  159. jun.Character.Humanoid.Died:connect(OnDeath)
  160. jun = script.Parent.Parent
  161. Stuff = false
  162. --mediafire---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement