Jack12332

CBRINGALL

Mar 11th, 2023
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. --[[
  2. bad skid
  3. --]]
  4.  
  5. local L_1_ = true;
  6. local L_2_ = game.Players.LocalPlayer.Character.HumanoidRootPart;
  7. local L_3_ = L_2_.Position - Vector3.new(5, 0, 0)
  8.  
  9. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(L_4_arg1)
  10. if L_4_arg1 == 'f' then
  11. L_1_ = not L_1_
  12. end;
  13. if L_4_arg1 == 'r' then
  14. L_2_ = game.Players.LocalPlayer.Character.HumanoidRootPart;
  15. L_3_ = L_2_.Position - Vector3.new(5, 0, 0)
  16. end
  17. end)
  18.  
  19. for L_5_forvar1, L_6_forvar2 in pairs(game.Players:GetPlayers()) do
  20. if L_6_forvar2 == game.Players.LocalPlayer then
  21. else
  22. local L_7_ = coroutine.create(function()
  23. game:GetService('RunService').RenderStepped:Connect(function()
  24. local L_8_, L_9_ = pcall(function()
  25. local L_10_ = L_6_forvar2.Character;
  26. if L_10_ then
  27. if L_10_:FindFirstChild("HumanoidRootPart") then
  28. if L_1_ then
  29. L_6_forvar2.Backpack:ClearAllChildren()
  30. for L_11_forvar1, L_12_forvar2 in pairs(L_10_:GetChildren()) do
  31. if L_12_forvar2:IsA("Tool") then
  32. L_12_forvar2:Destroy()
  33. end
  34. end;
  35. L_10_.HumanoidRootPart.CFrame = CFrame.new(L_3_)
  36. end
  37. end
  38. end
  39. end)
  40. if L_8_ then
  41. else
  42. warn("Unnormal error: "..L_9_)
  43. end
  44. end)
  45. end)
  46. coroutine.resume(L_7_)
  47. end
  48. end;
  49.  
  50. game.Players.PlayerAdded:Connect(function(L_13_arg1)
  51. if L_13_arg1 == game.Players.LocalPlayer then
  52. else
  53. local L_14_ = coroutine.create(function()
  54. game:GetService('RunService').RenderStepped:Connect(function()
  55. local L_15_, L_16_ = pcall(function()
  56. local L_17_ = L_13_arg1.Character;
  57. if L_17_ then
  58. if L_17_:FindFirstChild("HumanoidRootPart") then
  59. if L_1_ then
  60. L_13_arg1.Backpack:ClearAllChildren()
  61. for L_18_forvar1, L_19_forvar2 in pairs(L_17_:GetChildren()) do
  62. if L_19_forvar2:IsA("Tool") then
  63. L_19_forvar2:Destroy()
  64. end
  65. end;
  66. L_17_.HumanoidRootPart.CFrame = CFrame.new(L_3_)
  67. end
  68. end
  69. end
  70. end)
  71. if L_15_ then
  72. else
  73. warn("Unnormal error: "..L_16_)
  74. end
  75. end)
  76. end)
  77. coroutine.resume(L_14_)
  78. end
  79. end)
Add Comment
Please, Sign In to add comment