Mega Mansion Tycoon Script | AUTO COLLECT WITHOUT GAMEPASS

[ad_1]

Created by RedWirePlatinum

Features:

  • AUTO COLLECT WITHOUT GAMEPASS
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)

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

[ad_2]