Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Player=script.Parent.Parent
- mouse=Player:GetMouse()
- function Overdrive(key)
- Key = key:lower(f)
- if key == "g" then
- script.Disabled = true
- BlastRing = game.Workspace.SuperSayainPack.BlastRing:Clone()
- BlastRing.Parent = Player.Character
- W = Instance.new("Weld", Player.Character["Right Leg"])
- W.Part0 = Player.Character ["Right Leg"]
- W.Part1 = BlastRing
- W.C1 = CFrame.fromEulerAnglesXYZ(0, 0, 0) *CFrame.new(0, 0, 0)
- BlastRing.CanCollide = false
- BlastRing.Anchored = false
- game:GetService("Chat"):Chat(Player.Character.Torso, "I'LL SHOW YOU THE POWER OF THE ALPHA AURA!", Enum.ChatColor.Red)
- BlastRing.Transparency = 1
- BlastRing.BlastMesh.Scale = Vector3.new(5, 4, 5)
- local colors = {"Red","Green","Blue"}
- Charge = script.Charge:Clone()
- Charge.Parent = Player.Character.Torso
- Imbue = script.Imbue:Clone()
- Imbue.Parent = Player.Character.Torso
- w = 0
- w2 = 1
- AnimationLookdown = script.Lookdown:Clone()
- AnimationLookdown.Parent = Player.Character
- wait(2)
- for a = 1,10 do
- s = Player.Character.Humanoid:LoadAnimation(Player.Character.Lookdown)
- s:Play()
- w2 = w2-0.1
- BlastRing.Transparency = w2
- game:GetService("Chat"):Chat(Player.Character.Torso, "GRAH!", colors[math.random(1,3)])
- Charge:Play()
- wait(1)
- end
- wait(1)
- Imbue:Play()
- BlastRing.Transparency = 0
- game:GetService("Chat"):Chat(Player.Character.Torso, "Alpha......", colors[math.random(1,3)])
- script.Parent.Lookdown.Disabled = false
- for i = 0,4 do
- w = w+0.1
- BlastRing.Transparency = w
- wait(0.1)
- end
- s:Play()
- BlastRing.Transparency = 1
- wait(4.6)
- script.Parent.Lookdown.Disabled = true
- Breaker = script.Break:Clone()
- Breaker.Parent = Player.Character.Torso
- Player.Character.Torso.Break:Play()
- BlastRing.Transparency = 0
- e = script.Powerup:Clone()
- e.Parent = Player.Character
- r=Player.Character.Humanoid:LoadAnimation(Player.Character.Powerup)
- r:Play()
- local d = Player.Character:GetChildren()
- for i=1, #d do
- if (d[i].className == "Hat") then
- d[i]:remove()
- end
- end
- for e = 0,30 do
- BlastRing.BlastMesh.Scale = Vector3.new(5, e, 5)
- wait()
- end
- game:GetService("Chat"):Chat(Player.Character.Torso, "OVERDRIVE!", colors[math.random(1,3)])
- wait(1)
- clone=script.SuperHair:Clone()
- clone.Parent = Player.Character
- clone.Handle.Anchored = false
- clone.Handle.Transparency = 0
- BlastRing.Transparency = 1
- game:GetService("Chat"):Chat(Player.Character.Torso, "You cannot handle my strength!", colors[math.random(1,3)])
- Player.Character.Humanoid.MaxHealth = 500
- Player.Character.Humanoid.Health = Player.Character.Humanoid.MaxHealth
- Fire = BlastRing.Fire:Clone()
- Fire.Enabled = true
- Fire.Parent = Player.Character.Torso
- BlastRing:Destroy()
- Bomb = game.Workspace.SuperSayainPack["Energy Bomb"]:Clone()
- Bomb.Parent = script.Parent
- Bomb.Handle.Anchored = false
- script.Disabled = true
- end
- end
- mouse.KeyDown:connect(Overdrive)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement