Created CodeNox#6939
Features:
- AUTO FARM
- Equip your sword.
_G.toggled = true --true for on | false for off
--Do not execute this part anymore than once | best for performance--
pcall(function()
while _G.toggled do wait()
if game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool") then
game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool"):FindFirstChild("Animation"):FindFirstChildWhichIsA("RemoteEvent"):FireServer()
else
print"Equip Sword"
end
end
end)