Advertisement
imanoob10101001

Untitled

Jun 3rd, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --ssj Gifted by xXKai_ALT2, Regular Script!
  2.  
  3. jun = game.Players.esteban563_1
  4. Stuff = false--password
  5. function ssj()
  6. if Stuff == false then
  7. Stuff = true
  8. for u, c in pairs (jun.Character:GetChildren()) do
  9. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  10. c.Handle.Transparency = 1
  11. end
  12. end
  13. Hair22 = Instance.new("Part")
  14. Hair22.Parent = jun.Character
  15. Hair22.Name = "Hair"
  16. Hair22.formFactor = "Symmetric"
  17. Hair22.Size = Vector3.new(1, 1, 1)
  18. Hair22.CFrame = jun.Character.Head.CFrame
  19. Hair22:BreakJoints()
  20. Hair22.CanCollide = false
  21. Hair22.TopSurface = "Smooth"
  22. Hair22.BottomSurface = "Smooth"
  23. Hair22.BrickColor = BrickColor.new("Pink")
  24. Weld = Instance.new("Weld")
  25. Weld.Part0 = jun.Character.Head
  26. Weld.Part1 = Hair22
  27. Weld.Parent = jun.Character.Head
  28. Weld.C0 = CFrame.new(0, 0.26, 0.06)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  29. Mesh = Instance.new("SpecialMesh")
  30. Mesh.Parent = Hair22
  31. Mesh.MeshType = "Sphere"
  32. Mesh.Scale = Vector3.new(1.3, 1.3, 1.3)
  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("Pink")
  42. Hair4.CFrame = jun.Character.Torso.CFrame
  43. Hair4.Size = Vector3.new(1, 1, 1)
  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, 1, 0)
  49. Mesh = Instance.new("SpecialMesh")
  50. Mesh.Parent = Hair4
  51. Mesh.Scale = Vector3.new(1.15, 1.8, 1.26)
  52. Mesh.MeshType = "FileMesh"
  53. Mesh.MeshId = "http://www.roblox.com/asset/?id=12212520"
  54. Mesh.TextureId = ""
  55. Effect = Instance.new("Part")
  56. Effect.Parent = jun.Character
  57. Effect.Anchored = true
  58. Effect.CanCollide = false
  59. Effect.Size = Vector3.new(1, 1, 1)
  60. Effect.formFactor = "Symmetric"
  61. Effect.Transparency = 0.5
  62. Effect.BrickColor = BrickColor.new("Pink")
  63. Effect.TopSurface = "Smooth"
  64. Effect.BottomSurface = "Smooth"
  65. EffectMesh = Instance.new("CylinderMesh")
  66. EffectMesh.Parent = Effect
  67. EffectMesh.Scale = Vector3.new(1, 1500, 1)
  68. --[[ex = Instance.new("Explosion")
  69. ex.Position = jun.Character.Torso.Position
  70. ex.BlastPressure = 0
  71. ex.Parent = workspace]]
  72. jun.Character.Torso.CFrame = jun.Character.Torso.CFrame * CFrame.new(0, 0.1, 0)
  73. for i = 1 , 20 do
  74. Effect.CFrame = CFrame.new(jun.Character.Torso.Position)
  75. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(2, 0, 2)
  76. Effect.Transparency = Effect.Transparency + 0.025
  77. wait(0.06)
  78. end
  79.  
  80. pie.Color = BrickColor.new("Pink")
  81. end
  82. if jun.Character.Torso:findFirstChild("PwnSparkles") == nil then
  83. pie = Instance.new("Sparkles")
  84. pie.Name = "PwnSparkles"
  85. pie.Parent = jun.Character.Torso
  86. pie.Color = BrickColor.new("Pink")
  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. if jun.Character.Torso:findFirstChild("PwnSparkles") ~= nil then
  100. jun.Character.Torso:findFirstChild("PwnSparkles"):Remove()
  101. end
  102. p = Instance.new("Part")
  103. p.Parent = jun.Character
  104. p.Anchored = true
  105. p.CanCollide = false
  106. p.Transparency = 0.1
  107. p.formFactor = "Symmetric"
  108. p.Size = Vector3.new(22, 22, 22)
  109. p.TopSurface = "Smooth"
  110. p.BottomSurface = "Smooth"
  111. p.Name = "Sharingan"
  112. p.Shape = "Ball"
  113. p.CFrame = jun.Character.Torso.CFrame
  114. p.BrickColor = BrickColor.new("Pink")
  115. for i = 1 , 10 do
  116. wait(0.05)
  117. p.Size = p.Size + Vector3.new(-4, -4, -4)
  118. p.Transparency = p.Transparency + 0.1
  119. p.CFrame = jun.Character.Torso.CFrame
  120. end
  121. p:Remove()
  122. for u, c in pairs (jun.Character:GetChildren()) do
  123. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  124. c.Handle.Transparency = 0
  125. end
  126. if c.Name == "Hair" then
  127. c:Remove()
  128. end
  129. end
  130. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health/1.5
  131. wait(0.3)
  132. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth/1.5
  133. end
  134. end
  135. jun.Chatted:connect(function(Msg)
  136. msg = Msg:lower()
  137. if string.sub(msg, 1, 7) == "pwnage" then
  138. wait(0.1)
  139. ssj()
  140. end
  141. if string.sub(msg, 1, 13) == "SSJR" then
  142. wait(0.1)
  143. ssj()
  144. end
  145. if string.sub(msg, 1, 6) == "SSJR" then
  146. wait(0.1)
  147. ssj()
  148. end
  149. if string.sub(msg, 1, 10) == "pwnd" then
  150. wait(0.1)
  151. nossj()
  152. end
  153. if string.sub(msg, 1, 3) == "off" then
  154. wait(0.1)
  155. nossj()
  156. end
  157. end)
  158. function OnDeath()
  159. wait()
  160. nossj()
  161. end
  162. jun.Character.Humanoid.Died:connect(OnDeath)
  163. jun = game.Players.kakshiuchiha123
  164. Stuff = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement