Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bool = Instance.new("Tool",game.Workspace)
- wait(1)
- bool.Parent = game.Workspace.firemomo45
- bool.Name = "Mountain Dew"
- scandal = Instance.new("Part",bool)
- scandal.Name = "Handle"
- BrinkSound = Instance.new("Sound",scandal)
- BrinkSound.Name = "DrinkSound"
- BrinkSound.SoundId = "rbxassetid://191411754"
- Open = Instance.new("Sound",scandal)
- Open.Name = "OpenSound"
- Open.SoundId = "rbxassetid://199837759"
- Nesh = Instance.new("SpecialMesh",scandal)
- Nesh.MeshId = "http://www.roblox.com/asset/?id=101840172"
- Nesh.Scale = Vector3.new(.6,.6,.6)
- Nesh.TextureId = "http://www.roblox.com/asset/?id=2568238"
- Part1 = Instance.new("ParticleEmitter",scandal)
- Part1.Texture = "http://www.roblox.com/asset/?id=214488498"
- Part1.Lifetime = NumberRange.new(2)
- Part1.Rate = NumberRange.new(2)
- Part1.Speed = NumberRange.new(2)
- Part1.VelocitySpread = 100
- Part1 = Instance.new("ParticleEmitter",scandal)
- Part1.Texture = "http://www.roblox.com/asset/?id=214488498"
- Part1.Lifetime = NumberRange.new(2)
- Part1.Rate = NumberRange.new(2)
- Part1.Speed = NumberRange.new(2)
- Part1.VelocitySpread = 100
- Part2 = Instance.new("ParticleEmitter",scandal)
- Part2.Texture = "http://www.roblox.com/asset/?id=210247512"
- Part2.Lifetime = NumberRange.new(2)
- Part2.Rate = NumberRange.new(2)
- Part2.Speed = NumberRange.new(2)
- Part2.VelocitySpread = 100
- Part3 = Instance.new("ParticleEmitter",scandal)
- Part3.Texture = "http://www.roblox.com/asset/?id=185751237"
- Part3.Lifetime = NumberRange.new(2)
- Part3.Rate = NumberRange.new(2)
- Part3.Speed = NumberRange.new(2)
- Part3.VelocitySpread = 100
- Part4 = Instance.new("ParticleEmitter",scandal)
- Part4.Texture = "http://www.roblox.com/asset/?id=178587598"
- Part4.Lifetime = NumberRange.new(2)
- Part4.Rate = NumberRange.new(2)
- Part4.Speed = NumberRange.new(2)
- Part4.VelocitySpread = 100
- Part5 = Instance.new("ParticleEmitter",scandal)
- Part5.Texture = "http://www.roblox.com/asset/?id=5279291"
- Part5.Lifetime = NumberRange.new(2)
- Part5.Rate = NumberRange.new(2)
- Part5.Speed = NumberRange.new(2)
- Part5.VelocitySpread = 100
- Part6 = Instance.new("ParticleEmitter",scandal)
- Part6.Texture = "http://www.roblox.com/asset/?id=208253379"
- Part6.Lifetime = NumberRange.new(2)
- Part6.Rate = NumberRange.new(2)
- Part6.Speed = NumberRange.new(2)
- Part6.VelocitySpread = 100
- Part7 = Instance.new("ParticleEmitter",scandal)
- Part7.Texture = "http://www.roblox.com/asset/?id=176067516"
- Part7.Lifetime = NumberRange.new(2)
- Part7.Rate = NumberRange.new(2)
- Part7.Speed = NumberRange.new(2)
- Part7.VelocitySpread = 100
- --Stickmasterluke was here last
- --Firemomo45 is here now
- sp=bool
- enabled = true
- function onActivated()
- if not enabled then
- return
- end
- enabled = false
- bool.GripForward = Vector3.new(0,-.759,-.651)
- bool.GripPos = Vector3.new(1.5,-.5,.3)
- bool.GripRight = Vector3.new(1,0,0)
- bool.GripUp = Vector3.new(0,.651,-.759)
- local Player = game.Players.LocalPlayer
- local Soundd = Instance.new("Sound", Player)
- Soundd.SoundId = "rbxassetid://191411754"
- Soundd:Play()
- wait(3)
- function doThis()
- sp=bool
- local h=bool.Parent:FindFirstChild("Humanoid")
- local t=bool.Parent:FindFirstChild("Torso")
- if h~=nil and t~=nil and h.Health>0 then
- local f=Instance.new("Fire")
- f.Color=Color3.new(0,1,0)
- f.SecondaryColor=Color3.new(1,0,0)
- f.Size=5
- f.Heat=4
- f.Parent=t
- h.WalkSpeed=34
- h.MaxHealth = 150
- h.Health = 150
- wait(15)
- h.WalkSpeed=30
- h.MaxHealth = 140
- wait(15)
- h.MaxHealth = 130
- h.WalkSpeed=26
- f.Heat=3
- f.Size=4
- wait(15)
- h.MaxHealth = 120
- h.WalkSpeed=20
- f.Size = 3
- f.Heat = 2
- wait(15)
- h.MaxHealth = 100
- h.WalkSpeed=16
- f:Remove()
- end
- end
- bool.GripForward = Vector3.new(-.976,0,-0.217)
- bool.GripPos = Vector3.new(0.03,0,0)
- bool.GripRight = Vector3.new(.217,0,-.976)
- bool.GripUp = Vector3.new(0,1,0)
- doThis()
- wait(1)
- bool:Remove()
- end
- function onEquipped()
- Open:play()
- end
- bool.Activated:connect(onActivated)
- bool.Equipped:connect(onEquipped)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement