Advertisement
fartfart1555

MYSTIC MAYBE

Aug 18th, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 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 = 0
  10. end
  11. end
  12. Effect = Instance.new("Part")
  13. Effect.Parent = jun.Character
  14. Effect.Anchored = true
  15. Effect.CanCollide = false
  16. Effect.Size = Vector3.new(1, 1, 1)
  17. Effect.formFactor = "Symmetric"
  18. Effect.Transparency = 0.5
  19. Effect.BrickColor = BrickColor.new("Bright blue")
  20. Effect.TopSurface = "Smooth"
  21. Effect.BottomSurface = "Smooth"
  22. EffectMesh = Instance.new("SpecialMesh")
  23. EffectMesh.Parent = Effect
  24. EffectMesh.MeshType = "Sphere"
  25. EffectMesh.Scale = Vector3.new(10, 1500, 10)
  26. ex2 = Instance.new("Explosion")
  27. ex2.Position = jun.Character.Torso.Position
  28. ex2.BlastPressure = 0
  29. ex2.Parent = workspace
  30. jun.Character.Torso.CFrame = jun.Character.Torso.CFrame * CFrame.new(0, 0.1, 0)
  31. for i = 1 , 20 do
  32. Effect.CFrame = CFrame.new(jun.Character.Torso.Position)
  33. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(5, 0, 5)
  34. Effect.Transparency = Effect.Transparency + 0.025
  35. wait(0.06)
  36. end
  37. Effect:Remove()
  38. if jun.Character.Torso:findFirstChild("PwnFire") == nil then
  39. pie = Instance.new("Fire")
  40. pie.Name = "PwnFire"
  41. pie.Parent = jun.Character.Torso
  42. pie.Size = 9
  43. pie.Color = BrickColor.new("Bright blue").Color
  44. pie.SecondaryColor = BrickColor.new("White").Color
  45. pie.SecindarySize = 8
  46. end
  47. if jun.Character.Torso:findFirstChild("PwnSparkles") == nil then
  48. pie = Instance.new("Sparkles")
  49. pie.Name = "PwnSparkles"
  50. pie.Parent = jun.Character.Torso
  51. end
  52. jun.Character.Humanoid.MaxHealth = 2900000
  53. wait(0.3)
  54. end
  55. end
  56. function nossj()
  57. if Stuff == true then
  58. Stuff = false
  59. if jun.Character.Torso:findFirstChild("PwnFire") ~= nil then
  60. jun.Character.Torso:findFirstChild("PwnFire"):Remove()
  61. end
  62. if jun.Character.Torso:findFirstChild("PwnSparkles") ~= nil then
  63. jun.Character.Torso:findFirstChild("PwnSparkles"):Remove()
  64. end
  65. p = Instance.new("Part")
  66. p.Parent = jun.Character
  67. p.Anchored = true
  68. p.CanCollide = false
  69. p.Transparency = 0.1
  70. p.formFactor = "Symmetric"
  71. p.Size = Vector3.new(22, 22, 22)
  72. p.TopSurface = "Smooth"
  73. p.BottomSurface = "Smooth"
  74. p.Name = "Sharingan"
  75. p.Shape = "Ball"
  76. p.CFrame = jun.Character.Torso.CFrame
  77. p.BrickColor = BrickColor.new("Bright blue")
  78. for i = 1 , 10 do
  79. wait(0.05)
  80. p.Size = p.Size + Vector3.new(-4, -4, -4)
  81. p.Transparency = p.Transparency + 0.1
  82. p.CFrame = jun.Character.Torso.CFrame
  83. end
  84. p:Remove()
  85. for u, c in pairs (jun.Character:GetChildren()) do
  86. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  87. c.Handle.Transparency = 0
  88. end
  89. if c.Name == "Hair" then
  90. c:Remove()
  91. end
  92. end
  93. wait(0.3)
  94. jun.Character.Humanoid.MaxHealth = 2750000
  95. end
  96. end
  97. jun.Chatted:connect(function(Msg)
  98. msg = Msg:lower()
  99. if string.sub(msg, 1, 7) == "mystic" then
  100. wait(0.1)
  101. ssj()
  102. end
  103. if string.sub(msg, 1, 13) == "unlockp" then
  104. wait(0.1)
  105. ssj()
  106. end
  107. if string.sub(msg, 1, 10) == "calm" then
  108. wait(0.1)
  109. nossj()
  110. end
  111. if string.sub(msg, 1, 3) == "off" then
  112. wait(0.1)
  113. nossj()
  114. end
  115. end)
  116. function OnDeath()
  117. wait()
  118. nossj()
  119. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement