Sword Factory Script | DUPE ENTIRE INVENTORY, SPOOF YOUR SWORDS

Created by xboxfan523

Features:

  • Script 1:
  • You can use this script to dupe your entire inventory, it works as many times as possible!
for _, yes in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
   yes.Parent = game.Players.LocalPlayer.Character
end
wait()
for _, yes in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
   if yes:IsA("Tool") then
       yes.Parent = workspace
   end
end
game:Shutdown()
  • Script 2:
  • You can spoof your swords to prevent the anti-dupe from deleting your duped swords!
local spoof = {"ITEMID"} -- things can spoof (Owner, Level, Enchant1, Enchant2, Enchant3, Quality, Class, ITEMID, Mold)


for i1, v1 in pairs(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Config:GetChildren()) do
   for i2, v2 in next, spoof do
       if tostring(v1) == v2 then
           v1:Remove()
       end
   end
end

ENJOY!

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

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS