Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local T = ( .5 )
- local player = game.Players.LocalPlayer
- local char = player.Character or player.CharacterAdded:Wait()
- if char then
- local humanoid = char:FindFirstChild('Humanoid')
- local Torso = char:FindFirstChild('Torso')
- if humanoid and Torso then
- local AZ = Instance.new('Sound', Torso)
- AZ.SoundId = 'rbxassetid://264396581'
- AZ.Looped = true
- AZ.Volume = 1
- wait(T)
- AZ:Play()
- --[[ INFINITE HEALTH B ]]--
- while wait() do
- humanoid.MaxHealth = math.huge
- humanoid.Health = math.huge
- end
- humanoid.Died:connect(function()
- print('NANI?')
- end)
- end
- end
- local T = ( .5 )
- local player = game.Players.LocalPlayer
- local char = player.Character or player.CharacterAdded:Wait()
- if char then
- local humanoid = char:FindFirstChild('Humanoid')
- local Torso = char:FindFirstChild('Torso')
- if humanoid and Torso then
- local AZ = Instance.new('Sound', Torso)
- AZ.SoundId = 'rbxassetid://264396581'
- AZ.Looped = true
- AZ.Volume = 1
- wait(T)
- AZ:Play()
- --[[ INFINITE HEALTH B ]]--
- while wait() do
- humanoid.MaxHealth = math.huge
- humanoid.Health = math.huge
- end
- humanoid.Died:connect(function()
- print('NANI?')
- end)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment