SHOW:
|
|
- or go back to the newest paste.
| 1 | jun = game.Players.LocalPlayer | |
| 2 | Stuff = false | |
| 3 | ||
| 4 | function Chat(msg) | |
| 5 | game:service("Chat"):Chat(jun.Character.Head,msg,Enum.ChatColor.Red)
| |
| 6 | end | |
| 7 | ||
| 8 | function ssj() | |
| 9 | if Stuff == false then | |
| 10 | Stuff = true | |
| 11 | ||
| 12 | Chat("YOU MONSTER!")
| |
| 13 | jun.Character.Humanoid.WalkSpeed = 0 | |
| 14 | Effect1 = Instance.new("Part",jun.Character)
| |
| 15 | Effect1.Anchored = true | |
| 16 | Effect1.CanCollide = false | |
| 17 | Effect1.Shape = "Ball" | |
| 18 | Effect1.CFrame = jun.Character.Torso.CFrame | |
| 19 | Effect1.BrickColor = BrickColor.new("New Yeller")
| |
| 20 | Effect1.Size = Vector3.new(9,7,7) | |
| 21 | Effect1.TopSurface = "Smooth" | |
| 22 | Effect1.BottomSurface = "Smooth" | |
| 23 | ||
| 24 | ||
| 25 | for i = 1, 5 do | |
| 26 | wait(.5) | |
| 27 | Effect1.Transparency = Effect1.Transparency + .2 | |
| 28 | end | |
| 29 | Effect1:Destroy() | |
| 30 | ||
| 31 | jun.Character.Humanoid.WalkSpeed = 20 | |
| 32 | Chat("YOU WILL PAY FOR THIS!")
| |
| 33 | ||
| 34 | p = Instance.new("Part")
| |
| 35 | p.Parent = jun.Character | |
| 36 | p.Anchored = true | |
| 37 | p.CanCollide = false | |
| 38 | p.Transparency = 0.15 | |
| 39 | p.formFactor = "Symmetric" | |
| 40 | p.Size = Vector3.new(0, 0, 0) | |
| 41 | p.TopSurface = "Smooth" | |
| 42 | p.BottomSurface = "Smooth" | |
| 43 | p.Name = "Sharingan" | |
| 44 | p.Shape = "Ball" | |
| 45 | p.CFrame = jun.Character.Torso.CFrame | |
| 46 | p.BrickColor = BrickColor.new("New Yeller")
| |
| 47 | for i = 1 , 10 do | |
| 48 | wait(0.07) | |
| 49 | p.Size = p.Size + Vector3.new(4, 4, 4) | |
| 50 | p.Transparency = p.Transparency + 0.1 | |
| 51 | p.CFrame = jun.Character.Torso.CFrame | |
| 52 | end | |
| 53 | p:Destroy() | |
| 54 | ||
| 55 | ||
| 56 | Effect = Instance.new("Part")
| |
| 57 | Effect.Parent = jun.Character | |
| 58 | Effect.Anchored = true | |
| 59 | Effect.CanCollide = false | |
| 60 | Effect.Size = Vector3.new(1, 1, 1) | |
| 61 | Effect.formFactor = "Symmetric" | |
| 62 | Effect.Transparency = 0.5 | |
| 63 | Effect.BrickColor = BrickColor.new("Bright yellow")
| |
| 64 | Effect.TopSurface = "Smooth" | |
| 65 | Effect.BottomSurface = "Smooth" | |
| 66 | EffectMesh = Instance.new("CylinderMesh")
| |
| 67 | EffectMesh.Parent = Effect | |
| 68 | EffectMesh.Scale = Vector3.new(1, 1500, 1) | |
| 69 | ||
| 70 | for _,c in pairs (jun.Character:GetChildren()) do | |
| 71 | if c.className == "Hat" then | |
| 72 | c.Handle.Transparency = 1 | |
| 73 | end | |
| 74 | end | |
| 75 | ||
| 76 | Hair22 = Instance.new("Part")
| |
| 77 | ||
| 78 | Hair22.Parent = jun.Character | |
| 79 | Hair22.Name = "Hair" | |
| 80 | Hair22.formFactor = "Symmetric" | |
| 81 | Hair22.Size = Vector3.new(1, 1, 1) | |
| 82 | Hair22.CFrame = jun.Character.Head.CFrame | |
| 83 | Hair22:BreakJoints() | |
| 84 | Hair22.CanCollide = false | |
| 85 | Hair22.TopSurface = "Smooth" | |
| 86 | Hair22.BottomSurface = "Smooth" | |
| 87 | Hair22.BrickColor = BrickColor.new("New Yeller")
| |
| 88 | Hair22.Transparency = 1 | |
| 89 | ||
| 90 | Weld = Instance.new("Weld")
| |
| 91 | Weld.Part0 = jun.Character.Head | |
| 92 | Weld.Part1 = Hair22 | |
| 93 | Weld.Parent = jun.Character.Head | |
| 94 | Weld.C0 = CFrame.new(0, 0.26, 0.06)*CFrame.fromEulerAnglesXYZ(0, 0, 0) | |
| 95 | ||
| 96 | Mesh = Instance.new("SpecialMesh")
| |
| 97 | Mesh.Parent = Hair22 | |
| 98 | Mesh.MeshType = "Sphere" | |
| 99 | Mesh.Scale = Vector3.new(1.3, 1.3, 1.3) | |
| 100 | ||
| 101 | Hair4 = Instance.new("Part")
| |
| 102 | Hair4.Parent = jun.Character | |
| 103 | Hair4.Name = "Hair" | |
| 104 | Hair4.CanCollide = false | |
| 105 | Hair4.Locked = true | |
| 106 | Hair4.TopSurface = "Smooth" | |
| 107 | Hair4.BottomSurface = "Smooth" | |
| 108 | Hair4.formFactor = "Symmetric" | |
| 109 | Hair4.BrickColor = BrickColor.new("New Yeller")
| |
| 110 | Hair4.CFrame = jun.Character.Torso.CFrame | |
| 111 | Hair4.Size = Vector3.new(1, 1, 1) | |
| 112 | Hair4.Transparency = 1 | |
| 113 | ||
| 114 | Weld = Instance.new("Weld")
| |
| 115 | Weld.Parent = jun.Character.Head | |
| 116 | Weld.Part0 = jun.Character.Head | |
| 117 | Weld.Part1 = Hair4 | |
| 118 | Weld.C0 = CFrame.new(0, 1, 0) | |
| 119 | ||
| 120 | Mesh = Instance.new("SpecialMesh")
| |
| 121 | Mesh.Parent = Hair4 | |
| 122 | Mesh.Scale = Vector3.new(1.15, 1.8, 1.26) | |
| 123 | Mesh.MeshType = "FileMesh" | |
| 124 | Mesh.MeshId = "http://www.roblox.com/asset/?id=12212520" | |
| 125 | Mesh.TextureId = "" | |
| 126 | ||
| 127 | jun.Character.Torso.CFrame = jun.Character.Torso.CFrame * CFrame.new(0, 0.1, 0) | |
| 128 | ||
| 129 | for i = 1 , 20 do | |
| 130 | Effect.CFrame = CFrame.new(jun.Character.Torso.Position) | |
| 131 | EffectMesh.Scale = EffectMesh.Scale + Vector3.new(2, 0, 2) | |
| 132 | Effect.Transparency = Effect.Transparency + 0.025 | |
| 133 | wait(0.06) | |
| 134 | end | |
| 135 | Effect:Remove() | |
| 136 | ||
| 137 | for i = 1, 6 do | |
| 138 | Hair22.Transparency = Hair22.Transparency - .2 | |
| 139 | Hair4.Transparency = Hair4.Transparency - .2 | |
| 140 | wait(.5) | |
| 141 | end | |
| 142 | if jun.Character.Torso:findFirstChild("PwnFire") == nil then
| |
| 143 | pie = Instance.new("Fire")
| |
| 144 | pie.Name = "PwnFire" | |
| 145 | pie.Parent = jun.Character.Torso | |
| 146 | pie.Size = 9 | |
| 147 | pie.Heat = 50 | |
| 148 | pie.Color = BrickColor.new("Bright yellow")
| |
| 149 | end | |
| 150 | ||
| 151 | jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth*1.15 | |
| 152 | wait() | |
| 153 | jun.Character.Humanoid.Health = jun.Character.Humanoid.MaxHealth | |
| 154 | end | |
| 155 | end | |
| 156 | ||
| 157 | function nossj() | |
| 158 | if Stuff == true then | |
| 159 | Stuff = false | |
| 160 | if jun.Character.Torso:findFirstChild("PwnFire") ~= nil then
| |
| 161 | jun.Character.Torso:findFirstChild("PwnFire"):Remove()
| |
| 162 | end | |
| 163 | p = Instance.new("Part")
| |
| 164 | p.Parent = jun.Character | |
| 165 | p.Anchored = true | |
| 166 | p.CanCollide = false | |
| 167 | p.Transparency = 0.1 | |
| 168 | p.formFactor = "Symmetric" | |
| 169 | p.Size = Vector3.new(22, 22, 22) | |
| 170 | p.TopSurface = "Smooth" | |
| 171 | p.BottomSurface = "Smooth" | |
| 172 | p.Name = "Sharingan" | |
| 173 | p.Shape = "Ball" | |
| 174 | p.CFrame = jun.Character.Torso.CFrame | |
| 175 | p.BrickColor = BrickColor.new("White")
| |
| 176 | for i = 1 , 10 do | |
| 177 | wait(0.05) | |
| 178 | p.Size = p.Size + Vector3.new(-4, -4, -4) | |
| 179 | p.Transparency = p.Transparency + 0.1 | |
| 180 | p.CFrame = jun.Character.Torso.CFrame | |
| 181 | end | |
| 182 | p:Remove() | |
| 183 | Chat("Pathetic")
| |
| 184 | for u, c in pairs (jun.Character:GetChildren()) do | |
| 185 | if c.className == "Hat" then | |
| 186 | c.Handle.Transparency = 0 | |
| 187 | end | |
| 188 | if c.Name == "Hair" then | |
| 189 | c:Remove() | |
| 190 | end | |
| 191 | end | |
| 192 | jun.Character.Humanoid.Health = jun.Character.Humanoid.Health/1.15 | |
| 193 | wait(.3) | |
| 194 | jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth/1.15 | |
| 195 | end | |
| 196 | end | |
| 197 | jun.Chatted:connect(function(Msg) | |
| 198 | msg = Msg:lower() | |
| 199 | if string.sub(msg, 1, 13) == "ssj" then | |
| 200 | wait(0.1) | |
| 201 | ssj() | |
| 202 | end | |
| 203 | if string.sub(msg, 1, 3) == "off" then | |
| 204 | wait(0.1) | |
| 205 | nossj() | |
| 206 | end | |
| 207 | end) |