Advertisement
Guest User

Untitled

a guest
Jun 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. -- Ghost script V3.5 by nairod7 -- Edited By TMSS --
  2. player=script.Parent.Parent.Parent.Name
  3. owner=game.Players.SquidwardTheAmazing
  4. x = owner.Character
  5. x.Humanoid.Name = "Humanoid"
  6. function onButton1Down(mouse)
  7. x = owner.Character
  8.  
  9. x.Humanoid.MaxHealth = math.huge
  10. x.Humanoid.Health = math.huge
  11.  
  12. x.Humanoid.MaxHealth = 1000000
  13. x.Humanoid.Health = 1000000
  14. x.Torso.CanCollide = false
  15. x.Head.CanCollide = false
  16. x["Left Arm"].CanCollide = false
  17. x["Right Arm"].CanCollide = false
  18. x["Left Leg"].CanCollide = false
  19. x["Right Leg"].CanCollide = false
  20. x.Torso.Transparency = 1
  21. x.Head.Transparency = 1
  22.  
  23. x["Left Arm"].Transparency = 1
  24. x["Right Arm"].Transparency = 1
  25. x["Left Leg"].Transparency = 1
  26. x["Right Leg"].Transparency = 1
  27. x.Humanoid.Name = "Ghost"
  28.  
  29. end
  30. ---end
  31. bin = Instance.new("HopperBin")
  32. bin.Name = "Ghost"
  33. bin.TextureId = "rbxassetid://253687948"
  34. bin.Parent = owner.Backpack
  35. bin.Active = true
  36. function onSelected(mouse)
  37. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  38. end
  39. bin.Selected:connect(onSelected)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement