RandomNewbieScripter

Ghost Script Leaked!!!!11

Aug 19th, 2017
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.28 KB | None | 0 0
  1. invis = false
  2.  
  3.  
  4. plr = game.Players.LocalPlayer
  5. plr.Character.Humanoid.MaxHealth = math.huge
  6. wait()
  7. plr.Character.Humanoid.Health = math.huge
  8.  
  9.  
  10. mouse = plr:GetMouse()
  11. part = nil
  12. bp = nil
  13. particles = nil
  14. function clerp(a,b,c,d)
  15. for i = 0,d,.01 do
  16. a.CFrame = CFrame.new(b:lerp(c,i))
  17. wait()
  18. end
  19. end
  20. function slerp(a2,b2,c2,d2)
  21. for i2 = 0,d2,.01 do
  22. a2.CFrame = CFrame.new(b2:lerp(c2,i2))
  23. wait()
  24. end
  25. end
  26. mouse.KeyDown:connect(function(key)
  27. if key == "e" and plr.Character.Parent == workspace then
  28. bbgTl.Text = " "
  29. bbg.Parent = plr.Character.Head
  30. plr.Character.Parent = workspace.Camera
  31. plr.Character.Archivable = true
  32. Instance.new("ForceField",plr.Character).Visible = false
  33. Instance.new("ForceField",plr.Character).Visible = false
  34. Instance.new("ForceField",plr.Character).Visible = false
  35. Instance.new("ForceField",plr.Character).Visible = false
  36. Instance.new("ForceField",plr.Character).Visible = false
  37. Instance.new("ForceField",plr.Character).Visible = false
  38. Instance.new("ForceField",plr.Character).Visible = false
  39. Instance.new("ForceField",plr.Character).Visible = false
  40. Instance.new("ForceField",plr.Character).Visible = false
  41. Instance.new("ForceField",plr.Character).Visible = false
  42.  
  43. for y,t in pairs(plr.Character:GetChildren()) do
  44. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  45. t.Transparency = 1
  46. if t.Name == "Head" and t:FindFirstChild("face") then
  47. t.face.Transparency = 1
  48. end
  49. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  50. t.Handle.Transparency = 1
  51. end
  52. end
  53. elseif key == "z" and plr.Character.Parent == workspace.Camera and part == nil then
  54. plr.Character.Torso.CFrame = CFrame.new(Vector3.new(mouse.hit.p.X,mouse.hit.p.Y+1.5,mouse.hit.p.Z),plr.Character.Torso.CFrame.p)
  55. elseif key == "x" and plr.Character.Parent == workspace.Camera and part == nil then
  56. if plr.Character.Torso.Anchored == true then
  57. for y,t in pairs(plr.Character:GetChildren()) do
  58. if t:IsA("Part") then
  59. t.Anchored = false
  60.  
  61. end
  62. end
  63. else
  64. for y,t in pairs(plr.Character:GetChildren()) do
  65. if t:IsA("Part") then
  66. t.Anchored = true
  67. end
  68. end
  69. end
  70. elseif key == "c" and plr.Character.Parent == workspace.Camera and part ~= nil then
  71. local clone = part:Clone()
  72. clone.Parent = workspace
  73. clone.Anchored = false
  74. clone:ClearAllChildren()
  75. clone.CanCollide = true
  76. bp.Parent = clone
  77. particles.Parent = clone
  78. if part.Parent:FindFirstChildOfClass("Humanoid") then
  79. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false
  80. end
  81. part:Destroy()
  82. part = clone
  83. elseif key == "t" and plr.Character.Parent == workspace.Camera and part == nil then
  84. plr.Character.Parent = workspace
  85. plr.Character.Archivable = false
  86. plr.Character:FindFirstChildOfClass("ForceField"):Remove()
  87. for y,t in pairs(plr.Character:GetChildren()) do
  88. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  89. t.Transparency = 0
  90. if t.Name == "Head" and t:FindFirstChild("face") then
  91. t.face.Transparency = 0
  92. end
  93. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  94. t.Handle.Transparency = 0
  95. end
  96. end
  97. end
  98. end)
  99. mouse.Button1Down:connect(function()
  100. if plr.Character.Parent == workspace.Camera then
  101. if mouse ~= nil then
  102. if mouse.Target ~= nil then
  103. part = mouse.Target
  104. bp = Instance.new("BodyPosition",part)
  105. bp.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  106. bp.Position = part.Position
  107. particles = Instance.new("ParticleEmitter",part)
  108. particles.Size = NumberSequence.new(1)
  109. particles.Texture = "rbxassetid://10247550"
  110. particles.VelocitySpread = 360
  111. particles.Speed = NumberRange.new(0)
  112. particles.RotSpeed = NumberRange.new(0)
  113. particles.Rotation = NumberRange.new(0)
  114. particles.Rate = 250
  115. particles.Lifetime = NumberRange.new(.2,.4)
  116. particles.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(.12,.688,0),NumberSequenceKeypoint.new(.891,.887,0),NumberSequenceKeypoint.new(1,1,0)})
  117. dwn = true
  118. end
  119. end
  120. while dwn == true do
  121. wait()
  122. bp.Position = mouse.hit.p
  123. if part then
  124. if part.Parent:FindFirstChildOfClass("Humanoid") then
  125. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = true
  126. end
  127. end
  128. end
  129. end
  130. end)
  131. mouse.Button1Up:connect(function()
  132. dwn = false
  133. if part then if part.Parent:FindFirstChildOfClass("Humanoid") then part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false end part = nil end
  134. if bp then bp:Destroy() end
  135. if particles then particles:Destroy() end
  136. end)
  137. base = Instance.new("ScreenGui",plr.PlayerGui)
  138. bbg = Instance.new("BillboardGui",plr.Character.Head)
  139. bbg.Size = UDim2.new(0,200,0,50)
  140. bbg.StudsOffset = Vector3.new(0,3,0)
  141. bbgTl = Instance.new("TextLabel",bbg)
  142. bbgTl.BackgroundTransparency = 1
  143. bbgTl.Size = UDim2.new(10,0,1,0)
  144. bbgTl.Position = UDim2.new(-4.5,0,0,0)
  145. bbgTl.Font = "Code"
  146. bbgTl.Text = " "
  147. bbgTl.TextSize = 25
  148. bbgTl.TextStrokeColor3 = Color3.new(1,1,1)
  149. bbgTl.TextColor3 = Color3.new(0,0,0)
  150. bbgTl.TextStrokeTransparency = 0
  151. bbgTl.TextWrapped = true
  152. plr.Chatted:connect(function(msg)
  153. bbgTl.Text = msg
  154. wait(5)
  155. if bbgTl.Text == msg then
  156. bbgTl.Text = " "
  157. end
  158. end)
  159. touchCounter = 0
  160. while wait() do
  161. plr.Character.Humanoid.MaxHealth = math.huge
  162. wait()
  163. plr.Character.Humanoid.Health = math.huge
  164. if plr.Character.Parent == workspace.Camera then
  165. local c = plr.Character:Clone()
  166. c:MakeJoints()
  167. for y,t in pairs(c:GetChildren()) do
  168. if t:IsA("Part") then
  169. t.CanCollide = false
  170. t.Anchored = true
  171. t.Transparency = .8
  172. t.TopSurface = "Smooth"
  173. t.BottomSurface = "Smooth"
  174. t.RightSurface = "Smooth"
  175. t.LeftSurface = "Smooth"
  176. t.FrontSurface = "Smooth"
  177. t.BackSurface = "Smooth"
  178. t.Material = "Neon"
  179. t.BrickColor = BrickColor.new("Institutional white")
  180. if t.Name == "Head" and t:FindFirstChild("face") then
  181. t.face:Remove()
  182. t.Material = "Neon"
  183. elseif t.Name == "Torso" and t:FindFirstChild("roblox") then
  184. t.roblox:Remove()
  185. elseif t.Name == "HumanoidRootPart" then
  186. t:Remove()
  187. end
  188. else
  189. t:Remove()
  190. end
  191. end
  192. c.Parent = workspace
  193. game.Debris:AddItem(c,.09)
  194. end
  195. end
Add Comment
Please, Sign In to add comment