Money Tycoon Script | AUTO BUY TYCOON BUTTON, AUTO COLLECT MONEY, AUTO REBIRTH

Png-16.png

Created by SaturnDex

Features:

  • AUTO BUY TYCOON BUTTON
  • AUTO COLLECT MONEY
  • AUTO REBIRTH
_G.autoButton = true; -- auto buys tycoon buttons
_G.autoColl = true; -- auto collects your money
_G.autoRebirth = true; -- auto rebirths when possible

-- calls
local pRoot = game.Players.LocalPlayer.Character.HumanoidRootPart
local lPlayer = game.Players.LocalPlayer

-- auto buy buttons
spawn(function()
  if _G.autoButton then
      autoBuy = true
      while autoBuy == true do
          for i, v in pairs(game:GetService("Workspace").Tycoons[lPlayer.Team.Name].ButtonsFolder:GetDescendants()) do
              if v.Name == "Gamepass" then
                  local p2w = v.Parent
                  p2w:Destroy()
              end
          end
          wait(0.5)
          for i, v in pairs(game:GetService("Workspace").Tycoons[lPlayer.Team.Name].ButtonsFolder:GetDescendants()) do
              if v:IsA("TouchTransmitter") then
                  firetouchinterest(pRoot, v.Parent, 0)
                  firetouchinterest(pRoot, v.Parent, 1)
              end
          end
          wait(1)
      end
  else
      autoBuy = false
  end
end)

-- auto collect money
spawn(function()
  if _G.autoColl then
      autoCollect = true
      while autoCollect == true do
          for i, v in pairs(game:GetService("Workspace").Tycoons[lPlayer.Team.Name].StarterParts.Collector:GetDescendants()) do
          if v:IsA("TouchTransmitter") then
              firetouchinterest(pRoot, v.Parent, 0)
              wait()
              firetouchinterest(pRoot, v.Parent, 1)
          end
      end
          wait()
      end
  else
      autoCollect = false
  end
end)

-- auto rebirth
spawn(function()
  while _G.autoRebirth and wait(0.1) do
      game:GetService("ReplicatedStorage").Events.Rebirth:FireServer()
  end
end)

 

ENJOY!

 

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

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ