ADVERTISEMENTREMOVE ADS
Auto Farm(Open Source for skids)
24,132 views

Script Preview
Description
Basic auto farm
I worked so hard
And yea i'm lazy to found remotes for this script
I recommend use not this shit auto hit better use auto clicker
ADVERTISEMENTREMOVE ADS
35 Lines • 976 Bytes
loadstring(game:HttpGet("https://pastebin.com/raw/RYAvTsAS"))()
task.spawn(function()
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
local folder = LocalPlayer.PlayerGui:WaitForChild("RoactUI")
.MobileButtons.NormalFrame
local TARGET = "meleeFlourish"
local function isObjectPresent()
return folder:FindFirstChild(TARGET) ~= nil
end
folder.ChildAdded:Connect(function(child)
if child.Name == TARGET then
mouse1press()
print("[AUTO PRESS] meleeFlourish appeared — pressed")
end
end)
folder.ChildRemoved:Connect(function(child)
if child.Name == TARGET then
mouse1release()
print("[AUTO PRESS] meleeFlourish removed — released")
end
end)
if isObjectPresent() then
mouse1press()
print("[AUTO PRESS] Object already existed — pressed")
end
end)
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS



Comments
This script is bad sry😭
But working
can u do an autoparry one? but But no problem u r the only person that i can find scripts
@Pedro9 Oh ok, I forgot I didn't think anyone was interested in this game at all. OK, I'll do it quickly.