Theskyler900

ghost script yay

Jun 27th, 2017
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. --Remember that Black Ghost Script? I made something like this v (By Rufus14) (SCREECH IDEA: jerrychan123)
  2. ma = math.random(1,999999)
  3. mouse = game.Players.LocalPlayer:GetMouse()
  4. ff = Instance.new("ForceField", game.Players.LocalPlayer.Character)
  5. ff.Visible = false
  6. reering = false
  7. game.Players.LocalPlayer.Character.Head.Running.Volume = 0
  8. shirt = game.Players.LocalPlayer.Character:findFirstChildOfClass("ShirtGraphic")
  9. found = false
  10. if shirt then
  11. idd = shirt.Graphic
  12. found = true
  13. end
  14. isinvisible = false
  15. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
  16. game.Players.LocalPlayer.Character.Archivable = true
  17. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  18. if v.ClassName == "Part" then
  19. v.Transparency = 1
  20. end
  21. end
  22. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  23. if v.ClassName == "Accessory" or v.ClassName == "Hat" then
  24. v:destroy()
  25. end
  26. end
  27. killi = false
  28. function reeeee(key)
  29. if key == "f" then
  30. if not reering then
  31. reering = true
  32. REEEEEEEE = Instance.new("Sound", workspace)
  33. REEEEEEEE.SoundId = "rbxassetid://429400881"
  34. REEEEEEEE.Volume = 8
  35. REEEEEEEE:Play()
  36. for i,v in pairs(game.Players:GetChildren()) do
  37. if v.Name == game.Players.LocalPlayer.Name then
  38. --nuthin.
  39. else
  40. v.Character.Humanoid.Health = v.Character.Humanoid.Health - math.random(45, 78)
  41. end
  42. end
  43. wait(8)
  44. reering = false
  45. end
  46. end
  47. end
  48. mouse.KeyDown:connect(reeeee)
  49. function kill(part)
  50. local humanoid = part.Parent:findFirstChild("Humanoid")
  51. if humanoid and not killi then
  52. killi = true
  53. for i,v in pairs(humanoid.Parent:GetChildren()) do
  54. if v.ClassName == "Part" then
  55. for i = 1,20 do
  56. wait()
  57. humanoid.Parent.Head.face.Transparency = humanoid.Parent.Head.face.Transparency + 0.05
  58. v.Transparency = v.Transparency + 0.05
  59. end
  60. end
  61. end
  62. killi = false
  63. humanoid.Health = 0
  64. end
  65. end
  66. game.Players.LocalPlayer.Character.Torso.Touched:connect(kill)
  67. game.Players.LocalPlayer.Character.Head.face.Transparency = 1
  68. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
  69. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
  70. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
  71. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
  72. game.Players.LocalPlayer.Character.Parent = workspace.Camera
  73. function isinvi(key)
  74. if key == "z" then
  75. isinvisible = not isinvisible
  76. end
  77. end
  78. mouse.KeyDown:connect(isinvi)
  79. while true do
  80. wait()
  81. cl = game.Players.LocalPlayer.Character:Clone()
  82. cl.Parent = workspace
  83. cl.Humanoid:destroy()
  84. for i,v in pairs(cl:GetChildren()) do
  85. if v.ClassName == "Part" then
  86. if v.Name == "HumanoidRootPart" then
  87. v.Transparency = 1
  88. v.CanCollide = false
  89. v.Anchored = true
  90. else
  91. v.CanCollide = false
  92. v.Transparency = 0.6
  93. v.Material = "Neon"
  94. v.Anchored = true
  95. end
  96. end
  97. end
  98. if found then
  99. shirt.Graphic = idd
  100. end
  101. for i,v in pairs(cl:GetChildren()) do
  102. if v.ClassName == "Accessory" or v.ClassName == "Hat" then
  103. v:destroy()
  104. end
  105. end
  106. for i,v in pairs(cl:GetChildren()) do
  107. if v.ClassName == "Part" then
  108. --nothin'
  109. else
  110. v:destroy()
  111. end
  112. end
  113. cl.Head.face.Transparency = 0.6
  114. if isinvisible then
  115. for i,v in pairs(cl:GetChildren()) do
  116. if v.ClassName == "Part" then
  117. v.Transparency = 1
  118. end
  119. end
  120. cl.Head.face.Transparency = 1
  121. if found then
  122. shirt.Graphic = 0
  123. end
  124. end
  125. cl["Left Arm"].CFrame = game.Players.LocalPlayer.Character["Left Arm"].CFrame
  126. cl["Right Arm"].CFrame = game.Players.LocalPlayer.Character["Right Arm"].CFrame
  127. cl["Left Leg"].CFrame = game.Players.LocalPlayer.Character["Left Leg"].CFrame
  128. cl["Right Leg"].CFrame = game.Players.LocalPlayer.Character["Right Leg"].CFrame
  129. if game.Players.LocalPlayer.Character.Humanoid.Health < 1 then
  130. game.Players.LocalPlayer.Character:destroy()
  131. end
  132. game.Debris:AddItem(cl,0.07)
  133. end
Add Comment
Please, Sign In to add comment