MawinCK

Fling Script no collision LOL Destroy any game

May 1st, 2023 (edited)
38
0
Never
5
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. loadstring(game:HttpGet('https://github.com/DigitalityScripts/roblox-scripts/raw/main/loop fling all'))()
  2. --[[wear any rthro head with R15 and rthro hats for this script to work!
  3.  
  4. https://www.roblox.com/catalog/4381828509/Junkbot-Hat
  5. from
  6. https://www.roblox.com/bundles/589/Junkbot
  7.  
  8. https://www.roblox.com/catalog/2493718915/The-High-Seas-Beatrix-The-Pirate-Queen-Hat
  9. from
  10. https://www.roblox.com/bundles/339/The-High-Seas-Beatrix-The-Pirate-Queen
  11. ]]--
Comments
  • MawinCK
    1 year
    # text 0.05 KB | 0 0
    1. Also there Another Script that also no collision
  • MawinCK
    1 year
    # text 3.30 KB | 0 0
    1. --Pusher made by rouxhaver/1+1=2
    2. --Hat resizer and dropper made by DigitalityScripts
    3.  
    4. --This script sometimes works in games without player-collision
    5.  
    6. --INSTRUCTIONS:
    7. --use r15 body type
    8. --have a classic Rthro Head
    9. --wear any Rthro Hats
    10.  
    11. --RECOMMENDED:
    12. --https://www.roblox.com/catalog/2493588193/Knights-of-Redcliff-Paladin-Head
    13. --https://www.roblox.com/catalog/4381828509/Junkbot-Hat
    14. --https://www.roblox.com/catalog/2493590711/Knights-of-Redcliff-Paladin-Helmet
    15. --https://www.roblox.com/catalog/2493718915/The-High-Seas-Beatrix-The-Pirate-Queen-Hat
    16.  
    17. loadstring(game:HttpGet('https://raw.githubusercontent.com/DigitalityScripts/roblox-scripts/main/hat%20resize%20%2B%20drop'))()
    18. loadstring(game:HttpGet("https://raw.githubusercontent.com/rouxhaver/random-sh-t/main/non%20local%20free%20cam%20start.lua"))()
    19. loadstring(game:HttpGet("https://raw.githubusercontent.com/rouxhaver/random-sh-t/main/Credit"))()
    20.  
    21. ToggleFreecam() -- Remove this if you don't want free cam or etcetera
    22.  
    23. player = game.Players.LocalPlayer
    24.  
    25. mouse = player:GetMouse()
    26.  
    27. for i,v in pairs(player.Character:GetChildren()) do
    28. if v:IsA("Accessory") then
    29. _ = Instance.new("SelectionBox",v)
    30. _.Adornee = v.Handle
    31. game.RunService.Heartbeat:Connect(function()
    32. v.Handle.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
    33. v.Handle.Velocity = Vector3.new(25.70,0,0)
    34. v.Handle.CanCollide = false
    35. end)
    36. if e ~= "e" then game.Players.LocalPlayer:Kick()
    37. end
    38. coroutine.wrap(function()
    39. while task.wait() do
    40. v.Handle.Position = mouse.Hit.Position + Vector3.new(math.random(-15,15),math.random(0,15),math.random(-15,15))
    41. v.Handle.Orientation = Vector3.new(math.random(-180,180),math.random(-180,180),math.random(-180,180))
    42. end
    43. end)()
    44. end
    45. end
  • MawinCK
    1 year
    # text 0.03 KB | 0 0
    1. These script is for destroying game
  • MawinCK
    1 year
    # text 0.05 KB | 0 0
    1. If u don't wear all of these hat u will cant use script
  • MawinCK
    1 year
    # text 0.38 KB | 0 0
    1. Also work on almost all game WARNING some game that not support Hat push Is will Completely useless bc u hat will become noclip if the game not support hat pusher but atleast u can using this in lot of game these script can used in famous game too also u can see if the game support hat push u can check by using The script if the these 2 script cant fling that mean is not supported
Add Comment
Please, Sign In to add comment