Advertisement
mikee112

wwww

Jun 14th, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1.  
  2. jun = game.Players.mikee112
  3. Stuff = false
  4. --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("Bright yellow")
  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("Bright yellow")
  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("Bright yellow")
  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. Effect:Remove()
  80. if jun.Character.Torso:findFirstChild("PwnFire") == nil then
  81. pie = Instance.new("Fire")
  82. pie.Name = "PwnFire"
  83. pie.Parent = jun.Character.Torso
  84. pie.Size = 13
  85. pie.Color = BrickColor.new("Bright yellow")
  86. end
  87. if jun.Character.Torso:findFirstChild("PwnSparkles") == nil then
  88. pie = Instance.new("Sparkles")
  89. pie.Name = "PwnSparkles"
  90. pie.Parent = jun.Character.Torso
  91. pie.Color = BrickColor.new("Bright yellow")
  92. end
  93. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth*1.5
  94. wait(0.3)
  95. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health*1.5
  96. end
  97. end
  98. function nossj()
  99. if Stuff == true then
  100. Stuff = false
  101. if jun.Character.Torso:findFirstChild("PwnFire") ~= nil then
  102. jun.Character.Torso:findFirstChild("PwnFire"):Remove()
  103. end
  104. if jun.Character.Torso:findFirstChild("PwnSparkles") ~= nil then
  105. jun.Character.Torso:findFirstChild("PwnSparkles"):Remove()
  106. end
  107. p = Instance.new("Part")
  108. p.Parent = jun.Character
  109. p.Anchored = true
  110. p.CanCollide = false
  111. p.Transparency = 0.1
  112. p.formFactor = "Symmetric"
  113. p.Size = Vector3.new(22, 22, 22)
  114. p.TopSurface = "Smooth"
  115. p.BottomSurface = "Smooth"
  116. p.Name = "Sharingan"
  117. p.Shape = "Ball"
  118. p.CFrame = jun.Character.Torso.CFrame
  119. p.BrickColor = BrickColor.new("Bright yellow")
  120. for i = 1 , 10 do
  121. wait(0.05)
  122. p.Size = p.Size + Vector3.new(-4, -4, -4)
  123. p.Transparency = p.Transparency + 0.1
  124. p.CFrame = jun.Character.Torso.CFrame
  125. end
  126. p:Remove()
  127. for u, c in pairs (jun.Character:GetChildren()) do
  128. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  129. c.Handle.Transparency = 0
  130. end
  131. if c.Name == "Hair" then
  132. c:Remove()
  133. end
  134. end
  135. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health/1.5
  136. wait(0.3)
  137. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth/1.5
  138. end
  139. end
  140. jun.Chatted:connect(function(Msg)
  141. msg = Msg:lower()
  142. if string.sub(msg, 1, 7) == "pwnage" then
  143. wait(0.1)
  144. ssj()
  145. end
  146. if string.sub(msg, 1, 13) == "super saiyan" then
  147. wait(0.1)
  148. ssj()
  149. end
  150. if string.sub(msg, 1, 6) == "ssj" then
  151. wait(0.1)
  152. ssj()
  153. end
  154. if string.sub(msg, 1, 10) == "pwnd" then
  155. wait(0.1)
  156. nossj()
  157. end
  158. if string.sub(msg, 1, 3) == "off" then
  159. wait(0.1)
  160. nossj()
  161. end
  162. end)
  163. function OnDeath()
  164. wait()
  165. nossj()
  166. end
  167. jun.Character.Humanoid.Died:connect(OnDeath)
  168. jun = game.Players.NAME
  169. Stuff = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement