RgRacks

ROBLOX ANTI SKIDX [R6] [NEVER GET FLINGED AGAIN]

Oct 4th, 2020
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.06 KB | None | 0 0
  1. plrs = game:GetService("Players")
  2. plr = plrs.LocalPlayer
  3. char = plr.Character
  4.  
  5. loadstring(game:HttpGet("https://paste.ee/r/WsEHt/0", true))()
  6. for _,delete in pairs(workspace:GetDescendants()) do
  7.     if delete:IsA("Seat") then
  8.         delete:Destroy()
  9.     end
  10. end
  11. wait()
  12. char.HumanoidRootPart.Size = Vector3.new(1000000, char.HumanoidRootPart.Size.Y, 1000000)
  13. wait()
  14. for _,delete in pairs(char:GetChildren()) do
  15.     if delete:IsA("Accessory") then
  16.         delete:Destroy()
  17.     end
  18. end
  19. wait()
  20. for _,delete in pairs(workspace:GetChildren()) do
  21.     if delete:IsA("Accessory") then
  22.         delete.Handle.Position = char.Head.Position
  23.         repeat wait() until delete.Parent == char
  24.         delete:Destroy()
  25.     end
  26. end
  27.  
  28. workspace.ChildAdded:Connect(function(child)
  29.     if child:IsA("Accessory") or child:IsA("Tool") then
  30.         child.Handle.Position = char.Head.Position
  31.         repeat wait() until child.Parent == char
  32.         child:Destroy()
  33.     end
  34. end)
  35.  
  36. char.ChildAdded:Connect(function(child)
  37.     if child:IsA("Accessory") or child:IsA("Tool") then
Add Comment
Please, Sign In to add comment