Advertisement
API_nornorm

1212121212121212

Aug 10th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 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 kill(part)
  29. local humanoid = part.Parent:findFirstChild("Humanoid")
  30. if humanoid and not killi then
  31. killi = true
  32. for i,v in pairs(humanoid.Parent:GetChildren()) do
  33. if v.ClassName == "Part" then
  34. for i = 1,20 do
  35. wait()
  36. humanoid.Parent.Head.face.Transparency = humanoid.Parent.Head.face.Transparency + 0.05
  37. v.Transparency = v.Transparency + 0.05
  38. end
  39. end
  40. end
  41. killi = false
  42. humanoid.Health = 0
  43. end
  44. end
  45. game.Players.LocalPlayer.Character.Torso.Touched:connect(kill)
  46. game.Players.LocalPlayer.Character.Head.face.Transparency = 1
  47. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
  48. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
  49. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
  50. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
  51. game.Players.LocalPlayer.Character.Parent = workspace.Camera
  52. while true do
  53. wait()
  54. cl = game.Players.LocalPlayer.Character:Clone()
  55. cl.Parent = workspace
  56. cl.Humanoid:destroy()
  57. for i,v in pairs(cl:GetChildren()) do
  58. if v.ClassName == "Part" then
  59. if v.Name == "HumanoidRootPart" then
  60. v.CanCollide = false
  61. v.Anchored = true
  62.  
  63. else
  64. v.CanCollide = false
  65. v.Transparency = 0
  66. v.Anchored = true
  67. end
  68. end
  69. end
  70. if found then
  71. shirt.Graphic = idd
  72. end
  73.  
  74. for i,v in pairs(cl:GetChildren()) do
  75. if v.ClassName == "Part" then
  76. --nothin'
  77. else
  78. v:destroy()
  79. end
  80. end
  81. if isinvisible then
  82. for i,v in pairs(cl:GetChildren()) do
  83. if v.ClassName == "Part" then
  84. v.Transparency = 1
  85. end
  86. end
  87. if found then
  88. shirt.Graphic = 0
  89. end
  90. end
  91. cl["Left Arm"].CFrame = game.Players.LocalPlayer.Character["Left Arm"].CFrame
  92. cl["Right Arm"].CFrame = game.Players.LocalPlayer.Character["Right Arm"].CFrame
  93. cl["Left Leg"].CFrame = game.Players.LocalPlayer.Character["Left Leg"].CFrame
  94. cl["Right Leg"].CFrame = game.Players.LocalPlayer.Character["Right Leg"].CFrame
  95. if game.Players.LocalPlayer.Character.Humanoid.Health < 1 then
  96. game.Players.LocalPlayer.Character:destroy()
  97. end
  98. game.Debris:AddItem(cl,0.07)
  99. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement