Advertisement
KirchohexSX

money tycooon script

Dec 18th, 2022 (edited)
2,997
1
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 KB | None | 1 0
  1. --money tycoon script
  2. -- made by jogs#2535
  3. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  4. local Window = Library.CreateLib("money tycoon script by jogs#2535", "Synapse")
  5.  
  6. local Tab = Window:NewTab("autofarm")
  7. local Section = Tab:NewSection("get yo money not funny up!!")
  8.  
  9. _G.autoButton = true; -- auto buys tycoon buttons
  10. _G.autoColl = true; -- auto collects your money
  11. _G.autoRebirth = true; -- auto rebirths when possible
  12.  
  13. -- calls
  14. local pRoot = game.Players.LocalPlayer.Character.HumanoidRootPart
  15. local lPlayer = game.Players.LocalPlayer
  16.  
  17. -- auto buy buttons
  18. spawn(function()
  19. if _G.autoButton then
  20. autoBuy = true
  21. while autoBuy == true do
  22. for i, v in pairs(game:GetService("Workspace").Tycoons[lPlayer.Team.Name].ButtonsFolder:GetDescendants()) do
  23. if v.Name == "Gamepass" then
  24. local p2w = v.Parent
  25. p2w:Destroy()
  26. end
  27. end
  28. wait(0.5)
  29. for i, v in pairs(game:GetService("Workspace").Tycoons[lPlayer.Team.Name].ButtonsFolder:GetDescendants()) do
  30. if v:IsA("TouchTransmitter") then
  31. firetouchinterest(pRoot, v.Parent, 0)
  32. firetouchinterest(pRoot, v.Parent, 1)
  33. end
  34. end
  35. wait(1)
  36. end
  37. else
  38. autoBuy = false
  39. end
  40. end)
  41.  
  42. -- auto collect money
  43. spawn(function()
  44. if _G.autoColl then
  45. autoCollect = true
  46. while autoCollect == true do
  47. for i, v in pairs(game:GetService("Workspace").Tycoons[lPlayer.Team.Name].StarterParts.Collector:GetDescendants()) do
  48. if v:IsA("TouchTransmitter") then
  49. firetouchinterest(pRoot, v.Parent, 0)
  50. wait()
  51. firetouchinterest(pRoot, v.Parent, 1)
  52. end
  53. end
  54. wait()
  55. end
  56. else
  57. autoCollect = false
  58. end
  59. end)
  60.  
  61. -- auto rebirth
  62. spawn(function()
  63. while _G.autoRebirth and wait(0.1) do
  64. game:GetService("ReplicatedStorage").Events.Rebirth:FireServer()
  65. end
  66. end)
  67.  
  68. Section:NewButton("autofarm", "pro", function()
  69. _G.autoButton = true; -- auto buys tycoon buttons
  70. _G.autoColl = true; -- auto collects your money
  71. _G.autoRebirth = true; -- auto rebirths when possible
  72.  
  73. -- calls
  74. local pRoot = game.Players.LocalPlayer.Character.HumanoidRootPart
  75. local lPlayer = game.Players.LocalPlayer
  76.  
  77. -- auto buy buttons
  78. spawn(function()
  79. if _G.autoButton then
  80. autoBuy = true
  81. while autoBuy == true do
  82. for i, v in pairs(game:GetService("Workspace").Tycoons[lPlayer.Team.Name].ButtonsFolder:GetDescendants()) do
  83. if v.Name == "Gamepass" then
  84. local p2w = v.Parent
  85. p2w:Destroy()
  86. end
  87. end
  88. wait(0.5)
  89. for i, v in pairs(game:GetService("Workspace").Tycoons[lPlayer.Team.Name].ButtonsFolder:GetDescendants()) do
  90. if v:IsA("TouchTransmitter") then
  91. firetouchinterest(pRoot, v.Parent, 0)
  92. firetouchinterest(pRoot, v.Parent, 1)
  93. end
  94. end
  95. wait(1)
  96. end
  97. else
  98. autoBuy = false
  99. end
  100. end)
  101.  
  102. -- auto collect money
  103. spawn(function()
  104. if _G.autoColl then
  105. autoCollect = true
  106. while autoCollect == true do
  107. for i, v in pairs(game:GetService("Workspace").Tycoons[lPlayer.Team.Name].StarterParts.Collector:GetDescendants()) do
  108. if v:IsA("TouchTransmitter") then
  109. firetouchinterest(pRoot, v.Parent, 0)
  110. wait()
  111. firetouchinterest(pRoot, v.Parent, 1)
  112. end
  113. end
  114. wait()
  115. end
  116. else
  117. autoCollect = false
  118. end
  119. end)
  120.  
  121. -- auto rebirth
  122. spawn(function()
  123. while _G.autoRebirth and wait(0.1) do
  124. game:GetService("ReplicatedStorage").Events.Rebirth:FireServer()
  125. end
  126. end)
  127. end)
  128.  
  129. local Section = Tab:NewSection("made by jogs#2535")local Section = Tab:NewSection("made by jogs#2535")local Section = Tab:NewSection("made by jogs#2535")local Section = Tab:NewSection("made by jogs#2535")local Section = Tab:NewSection("made by jogs#2535")local Section = Tab:NewSection("made by jogs#2535")local Section = Tab:NewSection("made by jogs#2535")
  130.  
  131.  
  132. local Tab = Window:NewTab("Misc")
  133. local MiscSection = Tab:NewSection("all scripts are made by jogs#2535 and they aren't perfect")
  134.  
  135. MiscSection:NewButton("get scripts", "bbabababababbb", function()
  136. loadstring(game:HttpGet('https://pastebin.com/raw/UWQQizUA'))()
  137. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement