Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[===[
- Ultimate God Script V2
- Created by IgDegOo / MiAmasKafon
- Enjoy!
- --]===]
- wait(5)
- p = game:GetService("Players").LocalPlayer
- c = p.Character
- c.Humanoid.MaxHealth = math.huge
- c.Humanoid.Health = math.huge
- -- math.huge is Infinity
- for i, n in pairs(c:GetChildren()) do
- if n:IsA("BasePart") then
- local sbox = Instance.new("SelectionBox")
- sbox.LineThickness = 0.05
- sbox.Color3 = Color3.new(255, 0, 0)
- sbox.SurfaceTransparency = 0
- sbox.SurfaceColor3 = Color3.new(0, 255, 255)
- sbox.Parent = n
- sbox.Adornee = n
- end
- if n:IsA("Accoutrement") then
- n:Destroy()
- end
- if n.Name == "Head" then
- n.Mesh:Destroy()
- n.face:Destroy()
- end
- end
- l = game:GetService("Lighting")
- l.Brightness = 0
- l.GlobalShadows = false
- l.TimeOfDay = "00:00:00"
- pl = Instance.new("PointLight")
- pl.Range = 16
- pl.Brightness = 64
- pl.Parent = c.Head
- function kill(o)
- if o.Parent:FindFirstChild("Humanoid") ~= nil then
- o.Parent.Humanoid.Health = 0
- if game.Players:GetPlayerFromCharacter(o.Parent) ~= nil then
- game.Players:GetPlayerFromCharacter(o.Parent).CharacterAutoLoads = false
- end
- local pos = o.Parent.HumanoidRootPart.Position
- local grave = Instance.new("Part")
- grave.Name = "Head"
- grave.Size = Vector3.new(1, 4, 2)
- grave.Material = Enum.Material.Concrete
- grave.Position = pos + Vector3.new(0, -1, 0)
- grave.Anchored = true
- grave.CanCollide = false
- local model = Instance.new("Model")
- model.Name = "Rest In Peace, " .. o.Parent.Name
- model.Parent = workspace
- local text = Instance.new("Humanoid")
- text.Health = 0
- text.MaxHealth = 0
- text.Parent = model
- grave.Parent = model
- o.Parent:Destroy()
- local s = Instance.new("Sound")
- s.SoundId = "rbxassetid://165487479"
- s.Looped = false
- s.Parent = grave
- s.Volume = 2
- s:Play()
- end
- end
- c.HumanoidRootPart.Touched:Connect(kill)
- c.Humanoid.WalkSpeed = 32
- c.Humanoid.JumpPower = 100
- seinfeld = Instance.new("Sound")
- seinfeld.Volume = 1
- seinfeld.SoundId = "rbxassetid://478251105"
- seinfeld.Looped = true
- seinfeld.Parent = c.HumanoidRootPart
- seinfeld:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement