zed_isJayTheLionJR

JayThe Stealer mode

Dec 2nd, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. mouse.KeyDown:connect(function(key)
  2. if key == "e" and plr.Character.Parent == workspace then
  3. plr.Character.Parent = workspace.Camera
  4. plr.Character.Archivable = true
  5. Instance.new("ForceField",plr.Character).Visible = false
  6. for y,t in pairs(plr.Character:GetChildren()) do
  7. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  8. t.Transparency = 0.5
  9. if t.Name == "Head" and t:FindFirstChild("face") then
  10. t.face.Transparency = 0.5
  11. end
  12. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  13. t.Handle.Transparency = 0.5
  14. end
  15. end
  16. elseif key == "z" and plr.Character.Parent == workspace.Camera and part == nil then
  17. 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)
  18. elseif key == "x" and plr.Character.Parent == workspace.Camera and part == nil then
  19. if plr.Character.Torso.Anchored == true then
  20. for y,t in pairs(plr.Character:GetChildren()) do
  21. if t:IsA("Part") then
  22. t.Anchored = false
  23. end
  24. end
  25. else
  26. for y,t in pairs(plr.Character:GetChildren()) do
  27. if t:IsA("Part") then
  28. t.Anchored = true
  29. end
  30. end
  31. end
  32. elseif key == "c" and plr.Character.Parent == workspace.Camera and part ~= nil then
  33. local clone = part:Clone()
  34. clone.Parent = workspace
  35. clone.Anchored = false
  36. clone:ClearAllChildren()
  37. clone.CanCollide = true
  38. bp.Parent = clone
  39. particles.Parent = clone
  40. if part.Parent:FindFirstChildOfClass("Humanoid") then
  41. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false
  42. end
  43. part:Destroy()
  44. part = clone
  45. elseif key == "t" and plr.Character.Parent == workspace.Camera and part == nil then
  46. plr.Character.Parent = workspace
  47. plr.Character.Archivable = false
  48. plr.Character:FindFirstChildOfClass("ForceField"):Remove()
  49. for y,t in pairs(plr.Character:GetChildren()) do
  50. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  51. t.Transparency = 0
  52. if t.Name == "Head" and t:FindFirstChild("face") then
  53. t.face.Transparency = 0
  54. end
  55. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  56. t.Handle.Transparency = 0
  57. end
  58. end
  59. end
  60. end)
  61. mouse.Button1Down:connect(function()
  62. if plr.Character.Parent == workspace.Camera then
  63. if mouse ~= nil then
  64. if mouse.Target ~= nil then
  65. part = mouse.Target
  66. bp = Instance.new("BodyPosition",part)
  67. bp.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  68. bp.Position = part.Position
  69. particles = Instance.new("ParticleEmitter",part)
  70. particles.Color = ColorSequence.new(Color3.new(255,255,255))
  71. particles.Size = NumberSequence.new(1)
  72. particles.Texture = "rbxassetid://131425039"
  73. particles.VelocitySpread = 360
  74. particles.Speed = NumberRange.new(0)
  75. particles.RotSpeed = NumberRange.new(0)
  76. particles.Rotation = NumberRange.new(0)
  77. particles.Rate = 20
  78. particles.Lifetime = NumberRange.new(0.25)
  79. particles.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(.12,.688,0),NumberSequenceKeypoint.new(.891,.887,0),NumberSequenceKeypoint.new(1,1,0)})
  80. dwn = true
  81. end
  82. end
  83. while dwn == true do
  84. wait()
  85. bp.Position = mouse.hit.p
  86. if part then
  87. if part.Parent:FindFirstChildOfClass("Humanoid") then
  88. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = true
  89. end
  90. end
  91. end
  92. end
  93. end)
  94. mouse.Button1Up:connect(function()
  95. dwn = false
  96. if part then if part.Parent:FindFirstChildOfClass("Humanoid") then part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false end part = nil end
  97. if bp then bp:Destroy() end
  98. if particles then particles:Destroy() end
  99. end)
  100. base = Instance.new("ScreenGui",plr.PlayerGui)
  101. bbg = Instance.new("BillboardGui",plr.Character.Head)
  102. bbg.Size = UDim2.new(0,200,0,50)
  103. bbg.StudsOffset = Vector3.new(0,3,0)
  104. bbgTl = Instance.new("TextLabel",bbg)
  105. bbgTl.BackgroundTransparency = 1
  106. bbgTl.Size = UDim2.new(10,0,1,0)
  107. bbgTl.Position = UDim2.new(-4.5,0,0,0)
  108. bbgTl.Font = "Fantasy"
  109. bbgTl.Text = " "
  110. bbgTl.TextSize = 50
  111. bbgTl.TextStrokeColor3 = Color3.new(1,1,1)
  112. bbgTl.TextColor3 = Color3.new(0,0,0)
  113. bbgTl.TextStrokeTransparency = 0
  114. bbgTl.TextWrapped = true
  115. plr.Chatted:connect(function(msg)
  116. bbgTl.Text = msg
  117. wait(5)
  118. if bbgTl.Text == msg then
  119. bbgTl.Text = " "
  120. end
  121. end)
  122. touchCounter = 0
  123. while wait() do
  124. if plr.Character.Parent == workspace.Camera then
  125. local c = plr.Character:Clone()
  126. c:MakeJoints()
  127. for y,t in pairs(c:GetChildren()) do
  128. if t:IsA("Part") then
  129. t.CanCollide = false
  130. t.Anchored = true
  131. t.Transparency = 0.98
  132. t.TopSurface = "Smooth"
  133. t.BottomSurface = "Smooth"
  134. t.RightSurface = "Smooth"
  135. t.LeftSurface = "Smooth"
  136. t.FrontSurface = "Smooth"
  137. t.BackSurface = "Smooth"
  138. t.BrickColor = BrickColor.new("White")
  139. if t.Name == "Head" and t:FindFirstChild("face") then
  140. t.face:Remove()
  141. elseif t.Name == "Torso" and t:FindFirstChild("roblox") then
  142. t.roblox:Remove()
  143. elseif t.Name == "HumanoidRootPart" then
  144. t:Remove()
  145. end
  146. else
  147. t:Remove()
  148. end
  149. end
  150. c.Parent = workspace
  151. game.Debris:AddItem(c,.05)
  152. end
  153. end
Add Comment
Please, Sign In to add comment