Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Ghost script V3.5 by nairod7 -- Edited By TMSS --
- player=script.Parent.Parent.Parent.Name
- owner=game.Players.basstracker1970
- x = owner.Character
- x.Humanoid.Name = "Humanoid"
- function onButton1Down(mouse)
- x = owner.Character
- x.Humanoid.MaxHealth = math.huge
- x.Humanoid.Health = math.huge
- x.Humanoid.MaxHealth = 1000000
- x.Humanoid.Health = 1000000
- x.Torso.CanCollide = false
- x.Head.CanCollide = false
- x["Left Arm"].CanCollide = false
- x["Right Arm"].CanCollide = false
- x["Left Leg"].CanCollide = false
- x["Right Leg"].CanCollide = false
- x.Torso.Transparency = 1
- x.Head.Transparency = 1
- x["Left Arm"].Transparency = 1
- x["Right Arm"].Transparency = 1
- x["Left Leg"].Transparency = 1
- x["Right Leg"].Transparency = 1
- x.Humanoid.Name = "Ghost"
- end
- ---end
- bin = Instance.new("HopperBin")
- bin.Name = "Ghost"
- bin.TextureId = "rbxassetid://253687948"
- bin.Parent = owner.Backpack
- bin.Active = true
- function onSelected(mouse)
- mouse.Button1Down:connect(function() onButton1Down(mouse) end)
- end
- bin.Selected:connect(onSelected)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement