LootQuest Script | ANTI-AFK, AUTO FUSE

Created by Jonn

Features:

  • ANTI-AFK
  • AUTO FUSE
local afkScript = game.Players.LocalPlayer.PlayerScripts:FindFirstChild("Input")

if afkScript then
    afkScript:Destroy()
end

while wait(2) do
    for i,v in pairs(game.Players.LocalPlayer.PlayerData.Swords:GetChildren()) do
        game:GetService("ReplicatedStorage").Remotes.FuseSword:FireServer(v)
    end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS