rrixh

youtuber tykoon INFMONEY

Jul 27th, 2023
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. -- more = requires better pc but gains more money
  2. local Loops = 100
  3.  
  4. if shared.booster then shared.booster = false return end
  5.  
  6. if gethiddenproperty(game.Players.LocalPlayer, "SimulationRadius") ~= math.huge then
  7. game["Run Service"].RenderStepped:connect(
  8. function()
  9. setscriptable(game.Players.LocalPlayer, "SimulationRadius", true)
  10. game.Players.LocalPlayer.SimulationRadius = math.huge * math.huge, math.huge * math.huge * 1 / 0 * 1 / 0 * 1 / 0 * 1 / 0 * 1 / 0
  11. end
  12. )
  13.  
  14. local player = game.Players.LocalPlayer
  15. player.SimulationRadiusChanged:Connect(function(radius)
  16. radius = 9e9
  17. return radius
  18. end)
  19. end
  20.  
  21. local function getTycoon()
  22. local player = game.Players.LocalPlayer
  23. for _, tycoon in next, workspace.Tycoons:GetChildren() do
  24. if not tycoon.Name:match(player.Name) then continue end
  25. return tycoon
  26. end
  27.  
  28. return false
  29. end
  30.  
  31. local tycoon = getTycoon()
  32. if not tycoon then return end
  33. shared.booster = true
  34.  
  35. local function getUpgraders()
  36. local found = {}
  37. for _, upgrader in next, tycoon.Bought:GetChildren() do
  38. if not upgrader.Name:match("Upgrader") then continue end
  39. table.insert(found, upgrader)
  40. end
  41.  
  42. return found
  43. end
  44.  
  45. while shared.booster do
  46. local upgraders = getUpgraders()
  47. for _, part in next, tycoon.DropsParts:GetChildren() do
  48. for _=1, Loops do
  49. for _, upgrader in next, upgraders do
  50. firetouchinterest(part, upgrader.MainPart, 1)
  51. firetouchinterest(part, upgrader.MainPart, 0)
  52. end
  53. end
  54. end
  55. task.wait()
  56. end
Add Comment
Please, Sign In to add comment