Advertisement
mikee112

lssj

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