Advertisement
Jadan_Presha

Untitled

Jun 2nd, 2020
1,117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. local plr = game.Players.Jadanpreshacloud
  2. local anim = plr.Character:FindFirstChild("Animate")
  3. if anim then
  4. anim:Destroy()
  5. end
  6. plr.Character.Torso["Left Shoulder"].C0 = plr.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(0,0,math.rad(-90))
  7. local hey = Instance.new("Sound",plr)
  8. hey.SoundId = "rbxassetid://149453091"
  9. hey.Volume = 5
  10. hey.Looped = true
  11. hey:Play()
  12. local ff = Instance.new("ForceField",plr.Character)
  13. ff.Visible = false
  14. local anims = plr.Character:FindFirstChildWhichIsA("Humanoid"):GetPlayingAnimationTracks()
  15. for i,v in pairs(anims)do
  16.     v:Stop()
  17. end
  18. function touched(prt)
  19.     if not prt:IsDescendantOf(plr.Character) and getPlayerFromInstance(prt) then
  20.          local plr2 = getPlayerFromInstance(prt)
  21.         if not plr2:WaitForChild("PlayerGui"):FindFirstChild("jump") then
  22.         local hasrespawned = false
  23.         local jump = Instance.new("ScreenGui")
  24.         local jump_backg = Instance.new("ImageLabel")
  25.         local ImageLabel = Instance.new("ImageLabel")
  26.         jump.Name = "jump"
  27.         jump.Parent = plr2:WaitForChild("PlayerGui")
  28.         jump.IgnoreGuiInset = true
  29.         jump.ResetOnSpawn = true
  30.         jump_backg.Name = "jump_backg"
  31.         jump_backg.Parent = jump
  32.         jump_backg.AnchorPoint = Vector2.new(0.5, 0.5)
  33.         jump_backg.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  34.         jump_backg.Position = UDim2.new(0.5, 0, 0.5, 0)
  35.         jump_backg.Size = UDim2.new(100, 0, 100, 0)
  36.         jump_backg.Image = "rbxassetid://2499304014"
  37.         jump_backg.ScaleType = Enum.ScaleType.Tile
  38.         jump_backg.TileSize = UDim2.new(0, 1000, 0, 1000)
  39.         ImageLabel.Parent = jump
  40.         ImageLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  41.         ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  42.         ImageLabel.BackgroundTransparency = 1.000
  43.         ImageLabel.Position = UDim2.new(0.5, 0, 0.5, 0)
  44.         ImageLabel.Size = UDim2.new(0.5, 0, 0.8, 0)
  45.         ImageLabel.ScaleType = Enum.ScaleType.Fit
  46.         plr2.CharacterAdded:Connect(function()
  47.             hasrespawned = true
  48.             jump:Destroy()
  49.         end)
  50.         local function LMTCLEU_fake_script() -- jump.LocalScript
  51.             local script = Instance.new('LocalScript', jump)
  52.  
  53.             while wait() and not hasrespawned do
  54.                 script.Parent.jump_backg.Rotation = math.random(-50,50)
  55.                 script.Parent.ImageLabel.Rotation = math.random(-50,50)
  56.                 script.Parent.ImageLabel.ImageTransparency = math.random()
  57.                 if math.random(0,1) == 0 then
  58.                 script.Parent.ImageLabel.Image = "https://www.roblox.com/avatar-thumbnail/image?userid=" .. plr.UserId .. "&width=420&height=420&format=png"
  59.                 script.Parent.ImageLabel.ScaleType = Enum.ScaleType.Fit
  60.                 else
  61.                 script.Parent.ImageLabel.Image = "rbxassetid://36169650"
  62.                 script.Parent.ImageLabel.ScaleType = Enum.ScaleType.Stretch
  63.                 end
  64.             end
  65.         end
  66.         coroutine.wrap(LMTCLEU_fake_script)()
  67.         plr2.Character:BreakJoints()
  68.     else
  69.         plr2.Character:BreakJoints()
  70.     end
  71.     elseif not prt:IsDescendantOf(plr.Character) and findhumanoid(prt) then
  72.         local hum = findhumanoid(prt)
  73.         hum.Health = -math.huge
  74.         hum.Parent:BreakJoints()
  75.     end
  76. end
  77. function getPlayerFromInstance(prt)
  78.     for _, player in pairs(game:GetService("Players"):GetPlayers()) do
  79.         if prt:IsDescendantOf(player.Character) then
  80.             return player
  81.         end
  82.         return nil
  83.     end
  84. end
  85. function findhumanoid(prt)
  86.     local model
  87.     for i,v in pairs(workspace:GetChildren()) do
  88.         if prt:IsDescendantOf(v) then
  89.             model = v
  90.             break
  91.         end
  92.     end
  93.     if model then
  94.         local hum
  95.         for i,v in pairs(model:GetDescendants()) do
  96.             if v:IsA("Humanoid") then
  97.                 hum = v
  98.             end
  99.         end
  100.         if hum then
  101.             return hum
  102.         else
  103.             return nil
  104.         end
  105.     else
  106.         return nil
  107.     end
  108. end
  109. plr.CharacterAdded:Connect(chradded)
  110. end
  111. local event = plr.Character["Left Arm"].Touched:Connect(touched)
  112. local hello = plr.Character:FindFirstChildWhichIsA("Humanoid").Died:Connect(function()
  113.     local oldpos = plr.Character:FindFirstChild("HumanoidRootPart").CFrame or plr.Character:FindFirstChild("Torso").CFrame
  114.     plr:LoadCharacter()
  115.     ff = Instance.new("ForceField",plr.Character)
  116.     ff.Visible = false
  117.     plr.Character:SetPrimaryPartCFrame(oldpos)
  118.     local anim = plr.Character:FindFirstChild("Animate")
  119.     if anim then
  120.         anim:Destroy()
  121.     end
  122.     plr.Character.Torso["Left Shoulder"].C0 = plr.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(0,0,math.rad(-90))
  123.     event:Disconnect()
  124.     event = plr.Character["Left Arm"].Touched:Connect(touched)
  125. end)
  126. function chradded(chr)
  127.     hello = chr:FindFirstChildWhichIsA("Humanoid").Died:Connect(function()
  128.     local oldpos = chr:FindFirstChild("HumanoidRootPart").CFrame or plr.Character:FindFirstChild("Torso").CFrame
  129.     plr:LoadCharacter()
  130.     ff = Instance.new("ForceField",chr)
  131.     ff.Visible = false
  132.     plr.Character:SetPrimaryPartCFrame(oldpos)
  133.     local anim = chr:FindFirstChild("Animate")
  134.     if anim then
  135.         anim:Destroy()
  136.     end
  137.     chr.Torso["Left Shoulder"].C0 = chr.Torso["Left Shoulder"].C0 * CFrame.Angles(0,0,math.rad(-90))
  138.     event:Disconnect()
  139.     event = chr["Left Arm"].Touched:Connect(touched)
  140. end)
  141. spawn(function()
  142.     while wait() do
  143.         spawn(function()
  144.         plr.Character:FindFirstChildWhichIsA("Humanoid").WalkSpeed = 60
  145.         end)
  146.         for i,v in pairs(plr.Character:GetDescendants()) do
  147.             if v:IsA("BasePart") then
  148.                 v.Anchored = false
  149.             end
  150.         end
  151.         if math.random(0,100) == 0 then
  152.             for i,v in pairs(plr.Character:GetDescendants()) do
  153.                 if v:IsA("BasePart") then
  154.                     local front = Instance.new("Texture",v)
  155.                     front.Name = "glitch_Front"
  156.                     front.Texture = "rbxassetid://36169650"
  157.                     front.Face = Enum.NormalId.Front
  158.                     front.StudsPerTileU = 10
  159.                     front.StudsPerTileV = 10
  160.                     local back = Instance.new("Texture",v)
  161.                     back.Name = "glitch_Back"
  162.                     back.Texture = "rbxassetid://36169650"
  163.                     back.Face = Enum.NormalId.Back
  164.                     back.StudsPerTileU = 10
  165.                     back.StudsPerTileV = 10
  166.                     local left = Instance.new("Texture",v)
  167.                     left.Name = "glitch_Left"
  168.                     left.Texture = "rbxassetid://36169650"
  169.                     left.Face = Enum.NormalId.Left
  170.                     left.StudsPerTileU = 10
  171.                     left.StudsPerTileV = 10
  172.                     local right = Instance.new("Texture",v)
  173.                     right.Name = "glitch_Right"
  174.                     right.Texture = "rbxassetid://36169650"
  175.                     right.Face = Enum.NormalId.Right
  176.                     right.StudsPerTileU = 10
  177.                     right.StudsPerTileV = 10
  178.                     local top = Instance.new("Texture",v)
  179.                     top.Name = "glitch_Top"
  180.                     top.Texture = "rbxassetid://36169650"
  181.                     top.Face = Enum.NormalId.Top
  182.                     top.StudsPerTileU = 10
  183.                     top.StudsPerTileV = 10
  184.                     local bottom = Instance.new("Texture",v)
  185.                     bottom.Name = "glitch_Bottom"
  186.                     bottom.Texture = "rbxassetid://36169650"
  187.                     bottom.Face = Enum.NormalId.Bottom
  188.                     bottom.StudsPerTileU = 10
  189.                     bottom.StudsPerTileV = 10
  190.                 end
  191.             end
  192.         else
  193.             for i,v in pairs(plr.Character:GetDescendants()) do
  194.                 if v.Name == "glitch_Back" then
  195.                     v:Destroy()
  196.                 elseif v.Name == "glitch_Front" then
  197.                     v:Destroy()
  198.                 elseif v.Name == "glitch_Top" then
  199.                     v:Destroy()
  200.                 elseif v.Name == "glitch_Bottom" then
  201.                     v:Destroy()
  202.                 elseif v.Name == "glitch_Left" then
  203.                     v:Destroy()
  204.                 elseif v.Name == "glitch_Right" then
  205.                     v:Destroy()
  206.                 end
  207.             end
  208.         end
  209.     end
  210. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement