Best Fling All Script - Pastebin.com (2024)

  1. -- Made by AnthonyIsntHere (got leaked and skids are claiming it as their own LOL)

  2. -- Reduced Time for Hoopz (Bypass)

  3. local Targets = {"All"} -- "All", "Target Name", "Target name can be shortened"

  4. local Players = game:GetService("Players")

  5. local Player = Players.LocalPlayer

  6. local AllBool = falseasa

  7. local GetPlayer = function(Name)

  8. Name = Name:lower()

  9. if Name == "all" or Name == "others" then

  10. AllBool = true

  11. return

  12. elseif Name == "random" then

  13. local GetPlayers = Players:GetPlayers()

  14. if table.find(GetPlayers,Player) then table.remove(GetPlayers,table.find(GetPlayers,Player)) end

  15. return GetPlayers[math.random(#GetPlayers)]

  16. elseif Name ~= "random" and Name ~= "all" and Name ~= "others" then

  17. for _,x in next, Players:GetPlayers() do

  18. if x ~= Player then

  19. if x.Name:lower():match("^"..Name) then

  20. return x;

  21. elseif x.DisplayName:lower():match("^"..Name) then

  22. return x;

  23. end

  24. end

  25. end

  26. else

  27. return

  28. end

  29. end

  30. local Message = function(_Title, _Text, Time)

  31. game:GetService("StarterGui"):SetCore("SendNotification", {Title = _Title, Text = _Text, Duration = Time})

  32. end

  33. local SkidFling = function(TargetPlayer)

  34. local Character = Player.Character

  35. local Humanoid = Character and Character:FindFirstChildOfClass("Humanoid")

  36. local RootPart = Humanoid and Humanoid.RootPart

  37. local TCharacter = TargetPlayer.Character

  38. local THumanoid

  39. local TRootPart

  40. local THead

  41. local Accessory

  42. local Handle

  43. if TCharacter:FindFirstChildOfClass("Humanoid") then

  44. THumanoid = TCharacter:FindFirstChildOfClass("Humanoid")

  45. end

  46. if THumanoid and THumanoid.RootPart then

  47. TRootPart = THumanoid.RootPart

  48. end

  49. if TCharacter:FindFirstChild("Head") then

  50. THead = TCharacter.Head

  51. end

  52. if TCharacter:FindFirstChildOfClass("Accessory") then

  53. Accessory = TCharacter:FindFirstChildOfClass("Accessory")

  54. end

  55. if Accessoy and Accessory:FindFirstChild("Handle") then

  56. Handle = Accessory.Handle

  57. end

  58. if Character and Humanoid and RootPart then

  59. if RootPart.Velocity.Magnitude < 50 then

  60. getgenv().OldPos = RootPart.CFrame

  61. end

  62. if THumanoid and THumanoid.Sit and not AllBool then

  63. return Message("Error Occurred", "Targeting is sitting", 5) -- u can remove dis part if u want lol

  64. end

  65. if THead then

  66. workspace.CurrentCamera.CameraSubject = THead

  67. elseif not THead and Handle then

  68. workspace.CurrentCamera.CameraSubject = Handle

  69. elseif THumanoid and TRootPart then

  70. workspace.CurrentCamera.CameraSubject = THumanoid

  71. end

  72. if not TCharacter:FindFirstChildWhichIsA("BasePart") then

  73. return

  74. end

  75. local FPos = function(BasePart, Pos, Ang)

  76. RootPart.CFrame = CFrame.new(BasePart.Position) * Pos * Ang

  77. Character:SetPrimaryPartCFrame(CFrame.new(BasePart.Position) * Pos * Ang)

  78. RootPart.Velocity = Vector3.new(9e7, 9e7 * 10, 9e7)

  79. RootPart.RotVelocity = Vector3.new(9e8, 9e8, 9e8)

  80. end

  81. local SFBasePart = function(BasePart)

  82. local TimeToWait = 0.1

  83. local Time = tick()

  84. local Angle = 0

  85. repeat

  86. if RootPart and THumanoid then

  87. if BasePart.Velocity.Magnitude < 50 then

  88. Angle = Angle + 100

  89. FPos(BasePart, CFrame.new(0, 1.5, 0) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle),0 ,0))

  90. task.wait()

  91. FPos(BasePart, CFrame.new(0, -1.5, 0) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))

  92. task.wait()

  93. FPos(BasePart, CFrame.new(2.25, 1.5, -2.25) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))

  94. task.wait()

  95. FPos(BasePart, CFrame.new(-2.25, -1.5, 2.25) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))

  96. task.wait()

  97. FPos(BasePart, CFrame.new(0, 1.5, 0) + THumanoid.MoveDirection,CFrame.Angles(math.rad(Angle), 0, 0))

  98. task.wait()

  99. FPos(BasePart, CFrame.new(0, -1.5, 0) + THumanoid.MoveDirection,CFrame.Angles(math.rad(Angle), 0, 0))

  100. task.wait()

  101. else

  102. FPos(BasePart, CFrame.new(0, 1.5, THumanoid.WalkSpeed), CFrame.Angles(math.rad(90), 0, 0))

  103. task.wait()

  104. FPos(BasePart, CFrame.new(0, -1.5, -THumanoid.WalkSpeed), CFrame.Angles(0, 0, 0))

  105. task.wait()

  106. FPos(BasePart, CFrame.new(0, 1.5, THumanoid.WalkSpeed), CFrame.Angles(math.rad(90), 0, 0))

  107. task.wait()

  108. FPos(BasePart, CFrame.new(0, 1.5, TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(math.rad(90), 0, 0))

  109. task.wait()

  110. FPos(BasePart, CFrame.new(0, -1.5, -TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(0, 0, 0))

  111. task.wait()

  112. FPos(BasePart, CFrame.new(0, 1.5, TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(math.rad(90), 0, 0))

  113. task.wait()

  114. FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(math.rad(90), 0, 0))

  115. task.wait()

  116. FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(0, 0, 0))

  117. task.wait()

  118. FPos(BasePart, CFrame.new(0, -1.5 ,0), CFrame.Angles(math.rad(-90), 0, 0))

  119. task.wait()

  120. FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(0, 0, 0))

  121. task.wait()

  122. end

  123. else

  124. break

  125. end

  126. until BasePart.Velocity.Magnitude > 500 or BasePart.Parent ~= TargetPlayer.Character or TargetPlayer.Parent ~= Players or not TargetPlayer.Character == TCharacter or THumanoid.Sit or Humanoid.Health <= 0 or tick() > Time + TimeToWait

  127. end

  128. workspace.FallenPartsDestroyHeight = 0/0

  129. local BV = Instance.new("BodyVelocity")

  130. BV.Name = "EpixVel"

  131. BV.Parent = RootPart

  132. BV.Velocity = Vector3.new(9e8, 9e8, 9e8)

  133. BV.MaxForce = Vector3.new(1/0, 1/0, 1/0)

  134. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated, false)

  135. if TRootPart and THead then

  136. if (TRootPart.CFrame.p - THead.CFrame.p).Magnitude > 5 then

  137. SFBasePart(THead)

  138. else

  139. SFBasePart(TRootPart)

  140. end

  141. elseif TRootPart and not THead then

  142. SFBasePart(TRootPart)

  143. elseif not TRootPart and THead then

  144. SFBasePart(THead)

  145. elseif not TRootPart and not THead and Accessory and Handle then

  146. SFBasePart(Handle)

  147. else

  148. return Message("Error Occurred", "Target is missing everything", 5)

  149. end

  150. BV:Destroy()

  151. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated, true)

  152. workspace.CurrentCamera.CameraSubject = Humanoid

  153. repeat

  154. RootPart.CFrame = getgenv().OldPos * CFrame.new(0, .5, 0)

  155. Character:SetPrimaryPartCFrame(getgenv().OldPos * CFrame.new(0, .5, 0))

  156. Humanoid:ChangeState("GettingUp")

  157. table.foreach(Character:GetChildren(), function(_, x)

  158. if x:IsA("BasePart") then

  159. x.Velocity, x.RotVelocity = Vector3.new(), Vector3.new()

  160. end

  161. end)

  162. task.wait()

  163. until (RootPart.Position - getgenv().OldPos.p).Magnitude < 25

  164. workspace.FallenPartsDestroyHeight = getgenv().FPDH

  165. else

  166. return Message("Error Occurred", "Random error", 5)

  167. end

  168. end

  169. if not Welcome then Message("Script by AnthonyIsntHere", "Enjoy!", 5) end

  170. getgenv().Welcome = true

  171. if Targets[1] then for _,x in next, Targets do GetPlayer(x) end else return end

  172. if AllBool then

  173. for _,x in next, Players:GetPlayers() do

  174. SkidFling(x)

  175. end

  176. end

  177. for _,x in next, Targets do

  178. if GetPlayer(x) and GetPlayer(x) ~= Player then

  179. if GetPlayer(x).UserId ~= 1414978355 then

  180. local TPlayer = GetPlayer(x)

  181. if TPlayer then

  182. SkidFling(TPlayer)

  183. end

  184. else

  185. Message("Error Occurred", "This user is whitelisted! (Owner)", 5)

  186. end

  187. elseif not GetPlayer(x) and not AllBool then

  188. Message("Error Occurred", "Username Invalid", 5)

  189. end

  190. end

Best Fling All Script - Pastebin.com (2024)

References

Top Articles
Latest Posts
Article information

Author: Twana Towne Ret

Last Updated:

Views: 5727

Rating: 4.3 / 5 (64 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Twana Towne Ret

Birthday: 1994-03-19

Address: Apt. 990 97439 Corwin Motorway, Port Eliseoburgh, NM 99144-2618

Phone: +5958753152963

Job: National Specialist

Hobby: Kayaking, Photography, Skydiving, Embroidery, Leather crafting, Orienteering, Cooking

Introduction: My name is Twana Towne Ret, I am a famous, talented, joyous, perfect, powerful, inquisitive, lovely person who loves writing and wants to share my knowledge and understanding with you.