Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- getgenv().Enabled = true --Enabled and disable the autofarm
- local tycoonname = workspace:FindFirstChild("TycoonF") --[IMPORTANT] Change B to your tycoon letter, how? https://imgur.com/a/GE7FTN5
- local ores = tycoonname.Ores
- while getgenv().Enabled and wait() do
- if game:GetService("Players").LocalPlayer.leaderstats.Cash.value > 48 then
- wait()
- if tycoonname.Buttons:FindFirstChild("Explode") then
- game:GetService("ReplicatedStorage").Tycoon.ButtonClicked:FireServer(tycoonname.Buttons["Explode"].Head)
- else
- wait(0.1)
- game:GetService("ReplicatedStorage").Tycoon.ButtonClicked:FireServer(tycoonname.Buttons["Support"].Head)
- wait(2.1)
- for index, descendant in pairs(ores:GetDescendants()) do
- if descendant.Name == "Ore" then
- descendant.Position = Vector3.new(1178.73083, 11.2269144, -875.918518, 0.991139948, -2.05041868e-08, 0.132821858, 2.40688749e-08, 1, -2.52325609e-08, -0.132821858, 2.82058714e-08, 0.991139948)
- end
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement