ADVERTISEMENTREMOVE ADS
Game icon

Auto Farm(Open Source for skids)

Combat Warriors
2 weeks ago
Script preview thumbnail
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
Raw
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

Comments

4 comments
to add a comment
Mi

This script is bad sry😭

0
0
Mi

But working

0
0
Pe

can u do an autoparry one? but But no problem u r the only person that i can find scripts

0
0
Mi

@Pedro9 Oh ok, I forgot I didn't think anyone was interested in this game at all. OK, I'll do it quickly.

0
0
ADVERTISEMENTREMOVE ADS