The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
CLONE TYCOON 2 (INF COIN) script pastebin roblox
By CLONE TYCOON 2 (INF COIN) on 2024-09-18 08:00 am | Syntax: LUA | Views: 30



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local Base = game:GetService("Workspace").Tycoons
  2. local LocalPlayer = game:GetService'Players'.LocalPlayer
  3. local Name = LocalPlayer.Name
  4.  
  5. while true do
  6.    workspace.Events.DataStores.uhoh:FireServer('mine', 'Diamonds')
  7.    workspace.Events.DataStores.uhoh:FireServer('mine', 'Gold')
  8.    workspace.Events.DataStores.uhoh:FireServer('mine', 'Iron')
  9.    workspace.Events.DataStores.uhoh:FireServer('mine', 'Coal')
  10.    for _, Child in next, Base:GetChildren() do
  11.        if Child.Factory.Player.Value == Name then
  12.            fireproximityprompt(Child.Factory.Objects.BoughtItems['Ore Refinery'].SpellVortex.Main.Attachment.SellOres)
  13.        end
  14.    end
  15.    task.wait()
  16. end
  17. Click To Copy