Scripts

Fling This and That Scripts

Keyless loaders players actually paste. Using them can cost the account.

Last updated:

Scripts Hub

This hub lists Fling This and That (and clone-compatible) loaders that show up in public script catalogs. Brickified advertised a stricter anti-cheat than Fling Things and People. Treat every snippet as account risk. If you only want to play the sandbox, close this tab and open getting started.

Paste one loader at a time after you have joined the island. Do not stack hubs. If the character breaks, rejoin. How-to lives on how to execute. Protection-focused notes live on anti-grab.

FTAT-first: hazard toggles

Nexus Hubb is the listing written around Fling This and That hazards: anti grab, anti suncaller, anti ice, anti quicksand, anti lava, anti potion (already patched on some builds). Lava and suncaller grab were marked patched by the uploader. Copy the live snippet from the listing’s copy button — it is not a stable public raw URL, so we will not invent one. If that copy control 404s, skip to the clone hubs below.

Keyless hubs that hook grab physics

These loaders were published for Fling Things and People and for clones that still spawn GrabParts. They are the ones most likely to boot on FTAT without a hard place-ID check.

Blitz Hub

Super throw, anti grab, silent aim, ESP, poison/fire/blobman grabs, auras.

loadstring(game:HttpGet("https://raw.githubusercontent.com/BlizTBr/scripts/refs/heads/main/FTAP.lua"))()

Faldes Hub (legacy)

Strength, anti grab, speed, blobman kick, burn/ragdoll all, hitbox, noclip. Press M to hide the menu. Author marked it legacy.

loadstring(game:HttpGet("https://raw.githubusercontent.com/Artss1/Flades_Hub/refs/heads/main/We%20Are%20Arts.lua"))()

Name Hub

Poison/fire/kill grab, super throw, anti grab, tornado aura, fire/poison/kill auras.

loadstring(game:HttpGet("https://raw.githubusercontent.com/NameHubScript/_/refs/heads/main/f"))()

Cosmic Hub

Super fling, grab aura, anti fling, teleport, ragdoll, speed.

loadstring(game:HttpGet("https://raw.githubusercontent.com/ExolKaddinx/deobfuscated/refs/heads/main/cosmichub-new.lua",true))()

Silent aim (Camakatikk)

Nearest-enemy silent aim using the game’s grab raycast. Author said it also works on some clones.

loadstring(game:HttpGet("https://rawscripts.net/raw/Fling-Things-and-People-simple-silent-aim-by-Camakatikk-87152"))()

Verbal Hub V3

Anti grab, anti blobman, anti void, anti explosion, noclip, anti kick.

loadstring(game:HttpGet("https://raw.githubusercontent.com/VerbalHubz/Verbal-Hub/refs/heads/main/Verbal%20Hub%20V3",true))()

Super power pack

Anti fling, far fling, ESP, walkspeed, jump power, anti grab, fire/poison all.

loadstring(game:HttpGet("https://gist.githubusercontent.com/lolwsg/f7addd848006471806f31592e0a27336/raw/9f42e2d0db75cf99b46ea10eb3ecdf98876cdbcd/fling", true))()

Open-source strength (GrabParts)

Tiny injector for games that name grab welds GrabParts. Default strength 356. PC throw is right-click. Lower the number if the anti-cheat nags.

local userinputs = game:GetService("UserInputService")
local d = game:GetService("Debris")
local strength = 356
workspace.ChildAdded:Connect(function(model)
  if model.Name == "GrabParts" then
    local part = model.GrabPart.WeldConstraint.Part1
    if part then
      local velocityObj = Instance.new("BodyVelocity", part)
      model:GetPropertyChangedSignal("Parent"):Connect(function()
        if not model.Parent then
          if userinputs:GetLastInputType() == Enum.UserInputType.MouseButton2 then
            velocityObj.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
            velocityObj.Velocity = workspace.CurrentCamera.CFrame.lookVector * strength
            d:AddItem(velocityObj, 1)
          else
            velocityObj:Destroy()
          end
        end
      end)
    end
  end
end)

Skip these

Paid key shops, follow-gates, Luarmor wrappers, and listings other players already marked as scams. If a GUI asks you to join a Discord for a key, close it. This wiki will not host those loaders.

Play the game instead

Reach is a Jef’s Jumble upgrade and a 250 Robux pass. Coins still come from the incinerator. Throws still need camera aim — how to fling. Scripts do not grant codes, badges, or Toy Collector.

If you execute anyway, use an alt, never paste a cookie, and expect the snippet to 404 after the next Brickified push. The changelog is for island patches, not for keeping cheats alive.

FAQ

Frequently Asked Questions

Quick answers for Fling This and That on Roblox.

Are these scripts safe?

No script is safe. FTAT advertises stronger anti-cheat than the original. Use at your own risk; this wiki is not a cheat support desk.

Which script should I try first on FTAT?

Hazard toggles from Nexus Hubb if the copy button still works, otherwise a GrabParts-compatible hub such as Blitz or Faldes. One at a time.

Do scripts give free coins or codes?

Ignore "free coins" buttons. There are no live codes. Farm the incinerator.

Will a script get me badges?

If it auto-awards, it is the fastest way to a moderation. Earn badges in the sandbox.