Features:
- Auto Collect Money
- Auto Buy
- Auto Rebirth
Script :
getgenv().autoBuy = truegetgenv().autoRebirth = falsegetgenv().autoCollect = truegetgenv().infMoney = true -- Only works with autoRebirthlocal rStorage = game:GetService("ReplicatedStorage")while wait(0.3) dofor _,v in pairs(workspace.Tycoons:GetChildren()) doif v.Owner.Value == game.Players.LocalPlayer.Name thenif autoRebirth thenrStorage.rebirthEvent:FireServer()if infMoney thenrStorage.RespawnService:FireServer(9e17)endendif autoBuy thenfor a,b in pairs(v.ButtonsFolder:GetChildren()) doif not b:FindFirstChild("GamePass") thenfiretouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, b.Head, 0)firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, b.Head, 1)endendendif autoCollect thenfiretouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.StarterParts.Collector.Givers.CashCollector, 0)firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.StarterParts.Collector.Givers.CashCollector, 1)endendendend
game : https://www.roblox.com/games/6677985923/Millionaire-Empire-Tycoon
Post a Comment