Advertisement
teotv202

Ghost Script

Nov 23rd, 2018
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.42 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("use h/ and not hl/") end
  2. plr = owner
  3. char = plr.Character
  4. char:FindFirstChildOfClass("Humanoid").MaxHealth = "inf"
  5. char:FindFirstChildOfClass("Humanoid").Health = "inf"
  6.  
  7. p = char:GetChildren()
  8. if p.ClassName == "CharacterMesh" then
  9.     p:remove()
  10. end
  11.  
  12. gc = char:GetChildren()
  13. for i=1, #gc do
  14. if gc[i].ClassName == "Hat" or gc[i].ClassName == "Accessory" or gc[i].ClassName == "Shirt" or gc[i].ClassName == "Pants" or gc[i].ClassName == "ShirtGraphic" then
  15. gc[i]:Destroy()
  16. end
  17. end
  18.  
  19. char.Head.BrickColor = BrickColor.new("Really black")
  20. char.Torso.BrickColor = BrickColor.new("Really black")
  21. char["Left Arm"].BrickColor = BrickColor.new("Really black")
  22. char["Right Arm"].BrickColor = BrickColor.new("Really black")
  23. char["Right Leg"].BrickColor = BrickColor.new("Really black")
  24. char["Left Leg"].BrickColor = BrickColor.new("Really black")
  25. wait()
  26. char.Head.face.Texture = "http://www.roblox.com/asset/?id=0"
  27. char.Head.Transparency=0.5
  28. char.Torso.Transparency=0.5
  29. char["Right Arm"].Transparency=0.5
  30. char["Left Arm"].Transparency=0.5
  31. char["Left Leg"].Transparency=0.5
  32. char["Right Leg"].Transparency=0.5
  33. wait()
  34. mesh = Instance.new("SpecialMesh",char.Torso)
  35. mesh.MeshType = "Brick"
  36. mesh = Instance.new("SpecialMesh",char["Left Arm"])
  37. mesh.MeshType = "Brick"
  38. mesh = Instance.new("SpecialMesh",char["Right Arm"])
  39. mesh.MeshType = "Brick"
  40. mesh = Instance.new("SpecialMesh",char["Left Leg"])
  41. mesh.MeshType = "Brick"
  42. mesh = Instance.new("SpecialMesh",char["Right Leg"])
  43. mesh.MeshType = "Brick"
  44. mesh = Instance.new("SpecialMesh",char["Right Arm"])
  45. mesh.MeshType = "Brick"
  46. owner.Character.Humanoid:remove()
  47. local remote = NLS ([==[
  48. char = game:GetService("Players").LocalPlayer.Character
  49. Instance.new("Humanoid",char)
  50. game:GetService("Workspace").CurrentCamera.CameraSubject = char
  51. char.Animate.Disabled = true
  52. wait(0.01)
  53. char.Animate.Disabled = false
  54. char:FindFirstChildOfClass("Humanoid").DisplayDistanceType = "None"
  55. char:FindFirstChildOfClass("Humanoid").Name = "0 ANTI-DAMAGE 0"
  56. char["0 ANTI-DAMAGE 0"].WalkSpeed = 20
  57. char["0 ANTI-DAMAGE 0"].JumpPower = 60
  58. tool = Instance.new("Tool",game:GetService("Players").LocalPlayer.Backpack)
  59. tool.RequiresHandle = false
  60. tool.Name = "Jump"
  61. tool.CanBeDropped = false
  62. tool.Activated:connect(function()
  63. char:FindFirstChildOfClass("Humanoid").Jump = true
  64. end)
  65. ]==], owner.Character):WaitForChild 'ServerRemote';
  66. mouse = owner:GetMouse ();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement