Advertisement
zachcb123

Untitled

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