turrtle

miners haven

Feb 3rd, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.11 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local MenuFrame = Instance.new("Frame")
  3. local MenuTitlebar = Instance.new("Frame")
  4. local TitleMenu = Instance.new("TextLabel")
  5. local Utilities = Instance.new("TextButton")
  6. local AutoSetup = Instance.new("TextButton")
  7. local HideMenu = Instance.new("TextButton")
  8. local OreBoost = Instance.new("TextButton")
  9. local Util = Instance.new("Frame")
  10. local UtilitiesTitlebar = Instance.new("Frame")
  11. local BackMenuU = Instance.new("TextButton")
  12. local TextLabel = Instance.new("TextLabel")
  13. local AutoRebirth = Instance.new("TextButton")
  14. local GrabCrates = Instance.new("TextButton")
  15. local GrabMM = Instance.new("TextButton")
  16. local TTokens = Instance.new("TextButton")
  17. local CTokens = Instance.new("TextButton")
  18. local MSpeed = Instance.new("TextButton")
  19. local JPower = Instance.new("TextButton")
  20. local RemoteOn = Instance.new("TextButton")
  21. local RemoteOff = Instance.new("TextButton")
  22. local OBoost = Instance.new("Frame")
  23. local BoostTitlebar = Instance.new("Frame")
  24. local BackMenuB = Instance.new("TextButton")
  25. local AutoLayout = Instance.new("TextButton")
  26. local OreBoost_2 = Instance.new("TextButton")
  27. local TextLabel_2 = Instance.new("TextLabel")
  28. local TextBox = Instance.new("TextBox")
  29. local OpenMenu = Instance.new("TextButton")
  30. local ASetup = Instance.new("Frame")
  31. local SetupTitlebar = Instance.new("Frame")
  32. local BackMenuS = Instance.new("TextButton")
  33. local CatalyzedStar = Instance.new("TextButton")
  34. local NeutronStar = Instance.new("TextButton")
  35. local MorningStar = Instance.new("TextButton")
  36. local TextLabel_3 = Instance.new("TextLabel")
  37.  
  38. ScreenGui.Parent = game.CoreGui
  39.  
  40. MenuFrame.Name = "MenuFrame"
  41. MenuFrame.Parent = ScreenGui
  42. MenuFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  43. MenuFrame.BorderSizePixel = 0
  44. MenuFrame.Position = UDim2.new(0.85852313, 0, 0.180689663, 0)
  45. MenuFrame.Size = UDim2.new(0, 202, 0, 239)
  46. MenuFrame.SizeConstraint = Enum.SizeConstraint.RelativeYY
  47. MenuFrame.Style = Enum.FrameStyle.RobloxSquare
  48. MenuFrame.Visible = false
  49.  
  50. MenuTitlebar.Name = "MenuTitlebar"
  51. MenuTitlebar.Parent = MenuFrame
  52. MenuTitlebar.BackgroundColor3 = Color3.new(1, 1, 1)
  53. MenuTitlebar.Position = UDim2.new(-0.0420792066, 0, -0.0334728025, 0)
  54. MenuTitlebar.Size = UDim2.new(0, 201, 0, 51)
  55. MenuTitlebar.Style = Enum.FrameStyle.RobloxSquare
  56.  
  57. TitleMenu.Name = "TitleMenu"
  58. TitleMenu.Parent = MenuFrame
  59. TitleMenu.BackgroundColor3 = Color3.new(1, 1, 1)
  60. TitleMenu.BackgroundTransparency = 1
  61. TitleMenu.Position = UDim2.new(-0.0396039598, 0, -0.0292887036, 0)
  62. TitleMenu.Size = UDim2.new(0, 202, 0, 51)
  63. TitleMenu.Font = Enum.Font.SourceSans
  64. TitleMenu.Text = "Masters Collection Menu"
  65. TitleMenu.TextColor3 = Color3.new(1, 1, 1)
  66. TitleMenu.TextSize = 20
  67.  
  68. Utilities.Name = "Utilities"
  69. Utilities.Parent = MenuFrame
  70. Utilities.BackgroundColor3 = Color3.new(1, 1, 1)
  71. Utilities.Position = UDim2.new(0.0990099013, 0, 0.252595186, 0)
  72. Utilities.Size = UDim2.new(0, 148, 0, 37)
  73. Utilities.Style = Enum.ButtonStyle.RobloxRoundButton
  74. Utilities.Font = Enum.Font.SourceSans
  75. Utilities.Text = "Utilities"
  76. Utilities.TextSize = 14
  77. Utilities.MouseButton1Click:connect(function()
  78. MenuFrame.Visible = false
  79. Util.Visible = true
  80. end)
  81.  
  82. AutoSetup.Name = "AutoSetup"
  83. AutoSetup.Parent = MenuFrame
  84. AutoSetup.BackgroundColor3 = Color3.new(1, 1, 1)
  85. AutoSetup.Position = UDim2.new(0.0990099013, 0, 0.465043187, 0)
  86. AutoSetup.Size = UDim2.new(0, 148, 0, 37)
  87. AutoSetup.Style = Enum.ButtonStyle.RobloxRoundButton
  88. AutoSetup.Font = Enum.Font.SourceSans
  89. AutoSetup.Text = "Auto Setup"
  90. AutoSetup.TextSize = 14
  91. AutoSetup.MouseButton1Click:connect(function()
  92. MenuFrame.Visible = false
  93. ASetup.Visible = true
  94. end)
  95.  
  96. HideMenu.Name = "HideMenu"
  97. HideMenu.Parent = MenuFrame
  98. HideMenu.BackgroundColor3 = Color3.new(1, 1, 1)
  99. HideMenu.BackgroundTransparency = 1
  100. HideMenu.Position = UDim2.new(0.742574275, 0, 0.927824259, 0)
  101. HideMenu.Size = UDim2.new(0, 69, 0, 17)
  102. HideMenu.Font = Enum.Font.SourceSans
  103. HideMenu.Text = "Hide"
  104. HideMenu.TextColor3 = Color3.new(1, 1, 1)
  105. HideMenu.TextSize = 14
  106. HideMenu.MouseButton1Click:connect(function()
  107. MenuFrame.Visible = false
  108. OpenMenu.Visible = true
  109. end)
  110.  
  111. OreBoost.Name = "OreBoost"
  112. OreBoost.Parent = MenuFrame
  113. OreBoost.BackgroundColor3 = Color3.new(1, 1, 1)
  114. OreBoost.Position = UDim2.new(0.0990099013, 0, 0.670064151, 0)
  115. OreBoost.Size = UDim2.new(0, 148, 0, 37)
  116. OreBoost.Style = Enum.ButtonStyle.RobloxRoundButton
  117. OreBoost.Font = Enum.Font.SourceSans
  118. OreBoost.Text = "Ore Booster"
  119. OreBoost.TextSize = 14
  120. OreBoost.MouseButton1Click:connect(function()
  121. MenuFrame.Visible = false
  122. OBoost.Visible = true
  123. end)
  124.  
  125. Util.Name = "Util"
  126. Util.Parent = ScreenGui
  127. Util.BackgroundColor3 = Color3.new(1, 1, 1)
  128. Util.Position = UDim2.new(0.857142806, 0, 0.183448285, 0)
  129. Util.Size = UDim2.new(0, 202, 0, 239)
  130. Util.Visible = false
  131. Util.Style = Enum.FrameStyle.RobloxSquare
  132.  
  133. UtilitiesTitlebar.Name = "UtilitiesTitlebar"
  134. UtilitiesTitlebar.Parent = Util
  135. UtilitiesTitlebar.BackgroundColor3 = Color3.new(1, 1, 1)
  136. UtilitiesTitlebar.Position = UDim2.new(-0.0445544571, 0, -0.0376569033, 0)
  137. UtilitiesTitlebar.Size = UDim2.new(0, 201, 0, 51)
  138. UtilitiesTitlebar.Style = Enum.FrameStyle.RobloxSquare
  139.  
  140. BackMenuU.Name = "BackMenuU"
  141. BackMenuU.Parent = Util
  142. BackMenuU.BackgroundColor3 = Color3.new(1, 1, 1)
  143. BackMenuU.BackgroundTransparency = 1
  144. BackMenuU.Position = UDim2.new(0.742574275, 0, 0.927824259, 0)
  145. BackMenuU.Size = UDim2.new(0, 69, 0, 17)
  146. BackMenuU.Font = Enum.Font.SourceSans
  147. BackMenuU.Text = "Back"
  148. BackMenuU.TextColor3 = Color3.new(1, 1, 1)
  149. BackMenuU.TextSize = 14
  150. BackMenuU.MouseButton1Click:connect(function()
  151. Util.Visible = false
  152. MenuFrame.Visible = true
  153. end)
  154.  
  155. TextLabel.Parent = Util
  156. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  157. TextLabel.BackgroundTransparency = 1
  158. TextLabel.Position = UDim2.new(-0.0396039598, 0, -0.0251046028, 0)
  159. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  160. TextLabel.Font = Enum.Font.SourceSans
  161. TextLabel.Text = "Utilities"
  162. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  163. TextLabel.TextSize = 24
  164.  
  165. AutoRebirth.Name = "AutoRebirth"
  166. AutoRebirth.Parent = Util
  167. AutoRebirth.BackgroundColor3 = Color3.new(1, 1, 1)
  168. AutoRebirth.Position = UDim2.new(0.0148514882, 0, 0.22594142, 0)
  169. AutoRebirth.Size = UDim2.new(0, 83, 0, 23)
  170. AutoRebirth.Style = Enum.ButtonStyle.RobloxRoundButton
  171. AutoRebirth.Font = Enum.Font.SourceSans
  172. AutoRebirth.Text = "Auto Rebirth"
  173. AutoRebirth.TextSize = 14
  174. AutoRebirth.MouseButton1Click:connect(function()
  175. while true do
  176. game.ReplicatedStorage.Rebirth:InvokeServer()
  177. wait(0.1)
  178. end
  179. end)
  180.  
  181. GrabCrates.Name = "GrabCrates"
  182. GrabCrates.Parent = Util
  183. GrabCrates.BackgroundColor3 = Color3.new(1, 1, 1)
  184. GrabCrates.Position = UDim2.new(0.544554472, 0, 0.22594142, 0)
  185. GrabCrates.Size = UDim2.new(0, 83, 0, 23)
  186. GrabCrates.Style = Enum.ButtonStyle.RobloxRoundButton
  187. GrabCrates.Font = Enum.Font.SourceSans
  188. GrabCrates.Text = "GrabCrates"
  189. GrabCrates.TextSize = 14
  190. GrabCrates.MouseButton1Click:connect(function()
  191. while wait() do
  192. while wait(2) do
  193. for _,v in pairs(game.Workspace:GetChildren()) do
  194. if string.match(v.Name, "DiamondCrate") or string.match(v.Name, "ResearchCrate") or string.match(v.Name, "GoldenCrate") or string.match(v.Name, "CrystalCrate") or string.match(v.Name, "Pumpkin") or string.match(v.Name, "MegaPumpkin") or string.match(v.Name, "Pumpkin") or string.match(v.Name, "LuckyCrate") or string.match(v.Name, "ExecutiveCrate") or string.match(v.Name, "GiftCrate") or string.match(v.Name, "ShadowCrate")then
  195. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,0,0)
  196. v.CanCollide = false
  197. v.Transparency = 1
  198. for _,v in pairs(game.Workspace.Shadows:GetChildren()) do
  199. if string.match(v.Name, "ShadowCrate") or string.match(v.Name, "MegaPumpkin") then
  200. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,0,0)
  201. v.CanCollide = false
  202. v.Transparency = 1
  203. end
  204. end
  205. end
  206. end
  207. end
  208. end
  209. end)
  210.  
  211. GrabMM.Name = "GrabMM"
  212. GrabMM.Parent = Util
  213. GrabMM.BackgroundColor3 = Color3.new(1, 1, 1)
  214. GrabMM.Position = UDim2.new(0.0198019929, 0, 0.364016712, 0)
  215. GrabMM.Size = UDim2.new(0, 83, 0, 23)
  216. GrabMM.Style = Enum.ButtonStyle.RobloxRoundButton
  217. GrabMM.Font = Enum.Font.SourceSans
  218. GrabMM.Text = "Grab MM"
  219. GrabMM.TextSize = 14
  220. GrabMM.MouseButton1Click:connect(function()
  221. thing = game.Workspace.Market.Hitfox
  222. thing.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(math.random(0,0),0,math.random(0,0))
  223. thing.Transparency = 0
  224. thing.BrickColor = BrickColor.new(255,0,100)
  225. tell = Instance.new("SurfaceGui",thing)
  226. tell2 = Instance.new("TextLabel",tell)
  227. tell2.Size = UDim2.new(0, 800, 0, 750)
  228. tell2.TextWrapped= true
  229. tell2.TextScaled = true
  230. tell2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  231. tell2.TextColor3 = Color3.fromRGB(255, 255, 255)
  232. tell2.Text = "Click Me!"
  233. end)
  234.  
  235. TTokens.Name = "TTokens"
  236. TTokens.Parent = Util
  237. TTokens.BackgroundColor3 = Color3.new(1, 1, 1)
  238. TTokens.Position = UDim2.new(0.544554472, 0, 0.364016712, 0)
  239. TTokens.Size = UDim2.new(0, 83, 0, 23)
  240. TTokens.Style = Enum.ButtonStyle.RobloxRoundButton
  241. TTokens.Font = Enum.Font.SourceSans
  242. TTokens.Text = "Twitch Tokens"
  243. TTokens.TextSize = 14
  244. TTokens.MouseButton1Click:connect(function()
  245. while wait() do
  246. while wait(1) do
  247. game.Players.LocalPlayer.TwitchPoints.Value = game.Players.LocalPlayer.TwitchPoints.Value +50
  248. end
  249. end
  250. end)
  251.  
  252. CTokens.Name = "CTokens"
  253. CTokens.Parent = Util
  254. CTokens.BackgroundColor3 = Color3.new(1, 1, 1)
  255. CTokens.Position = UDim2.new(0.0198019929, 0, 0.497907937, 0)
  256. CTokens.Size = UDim2.new(0, 83, 0, 23)
  257. CTokens.Style = Enum.ButtonStyle.RobloxRoundButton
  258. CTokens.Font = Enum.Font.SourceSans
  259. CTokens.Text = "Clover Tokens"
  260. CTokens.TextSize = 14
  261. CTokens.MouseButton1Click:connect(function()
  262. while wait() do
  263. while wait(1) do
  264. game.Players.LocalPlayer.Clovers.Value = game.Players.LocalPlayer.Clovers.Value +100
  265. end
  266. end
  267. end)
  268.  
  269. MSpeed.Name = "MSpeed"
  270. MSpeed.Parent = Util
  271. MSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  272. MSpeed.Position = UDim2.new(0.544554472, 0, 0.497907937, 0)
  273. MSpeed.Size = UDim2.new(0, 83, 0, 23)
  274. MSpeed.Style = Enum.ButtonStyle.RobloxRoundButton
  275. MSpeed.Font = Enum.Font.SourceSans
  276. MSpeed.Text = "Walk Speed"
  277. MSpeed.TextSize = 14
  278. MSpeed.MouseButton1Click:connect(function()
  279. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 80
  280. end)
  281.  
  282. JPower.Name = "JPower"
  283. JPower.Parent = Util
  284. JPower.BackgroundColor3 = Color3.new(1, 1, 1)
  285. JPower.Position = UDim2.new(0.0198019929, 0, 0.631799161, 0)
  286. JPower.Size = UDim2.new(0, 83, 0, 23)
  287. JPower.Style = Enum.ButtonStyle.RobloxRoundButton
  288. JPower.Font = Enum.Font.SourceSans
  289. JPower.Text = "Jump Power"
  290. JPower.TextSize = 14
  291. JPower.MouseButton1Click:connect(function()
  292. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 180
  293. end)
  294.  
  295. RemoteOn.Name = "RemoteOn"
  296. RemoteOn.Parent = Util
  297. RemoteOn.BackgroundColor3 = Color3.new(1, 1, 1)
  298. RemoteOn.Position = UDim2.new(0.544554472, 0, 0.631799161, 0)
  299. RemoteOn.Size = UDim2.new(0, 83, 0, 23)
  300. RemoteOn.Style = Enum.ButtonStyle.RobloxRoundButton
  301. RemoteOn.Font = Enum.Font.SourceSans
  302. RemoteOn.Text = "Remote On"
  303. RemoteOn.TextSize = 14
  304. RemoteOn.MouseButton1Click:connect(function()
  305. x = 1;
  306. while(x>0) do
  307. wait (0.3)
  308. game.ReplicatedStorage.RemoteDrop:FireServer()
  309. end
  310. end)
  311.  
  312. RemoteOff.Name = "RemoteOff"
  313. RemoteOff.Parent = Util
  314. RemoteOff.BackgroundColor3 = Color3.new(1, 1, 1)
  315. RemoteOff.Position = UDim2.new(0.544554472, 0, 0.753138065, 0)
  316. RemoteOff.Size = UDim2.new(0, 83, 0, 23)
  317. RemoteOff.Style = Enum.ButtonStyle.RobloxRoundButton
  318. RemoteOff.Font = Enum.Font.SourceSans
  319. RemoteOff.Text = "Remote Off"
  320. RemoteOff.TextSize = 14
  321. RemoteOff.MouseButton1Click:connect(function()
  322. x = 0;
  323. end)
  324.  
  325. OBoost.Name = "OBoost"
  326. OBoost.Parent = ScreenGui
  327. OBoost.BackgroundColor3 = Color3.new(1, 1, 1)
  328. OBoost.Position = UDim2.new(0.856797814, 0, 0.180689663, 0)
  329. OBoost.Size = UDim2.new(0, 202, 0, 239)
  330. OBoost.Visible = false
  331. OBoost.Style = Enum.FrameStyle.RobloxSquare
  332.  
  333. BoostTitlebar.Name = "BoostTitlebar"
  334. BoostTitlebar.Parent = OBoost
  335. BoostTitlebar.BackgroundColor3 = Color3.new(1, 1, 1)
  336. BoostTitlebar.Position = UDim2.new(-0.0445544571, 0, -0.0376569033, 0)
  337. BoostTitlebar.Size = UDim2.new(0, 201, 0, 51)
  338. BoostTitlebar.Style = Enum.FrameStyle.RobloxSquare
  339.  
  340. BackMenuB.Name = "BackMenuB"
  341. BackMenuB.Parent = OBoost
  342. BackMenuB.BackgroundColor3 = Color3.new(1, 1, 1)
  343. BackMenuB.BackgroundTransparency = 1
  344. BackMenuB.Position = UDim2.new(0.742574275, 0, 0.927824259, 0)
  345. BackMenuB.Size = UDim2.new(0, 69, 0, 17)
  346. BackMenuB.Font = Enum.Font.SourceSans
  347. BackMenuB.Text = "Back"
  348. BackMenuB.TextColor3 = Color3.new(1, 1, 1)
  349. BackMenuB.TextSize = 14
  350. BackMenuB.MouseButton1Click:connect(function()
  351. OBoost.Visible = false
  352. MenuFrame.Visible = true
  353. end)
  354.  
  355. AutoLayout.Name = "AutoLayout"
  356. AutoLayout.Parent = OBoost
  357. AutoLayout.BackgroundColor3 = Color3.new(1, 1, 1)
  358. AutoLayout.Position = UDim2.new(0.103960395, 0, 0.684708416, 0)
  359. AutoLayout.Size = UDim2.new(0, 148, 0, 37)
  360. AutoLayout.Style = Enum.ButtonStyle.RobloxRoundButton
  361. AutoLayout.Font = Enum.Font.SourceSans
  362. AutoLayout.Text = "Auto Load Layout 1: OFF"
  363. AutoLayout.TextSize = 14
  364.  
  365. local autoload1 = false
  366. AutoLayout.MouseButton1Click:connect(function()
  367. if autoload1 == false then
  368. autoload1 = true
  369. AutoLayout.Text = "Auto Load Layout 1: ON"
  370. else
  371. autoload1 = false
  372. AutoLayout.Text = "Auto Load Layout 1: OFF"
  373. end
  374. end)
  375.  
  376. spawn(function()
  377. while true do
  378. wait()
  379. if autoload1 == true then
  380. game.Players.LocalPlayer.PlayerGui.GUI.Menu.Menu.Sounds.Message.Volume = 0
  381. game.Players.LocalPlayer.PlayerGui.GUI.Notifications.Visible = false
  382. game.ReplicatedStorage.Layouts:InvokeServer("Load","Layout1")
  383. else
  384. game.Players.LocalPlayer.PlayerGui.GUI.Menu.Menu.Sounds.Message.Volume = 0.5
  385. game.Players.LocalPlayer.PlayerGui.GUI.Notifications.Visible = true
  386. end
  387. end
  388. end)
  389.  
  390.  
  391. OreBoost_2.Name = "OreBoost"
  392. OreBoost_2.Parent = OBoost
  393. OreBoost_2.BackgroundColor3 = Color3.new(1, 1, 1)
  394. OreBoost_2.Position = UDim2.new(0.101485148, 0, 0.49318096, 0)
  395. OreBoost_2.Size = UDim2.new(0, 148, 0, 37)
  396. OreBoost_2.Style = Enum.ButtonStyle.RobloxRoundButton
  397. OreBoost_2.Font = Enum.Font.SourceSans
  398. OreBoost_2.Text = "Boost Ore: OFF"
  399. OreBoost_2.TextSize = 14
  400.  
  401. local boost = false
  402. OreBoost_2.MouseButton1Click:connect(function()
  403. if boost == false then
  404. boost = true
  405. OreBoost_2.Text = "Boost Ore: ON"
  406. else
  407. boost = false
  408. OreBoost_2.Text = "Boost Ore: OFF"
  409. end
  410. end)
  411.  
  412. spawn(function()
  413. while true do
  414. wait()
  415. if boost == true then
  416. local tyc = workspace.Tycoons:GetChildren()
  417. for i=1,#tyc do
  418. local basepart = tyc[i]:GetChildren()
  419. for i=1,#basepart do
  420. if basepart[i].ClassName == "Model" then
  421. if basepart[i].Model:findFirstChild("Upgrade") then
  422. if basepart[i].Model.Upgrade:findFirstChild("Cloned") then
  423. else
  424. local decoy = basepart[i].Model.Upgrade:Clone()
  425. decoy.Parent = basepart[i].Model
  426. decoy.Name = "UpgradeDecoy"
  427. local tag = Instance.new("StringValue",basepart[i].Model.Upgrade)
  428. tag.Name = "Cloned"
  429. local deco = basepart[i].Model.Upgrade:GetChildren()
  430. for i=1,#deco do
  431. if deco[i].ClassName == "ParticleEmitter" then
  432. deco[i]:remove()
  433. end
  434. if deco[i].Name == "Mesh" then
  435. deco[i]:remove()
  436. end
  437. if deco[i].Name == "Smoke" then
  438. deco[i]:remove()
  439. end
  440. if deco[i].Name == "Fire" then
  441. deco[i]:remove()
  442. end
  443. end
  444. if basepart[i].Model.Upgrade:findFirstChild("Error") then
  445. basepart[i].Model.Upgrade.Error.Volume = 0
  446. end
  447. basepart[i].Model.Upgrade.Transparency = 1
  448. basepart[i].Model.Upgrade.Size = Vector3.new(5,5,5)
  449. basepart[i].Model.Upgrade.CFrame = CFrame.new(workspace.Tycoons[tostring(game.Players.LocalPlayer.PlayerTycoon.Value)][TextBox.Text].Model.Drop.Position)
  450. end
  451. end
  452. end
  453. end
  454. end
  455. end
  456. end
  457. end)
  458.  
  459. TextLabel_2.Parent = OBoost
  460. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  461. TextLabel_2.BackgroundTransparency = 1
  462. TextLabel_2.Position = UDim2.new(-0.0247524753, 0, -0.0292887036, 0)
  463. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  464. TextLabel_2.Font = Enum.Font.SourceSans
  465. TextLabel_2.Text = "Ore Booster"
  466. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  467. TextLabel_2.TextSize = 24
  468.  
  469. TextBox.Parent = OBoost
  470. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  471. TextBox.Position = UDim2.new(0.103960402, 0, 0.22594142, 0)
  472. TextBox.Size = UDim2.new(0, 148, 0, 54)
  473. TextBox.Font = Enum.Font.SourceSans
  474. TextBox.Text = "Enter Mine Name, Case Sensitive: E.g. \"Basic Iron Mine\""
  475. TextBox.TextScaled = true
  476. TextBox.TextSize = 14
  477. TextBox.TextWrapped = true
  478.  
  479. OpenMenu.Name = "OpenMenu"
  480. OpenMenu.Parent = ScreenGui
  481. OpenMenu.BackgroundColor3 = Color3.new(1, 1, 1)
  482. OpenMenu.Position = UDim2.new(0.473775059, 0, 0.79724133, 0)
  483. OpenMenu.Size = UDim2.new(0, 76, 0, 31)
  484. OpenMenu.Style = Enum.ButtonStyle.RobloxRoundButton
  485. OpenMenu.Font = Enum.Font.SourceSans
  486. OpenMenu.Text = "Open"
  487. OpenMenu.TextSize = 14
  488. OpenMenu.MouseButton1Click:connect(function()
  489. MenuFrame.Visible = true
  490. OpenMenu.Visible = false
  491. end)
  492.  
  493. ASetup.Name = "ASetup"
  494. ASetup.Parent = ScreenGui
  495. ASetup.BackgroundColor3 = Color3.new(1, 1, 1)
  496. ASetup.Position = UDim2.new(0.858078897, 0, 0.182611465, 0)
  497. ASetup.Size = UDim2.new(0, 202, 0, 239)
  498. ASetup.Visible = false
  499. ASetup.Style = Enum.FrameStyle.RobloxSquare
  500.  
  501. SetupTitlebar.Name = "SetupTitlebar"
  502. SetupTitlebar.Parent = ASetup
  503. SetupTitlebar.BackgroundColor3 = Color3.new(1, 1, 1)
  504. SetupTitlebar.Position = UDim2.new(-0.0445544571, 0, -0.0376569033, 0)
  505. SetupTitlebar.Size = UDim2.new(0, 201, 0, 51)
  506. SetupTitlebar.Style = Enum.FrameStyle.RobloxSquare
  507.  
  508. BackMenuS.Name = "BackMenuS"
  509. BackMenuS.Parent = ASetup
  510. BackMenuS.BackgroundColor3 = Color3.new(1, 1, 1)
  511. BackMenuS.BackgroundTransparency = 1
  512. BackMenuS.Position = UDim2.new(0.742574275, 0, 0.927824259, 0)
  513. BackMenuS.Size = UDim2.new(0, 69, 0, 17)
  514. BackMenuS.Font = Enum.Font.SourceSans
  515. BackMenuS.Text = "Back"
  516. BackMenuS.TextColor3 = Color3.new(1, 1, 1)
  517. BackMenuS.TextSize = 14
  518. BackMenuS.MouseButton1Click:connect(function()
  519. ASetup.Visible = false
  520. MenuFrame.Visible = true
  521. end)
  522.  
  523. CatalyzedStar.Name = "CatalyzedStar"
  524. CatalyzedStar.Parent = ASetup
  525. CatalyzedStar.BackgroundColor3 = Color3.new(1, 1, 1)
  526. CatalyzedStar.Position = UDim2.new(0.0990099013, 0, 0.438787639, 0)
  527. CatalyzedStar.Size = UDim2.new(0, 148, 0, 37)
  528. CatalyzedStar.Style = Enum.ButtonStyle.RobloxRoundButton
  529. CatalyzedStar.Font = Enum.Font.SourceSans
  530. CatalyzedStar.Text = "Catalyzed Star"
  531. CatalyzedStar.TextSize = 14
  532. CatalyzedStar.MouseButton1Click:connect(function()
  533. local function A()
  534. wait(0.5)
  535.  
  536. game.ReplicatedStorage.PlaceItem:InvokeServer("Symmetryte Mine", CFrame.new(-97.5, 206.799988, 194, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07))
  537. game.ReplicatedStorage.PlaceItem:InvokeServer("Discord Conveyor", CFrame.new(-97.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  538. game.ReplicatedStorage.PlaceItem:InvokeServer("Discord Conveyor", CFrame.new(-91.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  539. game.ReplicatedStorage.PlaceItem:InvokeServer("Discord Conveyor", CFrame.new(-85.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  540. game.ReplicatedStorage.PlaceItem:InvokeServer("Basic Conveyor", CFrame.new(-79.5, 202.299988, 209, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1))
  541. game.ReplicatedStorage.PlaceItem:InvokeServer("Basic Conveyor", CFrame.new(-79.5, 202.299988, 215, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07))
  542. game.ReplicatedStorage.PlaceItem:InvokeServer("Basic Conveyor", CFrame.new(-73.5, 202.299988, 215, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1))
  543. game.ReplicatedStorage.PlaceItem:InvokeServer("Basic Conveyor", CFrame.new(-73.5, 202.299988, 209, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07))
  544. game.ReplicatedStorage.PlaceItem:InvokeServer("Catalyzed Star", CFrame.new(-43.5, 205.299988, 179, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1))
  545. game.ReplicatedStorage.PlaceItem:InvokeServer("The Final Upgrader", CFrame.new(-45, 205.299988, 198.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1))
  546. game.ReplicatedStorage.PlaceItem:InvokeServer("Sakura Garden", CFrame.new(-43.5, 206.799988, 219.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1))
  547.  
  548. local player = game:GetService'Players'.LocalPlayer
  549. local factorye = player.PlayerTycoon.Value
  550. local Factory = tostring(factorye)
  551. -- if you'd like to change the upgrader this goes through, go ahead and change it below
  552. thing = game.Workspace.Tycoons[Factory]["Catalyzed Star"].Hitbox
  553.  
  554. --1200 is the default amount of times this will run, feel free to change it to whatever you want!
  555. for i = 1,1000 do wait(.01)
  556. for i,v in pairs(game.Workspace.DroppedParts[Factory]:getChildren()) do
  557. local p= CFrame.new(thing.Position.x, thing.Position.y, thing.Position.z)
  558. v.CFrame = p
  559. end
  560. end
  561. end
  562.  
  563. A()
  564.  
  565. spawn(function()
  566. while wait(0.1)do
  567. game:GetService'ReplicatedStorage'.RemoteDrop:FireServer()
  568. end
  569. end)
  570. spawn(function()
  571. while wait(1)do
  572. local Ea = game:GetService'ReplicatedStorage'.Rebirth:InvokeServer()
  573. if Ea == true then
  574. wait(3)
  575. A()
  576. end
  577. end
  578. end)
  579. end)
  580.  
  581. NeutronStar.Name = "NeutronStar"
  582. NeutronStar.Parent = ASetup
  583. NeutronStar.BackgroundColor3 = Color3.new(1, 1, 1)
  584. NeutronStar.Position = UDim2.new(0.0990099013, 0, 0.634499252, 0)
  585. NeutronStar.Size = UDim2.new(0, 148, 0, 37)
  586. NeutronStar.Style = Enum.ButtonStyle.RobloxRoundButton
  587. NeutronStar.Font = Enum.Font.SourceSans
  588. NeutronStar.Text = "Neutron Star"
  589. NeutronStar.TextSize = 14
  590. NeutronStar.MouseButton1Click:connect(function()
  591. local function A()
  592. wait(0.5)
  593.  
  594. game.ReplicatedStorage.PlaceItem:InvokeServer("Symmetryte Mine", CFrame.new(-97.5, 206.799988, 194, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07))
  595. game.ReplicatedStorage.PlaceItem:InvokeServer("Discord Conveyor", CFrame.new(-97.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  596. game.ReplicatedStorage.PlaceItem:InvokeServer("Discord Conveyor", CFrame.new(-91.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  597. game.ReplicatedStorage.PlaceItem:InvokeServer("Discord Conveyor", CFrame.new(-85.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  598. game.ReplicatedStorage.PlaceItem:InvokeServer("Basic Conveyor", CFrame.new(-79.5, 202.299988, 209, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1))
  599. game.ReplicatedStorage.PlaceItem:InvokeServer("Basic Conveyor", CFrame.new(-79.5, 202.299988, 215, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07))
  600. game.ReplicatedStorage.PlaceItem:InvokeServer("Basic Conveyor", CFrame.new(-73.5, 202.299988, 215, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1))
  601. game.ReplicatedStorage.PlaceItem:InvokeServer("Basic Conveyor", CFrame.new(-73.5, 202.299988, 209, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07))
  602. game.ReplicatedStorage.PlaceItem:InvokeServer("Neutron Star", CFrame.new(-43.5, 206.799988, 182, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1))
  603. game.ReplicatedStorage.PlaceItem:InvokeServer("The Final Upgrader", CFrame.new(-45, 205.299988, 198.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1))
  604. game.ReplicatedStorage.PlaceItem:InvokeServer("Sakura Garden", CFrame.new(-43.5, 206.799988, 219.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1))
  605.  
  606. local player = game:GetService'Players'.LocalPlayer
  607. local factorye = player.PlayerTycoon.Value
  608. local Factory = tostring(factorye)
  609. -- if you'd like to change the upgrader this goes through, go ahead and change it below
  610. thing = game.Workspace.Tycoons[Factory]["Neutron Star"].Hitbox
  611.  
  612. --1200 is the default amount of times this will run, feel free to change it to whatever you want!
  613. for i = 1,1000 do wait(.01)
  614. for i,v in pairs(game.Workspace.DroppedParts[Factory]:getChildren()) do
  615. local p= CFrame.new(thing.Position.x, thing.Position.y, thing.Position.z)
  616. v.CFrame = p
  617. end
  618. end
  619. end
  620.  
  621. A()
  622.  
  623. spawn(function()
  624. while wait(0.1)do
  625. game:GetService'ReplicatedStorage'.RemoteDrop:FireServer()
  626. end
  627. end)
  628. spawn(function()
  629. while wait(1)do
  630. local Ea = game:GetService'ReplicatedStorage'.Rebirth:InvokeServer()
  631. if Ea == true then
  632. wait(3)
  633. A()
  634. end
  635. end
  636. end)
  637. end)
  638.  
  639. MorningStar.Name = "MorningStar"
  640. MorningStar.Parent = ASetup
  641. MorningStar.BackgroundColor3 = Color3.new(1, 1, 1)
  642. MorningStar.Position = UDim2.new(0.0965346545, 0, 0.25468725, 0)
  643. MorningStar.Size = UDim2.new(0, 148, 0, 37)
  644. MorningStar.Style = Enum.ButtonStyle.RobloxRoundButton
  645. MorningStar.Font = Enum.Font.SourceSans
  646. MorningStar.Text = "Morning Star"
  647. MorningStar.TextSize = 14
  648. MorningStar.MouseButton1Click:connect(function()
  649. local function A()
  650. wait(0.5)
  651.  
  652. game.ReplicatedStorage.PlaceItem:InvokeServer("Symmetryte Mine", CFrame.new(-97.5, 206.799988, 194, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07))
  653. game.ReplicatedStorage.PlaceItem:InvokeServer("Discord Conveyor", CFrame.new(-97.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  654. game.ReplicatedStorage.PlaceItem:InvokeServer("Discord Conveyor", CFrame.new(-91.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  655. game.ReplicatedStorage.PlaceItem:InvokeServer("Discord Conveyor", CFrame.new(-85.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  656. game.ReplicatedStorage.PlaceItem:InvokeServer("Basic Conveyor", CFrame.new(-79.5, 202.299988, 209, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1))
  657. game.ReplicatedStorage.PlaceItem:InvokeServer("Basic Conveyor", CFrame.new(-79.5, 202.299988, 215, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07))
  658. game.ReplicatedStorage.PlaceItem:InvokeServer("Basic Conveyor", CFrame.new(-73.5, 202.299988, 215, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1))
  659. game.ReplicatedStorage.PlaceItem:InvokeServer("Basic Conveyor", CFrame.new(-73.5, 202.299988, 209, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07))
  660. game.ReplicatedStorage.PlaceItem:InvokeServer("Morning Star", CFrame.new(-43.5, 206.799988, 182, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1))
  661. game.ReplicatedStorage.PlaceItem:InvokeServer("The Final Upgrader", CFrame.new(-45, 205.299988, 198.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1))
  662. game.ReplicatedStorage.PlaceItem:InvokeServer("Sakura Garden", CFrame.new(-43.5, 206.799988, 219.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1))
  663.  
  664. local player = game:GetService'Players'.LocalPlayer
  665. local factorye = player.PlayerTycoon.Value
  666. local Factory = tostring(factorye)
  667. -- if you'd like to change the upgrader this goes through, go ahead and change it below
  668. thing = game.Workspace.Tycoons[Factory]["Morning Star"].Hitbox
  669.  
  670. --1200 is the default amount of times this will run, feel free to change it to whatever you want!
  671. for i = 1,1000 do wait(.01)
  672. for i,v in pairs(game.Workspace.DroppedParts[Factory]:getChildren()) do
  673. local p= CFrame.new(thing.Position.x, thing.Position.y, thing.Position.z)
  674. v.CFrame = p
  675. end
  676. end
  677. end
  678.  
  679. A()
  680.  
  681. spawn(function()
  682. while wait(0.1)do
  683. game:GetService'ReplicatedStorage'.RemoteDrop:FireServer()
  684. end
  685. end)
  686. spawn(function()
  687. while wait(1)do
  688. local Ea = game:GetService'ReplicatedStorage'.Rebirth:InvokeServer()
  689. if Ea == true then
  690. wait(3)
  691. A()
  692. end
  693. end
  694. end)
  695. end)
  696.  
  697. TextLabel_3.Parent = ASetup
  698. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  699. TextLabel_3.BackgroundTransparency = 1
  700. TextLabel_3.Position = UDim2.new(-0.0247524753, 0, -0.0292887036, 0)
  701. TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
  702. TextLabel_3.Font = Enum.Font.SourceSans
  703. TextLabel_3.Text = "Auto Setup"
  704. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  705. TextLabel_3.TextSize = 24
Add Comment
Please, Sign In to add comment