Functions: Autofarm money

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:
local tycoons = workspace["Zednov's Tycoon Kit"].Tycoons
local lplr = game.Players.LocalPlayer
local runservice = game.RunService
local your_tycoon
for i,v in pairs(tycoons:GetChildren()) do
if v.Owner.Value == lplr then
your_tycoon = v
break
end
end
local giver = your_tycoon.Essentials.Giver
runservice.RenderStepped:connect(function()
pcall(function()
firetouchinterest(giver, lplr.Character.HumanoidRootPart, 0)
firetouchinterest(giver, lplr.Character.HumanoidRootPart, 1)
end)
end)