SHOW:
|
|
- or go back to the newest paste.
| 1 | - | anim=Instance.new("Animation",workspace)(game.Workspace.Chatted)
|
| 1 | + | anim=Instance.new("Animation",workspace)(game.Workspace.hesston8)
|
| 2 | anim.AnimationId = "http://www.roblox.com/Asset?ID=293536378" | |
| 3 | jun = script.Parent.Parent | |
| 4 | Stuff = false | |
| 5 | local sp = script.Parent | |
| 6 | local s = Instance.new("Sound")
| |
| 7 | s.SoundId = "http://www.roblox.com/asset/?id=171199543" | |
| 8 | s.Volume = 3 | |
| 9 | s.Looped = true | |
| 10 | s.PlayOnRemove = false | |
| 11 | s.Parent = sp | |
| 12 | function ssj(ssjg) | |
| 13 | s:Play(true) | |
| 14 | game:GetService("Chat"):Chat(jun.Character.Head,"Begin!!")
| |
| 15 | delay(0,function() | |
| 16 | for loop = 1,50 do | |
| 17 | delay(0,function() | |
| 18 | local x = Instance.new("Part")
| |
| 19 | x.Size = Vector3.new(1,1,1) | |
| 20 | x.CanCollide = false | |
| 21 | x.Anchored = true | |
| 22 | x.CFrame = jun.Character.Torso.CFrame | |
| 23 | x.TopSurface = "Smooth" | |
| 24 | x.BottomSurface = "Smooth" | |
| 25 | x.BrickColor = BrickColor.new("Bright yellow")
| |
| 26 | x.Parent = game.Workspace | |
| 27 | game.Debris:AddItem(x, 4) | |
| 28 | ||
| 29 | local x2 = Instance.new("Part")
| |
| 30 | x2.Size = Vector3.new(1,1,1) | |
| 31 | x2.CanCollide = false | |
| 32 | x2.Anchored = true | |
| 33 | x2.CFrame = jun.Character.Torso.CFrame * CFrame.Angles(math.random(1, 3),math.random(1, 3),math.random(1, 3)) | |
| 34 | x2.TopSurface = "Smooth" | |
| 35 | x2.BottomSurface = "Smooth" | |
| 36 | x2.BrickColor = BrickColor.new("Bright yellow")
| |
| 37 | x2.Parent = game.Workspace | |
| 38 | game.Debris:AddItem(x2, 4) | |
| 39 | ||
| 40 | local m1 = Instance.new("SpecialMesh", x)
| |
| 41 | m1.MeshId = "http://www.roblox.com/Asset/?id=9982590" | |
| 42 | ||
| 43 | local m2 = Instance.new("CylinderMesh", x2)
| |
| 44 | m2.Scale = Vector3.new(1,50,1) | |
| 45 | ||
| 46 | delay(0,function() | |
| 47 | for loop = 1,100 do | |
| 48 | m1.Scale = m1.Scale + Vector3.new(0.2,0.2,0.2) | |
| 49 | m2.Scale = m2.Scale + Vector3.new(0,2,0) | |
| 50 | x.Transparency = x.Transparency + 0.05 | |
| 51 | x2.Transparency = x2.Transparency + 0.05 | |
| 52 | x.CFrame = x.CFrame * CFrame.Angles(1,1,1) | |
| 53 | wait() | |
| 54 | end | |
| 55 | end) | |
| 56 | end) | |
| 57 | wait(0.1) | |
| 58 | end | |
| 59 | for loop = 1,25 do | |
| 60 | delay(0,function() | |
| 61 | local x = Instance.new("Part")
| |
| 62 | x.Size = Vector3.new(1,1,1) | |
| 63 | x.CanCollide = false | |
| 64 | x.Anchored = true | |
| 65 | x.CFrame = jun.Character.Torso.CFrame | |
| 66 | x.TopSurface = "Smooth" | |
| 67 | x.BottomSurface = "Smooth" | |
| 68 | x.BrickColor = BrickColor.new("Bright red")
| |
| 69 | x.Parent = game.Workspace | |
| 70 | game.Debris:AddItem(x, 4) | |
| 71 | ||
| 72 | local x2 = Instance.new("Part")
| |
| 73 | x2.Size = Vector3.new(1,1,1) | |
| 74 | x2.CanCollide = false | |
| 75 | x2.Anchored = true | |
| 76 | x2.CFrame = jun.Character.Torso.CFrame * CFrame.Angles(math.random(1, 3),math.random(1, 3),math.random(1, 3)) | |
| 77 | x2.TopSurface = "Smooth" | |
| 78 | x2.BottomSurface = "Smooth" | |
| 79 | x2.BrickColor = BrickColor.new("Bright red")
| |
| 80 | x2.Parent = game.Workspace | |
| 81 | game.Debris:AddItem(x2, 4) | |
| 82 | ||
| 83 | local m1 = Instance.new("CylinderMesh", x)
| |
| 84 | m1.Scale = Vector3.new(5,150,5) | |
| 85 | ||
| 86 | local m2 = Instance.new("SpecialMesh", x2)
| |
| 87 | m2.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 88 | ||
| 89 | delay(0,function() | |
| 90 | for loop = 1,50 do | |
| 91 | m1.Scale = m1.Scale + Vector3.new(0.5,5,0.5) | |
| 92 | m2.Scale = m2.Scale + Vector3.new(2,2,2) | |
| 93 | x.Transparency = x.Transparency + 0.035 | |
| 94 | x2.Transparency = x2.Transparency + 0.05 | |
| 95 | wait() | |
| 96 | end | |
| 97 | end) | |
| 98 | end) | |
| 99 | wait(0.2) | |
| 100 | end | |
| 101 | end) | |
| 102 | if Stuff == false then | |
| 103 | Stuff = true | |
| 104 | for u, c in pairs (jun.Character:GetChildren()) do | |
| 105 | if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then | |
| 106 | c.Handle.Transparency = 1 | |
| 107 | end | |
| 108 | end | |
| 109 | local Hair4 = game.ReplicatedStorage.Goku:Clone() | |
| 110 | Hair4.Parent = jun.Character | |
| 111 | Hair4.Name = "Hair" | |
| 112 | Hair4.CanCollide = false | |
| 113 | Hair4.Locked = true | |
| 114 | Hair4.CFrame = jun.Character.Torso.CFrame | |
| 115 | local Weld = Instance.new("Weld")
| |
| 116 | Weld.Parent = jun.Character.Head | |
| 117 | Weld.Part0 = jun.Character.Head | |
| 118 | Weld.Part1 = Hair4 | |
| 119 | Weld.C0 = CFrame.new(0.16, .65, 0.15) * CFrame.Angles(0,math.pi,0) | |
| 120 | if jun.Character.Torso:findFirstChild("PwnFire") == nil then
| |
| 121 | local animTrack = jun.Character.Humanoid:LoadAnimation(anim) | |
| 122 | animTrack:Play() | |
| 123 | wait() | |
| 124 | local fr = game.lighting.ParticleEmitter2:clone() | |
| 125 | fr.Parent = jun.Character.Torso | |
| 126 | local cr = game.lighting.ParticleEmitter3:clone() | |
| 127 | cr.Parent = jun.Character.Torso | |
| 128 | local br = game.lighting.ParticleEmitter300:clone() | |
| 129 | br.Parent = jun.Character.Torso | |
| 130 | end | |
| 131 | jun.Character.Humanoid.MaxHealth = 1e+7 | |
| 132 | wait(0.3) | |
| 133 | jun.Character.Humanoid.Health = 1e+7 | |
| 134 | end | |
| 135 | end | |
| 136 | function nossj() | |
| 137 | if Stuff == true then | |
| 138 | Stuff = false | |
| 139 | if jun.Character.Torso:findFirstChild("ParticleEmitter300")~=nil then
| |
| 140 | jun.Character.Torso:findFirstChild("ParticleEmitter300"):Remove()
| |
| 141 | end | |
| 142 | if jun.Character.Torso:findFirstChild("ParticleEmitter2")~=nil then
| |
| 143 | jun.Character.Torso:findFirstChild("ParticleEmitter2"):Remove()
| |
| 144 | end | |
| 145 | if jun.Character.Torso:findFirstChild("ParticleEmitter3")~=nil then
| |
| 146 | jun.Character.Torso:findFirstChild("ParticleEmitter3"):Remove()
| |
| 147 | end | |
| 148 | game:GetService("Chat"):Chat(jun.Character.Head,"Ah",Enum.ChatColor.Green)
| |
| 149 | game:GetService("Chat"):Chat(jun.Character.Head,"So much power...!",Enum.ChatColor.Green)
| |
| 150 | local p = Instance.new("Part")
| |
| 151 | p.Parent = jun.Character | |
| 152 | p.Anchored = true | |
| 153 | p.CanCollide = false | |
| 154 | p.Transparency = 0.1 | |
| 155 | p.formFactor = "Symmetric" | |
| 156 | p.Size = Vector3.new(22, 22, 22) | |
| 157 | p.TopSurface = "Smooth" | |
| 158 | p.BottomSurface = "Smooth" | |
| 159 | p.Name = "Sharingan" | |
| 160 | p.Shape = "Ball" | |
| 161 | p.CFrame = jun.Character.Torso.CFrame | |
| 162 | p.BrickColor = BrickColor.new("Deep orange")
| |
| 163 | for i = 1 , 10 do | |
| 164 | wait(0.05) | |
| 165 | p.Size = p.Size + Vector3.new(-4, -4, -4) | |
| 166 | p.Transparency = p.Transparency + 0.1 | |
| 167 | p.CFrame = jun.Character.Torso.CFrame | |
| 168 | end | |
| 169 | p:Remove() | |
| 170 | s:Remove() | |
| 171 | for u, c in pairs (jun.Character:GetChildren()) do | |
| 172 | if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then | |
| 173 | c.Handle.Transparency = 0 | |
| 174 | end | |
| 175 | if c.Name == "Hair" then | |
| 176 | c:Remove() | |
| 177 | end | |
| 178 | end | |
| 179 | jun.Character.Humanoid.Health = 100 | |
| 180 | wait(0.3) | |
| 181 | jun.Character.Humanoid.MaxHealth = 100 | |
| 182 | end | |
| 183 | end | |
| 184 | jun.Chatted:connect(function(Msg) | |
| 185 | local msg = Msg:lower() | |
| 186 | if string.sub(msg, 1, 7) == "super saiyan god" then | |
| 187 | wait(0.1) | |
| 188 | ssj(ssjg) | |
| 189 | end | |
| 190 | if string.sub(msg, 1, 13) == "ssjg" then | |
| 191 | wait(0.1) | |
| 192 | ssj(ssjg) | |
| 193 | end | |
| 194 | if string.sub(msg, 1, 6) == "!" then | |
| 195 | wait(0.1) | |
| 196 | ssj() | |
| 197 | end | |
| 198 | if string.sub(msg, 1, 10) == "calm" then | |
| 199 | wait(0.1) | |
| 200 | nossj() | |
| 201 | end | |
| 202 | if string.sub(msg, 1, 3) == "off" then | |
| 203 | wait(0.1) | |
| 204 | nossj(off) | |
| 205 | end | |
| 206 | end) | |
| 207 | function OnDeath() | |
| 208 | wait() | |
| 209 | nossj() | |
| 210 | end | |
| 211 | hum = jun.Character.Humanoid | |
| 212 | jun.Character.Humanoid.Died:connect(OnDeath) | |
| 213 | jun = script.Parent.Parent | |
| 214 | Stuff = false | |
| 215 | --mediafire--- |