Advertisement
mouseybessy627

Mining Tycoon Revival Script

Jun 21st, 2022
3,286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.08 KB | None | 0 0
  1. getgenv().Enabled = true --Enabled and disable the autofarm
  2.  
  3. local tycoonname = workspace:FindFirstChild("TycoonF") --[IMPORTANT] Change B to your tycoon letter, how? https://imgur.com/a/GE7FTN5
  4. local ores = tycoonname.Ores
  5. while getgenv().Enabled and wait() do
  6.  
  7. if game:GetService("Players").LocalPlayer.leaderstats.Cash.value > 48 then
  8.            wait()
  9.       if tycoonname.Buttons:FindFirstChild("Explode") then
  10.          
  11.           game:GetService("ReplicatedStorage").Tycoon.ButtonClicked:FireServer(tycoonname.Buttons["Explode"].Head)
  12.          
  13.  
  14.           else
  15.            wait(0.1)
  16.            
  17.            game:GetService("ReplicatedStorage").Tycoon.ButtonClicked:FireServer(tycoonname.Buttons["Support"].Head)
  18.  
  19.            
  20.            wait(2.1)
  21.            for index, descendant in pairs(ores:GetDescendants()) do
  22.   if descendant.Name == "Ore" then
  23.       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)
  24.       end
  25. end
  26. end
  27. end
  28. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement