Sword Factory Script | Auto Button Click
This is a new and really nice Sword Factory script that clicks the “Spawn item” button for you. So you can go to Universal script and grab the anti-AFK script, so you can just sit back and let the money come in. Also if you don’t know how to use the script you can watch some tutorials on How to exploit & Safety
The game this script is for – Sword Factory
local a = game:GetService("Players").LocalPlayer _G.ON = true while _G.ON and task.wait(3) do for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do if a.Name.. "'s" .. " Base " and v:FindFirstChild("ClickDetector") then fireclickdetector(v.ClickDetector) end end end local x = 1 local y = 1 local z = 20 for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if v.ClassName == "Tool" then local reach = Instance.new("SelectionBox", v.Handle) reach.Adornee = v.Handle v.Handle.Size = Vector3.new(x, y, z) end end