Advertisement
Diep8328Paster

Untitled

Jun 17th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. repeat wait() until plr.Character
  3. char = plr.Character
  4. aa = 0
  5.  
  6. wait(1/60)
  7.  
  8. warn("test")
  9.  
  10. char.Humanoid.JumpPower = 0
  11. char.Humanoid.Animator:Destroy()
  12. char.Animate:Destroy()
  13. char.Head.face.Transparency = 1
  14. local sweep = Instance.new("Part")
  15. local weld = Instance.new("Weld",sweep)
  16. sweep.Name = "some shit mate"
  17. sweep.Size = Vector3.new(6.2, 6.4, 0.114)
  18. sweep.Transparency = 1
  19. sweep.CanCollide = false
  20. weld.Part0 = char.Torso
  21. weld.Part1 = sweep
  22. weld.C0 = CFrame.new(-0.466694832, 1.18746996, -0.594377518, -0.999195099, 0, 0.0401160046, 0, 1, 0, -0.0401160046, 0, -0.999195099)
  23. sweep.Parent = char
  24. for i,v in pairs(char:GetChildren()) do
  25. if v.ClassName == "Part" then
  26. v.Transparency = 1
  27.  
  28. elseif v.ClassName == "Accessory" then
  29. v.Handle.Transparency = 1
  30. end
  31. end
  32. gui1=Instance.new("BillboardGui")
  33. gui1.Parent = game.Players.LocalPlayer.Character.Head
  34. gui1.Adornee = game.Players.LocalPlayer.Character.Head
  35. gui1.Size=UDim2.new(6,0,6,0)
  36. gui1.StudsOffset=Vector3.new(0,-1.5,0)
  37. gui1.AlwaysOnTop = false
  38. text1=Instance.new("ImageLabel")
  39. text1.Image = "http://www.roblox.com/asset/?id=1841376779" --XD
  40. text1.Size=UDim2.new(1,0,1,0)
  41. text1.Position=UDim2.new(0,0,0,0)
  42. text1.BackgroundTransparency = 1
  43. text1.Parent=gui1
  44. game.Players.LocalPlayer.Character.Head.Transparency = 1
  45. local m = plr:GetMouse()
  46. char.Humanoid.WalkSpeed = 60
  47. sweep.Touched:connect(function(hit)
  48. if hit.Parent:FindFirstChildWhichIsA("Humanoid") and aa == 0 then
  49. aa = 1
  50. local bep = Instance.new("Sound",char.Torso)
  51. bep.SoundId = "rbxassetid://613361563"
  52. bep.Volume = 5
  53. bep:Play()
  54. wait(1)
  55. hit.Parent.Torso.Velocity = Vector3.new(0,1400,0)
  56. local a = hit.Parent:FindFirstChildWhichIsA("Humanoid")
  57. a.Sit = true
  58. local oof = Instance.new("Sound",char.Torso)
  59. oof.Volume = 5
  60. oof.SoundId = "rbxassetid://1909185477"
  61. oof:Play()
  62. wait(0.1)
  63. aa = 0
  64. end
  65.  
  66. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement