Functions: AutoFarm
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)
Thank you for using our website
Your script:
getgenv().shoot = true
while getgenv().shoot == true do
task.wait()
local A_1 = "Shoot"
local A_2 = "Green"
local Event = game:GetService("ReplicatedStorage").RF
Event:InvokeServer(A_1, A_2)
task.wait()
local A_1 = "Made"
local Event = game:GetService("ReplicatedStorage").RE
Event:FireServer(A_1)
end