Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- plr = game.Players.LocalPlayer
- char = plr.Character
- hum = char.Humanoid
- mouse = plr:GetMouse()
- game.Players.LocalPlayer.Character.Humanoid.MaxHealth = math.huge
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
- mouse.KeyDown:connect(function(key)
- KeyUsed(key)
- end)
- local deb = 1
- function KeyUsed(key)
- if key == "e" and deb == 1 then
- deb = deb+1
- Character = game.Players.LocalPlayer.Character
- function chat(str)
- game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, str, "Red")
- end
- chat("Inferno Mode!")
- local Glow1 = Color3.new(255,255,255)
- local Glow2 = Color3.new(255,255,255)
- local siz={
- local pt1 = NumberSequenceKeypoint.new(0,5,0)
- local pt2 = NumberSequenceKeypoint.new(1,0,0)
- }
- local tra={
- local pt1a = NumberSequenceKeypoint.new(0,0.5,0)
- local pt2a = NumberSequenceKeypoint.new(1,1,1)
- }
- GlowParticle = Instance.new("ParticleEmitter",Character.Torso)
- GlowParticle.Color = ColorSequence.new(Glow1, Glow2)
- GlowParticle.Size = NumberSequence.new(siz)
- GlowParticle.LightEmission = 0
- GlowParticle.Texture = "http://www.roblox.com/asset/?id=665121704"
- GlowParticle.Transparency = NumberSequence.new(tra)
- GlowParticle.LockedToPart = true
- GlowParticle.Lifetime = NumberRange.new(0.5)
- GlowParticle.Rate= 0.001
- GlowParticle.Speed = NumberRange.new(0)
- elseif key == "q" and deb == 2 then
- GlowParticle.Parent = nil
- deb = 1
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement