Functions: Slow autofarm

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)
Thank you for using our website
Your script:
_G.Condition = true -- true turns it on, false turns it off
while _G.Condition == true do
if workspace["_yes"]:FindFirstChild("100") then
fireclickdetector(game:GetService("Workspace")["_yes"]["100"].ClickDetector)
print("click 100")
end
if workspace["_yes"]:FindFirstChild("1000") then
fireclickdetector(game:GetService("Workspace")["_yes"]["1000"].ClickDetector)
print("click 1k")
end
wait()
end

Leave a Comment