bardhi_08

Be a parkour ninja telekill

Sep 21st, 2024
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. local Players = game:GetService("Players")
  2. local plr = game.Players.LocalPlayer
  3.  
  4. getgenv().GODLYSKIDDERXISASKID = true -- u cant toggle this its broken :/
  5.  
  6. while getgenv().GODLYSKIDDERXISASKID do
  7. for _, v in pairs(Players:GetPlayers()) do
  8. if
  9. v.Character and v.Character:FindFirstChildOfClass("Humanoid") and v.Character.Humanoid.Health ~= 0 and
  10. v ~= Players.LocalPlayer
  11. then
  12. repeat
  13. game:GetService "VirtualUser":Button1Down(Vector2.new(0.9, 0.9))
  14. game:GetService "VirtualUser":Button1Up(Vector2.new(0.9, 0.9))
  15. if plr.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  16. getgenv().r6noclip = true
  17. game:GetService("RunService").Stepped:Connect(
  18. function()
  19. if getgenv().r6noclip == true then
  20. game.Players.LocalPlayer.Character.Head.CanCollide = false
  21. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  22. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  23. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  24. end
  25. end
  26. )
  27. end
  28. for i, v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  29. if v.name == "Katana" then
  30. v.Parent = game.Players.LocalPlayer.Character
  31. end
  32. end
  33. local CFrameEnd = v.Character.HumanoidRootPart.CFrame
  34. local Time = 0.29
  35. local tween =
  36. game:GetService("TweenService"):Create(
  37. game.Players.LocalPlayer.Character.HumanoidRootPart,
  38. TweenInfo.new(Time),
  39. {CFrame = CFrameEnd}
  40. )
  41. tween:Play()
  42. task.wait()
  43. tween.Completed:Wait()
  44. game.Players.LocalPlayer.Character.Head.Anchored = true
  45. wait(0.03) -- Dont Lower Or Kick
  46. game.Players.LocalPlayer.Character.Head.Anchored = false
  47. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  48. game:GetService("ReplicatedStorage").RemoteTriggers.SpawnIn:FireServer()
  49. end
  50. until v.Character.Humanoid.Health <= 0
  51. end
  52. end
  53. task.wait()
  54. end
Add Comment
Please, Sign In to add comment