Da Hood Script | SUPER SWORD GIVER

PWGg0Ly.png

Created by haboi

Features:

  • SUPER SWORD GIVER
  • HOW TO USE:
  • 1. Execute the script
  • 2. Check your backpack for an item called “tool”, drag the item to your hotbar and you’ll be able to equip or unequip the entire sword via this tool
  • DEV NOTES:
  • The sword’s length depends upon how many knives there are around the map so if you keep executing the script your sword will grow over time.
local x = 0
local increment = 1
local y = 0
local increment1 = 0
local z = 0
local increment2 = 0
local name = "[Knife]"

for _, v in pairs(workspace:GetDescendants()) do
    if v.ClassName == "TouchTransmitter" and v.Parent.Parent.Name == "[Knife]" then
        firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
    end
end
wait(1)
for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
    if v.ClassName == "Tool" then
        v.Parent = game.Players.LocalPlayer.Backpack
    end
end
wait()
for _, v in pairs(game.Players.LocalPlayer:GetDescendants()) do
    if v.ClassName == "Tool" and v.Name == name then
        v.Parent = game.Players.LocalPlayer.Character
        v.GripPos = Vector3.new(x, y, z)
        x = x + increment
        y = y + increment1
        z = z + increment2
        task.wait()
    end
end

x = game.Players.LocalPlayer.Backpack:FindFirstChild("Tool")

if x == nil then
    local tool = Instance.new("Tool")
    tool.Parent = game.Players.LocalPlayer.Backpack
    local PLR = game.Players.LocalPlayer

    for _, v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
        if v.Name == "Tool" then
            while wait(1) do
                if v.Parent == game.Players.LocalPlayer.Character then
                    for i, k in pairs(PLR:GetDescendants()) do
                        if k.ClassName == "Tool" and k.Name == "[Knife]" then
                            k.Parent = PLR.Character
                        else
                            print("Already got the tool homie")
                        end
                    end
                end
            end
        end
    end
end

ENJOY!

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

ENJOY!

 

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

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of Service