Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 325.30 KB | None | 0 0
  1. starterdropper = "Noobite" -- Type dropper here. Choose from Newtonium, Noobite, Unobtanium, Symmetrium, Radium or Auto --
  2. setdragonglassnumber = "1" -- Type the number of the Dreamers Anguish/Dragonglass combo to use [choose from 1, 2, 4 or 6] --
  3.  
  4. local Plrs = game:GetService("Players")
  5. local MyPlr = Plrs.LocalPlayer
  6. local MyLife = MyPlr.leaderstats.Life
  7. local MyLayouts = MyPlr.Layouts
  8. mouse = game.Players.LocalPlayer:GetMouse()
  9.  
  10. remoteclickfastactive = false
  11. remoteclickmedium1active = false
  12. remoteclickmedium2active = false
  13. remoteclickslowactive = false
  14. tpcratesactive = false
  15. autorebirthactive = false
  16. openallcratesactive = false
  17. keepitday = true
  18. minestoggle = true
  19. buttonstoggle = false
  20. placesetup1active = false
  21. placesetup1aactive = false
  22. placesetup1bactive = false
  23. placesetup1cactive = false
  24. placesetup2active = false
  25. placesetup3active = false
  26. placesetup4active = false
  27. placesetup5active = false
  28. placesetup6active = false
  29. placesetup7active = false
  30. placesetup8active = false
  31. freshlayout = false
  32. buystartitems1b = false
  33. buyfreonblasters = false
  34. buyschrodinger = false
  35. placefreonblasters = false
  36. placeschrodinger = false
  37. setupsautoupgrade = false
  38. buyitemslayout1a2done = false
  39. buychrodingerdone = false
  40. buyfreonblastersdone = false
  41. buystartitems1bdone = false
  42.  
  43. local factorys = workspace.Tycoons:GetChildren()
  44. for i =1, #factorys do
  45. if factorys[i].Owner.Value == game.Players.LocalPlayer.Name then
  46. myfac = factorys[i]
  47. end
  48. end
  49.  
  50. function getfullcashvalue()
  51. repeat
  52. wait(0.5)
  53. cashvalue = Plrs.LocalPlayer.leaderstats.Cash.Value
  54. until cashvalue ~= nil
  55. numbers = tonumber(string.match(cashvalue, "%d+.%d+"))
  56. if numbers == nil then numbers = tonumber(string.match(cashvalue, "%d+")) end
  57. letters = cashvalue:match("%a+")
  58. if letters == nil then newcash = tonumber(numbers) end
  59. if letters == "k" then newcash = tonumber(numbers) * math.pow (10, 3) end
  60. if letters == "M" then newcash = tonumber(numbers) * math.pow (10, 6) end
  61. if letters == "B" then newcash = tonumber(numbers) * math.pow (10, 9) end
  62. if letters == "T" then newcash = tonumber(numbers) * math.pow (10, 12) end
  63. if letters == "qd" then newcash = tonumber(numbers) * math.pow (10, 15) end
  64. if letters == "Qn" then newcash = tonumber(numbers) * math.pow (10, 18) end
  65. if letters == "sx" then newcash = tonumber(numbers) * math.pow (10, 21) end
  66. if letters == "Sp" then newcash = tonumber(numbers) * math.pow (10, 24) end
  67. if letters == "O" then newcash = tonumber(numbers) * math.pow (10, 27) end
  68. if letters == "N" then newcash = tonumber(numbers) * math.pow (10, 30) end
  69. if letters == "de" then newcash = tonumber(numbers) * math.pow (10, 33) end
  70. if letters == "Ud" then newcash = tonumber(numbers) * math.pow (10, 39) end
  71. if letters == "DD" then newcash = tonumber(numbers) * math.pow (10, 42) end
  72. if letters == "tdD" then newcash = tonumber(numbers) * math.pow (10, 45) end
  73. if letters == "qdD" then newcash = tonumber(numbers) * math.pow (10, 48) end
  74. if letters == "QnD" then newcash = tonumber(numbers) * math.pow (10, 51) end
  75. if letters == "sxD" then newcash = tonumber(numbers) * math.pow (10, 54) end
  76. if letters == "SpD" then newcash = tonumber(numbers) * math.pow (10, 57) end
  77. if letters == "OcD" then newcash = tonumber(numbers) * math.pow (10, 60) end
  78. if letters == "NvD" then newcash = tonumber(numbers) * math.pow (10, 63) end
  79. if letters == "UVg" then newcash = tonumber(numbers) * math.pow (10, 66) end
  80. if letters == "DVg" then newcash = tonumber(numbers) * math.pow (10, 69) end
  81. if letters == "TVg" then newcash = tonumber(numbers) * math.pow (10, 72) end
  82. if letters == "qtV" then newcash = tonumber(numbers) * math.pow (10, 75) end
  83. if letters == "QnV" then newcash = tonumber(numbers) * math.pow (10, 78) end
  84. if letters == "SeV" then newcash = tonumber(numbers) * math.pow (10, 81) end
  85. if letters == "SPG" then newcash = tonumber(numbers) * math.pow (10, 84) end
  86. if letters == "OVG" then newcash = tonumber(numbers) * math.pow (10, 87) end
  87. if letters == "NVG" then newcash = tonumber(numbers) * math.pow (10, 90) end
  88. if letters == "TGN" then newcash = tonumber(numbers) * math.pow (10, 93) end
  89. if letters == "UTG" then newcash = tonumber(numbers) * math.pow (10, 96) end
  90. if letters == "DTG" then newcash = tonumber(numbers) * math.pow (10, 99) end
  91. if letters == "tsTG" then newcash = tonumber(numbers) * math.pow (10, 102) end
  92. return newcash
  93. end
  94.  
  95. fullcashvalue = getfullcashvalue()
  96.  
  97. game.Lighting.Changed:connect(function()
  98. game.Lighting.TimeOfDay = "12:00:00"
  99. game.Lighting.FogEnd = 9999
  100. game.Lighting.Brightness = 1
  101. game.Lighting.ColorCorrection.Brightness = 0
  102. game.Lighting.ColorCorrection.Saturation = 0
  103. game.Lighting.Bloom.Intensity = 0
  104. end)
  105.  
  106. local ScreenGui = Instance.new("ScreenGui")
  107. local Open = Instance.new("TextButton")
  108. local Minimize = Instance.new("TextButton")
  109. local i = Instance.new("TextButton")
  110. local iFrame = Instance.new("Frame")
  111. local iText = Instance.new("TextLabel")
  112. local CurrentCash = Instance.new("TextLabel")
  113. local TopFrame = Instance.new("Frame")
  114. local OpenFrame = Instance.new("Frame")
  115. local MainFrame = Instance.new("Frame")
  116. local CloseMH = Instance.new("TextButton")
  117. local ItemBuyFrame = Instance.new("Frame")
  118. local ItemLabel = Instance.new("TextLabel")
  119. local ItemText = Instance.new("TextBox")
  120. local AmountLabel = Instance.new("TextLabel")
  121. local AmountText = Instance.new("TextBox")
  122. local ItemBuyButton = Instance.new("TextButton")
  123. local ItemBuyHelp = Instance.new("TextLabel")
  124. local AutoPlace1Label = Instance.new("TextLabel")
  125. local TextButtonAutoPlace1 = Instance.new("TextButton")
  126. local TextButtonAutoPlace2 = Instance.new("TextButton")
  127. local TextButtonAutoPlace3 = Instance.new("TextButton")
  128. local TextButtonAutoPlace4 = Instance.new("TextButton")
  129. local TextButtonAutoPlace5 = Instance.new("TextButton")
  130. local TextButtonAutoPlace6 = Instance.new("TextButton")
  131. local TextButtonAutoPlace7 = Instance.new("TextButton")
  132. local TextButtonAutoPlace8 = Instance.new("TextButton")
  133. local AutoPlace1Help = Instance.new("TextLabel")
  134. local AutoPlace2Help = Instance.new("TextLabel")
  135. local AutoPlace3Help = Instance.new("TextLabel")
  136. local AutoPlace4Help = Instance.new("TextLabel")
  137. local AutoPlace4Help2 = Instance.new("TextLabel")
  138. local AutoPlace5Help = Instance.new("TextLabel")
  139. local AutoPlace6Help = Instance.new("TextLabel")
  140. local AutoPlace6Help2 = Instance.new("TextLabel")
  141. local AutoPlace6Help3 = Instance.new("TextLabel")
  142. local AutoPlace7Frame = Instance.new("Frame")
  143. local AutoPlace7Help = Instance.new("TextLabel")
  144. local TextButtonAutoPlace7a = Instance.new("TextButton")
  145. local TextButtonAutoPlace7b = Instance.new("TextButton")
  146. local AutoPlace7Help2 = Instance.new("TextLabel")
  147. local AutoPlace7Help3 = Instance.new("TextLabel")
  148. local TextButtonAutoPlace7d = Instance.new("TextButton")
  149. local AutoPlace8Frame = Instance.new("Frame")
  150. local AutoPlace8Help = Instance.new("TextLabel")
  151. local TextButtonAutoPlace8a = Instance.new("TextButton")
  152. local AutoPlace8Help2 = Instance.new("TextLabel")
  153. local AutoPlace8Help3 = Instance.new("TextLabel")
  154. local TextButtonAutoPlace8d = Instance.new("TextButton")
  155. local AutoRemoteClick = Instance.new("TextButton")
  156. local AutoRemoteClickToggle = Instance.new("TextLabel")
  157. local RemoveAllItems = Instance.new("TextButton")
  158. local ToggleMines = Instance.new("TextButton")
  159. local ToggleMinesOnOff = Instance.new("TextLabel")
  160. local ClickButtons = Instance.new("TextButton")
  161. local AutoRebirth = Instance.new("TextButton")
  162. local TextButtonTpCrates = Instance.new("TextButton")
  163. local OpenAllCrates = Instance.new("TextButton")
  164. local BringMaskedMan = Instance.new("TextButton")
  165. local TPTool = Instance.new("TextButton")
  166. local Label = Instance.new("TextLabel")
  167. local Credits = Instance.new("TextLabel")
  168. local CountTpCrates = Instance.new("TextLabel")
  169. local LayoutsOpen = Instance.new("TextButton")
  170. local LayoutsFrame = Instance.new("Frame")
  171. local LayoutsHeader1 = Instance.new("TextLabel")
  172. local Layouts1Text = Instance.new("TextLabel")
  173. local Layouts2Text = Instance.new("TextLabel")
  174. local Layouts3Text = Instance.new("TextLabel")
  175. local Layouts1Save = Instance.new("TextButton")
  176. local Layouts1Load = Instance.new("TextButton")
  177. local Layouts2Save = Instance.new("TextButton")
  178. local Layouts2Load = Instance.new("TextButton")
  179. local Layouts3Save = Instance.new("TextButton")
  180. local Layouts3Load = Instance.new("TextButton")
  181. local LayoutsRebirth = Instance.new("TextButton")
  182. local LayoutsClose = Instance.new("TextButton")
  183.  
  184. -- Properties
  185.  
  186. ScreenGui.Name = "ScreenGui"
  187. ScreenGui.Parent = game.CoreGui
  188. local MHCORE = game.CoreGui["ScreenGui"]
  189.  
  190. TopFrame.Name = "TopFrame"
  191. TopFrame.Parent = ScreenGui
  192. TopFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  193. TopFrame.BorderColor3 = Color3.new(0, 1, 0)
  194. TopFrame.BackgroundTransparency = 1
  195. TopFrame.Position = UDim2.new(0.5, -40, 0, -28)
  196. TopFrame.Size = UDim2.new(0, 80, 0, 20)
  197.  
  198. Open.Name = "Open"
  199. Open.Parent = TopFrame
  200. Open.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  201. Open.BorderColor3 = Color3.new(0, 1, 0)
  202. Open.Size = UDim2.new(0, 80, 0, 20)
  203. Open.Font = Enum.Font.Fantasy
  204. Open.Text = "Open GUI"
  205. Open.TextColor3 = Color3.new(1, 1, 1)
  206. Open.TextSize = 18
  207. Open.Selectable = true
  208. Open.TextWrapped = true
  209.  
  210. OpenFrame.Name = "OpenFrame"
  211. OpenFrame.Parent = ScreenGui
  212. OpenFrame.Active = true
  213. OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  214. OpenFrame.BackgroundTransparency = 0.2
  215. OpenFrame.BorderColor3 = Color3.new(0, 0, 0)
  216. OpenFrame.Draggable = true
  217. OpenFrame.Position = UDim2.new(1, -235, 1, -318)
  218. OpenFrame.Selectable = true
  219. OpenFrame.Visible = false
  220. OpenFrame.Size = UDim2.new(0, 230, 0, 28)
  221.  
  222. MainFrame.Name = "MainFrame"
  223. MainFrame.Parent = OpenFrame
  224. MainFrame.BackgroundColor3 = Color3.new(0.3, 0.3, 0.3)
  225. MainFrame.BackgroundTransparency = 0.2
  226. MainFrame.Position = UDim2.new(0, 0, 1, 0)
  227. MainFrame.Size = UDim2.new(0, 230, 0, 286)
  228.  
  229. CloseMH.Name = "CloseMH"
  230. CloseMH.Parent = OpenFrame
  231. CloseMH.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  232. CloseMH.BorderColor3 = Color3.new(0, 0, 0)
  233. CloseMH.Position = UDim2.new(0, 3, 0, 3)
  234. CloseMH.Size = UDim2.new(0, 21, 0, 21)
  235. CloseMH.Font = Enum.Font.Fantasy
  236. CloseMH.Text = "X"
  237. CloseMH.TextColor3 = Color3.new(1, 0, 0)
  238. CloseMH.TextScaled = true
  239. CloseMH.TextSize = 17
  240.  
  241. Minimize.Name = "Minimize"
  242. Minimize.Parent = OpenFrame
  243. Minimize.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  244. Minimize.BorderColor3 = Color3.new(0, 0, 0)
  245. Minimize.Position = UDim2.new(0, 27, 0, 3)
  246. Minimize.Size = UDim2.new(0, 21, 0, 21)
  247. Minimize.Font = Enum.Font.Fantasy
  248. Minimize.Text = "-"
  249. Minimize.TextColor3 = Color3.new(1, 1, 1)
  250. Minimize.TextScaled = true
  251. Minimize.TextSize = 17
  252.  
  253. i.Name = "i"
  254. i.Parent = OpenFrame
  255. i.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  256. i.BorderColor3 = Color3.new(0, 0, 0)
  257. i.Position = UDim2.new(0, 206, 0, 3)
  258. i.Size = UDim2.new(0, 21, 0, 21)
  259. i.Font = Enum.Font.Fantasy
  260. i.Text = "i"
  261. i.TextColor3 = Color3.new(1, 1, 1)
  262. i.TextSize = 18
  263.  
  264. iFrame.Name = "iFrame"
  265. iFrame.Parent = MainFrame
  266. iFrame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  267. iFrame.BorderColor3 = Color3.new(1, 1, 1)
  268. iFrame.BackgroundTransparency = 0
  269. iFrame.Position = UDim2.new(0, 8, 0, 8)
  270. iFrame.Size = UDim2.new(0, 214, 0, 270)
  271. iFrame.ZIndex = 6
  272. iFrame.Visible = false
  273.  
  274. CurrentCash.Name = "CurrentCash"
  275. CurrentCash.Parent = iFrame
  276. CurrentCash.BackgroundColor3 = Color3.new(0, 0, 0)
  277. CurrentCash.BackgroundTransparency = 0
  278. CurrentCash.BorderSizePixel = 0
  279. CurrentCash.Position = UDim2.new(0, 0, 0, 0)
  280. CurrentCash.Size = UDim2.new(0, 214, 0, 40)
  281. CurrentCash.Font = Enum.Font.SourceSans
  282. CurrentCash.Text = "Current Cash: ".. cashvalue .."\nor $" .. fullcashvalue
  283. CurrentCash.TextColor3 = Color3.new(1, 1, 1)
  284. CurrentCash.ZIndex = 9
  285. CurrentCash.TextSize = 16
  286.  
  287. iText.Name = "iText"
  288. iText.Parent = iFrame
  289. iText.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  290. iText.BackgroundTransparency = 0
  291. iText.BorderSizePixel = 0
  292. iText.BorderColor3 = Color3.new(1, 1, 1)
  293. iText.Position = UDim2.new(0, 0, 0, 27)
  294. iText.Size = UDim2.new(0, 214, 0, 240)
  295. iText.Font = Enum.Font.SourceSans
  296. iText.Text = "\nMade by LuckyMMB#8646 (discord)\n\Group: discord.gg/GKzJnUC\n\n--- TIPS ---\nLevel up the max Ore Limit in Settings and don't let the ore quantity go more than 2/3 of max or it will start lagging the ore.\n\nWhen upgraders flash as the ore goes through they cant upgrade the ore anymore.\n\nDev Console [F9] - status updates"
  297. iText.TextColor3 = Color3.new(1, 1, 1)
  298. iText.TextSize = 16
  299. iText.ZIndex = 8
  300. iText.TextWrapped = true
  301. iText.TextYAlignment = Enum.TextYAlignment.Top
  302.  
  303. Label.Name = "Label"
  304. Label.Parent = OpenFrame
  305. Label.BackgroundColor3 = Color3.new(1, 1, 1)
  306. Label.BackgroundTransparency = 1
  307. Label.BorderSizePixel = 0
  308. Label.Position = UDim2.new(0, 51, 0, 0)
  309. Label.Size = UDim2.new(0, 151, 0, 24)
  310. Label.Font = Enum.Font.SourceSans
  311. Label.Text = "Miners Haven LuckyGUI"
  312. Label.TextColor3 = Color3.new(0, 1, 0)
  313. Label.TextScaled = true
  314. Label.TextSize = 20
  315.  
  316. ItemBuyFrame.Name = "ItemBuyFrame"
  317. ItemBuyFrame.Parent = MainFrame
  318. ItemBuyFrame.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  319. ItemBuyFrame.BorderColor3 = Color3.new(0, 0, 0)
  320. ItemBuyFrame.Position = UDim2.new(0, 8, 0, 8)
  321. ItemBuyFrame.Size = UDim2.new(0, 214, 0, 46)
  322.  
  323. ItemLabel.Name = "ItemLabel"
  324. ItemLabel.Parent = ItemBuyFrame
  325. ItemLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  326. ItemLabel.BackgroundTransparency = 1
  327. ItemLabel.BorderSizePixel = 0
  328. ItemLabel.Position = UDim2.new(0, 4, 0, 0)
  329. ItemLabel.Size = UDim2.new(0, 25, 0, 16)
  330. ItemLabel.Font = Enum.Font.SourceSans
  331. ItemLabel.Text = "Item"
  332. ItemLabel.TextColor3 = Color3.new(1, 1, 1)
  333. ItemLabel.TextSize = 18
  334.  
  335. ItemText.Name = "ItemText"
  336. ItemText.Parent = ItemBuyFrame
  337. ItemText.BackgroundColor3 = Color3.new(1, 1, 1)
  338. ItemText.BorderColor3 = Color3.new(1, 1, 1)
  339. ItemText.BorderSizePixel = 1
  340. ItemText.Position = UDim2.new(0, 36, 0, 4)
  341. ItemText.Size = UDim2.new(0, 174, 0, 16)
  342. ItemText.Font = Enum.Font.SourceSans
  343. ItemText.Text = " Type Item To Buy Here "
  344. ItemText.TextColor3 = Color3.new(0, 0, 0)
  345. ItemText.TextSize = 16
  346. ItemText.TextScaled = true
  347.  
  348. AmountLabel.Name = "AmountLabel"
  349. AmountLabel.Parent = ItemBuyFrame
  350. AmountLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  351. AmountLabel.BackgroundTransparency = 1
  352. AmountLabel.BorderSizePixel = 0
  353. AmountLabel.Position = UDim2.new(0, 6, 0, 26)
  354. AmountLabel.Size = UDim2.new(0, 20, 0, 16)
  355. AmountLabel.Font = Enum.Font.SourceSans
  356. AmountLabel.Text = "Qty"
  357. AmountLabel.TextColor3 = Color3.new(1, 1, 1)
  358. AmountLabel.TextSize = 18
  359.  
  360. AmountText.Name = "AmountText"
  361. AmountText.Parent = ItemBuyFrame
  362. AmountText.BackgroundColor3 = Color3.new(1, 1, 1)
  363. AmountText.BorderColor3 = Color3.new(1, 1, 1)
  364. AmountText.BorderSizePixel = 0
  365. AmountText.Position = UDim2.new(0, 36, 0, 27)
  366. AmountText.Size = UDim2.new(0, 50, 0, 16)
  367. AmountText.Font = Enum.Font.SourceSans
  368. AmountText.Text = "0"
  369. AmountText.TextColor3 = Color3.new(0, 0, 0)
  370. AmountText.TextSize = 16
  371. AmountText.TextScaled = true
  372.  
  373. ItemBuyButton.Name = "ItemBuyButton"
  374. ItemBuyButton.Parent = ItemBuyFrame
  375. ItemBuyButton.BackgroundColor3 = Color3.new(0.3, 0.3, 0.3)
  376. ItemBuyButton.BorderColor3 = Color3.new(0, 0, 0)
  377. ItemBuyButton.Position = UDim2.new(0, 105, 0, 27)
  378. ItemBuyButton.Size = UDim2.new(0, 90, 0, 16)
  379. ItemBuyButton.Font = Enum.Font.SourceSans
  380. ItemBuyButton.Text = "Buy Item/s"
  381. ItemBuyButton.TextColor3 = Color3.new(1, 1, 1)
  382. ItemBuyButton.TextScaled = true
  383. ItemBuyButton.TextSize = 19
  384.  
  385. ItemBuyHelp.Name = "ItemBuyHelp"
  386. ItemBuyHelp.Parent = MainFrame
  387. ItemBuyHelp.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  388. ItemBuyHelp.BorderColor3 = Color3.new(1, 1, 1)
  389. ItemBuyHelp.Position = UDim2.new(0, 12, 0, 60)
  390. ItemBuyHelp.Size = UDim2.new(0, 206, 0, 140)
  391. ItemBuyHelp.Font = Enum.Font.SourceSans
  392. ItemBuyHelp.Text = "Clicking this button will buy the item and quantity you typed from the Shop. Great if you are following youtube tutorials. The items must be spelled correctly and you must have enough money to buy it."
  393. ItemBuyHelp.TextColor3 = Color3.new(0, 1, 0)
  394. ItemBuyHelp.TextSize = 18
  395. ItemBuyHelp.ZIndex = 6
  396. ItemBuyHelp.TextWrapped = true
  397. ItemBuyHelp.Visible = false
  398.  
  399. TextButtonAutoPlace1.Name = "TextButtonAutoPlace1"
  400. TextButtonAutoPlace1.Parent = MainFrame
  401. TextButtonAutoPlace1.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  402. TextButtonAutoPlace1.BorderColor3 = Color3.new(0, 0, 0)
  403. TextButtonAutoPlace1.Position = UDim2.new(0, 8, 0, 62)
  404. TextButtonAutoPlace1.Size = UDim2.new(0, 23.25, 0, 35)
  405. TextButtonAutoPlace1.Font = Enum.Font.SourceSans
  406. TextButtonAutoPlace1.Text = "1"
  407. TextButtonAutoPlace1.TextColor3 = Color3.new(1, 1, 1)
  408. TextButtonAutoPlace1.TextScaled = true
  409. TextButtonAutoPlace1.TextSize = 22
  410.  
  411. TextButtonAutoPlace2.Name = "TextButtonAutoPlace2"
  412. TextButtonAutoPlace2.Parent = MainFrame
  413. TextButtonAutoPlace2.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  414. TextButtonAutoPlace2.BorderColor3 = Color3.new(0, 0, 0)
  415. TextButtonAutoPlace2.Position = UDim2.new(0, 35.25, 0, 62)
  416. TextButtonAutoPlace2.Size = UDim2.new(0, 23.25, 0, 35)
  417. TextButtonAutoPlace2.Font = Enum.Font.SourceSans
  418. TextButtonAutoPlace2.Text = "2"
  419. TextButtonAutoPlace2.TextColor3 = Color3.new(1, 1, 1)
  420. TextButtonAutoPlace2.TextScaled = true
  421. TextButtonAutoPlace2.TextSize = 22
  422.  
  423. TextButtonAutoPlace3.Name = "TextButtonAutoPlace3"
  424. TextButtonAutoPlace3.Parent = MainFrame
  425. TextButtonAutoPlace3.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  426. TextButtonAutoPlace3.BorderColor3 = Color3.new(0, 0, 0)
  427. TextButtonAutoPlace3.Position = UDim2.new(0, 62.5, 0, 62)
  428. TextButtonAutoPlace3.Size = UDim2.new(0, 23.25, 0, 35)
  429. TextButtonAutoPlace3.Font = Enum.Font.SourceSans
  430. TextButtonAutoPlace3.Text = "3"
  431. TextButtonAutoPlace3.TextColor3 = Color3.new(1, 1, 1)
  432. TextButtonAutoPlace3.TextScaled = true
  433. TextButtonAutoPlace3.TextSize = 22
  434.  
  435. TextButtonAutoPlace4.Name = "TextButtonAutoPlace4"
  436. TextButtonAutoPlace4.Parent = MainFrame
  437. TextButtonAutoPlace4.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  438. TextButtonAutoPlace4.BorderColor3 = Color3.new(0, 0, 0)
  439. TextButtonAutoPlace4.Position = UDim2.new(0, 89.75, 0, 62)
  440. TextButtonAutoPlace4.Size = UDim2.new(0, 23.25, 0, 35)
  441. TextButtonAutoPlace4.Font = Enum.Font.SourceSans
  442. TextButtonAutoPlace4.Text = "4"
  443. TextButtonAutoPlace4.TextColor3 = Color3.new(1, 1, 1)
  444. TextButtonAutoPlace4.TextScaled = true
  445. TextButtonAutoPlace4.TextSize = 22
  446.  
  447. TextButtonAutoPlace5.Name = "TextButtonAutoPlace5"
  448. TextButtonAutoPlace5.Parent = MainFrame
  449. TextButtonAutoPlace5.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  450. TextButtonAutoPlace5.BorderColor3 = Color3.new(0, 0, 0)
  451. TextButtonAutoPlace5.Position = UDim2.new(0, 117, 0, 62)
  452. TextButtonAutoPlace5.Size = UDim2.new(0, 23.25, 0, 35)
  453. TextButtonAutoPlace5.Font = Enum.Font.SourceSans
  454. TextButtonAutoPlace5.Text = "5"
  455. TextButtonAutoPlace5.TextColor3 = Color3.new(1, 1, 1)
  456. TextButtonAutoPlace5.TextScaled = true
  457. TextButtonAutoPlace5.TextSize = 22
  458.  
  459. TextButtonAutoPlace6.Name = "TextButtonAutoPlace6"
  460. TextButtonAutoPlace6.Parent = MainFrame
  461. TextButtonAutoPlace6.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  462. TextButtonAutoPlace6.BorderColor3 = Color3.new(0, 0, 0)
  463. TextButtonAutoPlace6.Position = UDim2.new(0, 144.25, 0, 62)
  464. TextButtonAutoPlace6.Size = UDim2.new(0, 23.25, 0, 35)
  465. TextButtonAutoPlace6.Font = Enum.Font.SourceSans
  466. TextButtonAutoPlace6.Text = "6"
  467. TextButtonAutoPlace6.TextColor3 = Color3.new(1, 1, 1)
  468. TextButtonAutoPlace6.TextScaled = true
  469. TextButtonAutoPlace6.TextSize = 22
  470.  
  471. TextButtonAutoPlace7.Name = "TextButtonAutoPlace7"
  472. TextButtonAutoPlace7.Parent = MainFrame
  473. TextButtonAutoPlace7.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  474. TextButtonAutoPlace7.BorderColor3 = Color3.new(0, 0, 0)
  475. TextButtonAutoPlace7.Position = UDim2.new(0, 171.5, 0, 62)
  476. TextButtonAutoPlace7.Size = UDim2.new(0, 23.25, 0, 35)
  477. TextButtonAutoPlace7.Font = Enum.Font.SourceSans
  478. TextButtonAutoPlace7.Text = "7"
  479. TextButtonAutoPlace7.TextColor3 = Color3.new(1, 1, 1)
  480. TextButtonAutoPlace7.TextScaled = true
  481. TextButtonAutoPlace7.TextSize = 22
  482.  
  483. TextButtonAutoPlace8.Name = "TextButtonAutoPlace8"
  484. TextButtonAutoPlace8.Parent = MainFrame
  485. TextButtonAutoPlace8.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  486. TextButtonAutoPlace8.BorderColor3 = Color3.new(0, 0, 0)
  487. TextButtonAutoPlace8.Position = UDim2.new(0, 198.75, 0, 62)
  488. TextButtonAutoPlace8.Size = UDim2.new(0, 23.25, 0, 35)
  489. TextButtonAutoPlace8.Font = Enum.Font.SourceSans
  490. TextButtonAutoPlace8.Text = "8"
  491. TextButtonAutoPlace8.TextColor3 = Color3.new(1, 1, 1)
  492. TextButtonAutoPlace8.TextScaled = true
  493. TextButtonAutoPlace8.TextSize = 22
  494.  
  495. AutoPlace1Label.Name = "AutoPlace1Label"
  496. AutoPlace1Label.Parent = MainFrame
  497. AutoPlace1Label.BackgroundColor3 = Color3.new(1, 1, 1)
  498. AutoPlace1Label.BorderColor3 = Color3.new(0, 0, 0)
  499. AutoPlace1Label.Position = UDim2.new(0, 8, 0, 97)
  500. AutoPlace1Label.Size = UDim2.new(0, 214, 0, 16)
  501. AutoPlace1Label.Font = Enum.Font.SourceSans
  502. AutoPlace1Label.Text = " MUST be on a Solo Game"
  503. AutoPlace1Label.TextColor3 = Color3.new(0, 0, 0)
  504. AutoPlace1Label.TextSize = 18
  505. AutoPlace1Label.TextScaled = true
  506.  
  507. AutoPlace1Help.Name = "AutoPlace1Help"
  508. AutoPlace1Help.Parent = MainFrame
  509. AutoPlace1Help.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  510. AutoPlace1Help.BorderColor3 = Color3.new(1, 1, 1)
  511. AutoPlace1Help.Position = UDim2.new(0, 8, 0, 122)
  512. AutoPlace1Help.Size = UDim2.new(0, 214, 0, 158)
  513. AutoPlace1Help.Font = Enum.Font.SourceSans
  514. AutoPlace1Help.Text = "Setup 1 - Totally automatic but if you have a better mine than the one set use it. Keep out of the way and enable TP Crates to keep them from stopping the ore. Just sit back and watch the magic. If you Auto Rebirth it will keep going use an Anti-afk bot to stop from getting kicked after 20 minutes idle."
  515. AutoPlace1Help.TextColor3 = Color3.new(1, 1, 1)
  516. AutoPlace1Help.TextSize = 17
  517. AutoPlace1Help.ZIndex = 6
  518. AutoPlace1Help.Visible = false
  519. AutoPlace1Help.TextWrapped = true
  520. AutoPlace1Help.TextYAlignment = Enum.TextYAlignment.Top
  521.  
  522. AutoPlace2Help.Name = "AutoPlace2Help"
  523. AutoPlace2Help.Parent = MainFrame
  524. AutoPlace2Help.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  525. AutoPlace2Help.BorderColor3 = Color3.new(1, 1, 1)
  526. AutoPlace2Help.Position = UDim2.new(0, 8, 0, 121)
  527. AutoPlace2Help.Size = UDim2.new(0, 214, 0, 158)
  528. AutoPlace2Help.Font = Enum.Font.SourceSans
  529. AutoPlace2Help.Text = "Setup 2 - Up to Sp required levels. Reborn items required. This requires a Noobite or Symmetrium mine and Natures Grip to get you\n to 40qx. It then uses the big setup from level one with some reborn items. Replace any missing items with your best reborn items to get\n a high value for your ore."
  530. AutoPlace2Help.TextColor3 = Color3.new(1, 1, 1)
  531. AutoPlace2Help.TextSize = 16
  532. AutoPlace2Help.ZIndex = 6
  533. AutoPlace2Help.TextWrapped = true
  534. AutoPlace2Help.Visible = false
  535. AutoPlace2Help.TextYAlignment = Enum.TextYAlignment.Top
  536.  
  537. AutoPlace3Help.Name = "AutoPlace3Help"
  538. AutoPlace3Help.Parent = MainFrame
  539. AutoPlace3Help.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  540. AutoPlace3Help.BorderColor3 = Color3.new(1, 1, 1)
  541. AutoPlace3Help.Position = UDim2.new(0, 8, 0, 121)
  542. AutoPlace3Help.Size = UDim2.new(0, 214, 0, 158)
  543. AutoPlace3Help.Font = Enum.Font.SourceSans
  544. AutoPlace3Help.Text = "Setup 3 - Mid levels. This uses a Symmetrium Mine and a Dreamers Anguish Furnace to get a lot of cash. This will get you through quite a few higher levels but you must own both items."
  545. AutoPlace3Help.TextColor3 = Color3.new(1, 1, 1)
  546. AutoPlace3Help.TextSize = 17
  547. AutoPlace3Help.ZIndex = 6
  548. AutoPlace3Help.TextWrapped = true
  549. AutoPlace3Help.Visible = false
  550. AutoPlace3Help.TextYAlignment = Enum.TextYAlignment.Top
  551.  
  552. AutoPlace4Help.Name = "AutoPlace4Help"
  553. AutoPlace4Help.Parent = MainFrame
  554. AutoPlace4Help.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  555. AutoPlace4Help.BorderColor3 = Color3.new(1, 1, 1)
  556. AutoPlace4Help.Position = UDim2.new(0, 8, 0, 121)
  557. AutoPlace4Help.Size = UDim2.new(0, 214, 0, 21)
  558. AutoPlace4Help.Font = Enum.Font.SourceSans
  559. AutoPlace4Help.Text = "Setup 4 - Good for sx/low Sp lifes"
  560. AutoPlace4Help.TextColor3 = Color3.new(1, 1, 1)
  561. AutoPlace4Help.TextSize = 17
  562. AutoPlace4Help.ZIndex = 6
  563. AutoPlace4Help.TextWrapped = true
  564. AutoPlace4Help.Visible = false
  565. AutoPlace4Help.TextYAlignment = Enum.TextYAlignment.Top
  566.  
  567. AutoPlace4Help2.Name = "AutoPlace4Help2"
  568. AutoPlace4Help2.Parent = MainFrame
  569. AutoPlace4Help2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  570. AutoPlace4Help2.BorderColor3 = Color3.new(1, 1, 1)
  571. AutoPlace4Help2.Position = UDim2.new(0, 8, 0, 142)
  572. AutoPlace4Help2.Size = UDim2.new(0, 214, 0, 136)
  573. AutoPlace4Help2.Font = Enum.Font.SourceSans
  574. AutoPlace4Help2.Text = "Reborn Items Needed:\nAzure Refiner, The Catalyst, Quantum Ore Cleaner, True Overlord Device, Wild Spore, 5x Flaming Schrodinger, 10x Big Bad Blaster and a Dark Illuminator."
  575. AutoPlace4Help2.TextColor3 = Color3.new(0, 1, 0)
  576. AutoPlace4Help2.TextSize = 17
  577. AutoPlace4Help2.ZIndex = 6
  578. AutoPlace4Help2.TextWrapped = true
  579. AutoPlace4Help2.Visible = false
  580. AutoPlace4Help2.TextYAlignment = Enum.TextYAlignment.Top
  581.  
  582. AutoPlace5Help.Name = "AutoPlace5Help"
  583. AutoPlace5Help.Parent = MainFrame
  584. AutoPlace5Help.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  585. AutoPlace5Help.BorderColor3 = Color3.new(1, 1, 1)
  586. AutoPlace5Help.Position = UDim2.new(0, 8, 0, 121)
  587. AutoPlace5Help.Size = UDim2.new(0, 214, 0, 158)
  588. AutoPlace5Help.Font = Enum.Font.SourceSans
  589. AutoPlace5Help.Text = "Setup 5 - Good up to life 1001\nPairs Set: " .. setdragonglassnumber .. "\n\nThis will place 1, 2, 4 or 6 [depending on value set at start of script] Dreamers Anguish/Dragonglass Items. Minimum amount required\n is 1 of each type."
  590. AutoPlace5Help.TextColor3 = Color3.new(1, 1, 1)
  591. AutoPlace5Help.TextSize = 17
  592. AutoPlace5Help.ZIndex = 6
  593. AutoPlace5Help.TextWrapped = true
  594. AutoPlace5Help.Visible = false
  595. AutoPlace5Help.TextYAlignment = Enum.TextYAlignment.Top
  596.  
  597. AutoPlace6Help.Name = "AutoPlace6Help"
  598. AutoPlace6Help.Parent = MainFrame
  599. AutoPlace6Help.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  600. AutoPlace6Help.BorderColor3 = Color3.new(1, 1, 1)
  601. AutoPlace6Help.Position = UDim2.new(0, 8, 0, 121)
  602. AutoPlace6Help.Size = UDim2.new(0, 214, 0, 20)
  603. AutoPlace6Help.Font = Enum.Font.SourceSans
  604. AutoPlace6Help.Text = "Setup 6 - life 1001+"
  605. AutoPlace6Help.TextColor3 = Color3.new(1, 1, 1)
  606. AutoPlace6Help.TextSize = 17
  607. AutoPlace6Help.ZIndex = 6
  608. AutoPlace6Help.TextWrapped = true
  609. AutoPlace6Help.Visible = false
  610. AutoPlace6Help.TextYAlignment = Enum.TextYAlignment.Top
  611.  
  612. AutoPlace6Help2.Name = "AutoPlace6Help2"
  613. AutoPlace6Help2.Parent = MainFrame
  614. AutoPlace6Help2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  615. AutoPlace6Help2.BorderColor3 = Color3.new(1, 1, 1)
  616. AutoPlace6Help2.Position = UDim2.new(0, 8, 0, 141)
  617. AutoPlace6Help2.Size = UDim2.new(0, 214, 0, 120)
  618. AutoPlace6Help2.Font = Enum.Font.SourceSans
  619. AutoPlace6Help2.Text = "Reborn Items Needed:\nDiamond Breech Loader, 2x Azure Spore, Catalyzed Spore, Quantum Clockwork, 2x True Overlord\n Device, The Final Upgrader, 3x Flaming Schrodinger, 8x Big Bad Blaster and a Dark Illuminator."
  620. AutoPlace6Help2.TextColor3 = Color3.new(0, 1, 0)
  621. AutoPlace6Help2.TextSize = 17
  622. AutoPlace6Help2.ZIndex = 6
  623. AutoPlace6Help2.TextWrapped = true
  624. AutoPlace6Help2.Visible = false
  625. AutoPlace6Help2.TextYAlignment = Enum.TextYAlignment.Top
  626.  
  627. AutoPlace6Help3.Name = "AutoPlace6Help3"
  628. AutoPlace6Help3.Parent = MainFrame
  629. AutoPlace6Help3.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  630. AutoPlace6Help3.BorderColor3 = Color3.new(1, 1, 1)
  631. AutoPlace6Help3.Position = UDim2.new(0, 8, 0, 261)
  632. AutoPlace6Help3.Size = UDim2.new(0, 214, 0, 17)
  633. AutoPlace6Help3.Font = Enum.Font.SourceSans
  634. AutoPlace6Help3.Text = "Full Credit: SLIDERzz @ v3rmillion"
  635. AutoPlace6Help3.TextColor3 = Color3.new(1, 1, 1)
  636. AutoPlace6Help3.TextSize = 17
  637. AutoPlace6Help3.ZIndex = 6
  638. AutoPlace6Help3.TextWrapped = true
  639. AutoPlace6Help3.Visible = false
  640. AutoPlace6Help3.TextYAlignment = Enum.TextYAlignment.Top
  641.  
  642. AutoPlace7Frame.Name = "AutoPlace7Frame"
  643. AutoPlace7Frame.Parent = MainFrame
  644. AutoPlace7Frame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  645. AutoPlace7Frame.BorderColor3 = Color3.new(1, 1, 1)
  646. AutoPlace7Frame.Position = UDim2.new(0, 8, 0, 8)
  647. AutoPlace7Frame.Size = UDim2.new(0, 214, 0, 271)
  648. AutoPlace7Frame.ZIndex = 7
  649. AutoPlace7Frame.Visible = false
  650.  
  651. AutoPlace7Help.Name = "AutoPlace7Help"
  652. AutoPlace7Help.Parent = AutoPlace7Frame
  653. AutoPlace7Help.BackgroundColor3 = Color3.new(0, 0, 0)
  654. AutoPlace7Help.BorderColor3 = Color3.new(0, 0, 0)
  655. AutoPlace7Help.BackgroundTransparency = 1
  656. AutoPlace7Help.Position = UDim2.new(0, 2, 0, 4)
  657. AutoPlace7Help.Size = UDim2.new(0, 210, 0, 20)
  658. AutoPlace7Help.Font = Enum.Font.SourceSans
  659. AutoPlace7Help.Text = "OverLord Device Setup"
  660. AutoPlace7Help.TextColor3 = Color3.new(1, 1, 1)
  661. AutoPlace7Help.TextSize = 16
  662. AutoPlace7Help.ZIndex = 7
  663. AutoPlace7Help.TextWrapped = true
  664. AutoPlace7Help.TextYAlignment = Enum.TextYAlignment.Top
  665.  
  666. TextButtonAutoPlace7a.Name = "TextButtonAutoPlace7a"
  667. TextButtonAutoPlace7a.Parent = AutoPlace7Frame
  668. TextButtonAutoPlace7a.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  669. TextButtonAutoPlace7a.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  670. TextButtonAutoPlace7a.Position = UDim2.new(0, 76, 0, 25)
  671. TextButtonAutoPlace7a.Size = UDim2.new(0, 62, 0, 20)
  672. TextButtonAutoPlace7a.Font = Enum.Font.SourceSans
  673. TextButtonAutoPlace7a.Text = "START"
  674. TextButtonAutoPlace7a.TextColor3 = Color3.new(1, 1, 1)
  675. TextButtonAutoPlace7a.TextSize = 16
  676. TextButtonAutoPlace7a.ZIndex = 7
  677.  
  678. TextButtonAutoPlace7b.Name = "TextButtonAutoPlace7b"
  679. TextButtonAutoPlace7b.Parent = AutoPlace7Frame
  680. TextButtonAutoPlace7b.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  681. TextButtonAutoPlace7b.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  682. TextButtonAutoPlace7b.Position = UDim2.new(0, 8, 0, 51)
  683. TextButtonAutoPlace7b.Size = UDim2.new(0, 198, 0, 20)
  684. TextButtonAutoPlace7b.Font = Enum.Font.SourceSans
  685. TextButtonAutoPlace7b.Text = "Add items when ore is upgraded"
  686. TextButtonAutoPlace7b.TextColor3 = Color3.new(1, 1, 1)
  687. TextButtonAutoPlace7b.TextSize = 16
  688. TextButtonAutoPlace7b.ZIndex = 7
  689.  
  690. AutoPlace7Help2.Name = "AutoPlace7Help2"
  691. AutoPlace7Help2.Parent = AutoPlace7Frame
  692. AutoPlace7Help2.BackgroundColor3 = Color3.new(0, 0, 0)
  693. AutoPlace7Help2.BorderColor3 = Color3.new(0, 0, 0)
  694. AutoPlace7Help2.BackgroundTransparency = 1
  695. AutoPlace7Help2.Position = UDim2.new(0, 2, 0, 74)
  696. AutoPlace7Help2.Size = UDim2.new(0, 210, 0, 60)
  697. AutoPlace7Help2.Font = Enum.Font.SourceSans
  698. AutoPlace7Help2.Text = "Required Items: Newtonium Mine, Frozen Justice, 3 x Big Bad Blaster and a Reversible Conveyor."
  699. AutoPlace7Help2.TextColor3 = Color3.new(0, 1, 0)
  700. AutoPlace7Help2.TextSize = 16
  701. AutoPlace7Help2.ZIndex = 7
  702. AutoPlace7Help2.TextWrapped = true
  703. AutoPlace7Help2.TextYAlignment = Enum.TextYAlignment.Top
  704.  
  705. AutoPlace7Help3.Name = "AutoPlace7Help3"
  706. AutoPlace7Help3.Parent = AutoPlace7Frame
  707. AutoPlace7Help3.BackgroundColor3 = Color3.new(0, 0, 0)
  708. AutoPlace7Help3.BorderColor3 = Color3.new(0, 0, 0)
  709. AutoPlace7Help3.BackgroundTransparency = 1
  710. AutoPlace7Help3.Position = UDim2.new(0, 2, 0, 123)
  711. AutoPlace7Help3.Size = UDim2.new(0, 210, 0, 170)
  712. AutoPlace7Help3.Font = Enum.Font.SourceSans
  713. AutoPlace7Help3.Text = "2 Auto Setups at $3T and $40sx.\n1.Click Start. 2.At 100 ores remove the mine. 3.When ALL ores fully upgraded [upgraders flash when ore goes through] add extra items. 4.When 1 ore left switch reversible conveyor and hope for DD cash."
  714. AutoPlace7Help3.TextColor3 = Color3.new(1, 1, 1)
  715. AutoPlace7Help3.TextSize = 16
  716. AutoPlace7Help3.ZIndex = 7
  717. AutoPlace7Help3.TextWrapped = true
  718. AutoPlace7Help3.TextYAlignment = Enum.TextYAlignment.Top
  719.  
  720. TextButtonAutoPlace7d.Name = "TextButtonAutoPlace7d"
  721. TextButtonAutoPlace7d.Parent = AutoPlace7Frame
  722. TextButtonAutoPlace7d.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  723. TextButtonAutoPlace7d.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  724. TextButtonAutoPlace7d.Position = UDim2.new(0, 60, 0, 242)
  725. TextButtonAutoPlace7d.Size = UDim2.new(0, 94, 0, 20)
  726. TextButtonAutoPlace7d.Font = Enum.Font.SourceSans
  727. TextButtonAutoPlace7d.Text = "CLOSE"
  728. TextButtonAutoPlace7d.TextColor3 = Color3.new(1, 1, 1)
  729. TextButtonAutoPlace7d.TextSize = 16
  730. TextButtonAutoPlace7d.ZIndex = 7
  731.  
  732. AutoPlace8Frame.Name = "AutoPlace8Frame"
  733. AutoPlace8Frame.Parent = MainFrame
  734. AutoPlace8Frame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  735. AutoPlace8Frame.BorderColor3 = Color3.new(1, 1, 1)
  736. AutoPlace8Frame.Position = UDim2.new(0, 8, 0, 8)
  737. AutoPlace8Frame.Size = UDim2.new(0, 214, 0, 271)
  738. AutoPlace8Frame.ZIndex = 7
  739. AutoPlace8Frame.Visible = false
  740.  
  741. AutoPlace8Help.Name = "AutoPlace8Help"
  742. AutoPlace8Help.Parent = AutoPlace8Frame
  743. AutoPlace8Help.BackgroundColor3 = Color3.new(0, 0, 0)
  744. AutoPlace8Help.BorderColor3 = Color3.new(0, 0, 0)
  745. AutoPlace8Help.BackgroundTransparency = 1
  746. AutoPlace8Help.Position = UDim2.new(0, 2, 0, 4)
  747. AutoPlace8Help.Size = UDim2.new(0, 210, 0, 20)
  748. AutoPlace8Help.Font = Enum.Font.SourceSans
  749. AutoPlace8Help.Text = "True OverLord Device Setup"
  750. AutoPlace8Help.TextColor3 = Color3.new(1, 1, 1)
  751. AutoPlace8Help.TextSize = 16
  752. AutoPlace8Help.ZIndex = 7
  753. AutoPlace8Help.TextWrapped = true
  754. AutoPlace8Help.TextYAlignment = Enum.TextYAlignment.Top
  755.  
  756. TextButtonAutoPlace8a.Name = "TextButtonAutoPlace8a"
  757. TextButtonAutoPlace8a.Parent = AutoPlace8Frame
  758. TextButtonAutoPlace8a.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  759. TextButtonAutoPlace8a.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  760. TextButtonAutoPlace8a.Position = UDim2.new(0, 76, 0, 28)
  761. TextButtonAutoPlace8a.Size = UDim2.new(0, 62, 0, 20)
  762. TextButtonAutoPlace8a.Font = Enum.Font.SourceSans
  763. TextButtonAutoPlace8a.Text = "START"
  764. TextButtonAutoPlace8a.TextColor3 = Color3.new(1, 1, 1)
  765. TextButtonAutoPlace8a.TextSize = 16
  766. TextButtonAutoPlace8a.ZIndex = 7
  767.  
  768. AutoPlace8Help2.Name = "AutoPlace8Help2"
  769. AutoPlace8Help2.Parent = AutoPlace8Frame
  770. AutoPlace8Help2.BackgroundColor3 = Color3.new(0, 0, 0)
  771. AutoPlace8Help2.BorderColor3 = Color3.new(0, 0, 0)
  772. AutoPlace8Help2.BackgroundTransparency = 1
  773. AutoPlace8Help2.Position = UDim2.new(0, 2, 0, 55)
  774. AutoPlace8Help2.Size = UDim2.new(0, 210, 0, 120)
  775. AutoPlace8Help2.Font = Enum.Font.SourceSans
  776. AutoPlace8Help2.Text = "Specials Required: 2x Symmetrium Mines, 1x Astral Predictor, 1x Wild Spore, 1x Catalyst, 1x Overlord Device, 1x Ore Illuminator, 1x Tesla Resetter, 1x Clockwork, 1x Sakura Garden [or best furnace] and 2x Reversible Conveyors."
  777. AutoPlace8Help2.TextColor3 = Color3.new(0, 1, 0)
  778. AutoPlace8Help2.TextSize = 16
  779. AutoPlace8Help2.ZIndex = 7
  780. AutoPlace8Help2.TextWrapped = true
  781. AutoPlace8Help2.TextYAlignment = Enum.TextYAlignment.Top
  782.  
  783. AutoPlace8Help3.Name = "AutoPlace8Help3"
  784. AutoPlace8Help3.Parent = AutoPlace8Frame
  785. AutoPlace8Help3.BackgroundColor3 = Color3.new(0, 0, 0)
  786. AutoPlace8Help3.BorderColor3 = Color3.new(0, 0, 0)
  787. AutoPlace8Help3.BackgroundTransparency = 1
  788. AutoPlace8Help3.Position = UDim2.new(0, 2, 0, 170)
  789. AutoPlace8Help3.Size = UDim2.new(0, 210, 0, 100)
  790. AutoPlace8Help3.Font = Enum.Font.SourceSans
  791. AutoPlace8Help3.Text = "Main setup starts at $500qd. Read the instructions at the start of the script file. They are too long to fit in this box."
  792. AutoPlace8Help3.TextColor3 = Color3.new(1, 1, 1)
  793. AutoPlace8Help3.TextSize = 16
  794. AutoPlace8Help3.ZIndex = 7
  795. AutoPlace8Help3.TextWrapped = true
  796. AutoPlace8Help3.TextYAlignment = Enum.TextYAlignment.Top
  797.  
  798. TextButtonAutoPlace8d.Name = "TextButtonAutoPlace8d"
  799. TextButtonAutoPlace8d.Parent = AutoPlace8Frame
  800. TextButtonAutoPlace8d.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  801. TextButtonAutoPlace8d.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  802. TextButtonAutoPlace8d.Position = UDim2.new(0, 60, 0, 242)
  803. TextButtonAutoPlace8d.Size = UDim2.new(0, 94, 0, 20)
  804. TextButtonAutoPlace8d.Font = Enum.Font.SourceSans
  805. TextButtonAutoPlace8d.Text = "CLOSE"
  806. TextButtonAutoPlace8d.TextColor3 = Color3.new(1, 1, 1)
  807. TextButtonAutoPlace8d.TextSize = 16
  808. TextButtonAutoPlace8d.ZIndex = 7
  809.  
  810. AutoRebirth.Name = "AutoRebirth"
  811. AutoRebirth.Parent = MainFrame
  812. AutoRebirth.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  813. AutoRebirth.BorderColor3 = Color3.new(0, 0, 0)
  814. AutoRebirth.Position = UDim2.new(0, 8, 0, 121)
  815. AutoRebirth.Size = UDim2.new(0, 90, 0, 25)
  816. AutoRebirth.Font = Enum.Font.SourceSans
  817. AutoRebirth.Text = "Auto ReBirth"
  818. AutoRebirth.TextColor3 = Color3.new(1, 1, 1)
  819. AutoRebirth.TextSize = 19
  820.  
  821. RemoveAllItems.Name = "RemoveAllItems"
  822. RemoveAllItems.Parent = MainFrame
  823. RemoveAllItems.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  824. RemoveAllItems.BorderColor3 = Color3.new(0, 0, 0)
  825. RemoveAllItems.Position = UDim2.new(0, 106, 0, 121)
  826. RemoveAllItems.Size = UDim2.new(0, 116, 0, 25)
  827. RemoveAllItems.Font = Enum.Font.SourceSans
  828. RemoveAllItems.Text = "Remove All Items"
  829. RemoveAllItems.TextColor3 = Color3.new(1, 1, 1)
  830. RemoveAllItems.TextSize = 19
  831.  
  832. AutoRemoteClick.Name = "AutoRemoteClick"
  833. AutoRemoteClick.Parent = MainFrame
  834. AutoRemoteClick.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  835. AutoRemoteClick.BorderColor3 = Color3.new(0, 0, 0)
  836. AutoRemoteClick.Position = UDim2.new(0, 8, 0, 154)
  837. AutoRemoteClick.Size = UDim2.new(0, 104, 0, 25)
  838. AutoRemoteClick.Font = Enum.Font.SourceSans
  839. AutoRemoteClick.Text = "Remote Click"
  840. AutoRemoteClick.TextColor3 = Color3.new(1, 1, 1)
  841. AutoRemoteClick.TextSize = 19
  842.  
  843. AutoRemoteClickToggle.Name = "AutoRemoteClickToggle"
  844. AutoRemoteClickToggle.Parent = MainFrame
  845. AutoRemoteClickToggle.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  846. AutoRemoteClickToggle.BorderColor3 = Color3.new(0, 0, 0)
  847. AutoRemoteClickToggle.Position = UDim2.new(0, 113, 0, 154)
  848. AutoRemoteClickToggle.Size = UDim2.new(0, 37, 0, 25)
  849. AutoRemoteClickToggle.Font = Enum.Font.SourceSans
  850. AutoRemoteClickToggle.Text = "OFF"
  851. AutoRemoteClickToggle.TextColor3 = Color3.new(1, 0, 0)
  852. AutoRemoteClickToggle.TextSize = 19
  853.  
  854. TPTool.Name = "TPTool"
  855. TPTool.Parent = MainFrame
  856. TPTool.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  857. TPTool.BorderColor3 = Color3.new(0, 0, 0)
  858. TPTool.Position = UDim2.new(0, 158, 0, 154)
  859. TPTool.Size = UDim2.new(0, 64, 0, 25)
  860. TPTool.Font = Enum.Font.SourceSans
  861. TPTool.Text = "TPTool"
  862. TPTool.TextColor3 = Color3.new(1, 1, 1)
  863. TPTool.TextSize = 19
  864.  
  865. ToggleMines.Name = "ToggleMines"
  866. ToggleMines.Parent = MainFrame
  867. ToggleMines.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  868. ToggleMines.BorderColor3 = Color3.new(0, 0, 0)
  869. ToggleMines.Position = UDim2.new(0, 8, 0, 187)
  870. ToggleMines.Size = UDim2.new(0, 60, 0, 25)
  871. ToggleMines.Font = Enum.Font.SourceSans
  872. ToggleMines.Text = "Mines"
  873. ToggleMines.TextColor3 = Color3.new(1, 1, 1)
  874. ToggleMines.TextSize = 19
  875.  
  876. ToggleMinesOnOff.Name = "ToggleMinesOnOff"
  877. ToggleMinesOnOff.Parent = MainFrame
  878. ToggleMinesOnOff.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  879. ToggleMinesOnOff.BorderColor3 = Color3.new(0, 0, 0)
  880. ToggleMinesOnOff.Position = UDim2.new(0, 69, 0, 187)
  881. ToggleMinesOnOff.Size = UDim2.new(0, 36, 0, 25)
  882. ToggleMinesOnOff.Font = Enum.Font.SourceSans
  883. ToggleMinesOnOff.Text = "ON"
  884. ToggleMinesOnOff.TextColor3 = Color3.new(0, 1, 0)
  885. ToggleMinesOnOff.TextSize = 19
  886.  
  887. ClickButtons.Name = "ClickButtons"
  888. ClickButtons.Parent = MainFrame
  889. ClickButtons.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  890. ClickButtons.BorderColor3 = Color3.new(0, 0, 0)
  891. ClickButtons.Position = UDim2.new(0, 113, 0, 187)
  892. ClickButtons.Size = UDim2.new(0, 109, 0, 25)
  893. ClickButtons.Font = Enum.Font.SourceSans
  894. ClickButtons.Text = "Click Buttons"
  895. ClickButtons.TextColor3 = Color3.new(1, 1, 1)
  896. ClickButtons.TextSize = 19
  897.  
  898. TextButtonTpCrates.Name = "TextButtonTpCrates"
  899. TextButtonTpCrates.Parent = MainFrame
  900. TextButtonTpCrates.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  901. TextButtonTpCrates.BorderColor3 = Color3.new(0, 0, 0)
  902. TextButtonTpCrates.Position = UDim2.new(0, 8, 0, 220)
  903. TextButtonTpCrates.Size = UDim2.new(0, 107, 0, 25)
  904. TextButtonTpCrates.Font = Enum.Font.SourceSans
  905. TextButtonTpCrates.Text = "TP to Crates"
  906. TextButtonTpCrates.TextColor3 = Color3.new(1, 1, 1)
  907. TextButtonTpCrates.TextSize = 19
  908.  
  909. CountTpCrates.Name = "CountTpCrates"
  910. CountTpCrates.Parent = MainFrame
  911. CountTpCrates.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  912. CountTpCrates.BorderColor3 = Color3.new(0, 0, 0)
  913. CountTpCrates.Position = UDim2.new(0, 115, 0, 220)
  914. CountTpCrates.Size = UDim2.new(0, 31, 0, 25)
  915. CountTpCrates.Font = Enum.Font.SourceSans
  916. CountTpCrates.Text = "0"
  917. CountTpCrates.TextColor3 = Color3.new(1, 1, 1)
  918. CountTpCrates.TextSize = 19
  919.  
  920. OpenAllCrates.Name = "OpenAllCrates"
  921. OpenAllCrates.Parent = MainFrame
  922. OpenAllCrates.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  923. OpenAllCrates.BorderColor3 = Color3.new(0, 0, 0)
  924. OpenAllCrates.Position = UDim2.new(0, 154, 0, 220)
  925. OpenAllCrates.Size = UDim2.new(0, 68, 0, 25)
  926. OpenAllCrates.Font = Enum.Font.SourceSans
  927. OpenAllCrates.Text = "Open All"
  928. OpenAllCrates.TextColor3 = Color3.new(1, 1, 1)
  929. OpenAllCrates.TextSize = 19
  930.  
  931. BringMaskedMan.Name = "BringMaskedMan"
  932. BringMaskedMan.Parent = MainFrame
  933. BringMaskedMan.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  934. BringMaskedMan.BorderColor3 = Color3.new(0, 0, 0)
  935. BringMaskedMan.Position = UDim2.new(0, 8, 0, 253)
  936. BringMaskedMan.Size = UDim2.new(0, 138, 0, 25)
  937. BringMaskedMan.Font = Enum.Font.SourceSans
  938. BringMaskedMan.Text = "Bring Masked Man"
  939. BringMaskedMan.TextColor3 = Color3.new(1, 1, 1)
  940. BringMaskedMan.TextSize = 20
  941.  
  942. LayoutsOpen.Name = "LayoutsOpen"
  943. LayoutsOpen.Parent = MainFrame
  944. LayoutsOpen.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  945. LayoutsOpen.BorderColor3 = Color3.new(0, 0, 0)
  946. LayoutsOpen.Position = UDim2.new(0, 154, 0, 253)
  947. LayoutsOpen.Size = UDim2.new(0, 68, 0, 25)
  948. LayoutsOpen.Font = Enum.Font.SourceSans
  949. LayoutsOpen.Text = "Layouts"
  950. LayoutsOpen.TextColor3 = Color3.new(1, 1, 1)
  951. LayoutsOpen.TextSize = 20
  952.  
  953. LayoutsFrame.Name = "LayoutsFrame"
  954. LayoutsFrame.Parent = MainFrame
  955. LayoutsFrame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  956. LayoutsFrame.BorderColor3 = Color3.new(1, 1, 1)
  957. LayoutsFrame.Position = UDim2.new(0, 8, 0, 121)
  958. LayoutsFrame.Size = UDim2.new(0, 214, 0, 158)
  959. LayoutsFrame.ZIndex = 7
  960. LayoutsFrame.Visible = false
  961.  
  962. LayoutsHeader1.Name = "LayoutsHeader1"
  963. LayoutsHeader1.Parent = LayoutsFrame
  964. LayoutsHeader1.BackgroundColor3 = Color3.new(0, 0, 0)
  965. LayoutsHeader1.BackgroundTransparency = 1
  966. LayoutsHeader1.BorderColor3 = Color3.new(0, 0, 0)
  967. LayoutsHeader1.Position = UDim2.new(0, 57, 0, 3)
  968. LayoutsHeader1.Size = UDim2.new(0, 100, 0, 20)
  969. LayoutsHeader1.Font = Enum.Font.SourceSans
  970. LayoutsHeader1.Text = "LAYOUTS"
  971. LayoutsHeader1.TextColor3 = Color3.new(1, 1, 1)
  972. LayoutsHeader1.ZIndex = 7
  973. LayoutsHeader1.TextSize = 22
  974.  
  975. Layouts1Text.Name = "Layouts1Text"
  976. Layouts1Text.Parent = LayoutsFrame
  977. Layouts1Text.BackgroundColor3 = Color3.new(0, 0, 0)
  978. Layouts1Text.BorderColor3 = Color3.new(0, 0, 0)
  979. Layouts1Text.BackgroundTransparency = 1
  980. Layouts1Text.Position = UDim2.new(0, 5, 0, 31)
  981. Layouts1Text.Size = UDim2.new(0, 70, 0, 25)
  982. Layouts1Text.Font = Enum.Font.SourceSans
  983. Layouts1Text.Text = "LAYOUT1"
  984. Layouts1Text.TextColor3 = Color3.new(1, 1, 1)
  985. Layouts1Text.ZIndex = 7
  986. Layouts1Text.TextSize = 20
  987.  
  988. Layouts2Text.Name = "Layouts2Text"
  989. Layouts2Text.Parent = LayoutsFrame
  990. Layouts2Text.BackgroundColor3 = Color3.new(0, 0, 0)
  991. Layouts2Text.BackgroundTransparency = 1
  992. Layouts2Text.BorderColor3 = Color3.new(0, 0, 0)
  993. Layouts2Text.Position = UDim2.new(0, 5, 0, 63)
  994. Layouts2Text.Size = UDim2.new(0, 70, 0, 25)
  995. Layouts2Text.Font = Enum.Font.SourceSans
  996. Layouts2Text.Text = "LAYOUT2"
  997. Layouts2Text.TextColor3 = Color3.new(1, 1, 1)
  998. Layouts2Text.ZIndex = 7
  999. Layouts2Text.TextSize = 20
  1000.  
  1001. Layouts3Text.Name = "Layouts3Text"
  1002. Layouts3Text.Parent = LayoutsFrame
  1003. Layouts3Text.BackgroundColor3 = Color3.new(0, 0, 0)
  1004. Layouts3Text.BackgroundTransparency = 1
  1005. Layouts3Text.BorderColor3 = Color3.new(0, 0, 0)
  1006. Layouts3Text.Position = UDim2.new(0, 5, 0, 95)
  1007. Layouts3Text.Size = UDim2.new(0, 70, 0, 25)
  1008. Layouts3Text.Font = Enum.Font.SourceSans
  1009. Layouts3Text.Text = "LAYOUT3"
  1010. Layouts3Text.TextColor3 = Color3.new(1, 1, 1)
  1011. Layouts3Text.ZIndex = 7
  1012. Layouts3Text.TextSize = 20
  1013.  
  1014. Layouts1Save.Name = "Layouts1Save"
  1015. Layouts1Save.Parent = LayoutsFrame
  1016. Layouts1Save.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  1017. Layouts1Save.BorderColor3 = Color3.new(0, 0, 0)
  1018. Layouts1Save.Position = UDim2.new(0, 82, 0, 31)
  1019. Layouts1Save.Size = UDim2.new(0, 60, 0, 25)
  1020. Layouts1Save.Font = Enum.Font.SourceSans
  1021. Layouts1Save.Text = "SAVE"
  1022. Layouts1Save.TextColor3 = Color3.new(1, 1, 1)
  1023. Layouts1Save.ZIndex = 7
  1024. Layouts1Save.TextSize = 20
  1025.  
  1026. Layouts2Save.Name = "Layouts2Save"
  1027. Layouts2Save.Parent = LayoutsFrame
  1028. Layouts2Save.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  1029. Layouts2Save.BorderColor3 = Color3.new(0, 0, 0)
  1030. Layouts2Save.Position = UDim2.new(0, 82, 0, 63)
  1031. Layouts2Save.Size = UDim2.new(0, 60, 0, 25)
  1032. Layouts2Save.Font = Enum.Font.SourceSans
  1033. Layouts2Save.Text = "SAVE"
  1034. Layouts2Save.TextColor3 = Color3.new(1, 1, 1)
  1035. Layouts2Save.ZIndex = 7
  1036. Layouts2Save.TextSize = 20
  1037.  
  1038. Layouts3Save.Name = "Layouts3Save"
  1039. Layouts3Save.Parent = LayoutsFrame
  1040. Layouts3Save.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  1041. Layouts3Save.BorderColor3 = Color3.new(0, 0, 0)
  1042. Layouts3Save.Position = UDim2.new(0, 82, 0, 95)
  1043. Layouts3Save.Size = UDim2.new(0, 60, 0, 25)
  1044. Layouts3Save.Font = Enum.Font.SourceSans
  1045. Layouts3Save.Text = "SAVE"
  1046. Layouts3Save.TextColor3 = Color3.new(1, 1, 1)
  1047. Layouts3Save.ZIndex = 7
  1048. Layouts3Save.TextSize = 20
  1049.  
  1050. Layouts1Load.Name = "Layouts1Load"
  1051. Layouts1Load.Parent = LayoutsFrame
  1052. Layouts1Load.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  1053. Layouts1Load.BorderColor3 = Color3.new(0, 0, 0)
  1054. Layouts1Load.Position = UDim2.new(0, 151, 0, 31)
  1055. Layouts1Load.Size = UDim2.new(0, 55, 0, 25)
  1056. Layouts1Load.Font = Enum.Font.SourceSans
  1057. Layouts1Load.Text = "LOAD"
  1058. Layouts1Load.TextColor3 = Color3.new(1, 1, 1)
  1059. Layouts1Load.ZIndex = 7
  1060. Layouts1Load.TextSize = 20
  1061.  
  1062. Layouts2Load.Name = "Layouts2Load"
  1063. Layouts2Load.Parent = LayoutsFrame
  1064. Layouts2Load.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  1065. Layouts2Load.BorderColor3 = Color3.new(0, 0, 0)
  1066. Layouts2Load.Position = UDim2.new(0, 151, 0, 63)
  1067. Layouts2Load.Size = UDim2.new(0, 55, 0, 25)
  1068. Layouts2Load.Font = Enum.Font.SourceSans
  1069. Layouts2Load.Text = "LOAD"
  1070. Layouts2Load.TextColor3 = Color3.new(1, 1, 1)
  1071. Layouts2Load.ZIndex = 7
  1072. Layouts2Load.TextSize = 20
  1073.  
  1074. Layouts3Load.Name = "Layouts3Load"
  1075. Layouts3Load.Parent = LayoutsFrame
  1076. Layouts3Load.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  1077. Layouts3Load.BorderColor3 = Color3.new(0, 0, 0)
  1078. Layouts3Load.Position = UDim2.new(0, 151, 0, 95)
  1079. Layouts3Load.Size = UDim2.new(0, 55, 0, 25)
  1080. Layouts3Load.Font = Enum.Font.SourceSans
  1081. Layouts3Load.Text = "LOAD"
  1082. Layouts3Load.TextColor3 = Color3.new(1, 1, 1)
  1083. Layouts3Load.ZIndex = 7
  1084. Layouts3Load.TextSize = 20
  1085.  
  1086. LayoutsRebirth.Name = "LayoutsRebirth"
  1087. LayoutsRebirth.Parent = LayoutsFrame
  1088. LayoutsRebirth.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  1089. LayoutsRebirth.BorderColor3 = Color3.new(0, 0, 0)
  1090. LayoutsRebirth.Position = UDim2.new(0, 8, 0, 130)
  1091. LayoutsRebirth.Size = UDim2.new(0, 115, 0, 20)
  1092. LayoutsRebirth.Font = Enum.Font.SourceSans
  1093. LayoutsRebirth.Text = "Auto Rebirth"
  1094. LayoutsRebirth.TextColor3 = Color3.new(1, 1, 1)
  1095. LayoutsRebirth.ZIndex = 7
  1096. LayoutsRebirth.TextSize = 20
  1097.  
  1098. LayoutsClose.Name = "LayoutsClose"
  1099. LayoutsClose.Parent = LayoutsFrame
  1100. LayoutsClose.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  1101. LayoutsClose.BorderColor3 = Color3.new(0, 0, 0)
  1102. LayoutsClose.Position = UDim2.new(0, 131, 0, 130)
  1103. LayoutsClose.Size = UDim2.new(0, 75, 0, 20)
  1104. LayoutsClose.Font = Enum.Font.SourceSans
  1105. LayoutsClose.Text = "Close"
  1106. LayoutsClose.TextColor3 = Color3.new(1, 1, 1)
  1107. LayoutsClose.ZIndex = 7
  1108. LayoutsClose.TextSize = 20
  1109.  
  1110. print("Miner's Haven LuckyGUI written by LuckyMMB Loaded..")
  1111.  
  1112. local function checklayouts()
  1113. if MyLayouts.Layout1.Value == "[]" then
  1114. Layout1saved = false
  1115. Layout1text = "Clear"
  1116. else
  1117. Layout1saved = true
  1118. Layout1text = "Saved"
  1119. end
  1120. if MyLayouts.Layout2.Value == "[]" then
  1121. Layout2saved = false
  1122. Layout2text = "Clear"
  1123. else
  1124. Layout2saved = true
  1125. Layout2text = "Saved"
  1126. end
  1127. if MyLayouts.Layout3.Value == "[]" then
  1128. Layout3saved = false
  1129. Layout3text = "Clear"
  1130. else
  1131. Layout3saved = true
  1132. Layout3text = "Saved"
  1133. end
  1134. print("Layouts Slot 1: "..Layout1text)
  1135. print("Layouts Slot 2: "..Layout2text)
  1136. print("Layouts Slot 3: "..Layout3text)
  1137. end
  1138. checklayouts()
  1139.  
  1140. --- Open/Close ---
  1141.  
  1142. Open.MouseButton1Down:connect(function()
  1143. TopFrame.Visible = false
  1144. OpenFrame.Visible = true
  1145. end)
  1146.  
  1147. Minimize.MouseButton1Down:connect(function()
  1148. TopFrame.Visible = true
  1149. OpenFrame.Visible = false
  1150. end)
  1151.  
  1152. CloseMH.MouseButton1Down:connect(function()
  1153. MHCORE:destroy()
  1154. end)
  1155.  
  1156. --- Menus ---
  1157.  
  1158. local Menus = {
  1159. [TextButtonAutoPlace7] = AutoPlace7Frame;
  1160. [TextButtonAutoPlace8] = AutoPlace8Frame;
  1161. [LayoutsOpen] = LayoutsFrame;
  1162. }
  1163. for button,frame in pairs(Menus) do
  1164. button.MouseButton1Click:connect(function()
  1165. if frame.Visible then
  1166. frame.Visible = false
  1167. return
  1168. end
  1169. for k,v in pairs(Menus) do
  1170. v.Visible = v == frame
  1171. end
  1172. end)
  1173. end
  1174.  
  1175. TextButtonAutoPlace7d.MouseButton1Click:connect(function()
  1176. AutoPlace7Frame.Visible = false
  1177. end)
  1178.  
  1179. TextButtonAutoPlace8d.MouseButton1Click:connect(function()
  1180. AutoPlace8Frame.Visible = false
  1181. end)
  1182.  
  1183. i.MouseEnter:connect(function()
  1184. iFrame.Visible = true
  1185. end)
  1186.  
  1187. i.MouseLeave:connect(function()
  1188. iFrame.Visible = false
  1189. end)
  1190.  
  1191. ItemBuyButton.MouseEnter:connect(function()
  1192. ItemBuyHelp.Visible = true
  1193. end)
  1194.  
  1195. ItemBuyButton.MouseLeave:connect(function()
  1196. ItemBuyHelp.Visible = false
  1197. end)
  1198.  
  1199. TextButtonAutoPlace1.MouseEnter:connect(function()
  1200. AutoPlace1Help.Visible = true
  1201. end)
  1202.  
  1203. TextButtonAutoPlace1.MouseLeave:connect(function()
  1204. AutoPlace1Help.Visible = false
  1205. end)
  1206.  
  1207. TextButtonAutoPlace2.MouseEnter:connect(function()
  1208. AutoPlace2Help.Visible = true
  1209. end)
  1210.  
  1211. TextButtonAutoPlace2.MouseLeave:connect(function()
  1212. AutoPlace2Help.Visible = false
  1213. end)
  1214.  
  1215. TextButtonAutoPlace3.MouseEnter:connect(function()
  1216. AutoPlace3Help.Visible = true
  1217. end)
  1218.  
  1219. TextButtonAutoPlace3.MouseLeave:connect(function()
  1220. AutoPlace3Help.Visible = false
  1221. end)
  1222.  
  1223. TextButtonAutoPlace4.MouseEnter:connect(function()
  1224. AutoPlace4Help.Visible = true
  1225. AutoPlace4Help2.Visible = true
  1226. end)
  1227.  
  1228. TextButtonAutoPlace4.MouseLeave:connect(function()
  1229. AutoPlace4Help.Visible = false
  1230. AutoPlace4Help2.Visible = false
  1231. end)
  1232.  
  1233. TextButtonAutoPlace5.MouseEnter:connect(function()
  1234. AutoPlace5Help.Visible = true
  1235. end)
  1236.  
  1237. TextButtonAutoPlace5.MouseLeave:connect(function()
  1238. AutoPlace5Help.Visible = false
  1239. end)
  1240.  
  1241. TextButtonAutoPlace6.MouseEnter:connect(function()
  1242. AutoPlace6Help.Visible = true
  1243. AutoPlace6Help2.Visible = true
  1244. AutoPlace6Help3.Visible = true
  1245. end)
  1246.  
  1247. TextButtonAutoPlace6.MouseLeave:connect(function()
  1248. AutoPlace6Help.Visible = false
  1249. AutoPlace6Help2.Visible = false
  1250. AutoPlace6Help3.Visible = false
  1251. end)
  1252.  
  1253. LayoutsClose.MouseButton1Click:connect(function()
  1254. LayoutsFrame.Visible = false
  1255. end)
  1256.  
  1257. --- Auto Click ---
  1258.  
  1259. local autoclick = coroutine.create(function()
  1260. while true do
  1261. if remoteclickfastactive == true then
  1262. while remoteclickfastactive == true do
  1263. game:GetService'ReplicatedStorage'.RemoteDrop:FireServer()
  1264. wait(0.2)
  1265. end
  1266. elseif remoteclickmedium1active == true then
  1267. while remoteclickmedium1active == true do
  1268. game:GetService'ReplicatedStorage'.RemoteDrop:FireServer()
  1269. wait(0.4)
  1270. end
  1271. elseif remoteclickmedium2active == true then
  1272. while remoteclickmedium2active == true do
  1273. game:GetService'ReplicatedStorage'.RemoteDrop:FireServer()
  1274. wait(1)
  1275. end
  1276.  
  1277. elseif remoteclickslowactive == true then
  1278. while remoteclickslowactive == true do
  1279. game:GetService'ReplicatedStorage'.RemoteDrop:FireServer()
  1280. wait(2)
  1281. end
  1282. end
  1283. coroutine.yield()
  1284. end
  1285. end)
  1286.  
  1287. --- Auto Click Buttons ---
  1288.  
  1289. ClickButtons.MouseButton1Down:connect(function()
  1290. if buttonstoggle == false then
  1291. buttonstoggle = true
  1292. ClickButtons.Text = "Stop Clicking"
  1293. ClickButtons.TextColor3 = Color3.new(0, 1, 0)
  1294. else
  1295. buttonstoggle = false
  1296. ClickButtons.Text = "Click Buttons"
  1297. ClickButtons.TextColor3 = Color3.new(1, 1, 1)
  1298. end
  1299. end)
  1300.  
  1301.  
  1302.  
  1303. spawn (function()
  1304. while true do
  1305. wait(0.2)
  1306. if buttonstoggle == true then
  1307. local clickymines = myfac:GetChildren()
  1308. for i =1, #clickymines do
  1309. if clickymines[i].ClassName == "Model" then
  1310. if clickymines[i].Model:findFirstChild("Button") then
  1311. local de = clickymines[i].Model:GetChildren()
  1312. for i =1, #de do
  1313. if de[i].Name == "Button" then
  1314. game.ReplicatedStorage.Click:FireServer(de[i])
  1315. end
  1316. end
  1317. end
  1318. end
  1319. end
  1320. end
  1321. end
  1322. end)
  1323.  
  1324. --- Get Useable Cash Value ---
  1325.  
  1326. Plrs.LocalPlayer.leaderstats.Cash.Changed:connect(function()
  1327. cashvalue = Plrs.LocalPlayer.leaderstats.Cash.Value
  1328. fullcashvalue = getfullcashvalue()
  1329. CurrentCash.Text = "Current Cash: ".. cashvalue .."\nor $" .. fullcashvalue
  1330. end)
  1331.  
  1332. --- Notify Function ---
  1333.  
  1334. function notify(msg)
  1335. game.StarterGui:SetCore('SendNotification', {
  1336. Title = 'Miner\'s Haven';
  1337. Text = msg;
  1338. Duration = 5;
  1339. })
  1340. end
  1341.  
  1342. --- Setup 1 ---
  1343.  
  1344. local autoupgradelayout1 = coroutine.create(function()
  1345. if placesetup1active ~= false then
  1346. while placesetup1active == true do
  1347. if fullcashvalue >= 1.5e+18 then
  1348. if setuplevel6started ~= true then
  1349. setuplevel1started = false
  1350. placesetup1aactive = false
  1351. placesetup1a1bactive = false
  1352. placesetup1a1cactive = false
  1353. placesetup1a1dactive = false
  1354. placesetup1a2active = false
  1355. placesetup1bactive = false
  1356. placesetup1cactive = false
  1357. placesetup1dactive = false
  1358. placesetup1eactive = true
  1359. buystartitems1b = true
  1360. buystartitems1a2 = false
  1361. buy4indorewelders = true
  1362. buyfreonblasters = true
  1363. buychrodinger = true
  1364. buyshrine = true
  1365. print("Auto Place Setup Level 6 Activated at: ".. cashvalue)
  1366. wait(1)
  1367. setuplevel6started = true
  1368. buyitemslayout1b()
  1369. end
  1370. elseif fullcashvalue >= 21e+15 and setuplevel6started ~= true then
  1371. if setuplevel5started ~= true then
  1372. placesetup1aactive = false
  1373. placesetup1a1bactive = false
  1374. placesetup1a1cactive = false
  1375. placesetup1a1dactive = false
  1376. placesetup1a2active = false
  1377. placesetup1bactive = false
  1378. placesetup1cactive = false
  1379. placesetup1dactive = true
  1380. placesetup1eactive = false
  1381. buystartitems1b = true
  1382. buystartitems1a2 = false
  1383. buy4indorewelders = true
  1384. buyfreonblasters = true
  1385. buychrodinger = true
  1386. buyshrine = false
  1387. print("Auto Place Setup Level 5 Activated at: ".. cashvalue .. ". Next setup at: $1.5Qn")
  1388. wait(1)
  1389. setuplevel5started = true
  1390. buyitemslayout1b()
  1391. end
  1392. elseif fullcashvalue >= 60e+12 and setuplevel4bstarted ~= true and setuplevel5started ~= true and setuplevel6started ~= true then
  1393. if setuplevel4started ~= true then
  1394. placesetup1aactive = false
  1395. placesetup1a1bactive = false
  1396. placesetup1a1cactive = false
  1397. placesetup1a1dactive = false
  1398. placesetup1a2active = false
  1399. placesetup1bactive = false
  1400. placesetup1cactive = true
  1401. placesetup1dactive = false
  1402. placesetup1eactive = false
  1403. buystartitems1b = true
  1404. buystartitems1a2 = false
  1405. buy4indorewelders = true
  1406. buyfreonblasters = true
  1407. buychrodinger = false
  1408. buyshrine = false
  1409. print("Auto Place Setup Level 4 Activated at: ".. cashvalue .. ". Next setup at: $21qd")
  1410. wait(1)
  1411. setuplevel4started = true
  1412. buyitemslayout1b()
  1413. end
  1414. elseif fullcashvalue >= 8e+12 and setuplevel4started ~= true and setuplevel5started ~= true and setuplevel6started ~= true then
  1415. if setuplevel3started ~= true then
  1416. placesetup1aactive = false
  1417. placesetup1a1bactive = false
  1418. placesetup1a1cactive = false
  1419. placesetup1a1dactive = false
  1420. placesetup1a2active = false
  1421. placesetup1bactive = true
  1422. placesetup1cactive = false
  1423. placesetup1dactive = false
  1424. placesetup1eactive = false
  1425. buystartitems1b = true
  1426. buystartitems1a2 = false
  1427. buy4indorewelders = true
  1428. buyfreonblasters = false
  1429. buychrodinger = false
  1430. buyshrine = false
  1431. print("Auto Place Setup Level 3 Activated at: ".. cashvalue .. ". Next setup at: $60T")
  1432. wait(1)
  1433. setuplevel3started = true
  1434. buyitemslayout1b()
  1435. end
  1436. elseif fullcashvalue >= 160e+9 and setuplevel3started ~= true and setuplevel4started ~= true and setuplevel5started ~= true and setuplevel6started ~= true then
  1437. if setuplevel2started ~= true then
  1438. placesetup1a1ddone = false
  1439. placesetup1aactive = false
  1440. placesetup1a1bactive = false
  1441. placesetup1a1cactive = false
  1442. placesetup1a1dactive = false
  1443. placesetup1a2active = true
  1444. placesetup1bactive = false
  1445. placesetup1cactive = false
  1446. placesetup1dactive = false
  1447. placesetup1eactive = false
  1448. buystartitems1a2 = true
  1449. buyextraosmium1adone = false
  1450. buystartitems1b = false
  1451. buy4indorewelders = true
  1452. buyfreonblasters = false
  1453. buychrodinger = false
  1454. buyshrine = false
  1455. print("Auto Place Setup Level 2 Activated at: ".. cashvalue .. ". Next setup at: $8T")
  1456. wait(1)
  1457. setuplevel2started = true
  1458. buyitemslayout1a2()
  1459. end
  1460. elseif fullcashvalue >= 3e9 and setuplevel2started ~= true and setuplevel3started ~= true and setuplevel4started ~= true and setuplevel5started ~= true and setuplevel6started ~= true then
  1461. if setuplevel1dstarted ~= true then
  1462. placesetup1aactive = false
  1463. placesetup1a1bactive = false
  1464. placesetup1a1cactive = false
  1465. placesetup1a1dactive = true
  1466. placesetup1a2active = false
  1467. placesetup1bactive = false
  1468. placesetup1cactive = false
  1469. placesetup1dactive = false
  1470. placesetup1eactive = false
  1471. buystartitems1a2 = false
  1472. buystartitems1b = false
  1473. buy4indorewelders = false
  1474. buyfreonblasters = false
  1475. buychrodinger = false
  1476. buyshrine = false
  1477. print("Auto Place Setup Level 1D Activated at: ".. cashvalue .. ". Next setup at: $160B")
  1478. buttonstoggle = true
  1479. wait(1)
  1480. setuplevel1dstarted = true
  1481. placeitemsset1a1d()
  1482. end
  1483. elseif fullcashvalue >= 22e6 and setuplevel1dstarted ~= true and setuplevel2started ~= true and setuplevel3started ~= true and setuplevel4started ~= true and setuplevel5started ~= true and setuplevel6started ~= true then
  1484. if setuplevel1cstarted ~= true then
  1485. placesetup1aactive = false
  1486. placesetup1a1bactive = false
  1487. placesetup1a1cactive = true
  1488. placesetup1a1dactive = false
  1489. placesetup1a2active = false
  1490. placesetup1bactive = false
  1491. placesetup1cactive = false
  1492. placesetup1dactive = false
  1493. placesetup1eactive = false
  1494. buystartitems1a2 = false
  1495. buystartitems1b = false
  1496. buy4indorewelders = false
  1497. buyfreonblasters = false
  1498. buychrodinger = false
  1499. buyshrine = false
  1500. print("Auto Place Setup Level 1C Activated at: ".. cashvalue .. ". Next setup at: $3B")
  1501. wait(1)
  1502. setuplevel1cstarted = true
  1503. placeitemsset1a1c()
  1504. end
  1505. elseif fullcashvalue >= 16e4 and setuplevel1cstarted ~= true and setuplevel1dstarted ~= true and setuplevel2started ~= true and setuplevel3started ~= true and setuplevel4started ~= true and setuplevel5started ~= true and setuplevel6started ~= true then
  1506. if setuplevel1bstarted ~= true then
  1507. placesetup1aactive = false
  1508. placesetup1a1bactive = true
  1509. placesetup1a1cactive = false
  1510. placesetup1a1dactive = false
  1511. placesetup1a2active = false
  1512. placesetup1bactive = false
  1513. placesetup1cactive = false
  1514. placesetup1dactive = false
  1515. placesetup1eactive = false
  1516. buystartitems1a2 = false
  1517. buystartitems1b = false
  1518. buy4indorewelders = false
  1519. buyfreonblasters = false
  1520. buychrodinger = false
  1521. buyshrine = false
  1522. print("Auto Place Setup Level 1B Activated at: ".. cashvalue .. ". Next setup at: $22M")
  1523. wait(1)
  1524. setuplevel1bstarted = true
  1525. placeitemsset1a1b()
  1526. end
  1527. elseif fullcashvalue > 1 and fullcashvalue < 16e4 and setuplevel1started ~= true then
  1528. if setuplevel1started ~= true then
  1529. placesetup1a1bdone = false
  1530. placesetup1a1cdone = false
  1531. placeextraplutoniumexcavatorsdone = false
  1532. placeextraexcavatorsdone = false
  1533. upgradestartsetup1done = false
  1534. upgradestartsetup2done = false
  1535. upgradestartsetup3done = false
  1536. upgradestartsetup4done = false
  1537. placesetup1a1ddone = false
  1538. setuplevel1bstarted = false
  1539. setuplevel1cstarted = false
  1540. setuplevel1dstarted = false
  1541. setuplevel2started = false
  1542. setuplevel3started = false
  1543. setuplevel4started = false
  1544. setuplevel4bstarted = false
  1545. setuplevel5started = false
  1546. setuplevel6started = false
  1547. placesetup1aactive = true
  1548. placesetup1a1bactive = false
  1549. placesetup1a1cactive = false
  1550. placesetup1a1dactive = false
  1551. placesetup1a2active = false
  1552. placesetup1bactive = false
  1553. placesetup1cactive = false
  1554. placesetup1dactive = false
  1555. placesetup1eactive = false
  1556. buystartitems1a2 = false
  1557. buyitemslayout1a2done = false
  1558. buyextraosmium1adone = false
  1559. buystartitems1b = false
  1560. buystartitems1bdone = false
  1561. buy4indorewelders = false
  1562. buy4indoreweldersdone = false
  1563. buyfreonblasters = false
  1564. buyfreonblastersdone = false
  1565. buychrodinger = false
  1566. buychrodingerdone = false
  1567. buyshrine = false
  1568. buyshrinedone = false
  1569. if starterdropper ~= "Auto" then
  1570. print("Auto Place Setup Level 1A Activated at: ".. cashvalue .. ". Next setup at: $160k")
  1571. end
  1572. wait(1)
  1573. setuplevel1started = true
  1574. placeitemsset1a()
  1575. end
  1576. end
  1577. wait(5)
  1578. end
  1579. end
  1580. coroutine.yield()
  1581. end)
  1582.  
  1583. TextButtonAutoPlace1.MouseButton1Click:connect(function()
  1584. if placesetup1active == true then
  1585. placesetup1active = false
  1586. print("Stopped Setup")
  1587. placesetup1a1bdone = false
  1588. upgradestartsetup1done = false
  1589. upgradestartsetup2done = false
  1590. upgradestartsetup3done = false
  1591. upgradestartsetup4done = false
  1592. placesetup1a1cdone = false
  1593. placeextraplutoniumexcavatorsdone = false
  1594. placeextraexcavatorsdone = false
  1595. placesetup1a1ddone = false
  1596. setuplevel1bstarted = false
  1597. setuplevel1cstarted = false
  1598. setuplevel1dstarted = false
  1599. setuplevel2started = false
  1600. setuplevel3started = false
  1601. setuplevel4started = false
  1602. setuplevel4bstarted = false
  1603. setuplevel5started = false
  1604. setuplevel6started = false
  1605. placesetup1aactive = false
  1606. placesetup1a1bactive = false
  1607. placesetup1a1cactive = false
  1608. placesetup1a1dactive = false
  1609. placesetup1a2active = false
  1610. placesetup1bactive = false
  1611. placesetup1cactive = false
  1612. placesetup1dactive = false
  1613. placesetup1eactive = false
  1614. buystartitems1a2 = false
  1615. buyitemslayout1a2done = false
  1616. buystartitems1b = false
  1617. buystartitems1bdone = false
  1618. buyextraosmium1adone = false
  1619. buy4indorewelders = false
  1620. buy4indoreweldersdone = false
  1621. buyfreonblasters = false
  1622. buyfreonblastersdone = false
  1623. buychrodinger = false
  1624. buychrodingerdone = false
  1625. buyshrine = false
  1626. buyshrinedone = false
  1627. remoteclickfastactive = false
  1628. remoteclickmedium1active = false
  1629. remoteclickmedium2active = false
  1630. remoteclickslowactive = false
  1631. AutoRemoteClickToggle.TextColor3 = Color3.new(1, 0, 0)
  1632. AutoRemoteClickToggle.Text = "OFF"
  1633. buttonstoggle = false
  1634. ClickButtons.Text = "Click Buttons"
  1635. ClickButtons.TextColor3 = Color3.new(1, 1, 1)
  1636. TextButtonAutoPlace1.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  1637. else
  1638. placesetup1active = true
  1639. TextButtonAutoPlace1.BackgroundColor3 = Color3.new(0, 0.5, 0)
  1640. coroutine.resume(autoupgradelayout1)
  1641. end
  1642. end)
  1643.  
  1644. function buyitemslayout1a2()
  1645. if buyitemslayout1a2done ~= true then
  1646. if buystartitems1a2 == true then
  1647. print("Buying starter items for first proper setup")
  1648. notify'Buying Layout Set 1 Items'
  1649. wait(0.5)
  1650. game.ReplicatedStorage.BuyItem:InvokeServer('Basic Conveyor', 99)
  1651. wait(0.2)
  1652. game.ReplicatedStorage.BuyItem:InvokeServer('Military-Grade Conveyor', 80)
  1653. wait(0.2)
  1654. game.ReplicatedStorage.BuyItem:InvokeServer('Military-Grade Conveyor', 80)
  1655. wait(0.2)
  1656. game.ReplicatedStorage.BuyItem:InvokeServer('Steel Wall', 4)
  1657. wait(0.2)
  1658. game.ReplicatedStorage.BuyItem:InvokeServer('Metal Wall Segment', 1)
  1659. wait(0.2)
  1660. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Teleporter (Sender)', 1)
  1661. wait(0.2)
  1662. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Teleporter (Receiver)', 1)
  1663. wait(0.2)
  1664. game.ReplicatedStorage.BuyItem:InvokeServer('Large Ore Upgrader', 10)
  1665. wait(0.2)
  1666. game.ReplicatedStorage.BuyItem:InvokeServer('Portable Ore Advancer', 30)
  1667. wait(0.2)
  1668. game.ReplicatedStorage.BuyItem:InvokeServer('Tiny Conveyor', 10)
  1669. wait(0.2)
  1670. game.ReplicatedStorage.BuyItem:InvokeServer('Portable Ore Stopper', 1)
  1671. wait(0.2)
  1672. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Zapper', 3)
  1673. wait(0.2)
  1674. game.ReplicatedStorage.BuyItem:InvokeServer('Conveyor Ramp', 40)
  1675. wait(0.2)
  1676. game.ReplicatedStorage.BuyItem:InvokeServer('Satellite Beam', 1)
  1677. wait(0.2)
  1678. game.ReplicatedStorage.BuyItem:InvokeServer('Endpoint Refiner', 1)
  1679. wait(0.2)
  1680. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Steamer', 4)
  1681. wait(0.2)
  1682. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Cannon', 1)
  1683. wait(0.2)
  1684. game.ReplicatedStorage.BuyItem:InvokeServer('Plasma Iron Polisher', 6)
  1685. wait(0.2)
  1686. game.ReplicatedStorage.BuyItem:InvokeServer('Diamond Mine', 2)
  1687. wait(0.2)
  1688. game.ReplicatedStorage.BuyItem:InvokeServer('Large Conveyor Ramp', 13)
  1689. wait(0.2)
  1690. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Magnifier', 1)
  1691. wait(0.2)
  1692. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Recliner', 5)
  1693. wait(0.2)
  1694. game.ReplicatedStorage.BuyItem:InvokeServer('Precision Refiner', 2)
  1695. wait(0.2)
  1696. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Scanner', 3)
  1697. wait(0.2)
  1698. if starterdropper ~= "Noobite" or starterdropper ~= "Unobtanium" or starterdropper ~= "Radium" then
  1699. game.ReplicatedStorage.BuyItem:InvokeServer('Osmium Mine', 1)
  1700. wait(0.2)
  1701. end
  1702. game.ReplicatedStorage.BuyItem:InvokeServer('Heavenly Forge', 1)
  1703. wait(0.2)
  1704. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Replicator', 1)
  1705. wait(0.2)
  1706. buyitemslayout1a2done = true
  1707. end
  1708. end
  1709. buyitemsindorewelders()
  1710. end
  1711.  
  1712. function buyitemslayout1b()
  1713. if buystartitems1bdone ~= true then
  1714. if buystartitems1b == true then
  1715. print("Buying base layout items")
  1716. notify'Buying Layout Set 2 Items'
  1717. wait(0.5)
  1718. game.ReplicatedStorage.BuyItem:InvokeServer('Basic Conveyor', 50)
  1719. wait(0.2)
  1720. game.ReplicatedStorage.BuyItem:InvokeServer('Military-Grade Conveyor', 80)
  1721. wait(0.2)
  1722. game.ReplicatedStorage.BuyItem:InvokeServer('Military-Grade Conveyor', 80)
  1723. wait(0.2)
  1724. game.ReplicatedStorage.BuyItem:InvokeServer('Conveyor Ramp', 30)
  1725. wait(0.2)
  1726. game.ReplicatedStorage.BuyItem:InvokeServer('Large Conveyor Ramp', 15)
  1727. wait(0.2)
  1728. game.ReplicatedStorage.BuyItem:InvokeServer('Conveyor Wall', 1)
  1729. wait(0.2)
  1730. if buyitemslayout1a2done ~= true then
  1731. game.ReplicatedStorage.BuyItem:InvokeServer('Steel Wall', 4)
  1732. wait(0.2)
  1733. game.ReplicatedStorage.BuyItem:InvokeServer('Metal Wall Segment', 1)
  1734. wait(0.2)
  1735. game.ReplicatedStorage.BuyItem:InvokeServer('Portable Ore Advancer', 30)
  1736. wait(0.2)
  1737. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Teleporter (Sender)', 1)
  1738. wait(0.2)
  1739. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Teleporter (Receiver)', 1)
  1740. wait(0.2)
  1741. game.ReplicatedStorage.BuyItem:InvokeServer('Plasma Iron Polisher', 6)
  1742. wait(0.2)
  1743. game.ReplicatedStorage.BuyItem:InvokeServer('Satellite Beam', 1)
  1744. wait(0.2)
  1745. game.ReplicatedStorage.BuyItem:InvokeServer('Endpoint Refiner', 1)
  1746. wait(0.2)
  1747. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Steamer', 4)
  1748. wait(0.2)
  1749. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Zapper', 3)
  1750. wait(0.2)
  1751. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Replicator', 1)
  1752. wait(0.2)
  1753. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Recliner', 5)
  1754. wait(0.2)
  1755. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Cannon', 1)
  1756. wait(0.2)
  1757. game.ReplicatedStorage.BuyItem:InvokeServer('Portable Ore Stopper', 1)
  1758. wait(0.2)
  1759. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Magnifier', 1)
  1760. wait(0.2)
  1761. game.ReplicatedStorage.BuyItem:InvokeServer('Precision Refiner', 2)
  1762. wait(0.2)
  1763. end
  1764. game.ReplicatedStorage.BuyItem:InvokeServer('Sacrificial Altar', 1)
  1765. wait(0.2)
  1766. game.ReplicatedStorage.BuyItem:InvokeServer('Tiny Conveyor', 10)
  1767. wait(0.2)
  1768. game.ReplicatedStorage.BuyItem:InvokeServer('Digital Ore Cleaner ', 3)
  1769. wait(0.2)
  1770. game.ReplicatedStorage.BuyItem:InvokeServer('Advanced Ore Scanner', 3)
  1771. wait(0.2)
  1772. game.ReplicatedStorage.BuyItem:InvokeServer('Bismuth Mine', 3)
  1773. wait(1)
  1774. buystartitems1bdone = true
  1775. end
  1776. end
  1777. buyitemsindorewelders()
  1778. end
  1779.  
  1780. function buyitemsindorewelders()
  1781. if buy4indoreweldersdone ~= true then
  1782. if buy4indorewelders == true and fullcashvalue > 2.5e9 then
  1783. print("Buying 4x Industrial Ore Welders")
  1784. notify'Buying 4x Industrial Ore Welders'
  1785. wait(0.5)
  1786. game.ReplicatedStorage.BuyItem:InvokeServer('Industrial Ore Welder', 4)
  1787. wait(0.2)
  1788. game.ReplicatedStorage.BuyItem:InvokeServer('Coal Mine', 12)
  1789. wait(0.2)
  1790. buy4indoreweldersdone = true
  1791. end
  1792. end
  1793. if buystartitems1a2 == true then
  1794. placestartitems1a2()
  1795. elseif buystartitems1b == true then
  1796. buyfreonblasterssetup()
  1797. end
  1798. end
  1799.  
  1800. function buyfreonblasterssetup()
  1801. if buyfreonblastersdone ~= true then
  1802. if buyfreonblasters == true then
  1803. print("Buying Freon Blasters and Centering Conveyor items")
  1804. notify'Buying Layout Set 3 Items'
  1805. wait(0.2)
  1806. game.ReplicatedStorage.BuyItem:InvokeServer('Centering Conveyor', 5)
  1807. wait(0.2)
  1808. game.ReplicatedStorage.BuyItem:InvokeServer('Freon-Blast Upgrader', 29)
  1809. wait(1)
  1810. buyfreonblastersdone = true
  1811. end
  1812. end
  1813. buyschrodinger1()
  1814. end
  1815.  
  1816. function buyschrodinger1()
  1817. if buychrodingerdone ~= true then
  1818. if buychrodinger == true then
  1819. print("Buying Schrodinger Evaluator, Dream-Maker and Painite Mine items")
  1820. if starterdropper ~= "Auto" then
  1821. wait(0.5)
  1822. print("Use the Painite Mines if you want to put more ore through")
  1823. end
  1824. notify'Buying Layout Set 4 Items'
  1825. wait(0.5)
  1826. game.ReplicatedStorage.BuyItem:InvokeServer('The Dream-Maker', 1)
  1827. wait(0.2)
  1828. game.ReplicatedStorage.BuyItem:InvokeServer('Schrodinger Evaluator', 12)
  1829. wait(0.2)
  1830. game.ReplicatedStorage.BuyItem:InvokeServer('Painite Mine', 2)
  1831. wait(1)
  1832. buychrodingerdone = true
  1833. end
  1834. end
  1835. buyshrineitem()
  1836. end
  1837.  
  1838. function buyshrineitem()
  1839. if buyshrinedone ~= true then
  1840. if buyshrine == true then
  1841. print("Buying Shrine of Penitence item")
  1842. wait(0.5)
  1843. print("No more upgrades needed. Keep going to Rebirth")
  1844. notify'Buying Final Upgrade Item'
  1845. wait(0.5)
  1846. game.ReplicatedStorage.BuyItem:InvokeServer('Shrine of Penitence', 1)
  1847. wait(1)
  1848. buyshrinedone = true
  1849. end
  1850. end
  1851. placeitemsset1ba()
  1852. end
  1853.  
  1854. function placeitemsset1a()
  1855. if placesetup1aactive == true then
  1856. print("Dropper Set: " .. tostring(starterdropper))
  1857. local Event = game:GetService("ReplicatedStorage").DestroyAll
  1858. Event:InvokeServer()
  1859. wait(1)
  1860.  
  1861. if starterdropper == "Radium" then
  1862. local A_1 = "Radium Mine"
  1863. local A_2 = CFrame.new(-88.5, 208.299988, 170, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  1864. local Event = game:GetService("ReplicatedStorage").PlaceItem
  1865. Event:InvokeServer(A_1, A_2)
  1866.  
  1867. local A_1 = "Basic Furnace"
  1868. local A_2 = CFrame.new(-88.5, 203.799988, 179, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  1869. local Event = game:GetService("ReplicatedStorage").PlaceItem
  1870. Event:InvokeServer(A_1, A_2)
  1871. elseif starterdropper == "Newtonium" then
  1872. local A_1 = "Newtonium Mine"
  1873. local A_2 = CFrame.new(-75, 208.299988, 179, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  1874. local Event = game:GetService("ReplicatedStorage").PlaceItem
  1875. Event:InvokeServer(A_1, A_2)
  1876.  
  1877. local A_1 = "Basic Furnace"
  1878. local A_2 = CFrame.new(-88.5, 203.799988, 179, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  1879. local Event = game:GetService("ReplicatedStorage").PlaceItem
  1880. Event:InvokeServer(A_1, A_2)
  1881. elseif starterdropper == "Unobtanium" then
  1882. local A_1 = "Unobtanium Mine"
  1883. local A_2 = CFrame.new(-81, 206.299988, 179, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  1884. local Event = game:GetService("ReplicatedStorage").PlaceItem
  1885. Event:InvokeServer(A_1, A_2)
  1886.  
  1887. local A_1 = "Basic Furnace"
  1888. local A_2 = CFrame.new(-88.5, 203.799988, 179, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  1889. local Event = game:GetService("ReplicatedStorage").PlaceItem
  1890. Event:InvokeServer(A_1, A_2)
  1891. elseif starterdropper == "Noobite" then
  1892. local A_1 = "Noobite Mine"
  1893. local A_2 = CFrame.new(-79.5, 205.299988, 180.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  1894. local Event = game:GetService("ReplicatedStorage").PlaceItem
  1895. Event:InvokeServer(A_1, A_2)
  1896.  
  1897. local A_1 = "Basic Furnace"
  1898. local A_2 = CFrame.new(-88.5, 203.799988, 179, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  1899. local Event = game:GetService("ReplicatedStorage").PlaceItem
  1900. Event:InvokeServer(A_1, A_2)
  1901. else
  1902. placeitemsset1ab()
  1903. end
  1904. end
  1905. end
  1906.  
  1907. function placeitemsset1ab()
  1908. local A_1 = "Basic Iron Mine"
  1909. local A_2 = CFrame.new(-88.5, 205.299988, 171.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  1910. local Event = game:GetService("ReplicatedStorage").PlaceItem
  1911. Event:InvokeServer(A_1, A_2)
  1912.  
  1913. local A_1 = "Basic Furnace"
  1914. local A_2 = CFrame.new(-88.5, 203.799988, 179, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  1915. local Event = game:GetService("ReplicatedStorage").PlaceItem
  1916. Event:InvokeServer(A_1, A_2)
  1917. print("Auto Place Setup Level 1A part1 Activated at: ".. cashvalue .. ". Next setup at: 310")
  1918.  
  1919. while upgradestartsetup1done ~= true do
  1920. if fullcashvalue >= 310 then
  1921. if upgradestartsetup1done ~= true then
  1922. print("Auto Place Setup Level 1A part2 Activated at: ".. cashvalue .. ". Next setup at: 620")
  1923. game.ReplicatedStorage.BuyItem:InvokeServer('Silver Mine', 1)
  1924. wait(0.5)
  1925. local A_1 = "Silver Mine"
  1926. local A_2 = CFrame.new(-90, 205.299988, 186.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  1927. local Event = game:GetService("ReplicatedStorage").PlaceItem
  1928. Event:InvokeServer(A_1, A_2)
  1929.  
  1930. upgradestartsetup1done = true
  1931. end
  1932. end
  1933. wait(5)
  1934. end
  1935. while upgradestartsetup2done ~= true do
  1936. if fullcashvalue >= 620 then
  1937. if upgradestartsetup2done ~= true then
  1938. print("Auto Place Setup Level 1A part3 Activated at: ".. cashvalue .. ". Next setup at: $8.3k")
  1939. game.ReplicatedStorage.BuyItem:InvokeServer('Silver Mine', 2)
  1940. wait(0.5)
  1941.  
  1942. local A_1 = "Silver Mine"
  1943. local A_2 = CFrame.new(-81, 205.299988, 177.5, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  1944. local Event = game:GetService("ReplicatedStorage").PlaceItem
  1945. Event:InvokeServer(A_1, A_2)
  1946. local A_1 = "Silver Mine"
  1947. local A_2 = CFrame.new(-96, 205.299988, 177.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  1948. local Event = game:GetService("ReplicatedStorage").PlaceItem
  1949. Event:InvokeServer(A_1, A_2)
  1950.  
  1951. upgradestartsetup2done = true
  1952. end
  1953. end
  1954. wait(5)
  1955. end
  1956. while upgradestartsetup3done ~= true do
  1957. if fullcashvalue >= 8e3 then
  1958. if upgradestartsetup3done ~= true then
  1959. print("Auto Place Setup Level 1A part4 Activated at: ".. cashvalue .. ". Next setup at: $26k")
  1960. game.ReplicatedStorage.BuyItem:InvokeServer('Silver Mine', 1)
  1961. wait(0.2)
  1962. game.ReplicatedStorage.BuyItem:InvokeServer('Cell Furnace', 1)
  1963. wait(0.5)
  1964.  
  1965. local Event = game:GetService("ReplicatedStorage").DestroyAll
  1966. Event:InvokeServer()
  1967. wait(1)
  1968.  
  1969. local A_1 = "Cell Furnace"
  1970. local A_2 = CFrame.new(-55.5, 205.299988, 179, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  1971. local Event = game:GetService("ReplicatedStorage").PlaceItem
  1972. Event:InvokeServer(A_1, A_2)
  1973.  
  1974. local A_1 = "Silver Mine"
  1975. local A_2 = CFrame.new(-63, 205.299988, 177.5, 1, 0, 1.8189894e-12, 0, 1, 0, -1.8189894e-12, 0, 1)
  1976. local Event = game:GetService("ReplicatedStorage").PlaceItem
  1977. Event:InvokeServer(A_1, A_2)
  1978.  
  1979. local A_1 = "Silver Mine"
  1980. local A_2 = CFrame.new(-48, 205.299988, 177.5, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  1981. local Event = game:GetService("ReplicatedStorage").PlaceItem
  1982. Event:InvokeServer(A_1, A_2)
  1983.  
  1984. local A_1 = "Silver Mine"
  1985. local A_2 = CFrame.new(-54, 205.299988, 186.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  1986. local Event = game:GetService("ReplicatedStorage").PlaceItem
  1987. Event:InvokeServer(A_1, A_2)
  1988.  
  1989. upgradestartsetup3done = true
  1990. end
  1991. end
  1992. wait(5)
  1993. end
  1994.  
  1995. while upgradestartsetup4done ~= true do
  1996. if fullcashvalue >= 26e3 then
  1997. if upgradestartsetup4done ~= true then
  1998. print("Auto Place Setup Level 1A part5 Activated at: ".. cashvalue .. ". Next setup at: $160k")
  1999. game.ReplicatedStorage.BuyItem:InvokeServer('Gold Excavator', 1)
  2000. wait(0.5)
  2001.  
  2002. local Event = game:GetService("ReplicatedStorage").DestroyAll
  2003. Event:InvokeServer()
  2004. wait(1)
  2005.  
  2006. local A_1 = "Cell Furnace"
  2007. local A_2 = CFrame.new(-73.5, 205.299988, 194, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  2008. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2009. Event:InvokeServer(A_1, A_2)
  2010.  
  2011. local A_1 = "Gold Excavator"
  2012. local A_2 = CFrame.new(-66, 205.299988, 194, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  2013. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2014. Event:InvokeServer(A_1, A_2)
  2015.  
  2016. buttonstoggle = true
  2017. ClickButtons.Text = "Stop Clicking"
  2018. ClickButtons.TextColor3 = Color3.new(0, 1, 0)
  2019.  
  2020. upgradestartsetup4done = true
  2021. end
  2022. end
  2023. wait(5)
  2024. end
  2025. end
  2026.  
  2027. function placeitemsset1a1b()
  2028. if placesetup1a1bactive == true then
  2029. if placesetup1a1bdone ~= true then
  2030. buttonstoggle = false
  2031. ClickButtons.Text = "Start Clicking"
  2032. ClickButtons.TextColor3 = Color3.new(1, 1, 1)
  2033. remoteclickfastactive=false
  2034. remoteclickmediuma1ctive=false
  2035. remoteclickmedium2active=false
  2036. remoteclickslowactive=false
  2037. AutoRemoteClickToggle.TextColor3 = Color3.new(1, 0, 0)
  2038. AutoRemoteClickToggle.Text = "OFF"
  2039.  
  2040. local Event = game:GetService("ReplicatedStorage").DestroyAll
  2041. Event:InvokeServer()
  2042. wait(1)
  2043.  
  2044. game.ReplicatedStorage.BuyItem:InvokeServer('Cell Furnace', 4)
  2045. wait(0.5)
  2046.  
  2047. if starterdropper == "Radium" then
  2048. local A_1 = "Radium Mine"
  2049. local A_2 = CFrame.new(-88.5, 208.299988, 188, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  2050. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2051. Event:InvokeServer(A_1, A_2)
  2052.  
  2053. local A_1 = "Cell Furnace"
  2054. local A_2 = CFrame.new(-88.5, 205.299988, 179, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  2055. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2056. Event:InvokeServer(A_1, A_2)
  2057.  
  2058. placeextraexcavatorsdone = true
  2059. elseif starterdropper == "Newtonium" then
  2060. local A_1 = "Newtonium Mine"
  2061. local A_2 = CFrame.new(-103.5, 208.299988, 174.5, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  2062. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2063. Event:InvokeServer(A_1, A_2)
  2064.  
  2065. local A_1 = "Basic Furnace"
  2066. local A_2 = CFrame.new(-100.5, 203.799988, 188, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  2067. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2068. Event:InvokeServer(A_1, A_2)
  2069.  
  2070. placeextraexcavatorsdone = true
  2071. elseif starterdropper == "Unobtanium" then
  2072. local A_1 = "Basic Furnace"
  2073. local A_2 = CFrame.new(-100.5, 203.799988, 188, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  2074. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2075. Event:InvokeServer(A_1, A_2)
  2076.  
  2077. local A_1 = "Unobtanium Mine"
  2078. local A_2 = CFrame.new(-100.5, 206.299988, 180.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2079. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2080. Event:InvokeServer(A_1, A_2)
  2081.  
  2082. placeextraexcavatorsdone = true
  2083. elseif starterdropper == "Noobite" then
  2084. local A_1 = "Noobite Mine"
  2085. local A_2 = CFrame.new(-90, 205.299988, 188, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2086. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2087. Event:InvokeServer(A_1, A_2)
  2088.  
  2089. local A_1 = "Cell Furnace"
  2090. local A_2 = CFrame.new(-88.5, 205.299988, 179, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  2091. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2092. Event:InvokeServer(A_1, A_2)
  2093.  
  2094. placeextraexcavatorsdone = true
  2095. else
  2096.  
  2097. game.ReplicatedStorage.BuyItem:InvokeServer('Gold Excavator', 4)
  2098. wait(0.2)
  2099.  
  2100. local A_1 = "Cell Furnace"
  2101. local A_2 = CFrame.new(-43.5, 205.299988, 152, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  2102. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2103. Event:InvokeServer(A_1, A_2)
  2104.  
  2105. local A_1 = "Cell Furnace"
  2106. local A_2 = CFrame.new(-61.5, 205.299988, 152, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  2107. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2108. Event:InvokeServer(A_1, A_2)
  2109.  
  2110. local A_1 = "Cell Furnace"
  2111. local A_2 = CFrame.new(-79.5, 205.299988, 152, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  2112. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2113. Event:InvokeServer(A_1, A_2)
  2114.  
  2115. local A_1 = "Cell Furnace"
  2116. local A_2 = CFrame.new(-97.5, 205.299988, 152, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  2117. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2118. Event:InvokeServer(A_1, A_2)
  2119.  
  2120. local A_1 = "Gold Excavator"
  2121. local A_2 = CFrame.new(-97.5, 205.299988, 159.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2122. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2123. Event:InvokeServer(A_1, A_2)
  2124.  
  2125. local A_1 = "Gold Excavator"
  2126. local A_2 = CFrame.new(-79.5, 205.299988, 159.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2127. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2128. Event:InvokeServer(A_1, A_2)
  2129.  
  2130. local A_1 = "Gold Excavator"
  2131. local A_2 = CFrame.new(-61.5, 205.299988, 159.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2132. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2133. Event:InvokeServer(A_1, A_2)
  2134.  
  2135. local A_1 = "Gold Excavator"
  2136. local A_2 = CFrame.new(-43.5, 205.299988, 159.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2137. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2138. Event:InvokeServer(A_1, A_2)
  2139. placesetup1a1bdone = true
  2140.  
  2141. buttonstoggle = true
  2142. ClickButtons.Text = "Stop Clicking"
  2143. ClickButtons.TextColor3 = Color3.new(0, 1, 0)
  2144. end
  2145. end
  2146. while placeextraexcavatorsdone ~= true do
  2147. if fullcashvalue >= 2e5 then
  2148. if placeextraexcavatorsdone ~= true then
  2149. game.ReplicatedStorage.BuyItem:InvokeServer('Gold Excavator', 2)
  2150. wait(0.5)
  2151. local A_1 = "Gold Excavator"
  2152. local A_2 = CFrame.new(-61.5, 205.299988, 144.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2153. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2154. Event:InvokeServer(A_1, A_2)
  2155.  
  2156. local A_1 = "Gold Excavator"
  2157. local A_2 = CFrame.new(-79.5, 205.299988, 144.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2158. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2159. Event:InvokeServer(A_1, A_2)
  2160.  
  2161. placeextraexcavatorsdone = true
  2162. end
  2163. end
  2164. wait(5)
  2165. end
  2166. end
  2167. end
  2168.  
  2169. function placeitemsset1a1c()
  2170. if placesetup1a1cactive == true then
  2171. if placesetup1a1cdone ~= true then
  2172. local Event = game:GetService("ReplicatedStorage").DestroyAll
  2173. Event:InvokeServer()
  2174.  
  2175. remoteclickfastactive=false
  2176. remoteclickmedium1active=false
  2177. remoteclickmedium2active=false
  2178. remoteclickslowactive=false
  2179. buttonstoggle = false
  2180. ClickButtons.Text = "Start Clicking"
  2181. ClickButtons.TextColor3 = Color3.new(1, 1, 1)
  2182.  
  2183. game.ReplicatedStorage.BuyItem:InvokeServer('Cell Incinerator', 8)
  2184. wait(0.5)
  2185.  
  2186. if starterdropper == "Newtonium" then
  2187. game.ReplicatedStorage.BuyItem:InvokeServer('Elevated Furnace', 1)
  2188. wait(0.5)
  2189.  
  2190. local A_1 = "Newtonium Mine"
  2191. local A_2 = CFrame.new(-103.5, 208.299988, 174.5, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  2192. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2193. Event:InvokeServer(A_1, A_2)
  2194.  
  2195. local A_1 = "Elevated Furnace"
  2196. local A_2 = CFrame.new(-102, 203.799988, 192.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2197. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2198. Event:InvokeServer(A_1, A_2)
  2199. elseif starterdropper == "Noobite" then
  2200. local A_1 = "Noobite Mine"
  2201. local A_2 = CFrame.new(-99, 205.299988, 185, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  2202. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2203. Event:InvokeServer(A_1, A_2)
  2204.  
  2205. local A_1 = "Cell Incinerator"
  2206. local A_2 = CFrame.new(-97.5, 205.299988, 194, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2207. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2208. Event:InvokeServer(A_1, A_2)
  2209. else
  2210. game.ReplicatedStorage.BuyItem:InvokeServer('Remote Diamond Mine', 24)
  2211. wait(0.2)
  2212.  
  2213. local A_1 = "Cell Incinerator"
  2214. local A_2 = CFrame.new(-16.5, 205.299988, 146, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2215. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2216. Event:InvokeServer(A_1, A_2)
  2217.  
  2218. local A_1 = "Remote Diamond Mine"
  2219. local A_2 = CFrame.new(-28.5, 206.799988, 144.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2220. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2221. Event:InvokeServer(A_1, A_2)
  2222.  
  2223. local A_1 = "Remote Diamond Mine"
  2224. local A_2 = CFrame.new(-18, 206.799988, 155, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2225. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2226. Event:InvokeServer(A_1, A_2)
  2227.  
  2228. local A_1 = "Remote Diamond Mine"
  2229. local A_2 = CFrame.new(-18, 206.799988, 137, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2230. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2231. Event:InvokeServer(A_1, A_2)
  2232.  
  2233. local A_1 = "Cell Incinerator"
  2234. local A_2 = CFrame.new(-16.5, 205.299988, 197, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2235. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2236. Event:InvokeServer(A_1, A_2)
  2237.  
  2238. local A_1 = "Remote Diamond Mine"
  2239. local A_2 = CFrame.new(-18, 206.799988, 206, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2240. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2241. Event:InvokeServer(A_1, A_2)
  2242.  
  2243. local A_1 = "Remote Diamond Mine"
  2244. local A_2 = CFrame.new(-18, 206.799988, 188, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2245. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2246. Event:InvokeServer(A_1, A_2)
  2247.  
  2248. local A_1 = "Remote Diamond Mine"
  2249. local A_2 = CFrame.new(-28.5, 206.799988, 195.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  2250. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2251. Event:InvokeServer(A_1, A_2)
  2252.  
  2253. local A_1 = "Cell Incinerator"
  2254. local A_2 = CFrame.new(-49.5, 205.299988, 146, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2255. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2256. Event:InvokeServer(A_1, A_2)
  2257.  
  2258. local A_1 = "Remote Diamond Mine"
  2259. local A_2 = CFrame.new(-61.5, 206.799988, 147.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2260. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2261. Event:InvokeServer(A_1, A_2)
  2262.  
  2263. local A_1 = "Remote Diamond Mine"
  2264. local A_2 = CFrame.new(-51, 206.799988, 155, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2265. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2266. Event:InvokeServer(A_1, A_2)
  2267.  
  2268. local A_1 = "Remote Diamond Mine"
  2269. local A_2 = CFrame.new(-51, 206.799988, 137, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2270. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2271. Event:InvokeServer(A_1, A_2)
  2272.  
  2273. local A_1 = "Cell Incinerator"
  2274. local A_2 = CFrame.new(-49.5, 205.299988, 197, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2275. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2276. Event:InvokeServer(A_1, A_2)
  2277.  
  2278. local A_1 = "Remote Diamond Mine"
  2279. local A_2 = CFrame.new(-61.5, 206.799988, 198.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2280. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2281. Event:InvokeServer(A_1, A_2)
  2282.  
  2283. local A_1 = "Remote Diamond Mine"
  2284. local A_2 = CFrame.new(-51, 206.799988, 188, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2285. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2286. Event:InvokeServer(A_1, A_2)
  2287.  
  2288. local A_1 = "Remote Diamond Mine"
  2289. local A_2 = CFrame.new(-51, 206.799988, 206, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2290. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2291. Event:InvokeServer(A_1, A_2)
  2292.  
  2293. local A_1 = "Cell Incinerator"
  2294. local A_2 = CFrame.new(-82.5, 205.299988, 146, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2295. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2296. Event:InvokeServer(A_1, A_2)
  2297.  
  2298. local A_1 = "Remote Diamond Mine"
  2299. local A_2 = CFrame.new(-94.5, 206.799988, 147.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2300. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2301. Event:InvokeServer(A_1, A_2)
  2302.  
  2303. local A_1 = "Remote Diamond Mine"
  2304. local A_2 = CFrame.new(-84, 206.799988, 155, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2305. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2306. Event:InvokeServer(A_1, A_2)
  2307.  
  2308. local A_1 = "Remote Diamond Mine"
  2309. local A_2 = CFrame.new(-84, 206.799988, 137, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2310. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2311. Event:InvokeServer(A_1, A_2)
  2312.  
  2313. local A_1 = "Cell Incinerator"
  2314. local A_2 = CFrame.new(-82.5, 205.299988, 197, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2315. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2316. Event:InvokeServer(A_1, A_2)
  2317.  
  2318. local A_1 = "Remote Diamond Mine"
  2319. local A_2 = CFrame.new(-94.5, 206.799988, 198.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2320. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2321. Event:InvokeServer(A_1, A_2)
  2322.  
  2323. local A_1 = "Remote Diamond Mine"
  2324. local A_2 = CFrame.new(-84, 206.799988, 188, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2325. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2326. Event:InvokeServer(A_1, A_2)
  2327.  
  2328. local A_1 = "Remote Diamond Mine"
  2329. local A_2 = CFrame.new(-84, 206.799988, 206, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2330. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2331. Event:InvokeServer(A_1, A_2)
  2332.  
  2333. local A_1 = "Cell Incinerator"
  2334. local A_2 = CFrame.new(-115.5, 205.299988, 146, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2335. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2336. Event:InvokeServer(A_1, A_2)
  2337.  
  2338. local A_1 = "Remote Diamond Mine"
  2339. local A_2 = CFrame.new(-127.5, 206.799988, 147.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2340. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2341. Event:InvokeServer(A_1, A_2)
  2342.  
  2343. local A_1 = "Remote Diamond Mine"
  2344. local A_2 = CFrame.new(-117, 206.799988, 155, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2345. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2346. Event:InvokeServer(A_1, A_2)
  2347.  
  2348. local A_1 = "Remote Diamond Mine"
  2349. local A_2 = CFrame.new(-117, 206.799988, 137, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2350. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2351. Event:InvokeServer(A_1, A_2)
  2352.  
  2353. local A_1 = "Cell Incinerator"
  2354. local A_2 = CFrame.new(-115.5, 205.299988, 197, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2355. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2356. Event:InvokeServer(A_1, A_2)
  2357.  
  2358. local A_1 = "Remote Diamond Mine"
  2359. local A_2 = CFrame.new(-127.5, 206.799988, 198.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2360. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2361. Event:InvokeServer(A_1, A_2)
  2362.  
  2363. local A_1 = "Remote Diamond Mine"
  2364. local A_2 = CFrame.new(-117, 206.799988, 188, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2365. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2366. Event:InvokeServer(A_1, A_2)
  2367.  
  2368. local A_1 = "Remote Diamond Mine"
  2369. local A_2 = CFrame.new(-117, 206.799988, 206, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2370. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2371. Event:InvokeServer(A_1, A_2)
  2372.  
  2373. remoteclickmedium1active = true
  2374. AutoRemoteClickToggle.TextColor3 = Color3.new(0, 1, 0)
  2375. AutoRemoteClickToggle.Text = "ON"
  2376. coroutine.resume(autoclick)
  2377. placesetup1a1cdone = true
  2378. end
  2379. end
  2380. end
  2381. end
  2382.  
  2383. function placeitemsset1a1d()
  2384. if placesetup1a1dactive == true then
  2385. if placesetup1a1ddone ~= true then
  2386. remoteclickfastactive=false
  2387. remoteclickmedium1active=false
  2388. remoteclickmedium2active=false
  2389. remoteclickslowactive=false
  2390. AutoRemoteClickToggle.TextColor3 = Color3.new(0, 1, 0)
  2391. AutoRemoteClickToggle.Text = "ON"
  2392.  
  2393. local Event = game:GetService("ReplicatedStorage").DestroyAll
  2394. Event:InvokeServer()
  2395. wait(1)
  2396.  
  2397. game.ReplicatedStorage.BuyItem:InvokeServer('Cell Processor', 1)
  2398. wait(1)
  2399.  
  2400. if starterdropper == "Newtonium" then
  2401. game.ReplicatedStorage.BuyItem:InvokeServer('Quantum Processor', 1)
  2402. wait(0.5)
  2403.  
  2404. local A_1 = "Quantum Processor"
  2405. local A_2 = CFrame.new(-106.5, 205.299988, 194, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2406. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2407. Event:InvokeServer(A_1, A_2)
  2408.  
  2409. local A_1 = "Newtonium Mine"
  2410. local A_2 = CFrame.new(-103.5, 208.299988, 174.5, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  2411. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2412. Event:InvokeServer(A_1, A_2)
  2413. placeextraplutoniumexcavatorsdone = true
  2414. elseif starterdropper == "Noobite" then
  2415. local A_1 = "Noobite Mine"
  2416. local A_2 = CFrame.new(-99, 205.299988, 185, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  2417. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2418. Event:InvokeServer(A_1, A_2)
  2419.  
  2420. local A_1 = "Noobite Mine"
  2421. local A_2 = CFrame.new(-99, 205.299988, 203, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2422. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2423. Event:InvokeServer(A_1, A_2)
  2424.  
  2425. local A_1 = "Cell Processor"
  2426. local A_2 = CFrame.new(-97.5, 205.299988, 194, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2427. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2428. Event:InvokeServer(A_1, A_2)
  2429. placeextraplutoniumexcavatorsdone = true
  2430. else
  2431. game.ReplicatedStorage.BuyItem:InvokeServer('Plutonium Excavator', 2)
  2432. wait(0.5)
  2433.  
  2434. local A_1 = "Cell Processor"
  2435. local A_2 = CFrame.new(-94.5, 205.299988, 173, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2436. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2437. Event:InvokeServer(A_1, A_2)
  2438.  
  2439. local A_1 = "Plutonium Excavator"
  2440. local A_2 = CFrame.new(-94.5, 205.299988, 182, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2441. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2442. Event:InvokeServer(A_1, A_2)
  2443.  
  2444. local A_1 = "Plutonium Excavator"
  2445. local A_2 = CFrame.new(-94.5, 205.299988, 164, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2446. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2447. Event:InvokeServer(A_1, A_2)
  2448.  
  2449. buttonstoggle = true
  2450. ClickButtons.Text = "Stop Clicking"
  2451. ClickButtons.TextColor3 = Color3.new(0, 1, 0)
  2452. placesetup1a1ddone = true
  2453. end
  2454. end
  2455. end
  2456. while placeextraplutoniumexcavatorsdone ~= true do
  2457. if fullcashvalue >= 3.5e9 then
  2458. if placeextraplutoniumexcavatorsdone ~= true then
  2459. game.ReplicatedStorage.BuyItem:InvokeServer('Cell Processor', 1)
  2460. wait(0.5)
  2461. game.ReplicatedStorage.BuyItem:InvokeServer('Plutonium Excavator', 2)
  2462. wait(0.5)
  2463. local A_1 = "Cell Processor"
  2464. local A_2 = CFrame.new(-64.5, 205.299988, 173, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2465. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2466. Event:InvokeServer(A_1, A_2)
  2467.  
  2468. local A_1 = "Plutonium Excavator"
  2469. local A_2 = CFrame.new(-64.5, 205.299988, 164, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2470. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2471. Event:InvokeServer(A_1, A_2)
  2472.  
  2473. local A_1 = "Plutonium Excavator"
  2474. local A_2 = CFrame.new(-64.5, 205.299988, 182, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2475. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2476. Event:InvokeServer(A_1, A_2)
  2477.  
  2478. placeextraplutoniumexcavatorsdone = true
  2479. end
  2480. end
  2481. wait(5)
  2482. end
  2483. end
  2484.  
  2485. function placestartitems1a2()
  2486. if placesetup1a2active == true then
  2487. print("Dropper Set: " .. tostring(starterdropper))
  2488. local Event = game:GetService("ReplicatedStorage").DestroyAll
  2489. Event:InvokeServer()
  2490. wait(1)
  2491.  
  2492. buttonstoggle = false
  2493. ClickButtons.Text = "Click Buttons"
  2494. ClickButtons.TextColor3 = Color3.new(1, 1, 1)
  2495.  
  2496. remoteclickfastactive=false
  2497. remoteclickmediumactive=false
  2498. remoteclickslowactive=false
  2499. AutoRemoteClickToggle.TextColor3 = Color3.new(1, 0, 0)
  2500. AutoRemoteClickToggle.Text = "OFF"
  2501.  
  2502. local A_1 = "Ore Teleporter (Sender)"
  2503. local A_2 = CFrame.new(-97.5, 203.799988, 110, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  2504. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2505. Event:InvokeServer(A_1, A_2)
  2506.  
  2507. local A_1 = "Military-Grade Conveyor"
  2508. local A_2 = CFrame.new(-91.5, 202.299988, 110, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2509. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2510. Event:InvokeServer(A_1, A_2)
  2511.  
  2512. local A_1 = "Military-Grade Conveyor"
  2513. local A_2 = CFrame.new(-85.5, 202.299988, 110, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2514. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2515. Event:InvokeServer(A_1, A_2)
  2516.  
  2517. local A_1 = "Ore Magnifier"
  2518. local A_2 = CFrame.new(-70.5, 205.299988, 110, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2519. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2520. Event:InvokeServer(A_1, A_2)
  2521.  
  2522. local A_1 = "Military-Grade Conveyor"
  2523. local A_2 = CFrame.new(-55.5, 202.299988, 110, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2524. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2525. Event:InvokeServer(A_1, A_2)
  2526.  
  2527. local A_1 = "Military-Grade Conveyor"
  2528. local A_2 = CFrame.new(-49.5, 202.299988, 110, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2529. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2530. Event:InvokeServer(A_1, A_2)
  2531.  
  2532. local A_1 = "Military-Grade Conveyor"
  2533. local A_2 = CFrame.new(-43.5, 202.299988, 110, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2534. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2535. Event:InvokeServer(A_1, A_2)
  2536.  
  2537. local A_1 = "Military-Grade Conveyor"
  2538. local A_2 = CFrame.new(-37.5, 202.299988, 110, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2539. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2540. Event:InvokeServer(A_1, A_2)
  2541.  
  2542. local A_1 = "Military-Grade Conveyor"
  2543. local A_2 = CFrame.new(-31.5, 202.299988, 110, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2544. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2545. Event:InvokeServer(A_1, A_2)
  2546.  
  2547. if starterdropper == "Radium" then
  2548. local A_1 = "Radium Mine"
  2549. local A_2 = CFrame.new(-37.5, 208.299988, 119, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  2550. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2551. Event:InvokeServer(A_1, A_2)
  2552.  
  2553. local A_1 = "Radium Mine"
  2554. local A_2 = CFrame.new(-52.5, 208.299988, 119, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  2555. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2556. Event:InvokeServer(A_1, A_2)
  2557. elseif starterdropper == "Unobtanium" then
  2558. local A_1 = "Unobtanium Mine"
  2559. local A_2 = CFrame.new(-43.5, 206.299988, 117.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2560. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2561. Event:InvokeServer(A_1, A_2)
  2562.  
  2563. local A_1 = "Unobtanium Mine"
  2564. local A_2 = CFrame.new(-52.5, 206.299988, 117.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2565. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2566. Event:InvokeServer(A_1, A_2)
  2567. elseif starterdropper == "Noobite" then
  2568. local A_1 = "Noobite Mine"
  2569. local A_2 = CFrame.new(-54, 205.299988, 119, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2570. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2571. Event:InvokeServer(A_1, A_2)
  2572.  
  2573. local A_1 = "Noobite Mine"
  2574. local A_2 = CFrame.new(-42, 205.299988, 119, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2575. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2576. Event:InvokeServer(A_1, A_2)
  2577. else
  2578. local A_1 = "Osmium Mine"
  2579. local A_2 = CFrame.new(-49.5, 206.799988, 119, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2580. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2581. Event:InvokeServer(A_1, A_2)
  2582. end
  2583. placeitemsset1bh1()
  2584. end
  2585. end
  2586.  
  2587. function placeitemsset1ba()
  2588. local Event = game:GetService("ReplicatedStorage").DestroyAll
  2589. Event:InvokeServer()
  2590. wait(1)
  2591.  
  2592. buttonstoggle = false
  2593. ClickButtons.Text = "Click Buttons"
  2594. ClickButtons.TextColor3 = Color3.new(1, 1, 1)
  2595.  
  2596. remoteclickfastactive=false
  2597. remoteclickmediumactive=false
  2598. remoteclickslowactive=false
  2599. AutoRemoteClickToggle.TextColor3 = Color3.new(1, 0, 0)
  2600. AutoRemoteClickToggle.Text = "OFF"
  2601.  
  2602. if placesetup1bactive == true then
  2603. placeitemsset1bh1()
  2604. else
  2605. local A_1 = "Ore Teleporter (Receiver)"
  2606. local A_2 = CFrame.new(-148.5, 203.799988, 249.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2607. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2608. Event:InvokeServer(A_1, A_2)
  2609.  
  2610. local A_1 = "Basic Conveyor"
  2611. local A_2 = CFrame.new(-139.5, 202.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2612. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2613. Event:InvokeServer(A_1, A_2)
  2614.  
  2615. local A_1 = "Basic Conveyor"
  2616. local A_2 = CFrame.new(-139.5, 202.299988, 251, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  2617. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2618. Event:InvokeServer(A_1, A_2)
  2619.  
  2620. local A_1 = "Military-Grade Conveyor"
  2621. local A_2 = CFrame.new(-133.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2622. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2623. Event:InvokeServer(A_1, A_2)
  2624.  
  2625. placefreonblasters()
  2626. end
  2627. end
  2628.  
  2629. function placefreonblasters()
  2630. if placesetup1bactive == true then
  2631. placeitemsset1bb()
  2632. elseif placesetup1cactive == true or placesetup1dactive == true or placesetup1eactive == true then
  2633. local A_1 = "Centering Conveyor"
  2634. local A_2 = CFrame.new(-127.5, 202.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2635. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2636. Event:InvokeServer(A_1, A_2)
  2637.  
  2638. local A_1 = "Freon-Blast Upgrader"
  2639. local A_2 = CFrame.new(-121.5, 205.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2640. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2641. Event:InvokeServer(A_1, A_2)
  2642.  
  2643. local A_1 = "Freon-Blast Upgrader"
  2644. local A_2 = CFrame.new(-115.5, 205.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2645. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2646. Event:InvokeServer(A_1, A_2)
  2647.  
  2648. local A_1 = "Freon-Blast Upgrader"
  2649. local A_2 = CFrame.new(-109.5, 205.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2650. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2651. Event:InvokeServer(A_1, A_2)
  2652.  
  2653. local A_1 = "Freon-Blast Upgrader"
  2654. local A_2 = CFrame.new(-103.5, 205.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2655. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2656. Event:InvokeServer(A_1, A_2)
  2657.  
  2658. local A_1 = "Freon-Blast Upgrader"
  2659. local A_2 = CFrame.new(-97.5, 205.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2660. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2661. Event:InvokeServer(A_1, A_2)
  2662.  
  2663. local A_1 = "Freon-Blast Upgrader"
  2664. local A_2 = CFrame.new(-91.5, 205.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2665. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2666. Event:InvokeServer(A_1, A_2)
  2667.  
  2668. local A_1 = "Freon-Blast Upgrader"
  2669. local A_2 = CFrame.new(-85.5, 205.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2670. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2671. Event:InvokeServer(A_1, A_2)
  2672.  
  2673. local A_1 = "Freon-Blast Upgrader"
  2674. local A_2 = CFrame.new(-79.5, 205.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2675. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2676. Event:InvokeServer(A_1, A_2)
  2677.  
  2678. local A_1 = "Freon-Blast Upgrader"
  2679. local A_2 = CFrame.new(-73.5, 205.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2680. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2681. Event:InvokeServer(A_1, A_2)
  2682.  
  2683. local A_1 = "Freon-Blast Upgrader"
  2684. local A_2 = CFrame.new(-67.5, 205.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2685. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2686. Event:InvokeServer(A_1, A_2)
  2687.  
  2688. local A_1 = "Freon-Blast Upgrader"
  2689. local A_2 = CFrame.new(-61.5, 205.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2690. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2691. Event:InvokeServer(A_1, A_2)
  2692.  
  2693. local A_1 = "Freon-Blast Upgrader"
  2694. local A_2 = CFrame.new(-55.5, 205.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2695. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2696. Event:InvokeServer(A_1, A_2)
  2697.  
  2698. local A_1 = "Freon-Blast Upgrader"
  2699. local A_2 = CFrame.new(-49.5, 205.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2700. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2701. Event:InvokeServer(A_1, A_2)
  2702.  
  2703. local A_1 = "Freon-Blast Upgrader"
  2704. local A_2 = CFrame.new(-43.5, 205.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2705. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2706. Event:InvokeServer(A_1, A_2)
  2707.  
  2708. local A_1 = "Freon-Blast Upgrader"
  2709. local A_2 = CFrame.new(-37.5, 205.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2710. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2711. Event:InvokeServer(A_1, A_2)
  2712.  
  2713. local A_1 = "Freon-Blast Upgrader"
  2714. local A_2 = CFrame.new(-31.5, 205.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2715. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2716. Event:InvokeServer(A_1, A_2)
  2717.  
  2718. local A_1 = "Freon-Blast Upgrader"
  2719. local A_2 = CFrame.new(-25.5, 205.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2720. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2721. Event:InvokeServer(A_1, A_2)
  2722.  
  2723. local A_1 = "Freon-Blast Upgrader"
  2724. local A_2 = CFrame.new(-19.5, 205.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2725. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2726. Event:InvokeServer(A_1, A_2)
  2727.  
  2728. local A_1 = "Freon-Blast Upgrader"
  2729. local A_2 = CFrame.new(-13.5, 205.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2730. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2731. Event:InvokeServer(A_1, A_2)
  2732.  
  2733. local A_1 = "Freon-Blast Upgrader"
  2734. local A_2 = CFrame.new(-7.5, 205.299988, 245, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  2735. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2736. Event:InvokeServer(A_1, A_2)
  2737.  
  2738. local A_1 = "Centering Conveyor"
  2739. local A_2 = CFrame.new(-1.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2740. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2741. Event:InvokeServer(A_1, A_2)
  2742.  
  2743. local A_1 = "Freon-Blast Upgrader"
  2744. local A_2 = CFrame.new(-7.5, 205.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2745. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2746. Event:InvokeServer(A_1, A_2)
  2747.  
  2748. local A_1 = "Freon-Blast Upgrader"
  2749. local A_2 = CFrame.new(-13.5, 205.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2750. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2751. Event:InvokeServer(A_1, A_2)
  2752.  
  2753. local A_1 = "Freon-Blast Upgrader"
  2754. local A_2 = CFrame.new(-19.5, 205.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2755. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2756. Event:InvokeServer(A_1, A_2)
  2757.  
  2758. local A_1 = "Freon-Blast Upgrader"
  2759. local A_2 = CFrame.new(-25.5, 205.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2760. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2761. Event:InvokeServer(A_1, A_2)
  2762.  
  2763. local A_1 = "Freon-Blast Upgrader"
  2764. local A_2 = CFrame.new(-31.5, 205.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2765. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2766. Event:InvokeServer(A_1, A_2)
  2767.  
  2768. local A_1 = "Freon-Blast Upgrader"
  2769. local A_2 = CFrame.new(-31.5, 205.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2770. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2771. Event:InvokeServer(A_1, A_2)
  2772.  
  2773. local A_1 = "Freon-Blast Upgrader"
  2774. local A_2 = CFrame.new(-37.5, 205.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2775. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2776. Event:InvokeServer(A_1, A_2)
  2777.  
  2778. local A_1 = "Freon-Blast Upgrader"
  2779. local A_2 = CFrame.new(-43.5, 205.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2780. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2781. Event:InvokeServer(A_1, A_2)
  2782.  
  2783. local A_1 = "Freon-Blast Upgrader"
  2784. local A_2 = CFrame.new(-49.5, 205.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2785. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2786. Event:InvokeServer(A_1, A_2)
  2787.  
  2788. local A_1 = "Freon-Blast Upgrader"
  2789. local A_2 = CFrame.new(-55.5, 205.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2790. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2791. Event:InvokeServer(A_1, A_2)
  2792. placeitemsset1bc()
  2793. end
  2794. end
  2795.  
  2796. function placeitemsset1bb()
  2797. local A_1 = "Military-Grade Conveyor"
  2798. local A_2 = CFrame.new(-127.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2799. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2800. Event:InvokeServer(A_1, A_2)
  2801.  
  2802. local A_1 = "Military-Grade Conveyor"
  2803. local A_2 = CFrame.new(-121.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2804. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2805. Event:InvokeServer(A_1, A_2)
  2806.  
  2807. local A_1 = "Military-Grade Conveyor"
  2808. local A_2 = CFrame.new(-115.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2809. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2810. Event:InvokeServer(A_1, A_2)
  2811.  
  2812. local A_1 = "Military-Grade Conveyor"
  2813. local A_2 = CFrame.new(-109.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2814. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2815. Event:InvokeServer(A_1, A_2)
  2816.  
  2817. local A_1 = "Military-Grade Conveyor"
  2818. local A_2 = CFrame.new(-103.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2819. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2820. Event:InvokeServer(A_1, A_2)
  2821.  
  2822. local A_1 = "Military-Grade Conveyor"
  2823. local A_2 = CFrame.new(-97.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2824. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2825. Event:InvokeServer(A_1, A_2)
  2826.  
  2827. local A_1 = "Military-Grade Conveyor"
  2828. local A_2 = CFrame.new(-91.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2829. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2830. Event:InvokeServer(A_1, A_2)
  2831.  
  2832. local A_1 = "Military-Grade Conveyor"
  2833. local A_2 = CFrame.new(-85.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2834. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2835. Event:InvokeServer(A_1, A_2)
  2836.  
  2837. local A_1 = "Military-Grade Conveyor"
  2838. local A_2 = CFrame.new(-79.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2839. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2840. Event:InvokeServer(A_1, A_2)
  2841.  
  2842. local A_1 = "Military-Grade Conveyor"
  2843. local A_2 = CFrame.new(-73.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2844. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2845. Event:InvokeServer(A_1, A_2)
  2846.  
  2847. local A_1 = "Military-Grade Conveyor"
  2848. local A_2 = CFrame.new(-67.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2849. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2850. Event:InvokeServer(A_1, A_2)
  2851.  
  2852. local A_1 = "Military-Grade Conveyor"
  2853. local A_2 = CFrame.new(-61.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2854. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2855. Event:InvokeServer(A_1, A_2)
  2856.  
  2857. local A_1 = "Military-Grade Conveyor"
  2858. local A_2 = CFrame.new(-55.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2859. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2860. Event:InvokeServer(A_1, A_2)
  2861.  
  2862. local A_1 = "Military-Grade Conveyor"
  2863. local A_2 = CFrame.new(-49.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2864. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2865. Event:InvokeServer(A_1, A_2)
  2866.  
  2867. local A_1 = "Military-Grade Conveyor"
  2868. local A_2 = CFrame.new(-43.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2869. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2870. Event:InvokeServer(A_1, A_2)
  2871.  
  2872. local A_1 = "Military-Grade Conveyor"
  2873. local A_2 = CFrame.new(-37.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2874. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2875. Event:InvokeServer(A_1, A_2)
  2876.  
  2877. local A_1 = "Military-Grade Conveyor"
  2878. local A_2 = CFrame.new(-31.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2879. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2880. Event:InvokeServer(A_1, A_2)
  2881.  
  2882. local A_1 = "Military-Grade Conveyor"
  2883. local A_2 = CFrame.new(-25.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2884. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2885. Event:InvokeServer(A_1, A_2)
  2886.  
  2887. local A_1 = "Military-Grade Conveyor"
  2888. local A_2 = CFrame.new(-19.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2889. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2890. Event:InvokeServer(A_1, A_2)
  2891.  
  2892. local A_1 = "Military-Grade Conveyor"
  2893. local A_2 = CFrame.new(-13.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2894. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2895. Event:InvokeServer(A_1, A_2)
  2896.  
  2897. local A_1 = "Military-Grade Conveyor"
  2898. local A_2 = CFrame.new(-7.5, 202.299988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2899. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2900. Event:InvokeServer(A_1, A_2)
  2901. placeitemsset1bc()
  2902. end
  2903.  
  2904. function placeitemsset1bc()
  2905. local A_1 = "Conveyor Ramp"
  2906. local A_2 = CFrame.new(-1.5, 203.799988, 245, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  2907. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2908. Event:InvokeServer(A_1, A_2)
  2909.  
  2910. local A_1 = "Military-Grade Conveyor"
  2911. local A_2 = CFrame.new(4.5, 202.299988, 245, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  2912. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2913. Event:InvokeServer(A_1, A_2)
  2914.  
  2915. local A_1 = "Military-Grade Conveyor"
  2916. local A_2 = CFrame.new(4.5, 202.299988, 239, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  2917. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2918. Event:InvokeServer(A_1, A_2)
  2919.  
  2920. local A_1 = "Conveyor Ramp"
  2921. local A_2 = CFrame.new(4.5, 203.799988, 233, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  2922. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2923. Event:InvokeServer(A_1, A_2)
  2924.  
  2925. local A_1 = "Military-Grade Conveyor"
  2926. local A_2 = CFrame.new(4.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2927. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2928. Event:InvokeServer(A_1, A_2)
  2929.  
  2930. if placesetup1bactive == true then
  2931. placeitemsset1bd()
  2932. elseif placesetup1cactive == true then
  2933. placeitemsset1be()
  2934. elseif placesetup1dactive == true then
  2935. placeschrodinger1()
  2936. elseif placesetup1eactive == true then
  2937. placeschrodinger1()
  2938. else
  2939. placeitemsset1bd()
  2940. end
  2941. end
  2942.  
  2943. function placeitemsset1bd()
  2944. local A_1 = "Military-Grade Conveyor"
  2945. local A_2 = CFrame.new(-1.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2946. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2947. Event:InvokeServer(A_1, A_2)
  2948.  
  2949. local A_1 = "Military-Grade Conveyor"
  2950. local A_2 = CFrame.new(-7.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2951. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2952. Event:InvokeServer(A_1, A_2)
  2953.  
  2954. local A_1 = "Military-Grade Conveyor"
  2955. local A_2 = CFrame.new(-13.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2956. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2957. Event:InvokeServer(A_1, A_2)
  2958.  
  2959. local A_1 = "Military-Grade Conveyor"
  2960. local A_2 = CFrame.new(-19.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2961. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2962. Event:InvokeServer(A_1, A_2)
  2963.  
  2964. local A_1 = "Military-Grade Conveyor"
  2965. local A_2 = CFrame.new(-25.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2966. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2967. Event:InvokeServer(A_1, A_2)
  2968.  
  2969. local A_1 = "Military-Grade Conveyor"
  2970. local A_2 = CFrame.new(-31.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2971. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2972. Event:InvokeServer(A_1, A_2)
  2973.  
  2974. local A_1 = "Military-Grade Conveyor"
  2975. local A_2 = CFrame.new(-37.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2976. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2977. Event:InvokeServer(A_1, A_2)
  2978.  
  2979. local A_1 = "Military-Grade Conveyor"
  2980. local A_2 = CFrame.new(-43.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2981. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2982. Event:InvokeServer(A_1, A_2)
  2983.  
  2984. local A_1 = "Military-Grade Conveyor"
  2985. local A_2 = CFrame.new(-49.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2986. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2987. Event:InvokeServer(A_1, A_2)
  2988.  
  2989. local A_1 = "Military-Grade Conveyor"
  2990. local A_2 = CFrame.new(-55.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  2991. local Event = game:GetService("ReplicatedStorage").PlaceItem
  2992. Event:InvokeServer(A_1, A_2)
  2993.  
  2994. placeitemsset1be()
  2995. end
  2996.  
  2997. function placeitemsset1be()
  2998. local A_1 = "Military-Grade Conveyor"
  2999. local A_2 = CFrame.new(-61.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3000. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3001. Event:InvokeServer(A_1, A_2)
  3002.  
  3003. local A_1 = "Military-Grade Conveyor"
  3004. local A_2 = CFrame.new(-67.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3005. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3006. Event:InvokeServer(A_1, A_2)
  3007.  
  3008. local A_1 = "Military-Grade Conveyor"
  3009. local A_2 = CFrame.new(-73.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3010. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3011. Event:InvokeServer(A_1, A_2)
  3012.  
  3013. local A_1 = "Military-Grade Conveyor"
  3014. local A_2 = CFrame.new(-79.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3015. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3016. Event:InvokeServer(A_1, A_2)
  3017.  
  3018. local A_1 = "Military-Grade Conveyor"
  3019. local A_2 = CFrame.new(-85.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3020. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3021. Event:InvokeServer(A_1, A_2)
  3022.  
  3023. local A_1 = "Military-Grade Conveyor"
  3024. local A_2 = CFrame.new(-91.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3025. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3026. Event:InvokeServer(A_1, A_2)
  3027.  
  3028. local A_1 = "Military-Grade Conveyor"
  3029. local A_2 = CFrame.new(-97.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3030. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3031. Event:InvokeServer(A_1, A_2)
  3032.  
  3033. local A_1 = "Military-Grade Conveyor"
  3034. local A_2 = CFrame.new(-103.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3035. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3036. Event:InvokeServer(A_1, A_2)
  3037.  
  3038. local A_1 = "Military-Grade Conveyor"
  3039. local A_2 = CFrame.new(-109.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3040. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3041. Event:InvokeServer(A_1, A_2)
  3042.  
  3043. local A_1 = "Military-Grade Conveyor"
  3044. local A_2 = CFrame.new(-115.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3045. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3046. Event:InvokeServer(A_1, A_2)
  3047.  
  3048. local A_1 = "Military-Grade Conveyor"
  3049. local A_2 = CFrame.new(-121.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3050. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3051. Event:InvokeServer(A_1, A_2)
  3052.  
  3053. local A_1 = "Military-Grade Conveyor"
  3054. local A_2 = CFrame.new(-127.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3055. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3056. Event:InvokeServer(A_1, A_2)
  3057.  
  3058. local A_1 = "Military-Grade Conveyor"
  3059. local A_2 = CFrame.new(-133.5, 202.299988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3060. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3061. Event:InvokeServer(A_1, A_2)
  3062.  
  3063. placeitemsset1bf()
  3064. end
  3065.  
  3066. function placeschrodinger1()
  3067. local A_1 = "Schrodinger Evaluator"
  3068. local A_2 = CFrame.new(-58.5, 203.799988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3069. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3070. Event:InvokeServer(A_1, A_2)
  3071.  
  3072. local A_1 = "Schrodinger Evaluator"
  3073. local A_2 = CFrame.new(-70.5, 203.799988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3074. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3075. Event:InvokeServer(A_1, A_2)
  3076.  
  3077. local A_1 = "Schrodinger Evaluator"
  3078. local A_2 = CFrame.new(-82.5, 203.799988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3079. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3080. Event:InvokeServer(A_1, A_2)
  3081.  
  3082. local A_1 = "Schrodinger Evaluator"
  3083. local A_2 = CFrame.new(-94.5, 203.799988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3084. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3085. Event:InvokeServer(A_1, A_2)
  3086.  
  3087. local A_1 = "Schrodinger Evaluator"
  3088. local A_2 = CFrame.new(-106.5, 203.799988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3089. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3090. Event:InvokeServer(A_1, A_2)
  3091.  
  3092. local A_1 = "Schrodinger Evaluator"
  3093. local A_2 = CFrame.new(-118.5, 203.799988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3094. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3095. Event:InvokeServer(A_1, A_2)
  3096.  
  3097. local A_1 = "Schrodinger Evaluator"
  3098. local A_2 = CFrame.new(-130.5, 203.799988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3099. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3100. Event:InvokeServer(A_1, A_2)
  3101.  
  3102. local A_1 = "Schrodinger Evaluator"
  3103. local A_2 = CFrame.new(-136.5, 203.799988, 209, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3104. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3105. Event:InvokeServer(A_1, A_2)
  3106.  
  3107. local A_1 = "Schrodinger Evaluator"
  3108. local A_2 = CFrame.new(-124.5, 203.799988, 209, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3109. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3110. Event:InvokeServer(A_1, A_2)
  3111.  
  3112. local A_1 = "Schrodinger Evaluator"
  3113. local A_2 = CFrame.new(-112.5, 203.799988, 209, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3114. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3115. Event:InvokeServer(A_1, A_2)
  3116.  
  3117. local A_1 = "Schrodinger Evaluator"
  3118. local A_2 = CFrame.new(-100.5, 203.799988, 209, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3119. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3120. Event:InvokeServer(A_1, A_2)
  3121.  
  3122. local A_1 = "Schrodinger Evaluator"
  3123. local A_2 = CFrame.new(-88.5, 203.799988, 209, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3124. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3125. Event:InvokeServer(A_1, A_2)
  3126.  
  3127. placeitemsset1be()
  3128. end
  3129.  
  3130. function placeitemsset1bf()
  3131. local A_1 = "Conveyor Ramp"
  3132. local A_2 = CFrame.new(-139.5, 203.799988, 227, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3133. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3134. Event:InvokeServer(A_1, A_2)
  3135.  
  3136. local A_1 = "Military-Grade Conveyor"
  3137. local A_2 = CFrame.new(-145.5, 202.299988, 221, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3138. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3139. Event:InvokeServer(A_1, A_2)
  3140.  
  3141. local A_1 = "Conveyor Wall"
  3142. local A_2 = CFrame.new(-145.5, 202.199982, 231.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3143. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3144. Event:InvokeServer(A_1, A_2)
  3145.  
  3146. local A_1 = "Portable Ore Stopper"
  3147. local A_2 = CFrame.new(-151.5, 203.799988, 227, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  3148. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3149. Event:InvokeServer(A_1, A_2)
  3150.  
  3151. local A_1 = "Military-Grade Conveyor"
  3152. local A_2 = CFrame.new(-145.5, 202.299988, 227, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3153. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3154. Event:InvokeServer(A_1, A_2)
  3155.  
  3156. local A_1 = "Conveyor Ramp"
  3157. local A_2 = CFrame.new(-145.5, 203.799988, 215, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3158. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3159. Event:InvokeServer(A_1, A_2)
  3160.  
  3161. local A_1 = "Military-Grade Conveyor"
  3162. local A_2 = CFrame.new(-145.5, 202.299988, 209, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3163. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3164. Event:InvokeServer(A_1, A_2)
  3165.  
  3166. placeitemsset1bg()
  3167. end
  3168.  
  3169. function placeitemsset1bg()
  3170. if placesetup1dactive == true or placesetup1eactive == true then
  3171. placeitemsset1bh()
  3172. else
  3173. local A_1 = "Military-Grade Conveyor"
  3174. local A_2 = CFrame.new(-139.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3175. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3176. Event:InvokeServer(A_1, A_2)
  3177.  
  3178. local A_1 = "Military-Grade Conveyor"
  3179. local A_2 = CFrame.new(-133.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3180. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3181. Event:InvokeServer(A_1, A_2)
  3182.  
  3183. local A_1 = "Military-Grade Conveyor"
  3184. local A_2 = CFrame.new(-127.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3185. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3186. Event:InvokeServer(A_1, A_2)
  3187.  
  3188. local A_1 = "Military-Grade Conveyor"
  3189. local A_2 = CFrame.new(-121.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3190. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3191. Event:InvokeServer(A_1, A_2)
  3192.  
  3193. local A_1 = "Military-Grade Conveyor"
  3194. local A_2 = CFrame.new(-115.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3195. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3196. Event:InvokeServer(A_1, A_2)
  3197.  
  3198. local A_1 = "Military-Grade Conveyor"
  3199. local A_2 = CFrame.new(-109.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3200. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3201. Event:InvokeServer(A_1, A_2)
  3202.  
  3203. local A_1 = "Military-Grade Conveyor"
  3204. local A_2 = CFrame.new(-103.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3205. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3206. Event:InvokeServer(A_1, A_2)
  3207.  
  3208. local A_1 = "Military-Grade Conveyor"
  3209. local A_2 = CFrame.new(-97.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3210. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3211. Event:InvokeServer(A_1, A_2)
  3212.  
  3213. local A_1 = "Military-Grade Conveyor"
  3214. local A_2 = CFrame.new(-91.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3215. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3216. Event:InvokeServer(A_1, A_2)
  3217.  
  3218. placeitemsset1bh()
  3219. end
  3220. end
  3221.  
  3222. function placeitemsset1bh1()
  3223. local A_1 = "Ore Teleporter (Receiver)"
  3224. local A_2 = CFrame.new(-100.5, 203.799988, 213.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3225. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3226. Event:InvokeServer(A_1, A_2)
  3227.  
  3228. local A_1 = "Basic Conveyor"
  3229. local A_2 = CFrame.new(-91.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3230. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3231. Event:InvokeServer(A_1, A_2)
  3232.  
  3233. local A_1 = "Basic Conveyor"
  3234. local A_2 = CFrame.new(-91.5, 202.299988, 215, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3235. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3236. Event:InvokeServer(A_1, A_2)
  3237.  
  3238. placeitemsset1bh()
  3239. end
  3240.  
  3241. function placeitemsset1bh()
  3242. local A_1 = "Military-Grade Conveyor"
  3243. local A_2 = CFrame.new(-85.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3244. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3245. Event:InvokeServer(A_1, A_2)
  3246.  
  3247. local A_1 = "Military-Grade Conveyor"
  3248. local A_2 = CFrame.new(-79.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3249. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3250. Event:InvokeServer(A_1, A_2)
  3251.  
  3252. local A_1 = "Military-Grade Conveyor"
  3253. local A_2 = CFrame.new(-73.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3254. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3255. Event:InvokeServer(A_1, A_2)
  3256.  
  3257. local A_1 = "Military-Grade Conveyor"
  3258. local A_2 = CFrame.new(-67.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3259. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3260. Event:InvokeServer(A_1, A_2)
  3261.  
  3262. local A_1 = "Military-Grade Conveyor"
  3263. local A_2 = CFrame.new(-61.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3264. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3265. Event:InvokeServer(A_1, A_2)
  3266.  
  3267. local A_1 = "Military-Grade Conveyor"
  3268. local A_2 = CFrame.new(-55.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3269. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3270. Event:InvokeServer(A_1, A_2)
  3271.  
  3272. local A_1 = "Military-Grade Conveyor"
  3273. local A_2 = CFrame.new(-49.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3274. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3275. Event:InvokeServer(A_1, A_2)
  3276.  
  3277. local A_1 = "Military-Grade Conveyor"
  3278. local A_2 = CFrame.new(-43.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3279. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3280. Event:InvokeServer(A_1, A_2)
  3281.  
  3282. local A_1 = "Military-Grade Conveyor"
  3283. local A_2 = CFrame.new(-37.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3284. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3285. Event:InvokeServer(A_1, A_2)
  3286.  
  3287. local A_1 = "Military-Grade Conveyor"
  3288. local A_2 = CFrame.new(-31.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3289. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3290. Event:InvokeServer(A_1, A_2)
  3291.  
  3292. local A_1 = "Military-Grade Conveyor"
  3293. local A_2 = CFrame.new(-25.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3294. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3295. Event:InvokeServer(A_1, A_2)
  3296.  
  3297. local A_1 = "Military-Grade Conveyor"
  3298. local A_2 = CFrame.new(-19.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3299. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3300. Event:InvokeServer(A_1, A_2)
  3301.  
  3302. local A_1 = "Military-Grade Conveyor"
  3303. local A_2 = CFrame.new(-13.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3304. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3305. Event:InvokeServer(A_1, A_2)
  3306.  
  3307. local A_1 = "Military-Grade Conveyor"
  3308. local A_2 = CFrame.new(-7.5, 202.299988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3309. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3310. Event:InvokeServer(A_1, A_2)
  3311.  
  3312. local A_1 = "Conveyor Ramp"
  3313. local A_2 = CFrame.new(-1.5, 203.799988, 209, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3314. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3315. Event:InvokeServer(A_1, A_2)
  3316.  
  3317. local A_1 = "Military-Grade Conveyor"
  3318. local A_2 = CFrame.new(4.5, 202.299988, 209, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3319. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3320. Event:InvokeServer(A_1, A_2)
  3321.  
  3322. local A_1 = "Military-Grade Conveyor"
  3323. local A_2 = CFrame.new(4.5, 202.299988, 203, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3324. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3325. Event:InvokeServer(A_1, A_2)
  3326.  
  3327. local A_1 = "Conveyor Ramp"
  3328. local A_2 = CFrame.new(4.5, 203.799988, 197, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3329. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3330. Event:InvokeServer(A_1, A_2)
  3331.  
  3332. local A_1 = "Military-Grade Conveyor"
  3333. local A_2 = CFrame.new(4.5, 202.299988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3334. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3335. Event:InvokeServer(A_1, A_2)
  3336.  
  3337. local A_1 = "Military-Grade Conveyor"
  3338. local A_2 = CFrame.new(-1.5, 202.299988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3339. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3340. Event:InvokeServer(A_1, A_2)
  3341.  
  3342. local A_1 = "Portable Ore Advancer"
  3343. local A_2 = CFrame.new(-6, 203.799988, 215, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3344. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3345. Event:InvokeServer(A_1, A_2)
  3346.  
  3347. local A_1 = "Portable Ore Advancer"
  3348. local A_2 = CFrame.new(-15, 203.799988, 215, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3349. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3350. Event:InvokeServer(A_1, A_2)
  3351.  
  3352. local A_1 = "Portable Ore Advancer"
  3353. local A_2 = CFrame.new(-24, 203.799988, 215, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3354. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3355. Event:InvokeServer(A_1, A_2)
  3356.  
  3357. local A_1 = "Portable Ore Advancer"
  3358. local A_2 = CFrame.new(-33, 203.799988, 215, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3359. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3360. Event:InvokeServer(A_1, A_2)
  3361.  
  3362. local A_1 = "Portable Ore Advancer"
  3363. local A_2 = CFrame.new(-42, 203.799988, 215, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3364. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3365. Event:InvokeServer(A_1, A_2)
  3366.  
  3367. local A_1 = "Portable Ore Advancer"
  3368. local A_2 = CFrame.new(-51, 203.799988, 215, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3369. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3370. Event:InvokeServer(A_1, A_2)
  3371.  
  3372. local A_1 = "Portable Ore Advancer"
  3373. local A_2 = CFrame.new(-60, 203.799988, 215, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3374. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3375. Event:InvokeServer(A_1, A_2)
  3376.  
  3377. local A_1 = "Portable Ore Advancer"
  3378. local A_2 = CFrame.new(-69, 203.799988, 215, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3379. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3380. Event:InvokeServer(A_1, A_2)
  3381.  
  3382. local A_1 = "Portable Ore Advancer"
  3383. local A_2 = CFrame.new(-78, 203.799988, 215, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3384. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3385. Event:InvokeServer(A_1, A_2)
  3386.  
  3387. local A_1 = "Portable Ore Advancer"
  3388. local A_2 = CFrame.new(-78, 203.799988, 203, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3389. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3390. Event:InvokeServer(A_1, A_2)
  3391.  
  3392. local A_1 = "Portable Ore Advancer"
  3393. local A_2 = CFrame.new(-69, 203.799988, 203, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3394. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3395. Event:InvokeServer(A_1, A_2)
  3396.  
  3397. local A_1 = "Portable Ore Advancer"
  3398. local A_2 = CFrame.new(-60, 203.799988, 203, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3399. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3400. Event:InvokeServer(A_1, A_2)
  3401.  
  3402. local A_1 = "Portable Ore Advancer"
  3403. local A_2 = CFrame.new(-51, 203.799988, 203, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3404. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3405. Event:InvokeServer(A_1, A_2)
  3406.  
  3407. local A_1 = "Portable Ore Advancer"
  3408. local A_2 = CFrame.new(-42, 203.799988, 203, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3409. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3410. Event:InvokeServer(A_1, A_2)
  3411.  
  3412. local A_1 = "Portable Ore Advancer"
  3413. local A_2 = CFrame.new(-33, 203.799988, 203, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3414. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3415. Event:InvokeServer(A_1, A_2)
  3416.  
  3417. local A_1 = "Portable Ore Advancer"
  3418. local A_2 = CFrame.new(-24, 203.799988, 203, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3419. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3420. Event:InvokeServer(A_1, A_2)
  3421.  
  3422. local A_1 = "Portable Ore Advancer"
  3423. local A_2 = CFrame.new(-15, 203.799988, 203, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3424. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3425. Event:InvokeServer(A_1, A_2)
  3426.  
  3427. local A_1 = "Portable Ore Advancer"
  3428. local A_2 = CFrame.new(-6, 203.799988, 203, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3429. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3430. Event:InvokeServer(A_1, A_2)
  3431.  
  3432. local A_1 = "Military-Grade Conveyor"
  3433. local A_2 = CFrame.new(-55.5, 202.299988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3434. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3435. Event:InvokeServer(A_1, A_2)
  3436.  
  3437. local A_1 = "Military-Grade Conveyor"
  3438. local A_2 = CFrame.new(-49.5, 202.299988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3439. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3440. Event:InvokeServer(A_1, A_2)
  3441.  
  3442. local A_1 = "Military-Grade Conveyor"
  3443. local A_2 = CFrame.new(-43.5, 202.299988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3444. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3445. Event:InvokeServer(A_1, A_2)
  3446.  
  3447. local A_1 = "Military-Grade Conveyor"
  3448. local A_2 = CFrame.new(-37.5, 202.299988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3449. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3450. Event:InvokeServer(A_1, A_2)
  3451.  
  3452. local A_1 = "Military-Grade Conveyor"
  3453. local A_2 = CFrame.new(-31.5, 202.299988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3454. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3455. Event:InvokeServer(A_1, A_2)
  3456.  
  3457. local A_1 = "Military-Grade Conveyor"
  3458. local A_2 = CFrame.new(-25.5, 202.299988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3459. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3460. Event:InvokeServer(A_1, A_2)
  3461.  
  3462. local A_1 = "Military-Grade Conveyor"
  3463. local A_2 = CFrame.new(-19.5, 202.299988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3464. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3465. Event:InvokeServer(A_1, A_2)
  3466.  
  3467. local A_1 = "Military-Grade Conveyor"
  3468. local A_2 = CFrame.new(-13.5, 202.299988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3469. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3470. Event:InvokeServer(A_1, A_2)
  3471.  
  3472. local A_1 = "Military-Grade Conveyor"
  3473. local A_2 = CFrame.new(-7.5, 202.299988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3474. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3475. Event:InvokeServer(A_1, A_2)
  3476.  
  3477. local A_1 = "Portable Ore Advancer"
  3478. local A_2 = CFrame.new(-6, 203.799988, 197, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3479. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3480. Event:InvokeServer(A_1, A_2)
  3481.  
  3482. local A_1 = "Portable Ore Advancer"
  3483. local A_2 = CFrame.new(-15, 203.799988, 197, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3484. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3485. Event:InvokeServer(A_1, A_2)
  3486.  
  3487. local A_1 = "Portable Ore Advancer"
  3488. local A_2 = CFrame.new(-24, 203.799988, 197, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3489. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3490. Event:InvokeServer(A_1, A_2)
  3491.  
  3492. local A_1 = "Portable Ore Advancer"
  3493. local A_2 = CFrame.new(-33, 203.799988, 197, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3494. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3495. Event:InvokeServer(A_1, A_2)
  3496.  
  3497. local A_1 = "Portable Ore Advancer"
  3498. local A_2 = CFrame.new(-42, 203.799988, 197, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3499. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3500. Event:InvokeServer(A_1, A_2)
  3501.  
  3502. local A_1 = "Portable Ore Advancer"
  3503. local A_2 = CFrame.new(-51, 203.799988, 197, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3504. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3505. Event:InvokeServer(A_1, A_2)
  3506.  
  3507. local A_1 = "Portable Ore Advancer"
  3508. local A_2 = CFrame.new(-51, 203.799988, 185, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3509. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3510. Event:InvokeServer(A_1, A_2)
  3511.  
  3512. local A_1 = "Portable Ore Advancer"
  3513. local A_2 = CFrame.new(-42, 203.799988, 185, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3514. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3515. Event:InvokeServer(A_1, A_2)
  3516.  
  3517. local A_1 = "Portable Ore Advancer"
  3518. local A_2 = CFrame.new(-33, 203.799988, 185, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3519. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3520. Event:InvokeServer(A_1, A_2)
  3521.  
  3522. local A_1 = "Portable Ore Advancer"
  3523. local A_2 = CFrame.new(-24, 203.799988, 185, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3524. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3525. Event:InvokeServer(A_1, A_2)
  3526.  
  3527. local A_1 = "Portable Ore Advancer"
  3528. local A_2 = CFrame.new(-15, 203.799988, 185, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3529. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3530. Event:InvokeServer(A_1, A_2)
  3531.  
  3532. local A_1 = "Portable Ore Advancer"
  3533. local A_2 = CFrame.new(-6, 203.799988, 185, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3534. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3535. Event:InvokeServer(A_1, A_2)
  3536.  
  3537. if buy4indorewelders == true then
  3538. placeitemsset1bi1b()
  3539. else
  3540. placeitemsset1bi1a()
  3541. end
  3542. end
  3543.  
  3544. function placeitemsset1bi1a()
  3545.  
  3546. local A_1 = "Precision Refiner"
  3547. local A_2 = CFrame.new(-64.5, 203.799988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3548. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3549. Event:InvokeServer(A_1, A_2)
  3550.  
  3551. local A_1 = "Precision Refiner"
  3552. local A_2 = CFrame.new(-76.5, 203.799988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3553. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3554. Event:InvokeServer(A_1, A_2)
  3555.  
  3556. local A_1 = "Plasma Iron Polisher"
  3557. local A_2 = CFrame.new(-85.5, 203.799988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3558. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3559. Event:InvokeServer(A_1, A_2)
  3560.  
  3561. local A_1 = "Plasma Iron Polisher"
  3562. local A_2 = CFrame.new(-91.5, 203.799988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3563. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3564. Event:InvokeServer(A_1, A_2)
  3565.  
  3566. local A_1 = "Plasma Iron Polisher"
  3567. local A_2 = CFrame.new(-97.5, 203.799988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3568. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3569. Event:InvokeServer(A_1, A_2)
  3570.  
  3571. local A_1 = "Plasma Iron Polisher"
  3572. local A_2 = CFrame.new(-103.5, 203.799988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3573. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3574. Event:InvokeServer(A_1, A_2)
  3575.  
  3576. local A_1 = "Plasma Iron Polisher"
  3577. local A_2 = CFrame.new(-109.5, 203.799988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3578. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3579. Event:InvokeServer(A_1, A_2)
  3580.  
  3581. local A_1 = "Large Conveyor Ramp"
  3582. local A_2 = CFrame.new(-120, 203.799988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3583. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3584. Event:InvokeServer(A_1, A_2)
  3585.  
  3586. local A_1 = "Ore Recliner"
  3587. local A_2 = CFrame.new(-132, 203.799988, 192.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3588. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3589. Event:InvokeServer(A_1, A_2)
  3590.  
  3591. local A_1 = "Conveyor Ramp"
  3592. local A_2 = CFrame.new(-139.5, 203.799988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3593. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3594. Event:InvokeServer(A_1, A_2)
  3595.  
  3596. placeitemsset1bi1c()
  3597. end
  3598.  
  3599. function placeitemsset1bi1b()
  3600. local A_1 = "Industrial Ore Welder"
  3601. local A_2 = CFrame.new(-64.5, 203.799988, 189.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3602. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3603. Event:InvokeServer(A_1, A_2)
  3604.  
  3605. local A_1 = "Industrial Ore Welder"
  3606. local A_2 = CFrame.new(-76.5, 203.799988, 189.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3607. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3608. Event:InvokeServer(A_1, A_2)
  3609.  
  3610. local A_1 = "Industrial Ore Welder"
  3611. local A_2 = CFrame.new(-88.5, 203.799988, 189.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3612. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3613. Event:InvokeServer(A_1, A_2)
  3614.  
  3615. local A_1 = "Industrial Ore Welder"
  3616. local A_2 = CFrame.new(-100.5, 203.799988, 189.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3617. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3618. Event:InvokeServer(A_1, A_2)
  3619.  
  3620. local A_1 = "Basic Conveyor"
  3621. local A_2 = CFrame.new(-64.5, 202.299988, 179, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  3622. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3623. Event:InvokeServer(A_1, A_2)
  3624.  
  3625. local A_1 = "Basic Conveyor"
  3626. local A_2 = CFrame.new(-64.5, 202.299988, 173, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  3627. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3628. Event:InvokeServer(A_1, A_2)
  3629.  
  3630. local A_1 = "Basic Conveyor"
  3631. local A_2 = CFrame.new(-76.5, 202.299988, 179, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  3632. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3633. Event:InvokeServer(A_1, A_2)
  3634.  
  3635. local A_1 = "Basic Conveyor"
  3636. local A_2 = CFrame.new(-76.5, 202.299988, 173, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  3637. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3638. Event:InvokeServer(A_1, A_2)
  3639.  
  3640. local A_1 = "Basic Conveyor"
  3641. local A_2 = CFrame.new(-88.5, 202.299988, 179, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  3642. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3643. Event:InvokeServer(A_1, A_2)
  3644.  
  3645. local A_1 = "Basic Conveyor"
  3646. local A_2 = CFrame.new(-88.5, 202.299988, 173, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  3647. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3648. Event:InvokeServer(A_1, A_2)
  3649.  
  3650. local A_1 = "Basic Conveyor"
  3651. local A_2 = CFrame.new(-100.5, 202.299988, 179, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  3652. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3653. Event:InvokeServer(A_1, A_2)
  3654.  
  3655. local A_1 = "Basic Conveyor"
  3656. local A_2 = CFrame.new(-100.5, 202.299988, 173, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  3657. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3658. Event:InvokeServer(A_1, A_2)
  3659.  
  3660. local A_1 = "Coal Mine"
  3661. local A_2 = CFrame.new(-58.5, 205.299988, 179, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3662. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3663. Event:InvokeServer(A_1, A_2)
  3664.  
  3665. local A_1 = "Coal Mine"
  3666. local A_2 = CFrame.new(-58.5, 205.299988, 173, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3667. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3668. Event:InvokeServer(A_1, A_2)
  3669.  
  3670. local A_1 = "Coal Mine"
  3671. local A_2 = CFrame.new(-70.5, 205.299988, 179, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3672. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3673. Event:InvokeServer(A_1, A_2)
  3674.  
  3675. local A_1 = "Coal Mine"
  3676. local A_2 = CFrame.new(-70.5, 205.299988, 173, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3677. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3678. Event:InvokeServer(A_1, A_2)
  3679.  
  3680. local A_1 = "Coal Mine"
  3681. local A_2 = CFrame.new(-82.5, 205.299988, 179, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3682. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3683. Event:InvokeServer(A_1, A_2)
  3684.  
  3685. local A_1 = "Coal Mine"
  3686. local A_2 = CFrame.new(-82.5, 205.299988, 173, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3687. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3688. Event:InvokeServer(A_1, A_2)
  3689.  
  3690. local A_1 = "Coal Mine"
  3691. local A_2 = CFrame.new(-94.5, 205.299988, 179, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3692. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3693. Event:InvokeServer(A_1, A_2)
  3694.  
  3695. local A_1 = "Coal Mine"
  3696. local A_2 = CFrame.new(-94.5, 205.299988, 173, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3697. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3698. Event:InvokeServer(A_1, A_2)
  3699.  
  3700. local A_1 = "Coal Mine"
  3701. local A_2 = CFrame.new(-64.5, 205.299988, 167, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3702. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3703. Event:InvokeServer(A_1, A_2)
  3704.  
  3705. local A_1 = "Coal Mine"
  3706. local A_2 = CFrame.new(-76.5, 205.299988, 167, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3707. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3708. Event:InvokeServer(A_1, A_2)
  3709.  
  3710. local A_1 = "Coal Mine"
  3711. local A_2 = CFrame.new(-88.5, 205.299988, 167, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3712. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3713. Event:InvokeServer(A_1, A_2)
  3714.  
  3715. local A_1 = "Coal Mine"
  3716. local A_2 = CFrame.new(-100.5, 205.299988, 167, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3717. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3718. Event:InvokeServer(A_1, A_2)
  3719.  
  3720. local A_1 = "Plasma Iron Polisher"
  3721. local A_2 = CFrame.new(-109.5, 203.799988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3722. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3723. Event:InvokeServer(A_1, A_2)
  3724.  
  3725. local A_1 = "Plasma Iron Polisher"
  3726. local A_2 = CFrame.new(-115.5, 203.799988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3727. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3728. Event:InvokeServer(A_1, A_2)
  3729.  
  3730. local A_1 = "Large Conveyor Ramp"
  3731. local A_2 = CFrame.new(-126, 203.799988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3732. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3733. Event:InvokeServer(A_1, A_2)
  3734.  
  3735. local A_1 = "Ore Recliner"
  3736. local A_2 = CFrame.new(-138, 203.799988, 192.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3737. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3738. Event:InvokeServer(A_1, A_2)
  3739.  
  3740. local A_1 = "Conveyor Ramp"
  3741. local A_2 = CFrame.new(-139.5, 203.799988, 191, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3742. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3743. Event:InvokeServer(A_1, A_2)
  3744.  
  3745. placeitemsset1bi2()
  3746. end
  3747.  
  3748. function placeitemsset1bi1c()
  3749. local A_1 = "Basic Conveyor"
  3750. local A_2 = CFrame.new(-145.5, 202.299988, 194, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3751. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3752. Event:InvokeServer(A_1, A_2)
  3753.  
  3754. local A_1 = "Basic Conveyor"
  3755. local A_2 = CFrame.new(-145.5, 202.299988, 188, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3756. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3757. Event:InvokeServer(A_1, A_2)
  3758.  
  3759. local A_1 = "Conveyor Ramp"
  3760. local A_2 = CFrame.new(-145.5, 203.799988, 182, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3761. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3762. Event:InvokeServer(A_1, A_2)
  3763.  
  3764. local A_1 = "Military-Grade Conveyor"
  3765. local A_2 = CFrame.new(-145.5, 202.299988, 176, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3766. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3767. Event:InvokeServer(A_1, A_2)
  3768.  
  3769. local A_1 = "Large Conveyor Ramp"
  3770. local A_2 = CFrame.new(-135, 203.799988, 176, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3771. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3772. Event:InvokeServer(A_1, A_2)
  3773.  
  3774. local A_1 = "Ore Recliner"
  3775. local A_2 = CFrame.new(-123, 203.799988, 174.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3776. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3777. Event:InvokeServer(A_1, A_2)
  3778.  
  3779. local A_1 = "Large Conveyor Ramp"
  3780. local A_2 = CFrame.new(-111, 203.799988, 176, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3781. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3782. Event:InvokeServer(A_1, A_2)
  3783.  
  3784. local A_1 = "Ore Recliner"
  3785. local A_2 = CFrame.new(-99, 203.799988, 174.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3786. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3787. Event:InvokeServer(A_1, A_2)
  3788.  
  3789. local A_1 = "Large Conveyor Ramp"
  3790. local A_2 = CFrame.new(-87, 203.799988, 176, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3791. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3792. Event:InvokeServer(A_1, A_2)
  3793.  
  3794. local A_1 = "Ore Recliner"
  3795. local A_2 = CFrame.new(-75, 203.799988, 174.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3796. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3797. Event:InvokeServer(A_1, A_2)
  3798.  
  3799. local A_1 = "Conveyor Ramp"
  3800. local A_2 = CFrame.new(-67.5, 203.799988, 176, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3801. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3802. Event:InvokeServer(A_1, A_2)
  3803.  
  3804. local A_1 = "Military-Grade Conveyor"
  3805. local A_2 = CFrame.new(-61.5, 202.299988, 176, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3806. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3807. Event:InvokeServer(A_1, A_2)
  3808.  
  3809. local A_1 = "Conveyor Ramp"
  3810. local A_2 = CFrame.new(-61.5, 203.799988, 170, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3811. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3812. Event:InvokeServer(A_1, A_2)
  3813.  
  3814. local A_1 = "Military-Grade Conveyor"
  3815. local A_2 = CFrame.new(-58.5, 202.299988, 164, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3816. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3817. Event:InvokeServer(A_1, A_2)
  3818.  
  3819. local A_1 = "Military-Grade Conveyor"
  3820. local A_2 = CFrame.new(-64.5, 202.299988, 164, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3821. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3822. Event:InvokeServer(A_1, A_2)
  3823.  
  3824. local A_1 = "Military-Grade Conveyor"
  3825. local A_2 = CFrame.new(-70.5, 202.299988, 164, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3826. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3827. Event:InvokeServer(A_1, A_2)
  3828.  
  3829. local A_1 = "Military-Grade Conveyor"
  3830. local A_2 = CFrame.new(-76.5, 202.299988, 164, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3831. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3832. Event:InvokeServer(A_1, A_2)
  3833.  
  3834. local A_1 = "Large Conveyor Ramp"
  3835. local A_2 = CFrame.new(-87, 203.799988, 164, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3836. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3837. Event:InvokeServer(A_1, A_2)
  3838.  
  3839. local A_1 = "Ore Recliner"
  3840. local A_2 = CFrame.new(-99, 203.799988, 165.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3841. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3842. Event:InvokeServer(A_1, A_2)
  3843.  
  3844. local A_1 = "Large Conveyor Ramp"
  3845. local A_2 = CFrame.new(-111, 203.799988, 164, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3846. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3847. Event:InvokeServer(A_1, A_2)
  3848.  
  3849. local A_1 = "Ore Zapper"
  3850. local A_2 = CFrame.new(-121.5, 202.299988, 165.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3851. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3852. Event:InvokeServer(A_1, A_2)
  3853.  
  3854. local A_1 = "Ore Zapper"
  3855. local A_2 = CFrame.new(-127.5, 202.299988, 165.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3856. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3857. Event:InvokeServer(A_1, A_2)
  3858.  
  3859. local A_1 = "Ore Zapper"
  3860. local A_2 = CFrame.new(-133.5, 202.299988, 165.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3861. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3862. Event:InvokeServer(A_1, A_2)
  3863.  
  3864. local A_1 = "Conveyor Ramp"
  3865. local A_2 = CFrame.new(-139.5, 203.799988, 164, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  3866. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3867. Event:InvokeServer(A_1, A_2)
  3868.  
  3869. local A_1 = "Military-Grade Conveyor"
  3870. local A_2 = CFrame.new(-145.5, 202.299988, 167, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3871. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3872. Event:InvokeServer(A_1, A_2)
  3873.  
  3874. local A_1 = "Military-Grade Conveyor"
  3875. local A_2 = CFrame.new(-145.5, 202.299988, 161, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3876. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3877. Event:InvokeServer(A_1, A_2)
  3878.  
  3879. local A_1 = "Military-Grade Conveyor"
  3880. local A_2 = CFrame.new(-145.5, 202.299988, 155, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3881. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3882. Event:InvokeServer(A_1, A_2)
  3883.  
  3884. local A_1 = "Military-Grade Conveyor"
  3885. local A_2 = CFrame.new(-145.5, 202.299988, 149, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3886. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3887. Event:InvokeServer(A_1, A_2)
  3888.  
  3889. local A_1 = "Conveyor Ramp"
  3890. local A_2 = CFrame.new(-145.5, 203.799988, 143, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3891. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3892. Event:InvokeServer(A_1, A_2)
  3893.  
  3894. local A_1 = "Military-Grade Conveyor"
  3895. local A_2 = CFrame.new(-145.5, 202.299988, 137, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3896. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3897. Event:InvokeServer(A_1, A_2)
  3898.  
  3899. local A_1 = "Conveyor Ramp"
  3900. local A_2 = CFrame.new(-139.5, 203.799988, 137, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3901. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3902. Event:InvokeServer(A_1, A_2)
  3903.  
  3904. placeitemsset1bi2b()
  3905. end
  3906.  
  3907. function placeitemsset1bi2()
  3908. if buy4indorewelders == true then
  3909. placeitemsset1bi2a()
  3910. else
  3911. local A_1 = "Basic Conveyor"
  3912. local A_2 = CFrame.new(-145.5, 202.299988, 194, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3913. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3914. Event:InvokeServer(A_1, A_2)
  3915.  
  3916. local A_1 = "Basic Conveyor"
  3917. local A_2 = CFrame.new(-145.5, 202.299988, 188, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3918. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3919. Event:InvokeServer(A_1, A_2)
  3920.  
  3921. local A_1 = "Large Conveyor Ramp"
  3922. local A_2 = CFrame.new(-145.5, 203.799988, 177.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  3923. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3924. Event:InvokeServer(A_1, A_2)
  3925.  
  3926. local A_1 = "Ore Zapper"
  3927. local A_2 = CFrame.new(-147, 202.299988, 167, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3928. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3929. Event:InvokeServer(A_1, A_2)
  3930.  
  3931. local A_1 = "Ore Zapper"
  3932. local A_2 = CFrame.new(-147, 202.299988, 161, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3933. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3934. Event:InvokeServer(A_1, A_2)
  3935.  
  3936. local A_1 = "Ore Zapper"
  3937. local A_2 = CFrame.new(-147, 202.299988, 155, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3938. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3939. Event:InvokeServer(A_1, A_2)
  3940.  
  3941. local A_1 = "Military-Grade Conveyor"
  3942. local A_2 = CFrame.new(-145.5, 202.299988, 149, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3943. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3944. Event:InvokeServer(A_1, A_2)
  3945.  
  3946. local A_1 = "Conveyor Ramp"
  3947. local A_2 = CFrame.new(-145.5, 203.799988, 143, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3948. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3949. Event:InvokeServer(A_1, A_2)
  3950.  
  3951. local A_1 = "Military-Grade Conveyor"
  3952. local A_2 = CFrame.new(-145.5, 202.299988, 137, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3953. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3954. Event:InvokeServer(A_1, A_2)
  3955.  
  3956. local A_1 = "Conveyor Ramp"
  3957. local A_2 = CFrame.new(-139.5, 203.799988, 137, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3958. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3959. Event:InvokeServer(A_1, A_2)
  3960.  
  3961. placeitemsset1bi2b()
  3962. end
  3963. end
  3964.  
  3965. function placeitemsset1bi2a()
  3966. local A_1 = "Basic Conveyor"
  3967. local A_2 = CFrame.new(-145.5, 202.299988, 194, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3968. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3969. Event:InvokeServer(A_1, A_2)
  3970.  
  3971. local A_1 = "Conveyor Ramp"
  3972. local A_2 = CFrame.new(-145.5, 203.799988, 188, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3973. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3974. Event:InvokeServer(A_1, A_2)
  3975.  
  3976. local A_1 = "Military-Grade Conveyor"
  3977. local A_2 = CFrame.new(-145.5, 202.299988, 182, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3978. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3979. Event:InvokeServer(A_1, A_2)
  3980.  
  3981. local A_1 = "Large Conveyor Ramp"
  3982. local A_2 = CFrame.new(-135, 203.799988, 182, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  3983. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3984. Event:InvokeServer(A_1, A_2)
  3985.  
  3986. local A_1 = "Ore Recliner"
  3987. local A_2 = CFrame.new(-123, 203.799988, 180.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3988. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3989. Event:InvokeServer(A_1, A_2)
  3990.  
  3991. local A_1 = "Conveyor Ramp"
  3992. local A_2 = CFrame.new(-115.5, 203.799988, 182, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  3993. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3994. Event:InvokeServer(A_1, A_2)
  3995.  
  3996. local A_1 = "Military-Grade Conveyor"
  3997. local A_2 = CFrame.new(-109.5, 202.299988, 182, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  3998. local Event = game:GetService("ReplicatedStorage").PlaceItem
  3999. Event:InvokeServer(A_1, A_2)
  4000.  
  4001. local A_1 = "Conveyor Ramp"
  4002. local A_2 = CFrame.new(-109.5, 203.799988, 176, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4003. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4004. Event:InvokeServer(A_1, A_2)
  4005.  
  4006. local A_1 = "Military-Grade Conveyor"
  4007. local A_2 = CFrame.new(-109.5, 202.299988, 170, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4008. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4009. Event:InvokeServer(A_1, A_2)
  4010.  
  4011. local A_1 = "Large Conveyor Ramp"
  4012. local A_2 = CFrame.new(-120, 203.799988, 170, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4013. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4014. Event:InvokeServer(A_1, A_2)
  4015.  
  4016. local A_1 = "Ore Recliner"
  4017. local A_2 = CFrame.new(-132, 203.799988, 171.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4018. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4019. Event:InvokeServer(A_1, A_2)
  4020.  
  4021. local A_1 = "Conveyor Ramp"
  4022. local A_2 = CFrame.new(-139.5, 203.799988, 173, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4023. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4024. Event:InvokeServer(A_1, A_2)
  4025.  
  4026. local A_1 = "Military-Grade Conveyor"
  4027. local A_2 = CFrame.new(-145.5, 202.299988, 173, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4028. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4029. Event:InvokeServer(A_1, A_2)
  4030.  
  4031. local A_1 = "Conveyor Ramp"
  4032. local A_2 = CFrame.new(-145.5, 203.799988, 167, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4033. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4034. Event:InvokeServer(A_1, A_2)
  4035.  
  4036. local A_1 = "Military-Grade Conveyor"
  4037. local A_2 = CFrame.new(-145.5, 202.299988, 161, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4038. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4039. Event:InvokeServer(A_1, A_2)
  4040.  
  4041. local A_1 = "Large Conveyor Ramp"
  4042. local A_2 = CFrame.new(-135, 203.799988, 161, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4043. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4044. Event:InvokeServer(A_1, A_2)
  4045.  
  4046. local A_1 = "Ore Zapper"
  4047. local A_2 = CFrame.new(-124.5, 202.299988, 159.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4048. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4049. Event:InvokeServer(A_1, A_2)
  4050.  
  4051. local A_1 = "Ore Zapper"
  4052. local A_2 = CFrame.new(-118.5, 202.299988, 159.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4053. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4054. Event:InvokeServer(A_1, A_2)
  4055.  
  4056. local A_1 = "Ore Zapper"
  4057. local A_2 = CFrame.new(-112.5, 202.299988, 159.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4058. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4059. Event:InvokeServer(A_1, A_2)
  4060.  
  4061. local A_1 = "Basic Conveyor"
  4062. local A_2 = CFrame.new(-106.5, 202.299988, 161, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4063. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4064. Event:InvokeServer(A_1, A_2)
  4065.  
  4066. local A_1 = "Conveyor Ramp"
  4067. local A_2 = CFrame.new(-106.5, 203.799988, 155, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4068. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4069. Event:InvokeServer(A_1, A_2)
  4070.  
  4071. local A_1 = "Military-Grade Conveyor"
  4072. local A_2 = CFrame.new(-103.5, 202.299988, 149, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4073. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4074. Event:InvokeServer(A_1, A_2)
  4075.  
  4076. local A_1 = "Military-Grade Conveyor"
  4077. local A_2 = CFrame.new(-109.5, 202.299988, 149, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4078. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4079. Event:InvokeServer(A_1, A_2)
  4080.  
  4081. local A_1 = "Military-Grade Conveyor"
  4082. local A_2 = CFrame.new(-115.5, 202.299988, 149, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4083. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4084. Event:InvokeServer(A_1, A_2)
  4085.  
  4086. local A_1 = "Military-Grade Conveyor"
  4087. local A_2 = CFrame.new(-121.5, 202.299988, 149, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4088. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4089. Event:InvokeServer(A_1, A_2)
  4090.  
  4091. local A_1 = "Conveyor Ramp"
  4092. local A_2 = CFrame.new(-127.5, 203.799988, 149, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4093. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4094. Event:InvokeServer(A_1, A_2)
  4095.  
  4096. local A_1 = "Military-Grade Conveyor"
  4097. local A_2 = CFrame.new(-133.5, 202.299988, 149, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4098. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4099. Event:InvokeServer(A_1, A_2)
  4100.  
  4101. local A_1 = "Military-Grade Conveyor"
  4102. local A_2 = CFrame.new(-133.5, 202.299988, 143, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4103. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4104. Event:InvokeServer(A_1, A_2)
  4105.  
  4106. placeitemsset1bi2b()
  4107. end
  4108.  
  4109. function placeitemsset1bi2b()
  4110. local A_1 = "Military-Grade Conveyor"
  4111. local A_2 = CFrame.new(-133.5, 202.299988, 137, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4112. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4113. Event:InvokeServer(A_1, A_2)
  4114.  
  4115. local A_1 = "Ore Cannon"
  4116. local A_2 = CFrame.new(-133.5, 203.799988, 129.5, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4117. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4118. Event:InvokeServer(A_1, A_2)
  4119.  
  4120. local A_1 = "Military-Grade Conveyor"
  4121. local A_2 = CFrame.new(-133.5, 202.299988, 122, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4122. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4123. Event:InvokeServer(A_1, A_2)
  4124.  
  4125. local A_1 = "Military-Grade Conveyor"
  4126. local A_2 = CFrame.new(-133.5, 202.299988, 116, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4127. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4128. Event:InvokeServer(A_1, A_2)
  4129.  
  4130. local A_1 = "Military-Grade Conveyor"
  4131. local A_2 = CFrame.new(-133.5, 202.299988, 110, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4132. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4133. Event:InvokeServer(A_1, A_2)
  4134.  
  4135. local A_1 = "Steel Wall"
  4136. local A_2 = CFrame.new(-139.5, 211.299988, 119, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4137. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4138. Event:InvokeServer(A_1, A_2)
  4139.  
  4140. local A_1 = "Steel Wall"
  4141. local A_2 = CFrame.new(-127.5, 211.299988, 119, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  4142. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4143. Event:InvokeServer(A_1, A_2)
  4144.  
  4145. local A_1 = "Basic Conveyor"
  4146. local A_2 = CFrame.new(-133.5, 202.299988, 104, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4147. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4148. Event:InvokeServer(A_1, A_2)
  4149.  
  4150. local A_1 = "Military-Grade Conveyor"
  4151. local A_2 = CFrame.new(-127.5, 202.299988, 104, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4152. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4153. Event:InvokeServer(A_1, A_2)
  4154.  
  4155. local A_1 = "Conveyor Ramp"
  4156. local A_2 = CFrame.new(-121.5, 203.799988, 104, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4157. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4158. Event:InvokeServer(A_1, A_2)
  4159.  
  4160. local A_1 = "Military-Grade Conveyor"
  4161. local A_2 = CFrame.new(-115.5, 202.299988, 104, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  4162. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4163. Event:InvokeServer(A_1, A_2)
  4164.  
  4165. local A_1 = "Metal Wall Segment"
  4166. local A_2 = CFrame.new(-139.5, 211.299988, 104, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4167. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4168. Event:InvokeServer(A_1, A_2)
  4169.  
  4170. local A_1 = "Steel Wall"
  4171. local A_2 = CFrame.new(-124.5, 211.299988, 98, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4172. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4173. Event:InvokeServer(A_1, A_2)
  4174.  
  4175. local A_1 = "Large Conveyor Ramp"
  4176. local A_2 = CFrame.new(-115.5, 203.799988, 114.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  4177. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4178. Event:InvokeServer(A_1, A_2)
  4179.  
  4180. local A_1 = "Ore Steamer"
  4181. local A_2 = CFrame.new(-115.5, 206.799988, 128, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  4182. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4183. Event:InvokeServer(A_1, A_2)
  4184.  
  4185. local A_1 = "Conveyor Ramp"
  4186. local A_2 = CFrame.new(-115.5, 203.799988, 137, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  4187. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4188. Event:InvokeServer(A_1, A_2)
  4189.  
  4190. local A_1 = "Military-Grade Conveyor"
  4191. local A_2 = CFrame.new(-115.5, 202.299988, 143, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4192. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4193. Event:InvokeServer(A_1, A_2)
  4194.  
  4195. local A_1 = "Large Conveyor Ramp"
  4196. local A_2 = CFrame.new(-105, 203.799988, 143, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4197. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4198. Event:InvokeServer(A_1, A_2)
  4199.  
  4200. local A_1 = "Ore Steamer"
  4201. local A_2 = CFrame.new(-91.5, 206.799988, 143, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4202. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4203. Event:InvokeServer(A_1, A_2)
  4204.  
  4205. if placesetup2bactive == true or placesetup2cactive == true then
  4206. placeset2extraitems1()
  4207. else
  4208. placeitemsset1bi3()
  4209. end
  4210. end
  4211.  
  4212. function placeitemsset1bi3()
  4213. local A_1 = "Large Conveyor Ramp"
  4214. local A_2 = CFrame.new(-78, 203.799988, 143, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4215. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4216. Event:InvokeServer(A_1, A_2)
  4217.  
  4218. local A_1 = "Ore Steamer"
  4219. local A_2 = CFrame.new(-64.5, 206.799988, 143, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4220. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4221. Event:InvokeServer(A_1, A_2)
  4222.  
  4223. local A_1 = "Large Conveyor Ramp"
  4224. local A_2 = CFrame.new(-51, 203.799988, 143, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4225. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4226. Event:InvokeServer(A_1, A_2)
  4227.  
  4228. local A_1 = "Ore Steamer"
  4229. local A_2 = CFrame.new(-37.5, 206.799988, 143, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4230. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4231. Event:InvokeServer(A_1, A_2)
  4232.  
  4233. local A_1 = "Conveyor Ramp"
  4234. local A_2 = CFrame.new(-28.5, 203.799988, 143, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4235. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4236. Event:InvokeServer(A_1, A_2)
  4237.  
  4238. local A_1 = "Military-Grade Conveyor"
  4239. local A_2 = CFrame.new(-22.5, 202.299988, 143, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  4240. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4241. Event:InvokeServer(A_1, A_2)
  4242.  
  4243. local A_1 = "Large Conveyor Ramp"
  4244. local A_2 = CFrame.new(-22.5, 203.799988, 153.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  4245. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4246. Event:InvokeServer(A_1, A_2)
  4247.  
  4248. local A_1 = "Satellite Beam"
  4249. local A_2 = CFrame.new(-24, 205.299988, 165.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4250. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4251. Event:InvokeServer(A_1, A_2)
  4252.  
  4253. local A_1 = "Endpoint Refiner"
  4254. local A_2 = CFrame.new(-31.5, 205.299988, 167, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  4255. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4256. Event:InvokeServer(A_1, A_2)
  4257.  
  4258. local A_1 = "Basic Conveyor"
  4259. local A_2 = CFrame.new(-31.5, 202.299988, 176, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4260. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4261. Event:InvokeServer(A_1, A_2)
  4262.  
  4263. local A_1 = "Basic Conveyor"
  4264. local A_2 = CFrame.new(-25.5, 202.299988, 176, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4265. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4266. Event:InvokeServer(A_1, A_2)
  4267.  
  4268. local A_1 = "Basic Conveyor"
  4269. local A_2 = CFrame.new(-19.5, 202.299988, 176, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4270. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4271. Event:InvokeServer(A_1, A_2)
  4272.  
  4273. local A_1 = "Conveyor Ramp"
  4274. local A_2 = CFrame.new(-13.5, 203.799988, 176, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4275. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4276. Event:InvokeServer(A_1, A_2)
  4277.  
  4278. local A_1 = "Military-Grade Conveyor"
  4279. local A_2 = CFrame.new(-7.5, 202.299988, 176, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4280. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4281. Event:InvokeServer(A_1, A_2)
  4282.  
  4283. local A_1 = "Large Conveyor Ramp"
  4284. local A_2 = CFrame.new(-7.5, 203.799988, 165.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  4285. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4286. Event:InvokeServer(A_1, A_2)
  4287.  
  4288. local A_1 = "Ore Replicator"
  4289. local A_2 = CFrame.new(0, 205.299988, 156.5, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4290. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4291. Event:InvokeServer(A_1, A_2)
  4292.  
  4293. local A_1 = "Military-Grade Conveyor"
  4294. local A_2 = CFrame.new(-7.5, 202.299988, 155, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4295. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4296. Event:InvokeServer(A_1, A_2)
  4297.  
  4298. if placesetup1a2active == true then
  4299. local A_1 = "Ore Scanner"
  4300. local A_2 = CFrame.new(-7.5, 203.799988, 146, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  4301. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4302. Event:InvokeServer(A_1, A_2)
  4303.  
  4304. local A_1 = "Ore Scanner"
  4305. local A_2 = CFrame.new(-7.5, 203.799988, 134, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  4306. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4307. Event:InvokeServer(A_1, A_2)
  4308.  
  4309. local A_1 = "Ore Scanner"
  4310. local A_2 = CFrame.new(-7.5, 203.799988, 122, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  4311. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4312. Event:InvokeServer(A_1, A_2)
  4313. else
  4314. local A_1 = "Advanced Ore Scanner"
  4315. local A_2 = CFrame.new(-7.5, 205.299988, 146, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  4316. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4317. Event:InvokeServer(A_1, A_2)
  4318.  
  4319. local A_1 = "Advanced Ore Scanner"
  4320. local A_2 = CFrame.new(-7.5, 205.299988, 134, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  4321. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4322. Event:InvokeServer(A_1, A_2)
  4323.  
  4324. local A_1 = "Advanced Ore Scanner"
  4325. local A_2 = CFrame.new(-7.5, 205.299988, 122, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  4326. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4327. Event:InvokeServer(A_1, A_2)
  4328. end
  4329.  
  4330. local A_1 = "Plasma Iron Polisher"
  4331. local A_2 = CFrame.new(-7.5, 203.799988, 113, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4332. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4333. Event:InvokeServer(A_1, A_2)
  4334.  
  4335. if placesetup1a2active == true then
  4336. placeitemssetup1a2furnace()
  4337. elseif placesetup1bactive == true then
  4338. placeitemsset1j()
  4339. elseif placesetup1cactive == true then
  4340. placeitemsset1j()
  4341. elseif placesetup1dactive == true then
  4342. placeitemsset1k()
  4343. elseif placesetup1eactive == true then
  4344. placeitemsset1l()
  4345. end
  4346. end
  4347.  
  4348. function placeitemssetup1a2furnace()
  4349. local A_1 = "Heavenly Forge"
  4350. local A_2 = CFrame.new(-6, 208.299988, 102.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4351. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4352. Event:InvokeServer(A_1, A_2)
  4353.  
  4354. buyextraosmium1a()
  4355. end
  4356.  
  4357. function placeitemsset1j()
  4358. local A_1 = "Sacrificial Altar"
  4359. local A_2 = CFrame.new(-7.5, 208.299988, 99.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4360. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4361. Event:InvokeServer(A_1, A_2)
  4362.  
  4363. placeitemsset1bm()
  4364. end
  4365.  
  4366. function placeitemsset1k()
  4367. local A_1 = "The Dream-Maker"
  4368. local A_2 = CFrame.new(-7.5, 205.299988, 102.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4369. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4370. Event:InvokeServer(A_1, A_2)
  4371. placeitemsset1bm()
  4372. end
  4373.  
  4374. function placeitemsset1l()
  4375. local A_1 = "Shrine of Penitence"
  4376. local A_2 = CFrame.new(-7.5, 205.299988, 104, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4377. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4378. Event:InvokeServer(A_1, A_2)
  4379. placeitemsset1bm()
  4380. end
  4381.  
  4382. function buyextraosmium1a()
  4383. if buyextraosmium1adone ~= true then
  4384. while fullcashvalue < 110e+9 do
  4385. wait(5)
  4386. end
  4387. if fullcashvalue >= 110e+9 then
  4388. print("Buying extra Osmium Mines")
  4389. notify'Buying extra Osmium Mines'
  4390. wait(0.5)
  4391. game.ReplicatedStorage.BuyItem:InvokeServer('Osmium Mine', 2)
  4392. wait(0.2)
  4393.  
  4394. local A_1 = "Osmium Mine"
  4395. local A_2 = CFrame.new(-49.5, 206.799988, 101, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4396. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4397. Event:InvokeServer(A_1, A_2)
  4398.  
  4399. local A_1 = "Osmium Mine"
  4400. local A_2 = CFrame.new(-43.5, 206.799988, 119, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4401. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4402. Event:InvokeServer(A_1, A_2)
  4403.  
  4404. buyextraosmium1adone = true
  4405. end
  4406. end
  4407. end
  4408.  
  4409. function placeitemsset1bm()
  4410. local A_1 = "Ore Teleporter (Sender)"
  4411. local A_2 = CFrame.new(-106.5, 203.799988, 116, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4412. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4413. Event:InvokeServer(A_1, A_2)
  4414.  
  4415. local A_1 = "Digital Ore Cleaner "
  4416. local A_2 = CFrame.new(-97.5, 203.799988, 116, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4417. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4418. Event:InvokeServer(A_1, A_2)
  4419.  
  4420. local A_1 = "Digital Ore Cleaner "
  4421. local A_2 = CFrame.new(-85.5, 203.799988, 116, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4422. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4423. Event:InvokeServer(A_1, A_2)
  4424.  
  4425. local A_1 = "Digital Ore Cleaner "
  4426. local A_2 = CFrame.new(-73.5, 203.799988, 116, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4427. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4428. Event:InvokeServer(A_1, A_2)
  4429.  
  4430. local A_1 = "Ore Magnifier"
  4431. local A_2 = CFrame.new(-55.5, 205.299988, 116, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4432. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4433. Event:InvokeServer(A_1, A_2)
  4434.  
  4435. local A_1 = "Military-Grade Conveyor"
  4436. local A_2 = CFrame.new(-40.5, 202.299988, 116, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4437. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4438. Event:InvokeServer(A_1, A_2)
  4439.  
  4440. local A_1 = "Military-Grade Conveyor"
  4441. local A_2 = CFrame.new(-34.5, 202.299988, 116, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4442. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4443. Event:InvokeServer(A_1, A_2)
  4444.  
  4445. if starterdropper == "Newtonium" then
  4446. if buychrodingerdone == true then
  4447. local A_1 = "Newtonium Mine"
  4448. local A_2 = CFrame.new(-37.5, 208.299988, 102.5, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  4449. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4450. Event:InvokeServer(A_1, A_2)
  4451. else
  4452. placeitemsset1bn()
  4453. end
  4454. end
  4455. if starterdropper == "Noobite" then
  4456. if placesetup1dactive == true or placesetup1eactive == true then
  4457. local A_1 = "Noobite Mine"
  4458. local A_2 = CFrame.new(-25.5, 205.299988, 114.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  4459. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4460. Event:InvokeServer(A_1, A_2)
  4461. end
  4462.  
  4463. local A_1 = "Noobite Mine"
  4464. local A_2 = CFrame.new(-39, 205.299988, 125, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4465. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4466. Event:InvokeServer(A_1, A_2)
  4467.  
  4468. local A_1 = "Noobite Mine"
  4469. local A_2 = CFrame.new(-39, 205.299988, 107, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  4470. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4471. Event:InvokeServer(A_1, A_2)
  4472. elseif starterdropper == "Unobtanium" then
  4473. local A_1 = "Unobtanium Mine"
  4474. local A_2 = CFrame.new(-34.5, 206.299988, 108.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4475. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4476. Event:InvokeServer(A_1, A_2)
  4477.  
  4478. local A_1 = "Unobtanium Mine"
  4479. local A_2 = CFrame.new(-40.5, 206.299988, 108.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4480. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4481. Event:InvokeServer(A_1, A_2)
  4482.  
  4483. local A_1 = "Unobtanium Mine"
  4484. local A_2 = CFrame.new(-34.5, 206.299988, 123.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4485. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4486. Event:InvokeServer(A_1, A_2)
  4487.  
  4488. local A_1 = "Unobtanium Mine"
  4489. local A_2 = CFrame.new(-34.5, 206.299988, 123.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4490. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4491. Event:InvokeServer(A_1, A_2)
  4492. elseif starterdropper == "Radium" then
  4493. local A_1 = "Radium Mine"
  4494. local A_2 = CFrame.new(-37.5, 208.299988, 107, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4495. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4496. Event:InvokeServer(A_1, A_2)
  4497.  
  4498. local A_1 = "Radium Mine"
  4499. local A_2 = CFrame.new(-37.5, 208.299988, 125, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  4500. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4501. Event:InvokeServer(A_1, A_2)
  4502. else
  4503. placeitemsset1bn()
  4504. end
  4505. end
  4506.  
  4507. function placeitemsset1bn()
  4508. if buychrodingerdone == true then
  4509. local A_1 = "Painite Mine"
  4510. local A_2 = CFrame.new(-30, 208.299988, 108.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4511. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4512. Event:InvokeServer(A_1, A_2)
  4513. print("Place another Painite Mine down if you want to put more ore through.")
  4514. print("Keep an eye on the max ore limit or it will lag the game.")
  4515. else
  4516. local A_1 = "Bismuth Mine"
  4517. local A_2 = CFrame.new(-37.5, 206.799988, 125, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4518. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4519. Event:InvokeServer(A_1, A_2)
  4520.  
  4521. local A_1 = "Bismuth Mine"
  4522. local A_2 = CFrame.new(-37.5, 206.799988, 107, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4523. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4524. Event:InvokeServer(A_1, A_2)
  4525.  
  4526. local A_1 = "Bismuth Mine"
  4527. local A_2 = CFrame.new(-25.5, 206.799988, 116, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4528. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4529. Event:InvokeServer(A_1, A_2)
  4530. end
  4531. end
  4532.  
  4533. --- Auto Setup 2 ---
  4534.  
  4535. local autoupgrade2layout = coroutine.create(function()
  4536. while placesetup2active == true do
  4537. if fullcashvalue >= 40e15 then
  4538. if setuplevel2bstarted ~= true then
  4539. setuplevel2astarted = false
  4540. placesetup2aactive = false
  4541. placesetup2bactive = true
  4542. placesetup2cactive = false
  4543. buystartitems2a = true
  4544. buystartitems2b = false
  4545. placesetup1dactive = true
  4546. placesetup1eactive = false
  4547. buystartitems1b = true
  4548. buy4indorewelders = true
  4549. buyfreonblasters = true
  4550. buychrodinger = true
  4551. buyshrine = false
  4552. print("Auto Place Setup Level 2B Activated at: ".. cashvalue)
  4553. wait(1)
  4554. setuplevel2bstarted = true
  4555. buyitemslayout1b()
  4556. end
  4557. elseif fullcashvalue < 40e15 and setuplevel2astarted ~= true then
  4558. if setuplevel2astarted ~= true then
  4559. setuplevel2bstarted = false
  4560. setuplevel2cstarted = false
  4561. placesetup2aactive = true
  4562. placesetup2bactive = false
  4563. placesetup2cactive = false
  4564. buystartitems2a = false
  4565. buystartitems2b = false
  4566. placesetup1dactive = false
  4567. placesetup1eactive = false
  4568. buystartitems1b = false
  4569. buystartitems1bdone = false
  4570. buy4indorewelders = false
  4571. buyfreonblasters = false
  4572. buyfreonblastersdone = false
  4573. buychrodinger = false
  4574. buychrodingerdone = false
  4575. buyshrine = false
  4576. buyshrinedone = false
  4577. buyitemslayout2adone = false
  4578. buyitemslayout2bdone = false
  4579. print("Auto Place Setup Level 2A Activated at: ".. cashvalue .. ". Next setup at: $40qd")
  4580. wait(1)
  4581. setuplevel2astarted = true
  4582. placeitemsset2a()
  4583. end
  4584. end
  4585. wait(5)
  4586. end
  4587. coroutine.yield()
  4588. end)
  4589.  
  4590. TextButtonAutoPlace2.MouseButton1Click:connect(function()
  4591. if placesetup2active == true then
  4592. placesetup2active = false
  4593. setuplevel2astarted = false
  4594. setuplevel2bstarted = false
  4595. setuplevel2cstarted = false
  4596. placesetup2aactive = false
  4597. placesetup2bactive = false
  4598. placesetup2cactive = false
  4599. buystartitems2a = false
  4600. buystartitems2b = false
  4601. placesetup1dactive = false
  4602. placesetup1eactive = false
  4603. buystartitems1b = false
  4604. buystartitems1bdone = false
  4605. buy4indorewelders = false
  4606. buyfreonblasters = false
  4607. buyfreonblastersdone = false
  4608. buychrodinger = false
  4609. buychrodingerdone = false
  4610. buyshrine = false
  4611. buyshrinedone = false
  4612. buyitemslayout2adone = false
  4613. buyitemslayout2bdone = false
  4614.  
  4615. TextButtonAutoPlace2.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  4616. else
  4617. placesetup2active = true
  4618. TextButtonAutoPlace2.BackgroundColor3 = Color3.new(0, 0.5, 0)
  4619. coroutine.resume(autoupgrade2layout)
  4620. end
  4621. end)
  4622.  
  4623. function placeitemsset2a()
  4624. if placesetup2aactive == true then
  4625. local Event = game:GetService("ReplicatedStorage").DestroyAll
  4626. Event:InvokeServer()
  4627. wait(1)
  4628. if starterdropper == "Noobite" then
  4629. local A_1 = "Noobite Mine"
  4630. local A_2 = CFrame.new(-93, 205.299988, 161, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  4631. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4632. Event:InvokeServer(A_1, A_2)
  4633. else
  4634. local A_1 = "Symmetrium Mine"
  4635. local A_2 = CFrame.new(-105, 206.799988, 170, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4636. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4637. Event:InvokeServer(A_1, A_2)
  4638. end
  4639. wait(1)
  4640. local A_1 = "Nature's Grip"
  4641. local A_2 = CFrame.new(-94.5, 205.299988, 173, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4642. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4643. Event:InvokeServer(A_1, A_2)
  4644. end
  4645. end
  4646.  
  4647. function placeset2extraitems1()
  4648. local A_1 = "The Catalyst"
  4649. local A_2 = CFrame.new(-76.5, 208.299988, 143, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4650. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4651. Event:InvokeServer(A_1, A_2)
  4652.  
  4653. local A_1 = "Quantum Ore Cleaner "
  4654. local A_2 = CFrame.new(-61.5, 203.799988, 143, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4655. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4656. Event:InvokeServer(A_1, A_2)
  4657.  
  4658. local A_1 = "Overlord Device"
  4659. local A_2 = CFrame.new(-46.5, 205.299988, 143, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4660. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4661. Event:InvokeServer(A_1, A_2)
  4662.  
  4663. local A_1 = "Tiny Conveyor"
  4664. local A_2 = CFrame.new(-36, 202.299988, 141.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4665. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4666. Event:InvokeServer(A_1, A_2)
  4667.  
  4668. local A_1 = "Tiny Conveyor"
  4669. local A_2 = CFrame.new(-36, 202.299988, 144.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4670. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4671. Event:InvokeServer(A_1, A_2)
  4672.  
  4673. local A_1 = "Military-Grade Conveyor"
  4674. local A_2 = CFrame.new(-31.5, 202.299988, 143, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4675. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4676. Event:InvokeServer(A_1, A_2)
  4677.  
  4678. local A_1 = "Conveyor Ramp"
  4679. local A_2 = CFrame.new(-25.5, 203.799988, 143, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4680. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4681. Event:InvokeServer(A_1, A_2)
  4682.  
  4683. local A_1 = "Military-Grade Conveyor"
  4684. local A_2 = CFrame.new(-19.5, 202.299988, 143, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  4685. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4686. Event:InvokeServer(A_1, A_2)
  4687.  
  4688. local A_1 = "Large Conveyor Ramp"
  4689. local A_2 = CFrame.new(-19.5, 203.799988, 153.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  4690. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4691. Event:InvokeServer(A_1, A_2)
  4692.  
  4693. local A_1 = "Satellite Beam"
  4694. local A_2 = CFrame.new(-21, 205.299988, 165.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4695. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4696. Event:InvokeServer(A_1, A_2)
  4697.  
  4698. local A_1 = "Endpoint Refiner"
  4699. local A_2 = CFrame.new(-28.5, 205.299988, 167, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  4700. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4701. Event:InvokeServer(A_1, A_2)
  4702.  
  4703. local A_1 = "Basic Conveyor"
  4704. local A_2 = CFrame.new(-28.5, 202.299988, 176, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4705. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4706. Event:InvokeServer(A_1, A_2)
  4707.  
  4708. local A_1 = "Basic Conveyor"
  4709. local A_2 = CFrame.new(-22.5, 202.299988, 176, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4710. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4711. Event:InvokeServer(A_1, A_2)
  4712.  
  4713. local A_1 = "Basic Conveyor"
  4714. local A_2 = CFrame.new(-16.5, 202.299988, 176, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4715. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4716. Event:InvokeServer(A_1, A_2)
  4717.  
  4718. local A_1 = "Conveyor Ramp"
  4719. local A_2 = CFrame.new(-10.5, 203.799988, 176, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4720. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4721. Event:InvokeServer(A_1, A_2)
  4722.  
  4723. local A_1 = "Military-Grade Conveyor"
  4724. local A_2 = CFrame.new(-4.5, 202.299988, 176, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4725. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4726. Event:InvokeServer(A_1, A_2)
  4727.  
  4728. local A_1 = "Large Conveyor Ramp"
  4729. local A_2 = CFrame.new(-4.5, 203.799988, 165.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  4730. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4731. Event:InvokeServer(A_1, A_2)
  4732.  
  4733. local A_1 = "Military-Grade Conveyor"
  4734. local A_2 = CFrame.new(-4.5, 202.299988, 155, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4735. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4736. Event:InvokeServer(A_1, A_2)
  4737.  
  4738. local A_1 = "Ore Replicator"
  4739. local A_2 = CFrame.new(3, 205.299988, 156.5, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4740. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4741. Event:InvokeServer(A_1, A_2)
  4742.  
  4743. local A_1 = "Advanced Ore Scanner"
  4744. local A_2 = CFrame.new(-4.5, 205.299988, 146, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  4745. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4746. Event:InvokeServer(A_1, A_2)
  4747.  
  4748. local A_1 = "Advanced Ore Scanner"
  4749. local A_2 = CFrame.new(-4.5, 205.299988, 134, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  4750. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4751. Event:InvokeServer(A_1, A_2)
  4752.  
  4753. local A_1 = "Advanced Ore Scanner"
  4754. local A_2 = CFrame.new(-4.5, 205.299988, 122, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  4755. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4756. Event:InvokeServer(A_1, A_2)
  4757.  
  4758. local A_1 = "Plasma Iron Polisher"
  4759. local A_2 = CFrame.new(-4.5, 203.799988, 113, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4760. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4761. Event:InvokeServer(A_1, A_2)
  4762.  
  4763. local A_1 = "The Dream-Maker"
  4764. local A_2 = CFrame.new(-4.5, 205.299988, 102.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4765. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4766. Event:InvokeServer(A_1, A_2)
  4767.  
  4768. local A_1 = "Ore Teleporter (Sender)"
  4769. local A_2 = CFrame.new(-94.5, 203.799988, 116, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  4770. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4771. Event:InvokeServer(A_1, A_2)
  4772.  
  4773. local A_1 = "Clockwork"
  4774. local A_2 = CFrame.new(-87, 205.299988, 116, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4775. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4776. Event:InvokeServer(A_1, A_2)
  4777.  
  4778. local A_1 = "Azure Refiner"
  4779. local A_2 = CFrame.new(-73.5, 206.799988, 116, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4780. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4781. Event:InvokeServer(A_1, A_2)
  4782.  
  4783. local A_1 = "Centering Conveyor"
  4784. local A_2 = CFrame.new(-61.5, 202.299988, 116, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4785. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4786. Event:InvokeServer(A_1, A_2)
  4787.  
  4788. local A_1 = "Centering Conveyor"
  4789. local A_2 = CFrame.new(-55.5, 202.299988, 116, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4790. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4791. Event:InvokeServer(A_1, A_2)
  4792.  
  4793. local A_1 = "Big Bertha"
  4794. local A_2 = CFrame.new(-45, 205.299988, 116, -5.92058313e-07, 0, -1, 0, 1, 0, 1, 0, -5.92058313e-07)
  4795. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4796. Event:InvokeServer(A_1, A_2)
  4797.  
  4798. local A_1 = "Newtonium Mine"
  4799. local A_2 = CFrame.new(-27, 208.299988, 116, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  4800. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4801. Event:InvokeServer(A_1, A_2)
  4802. end
  4803.  
  4804. --- Auto Setup 3 ---
  4805.  
  4806. TextButtonAutoPlace3.MouseButton1Click:connect(function()
  4807. if placesetup3active == true then
  4808. placesetup3active=false
  4809. remoteclickfastactive = false
  4810. print("Symmetrium/Dreamers Anguish [setup 3] started")
  4811. AutoRemoteClickToggle.TextColor3 = Color3.new(1, 0, 0)
  4812. AutoRemoteClickToggle.Text = "OFF"
  4813. TextButtonAutoPlace3.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  4814. else
  4815. placesetup3active = true
  4816. print("Symmetrium/Dreamers Anguish [setup 3] stopped")
  4817. TextButtonAutoPlace3.BackgroundColor3 = Color3.new(0, 0.5, 0)
  4818. placeitemsset3()
  4819. end
  4820. end)
  4821.  
  4822. function placeitemsset3()
  4823. if placesetup3active == true then
  4824. local Event = game:GetService("ReplicatedStorage").DestroyAll
  4825. Event:InvokeServer()
  4826. wait(1)
  4827.  
  4828. while placesetup3active == true do
  4829. local A_1 = "Symmetrium Mine"
  4830. local A_2 = CFrame.new(-43.5, 206.799988, 144.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4831. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4832. Event:InvokeServer(A_1, A_2)
  4833.  
  4834. local A_1 = "Dreamer's Anguish"
  4835. local A_2 = CFrame.new(-43.5, 205.299988, 159.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  4836. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4837. Event:InvokeServer(A_1, A_2)
  4838. end
  4839. end
  4840. end
  4841.  
  4842. --- Auto Setup 4 ---
  4843.  
  4844. TextButtonAutoPlace4.MouseButton1Click:connect(function()
  4845. if placesetup4active ~= true then
  4846. placesetup4active = true
  4847. print("Reborn items quick setup [setup 4] started")
  4848. TextButtonAutoPlace4.BackgroundColor3 = Color3.new(0, 0.5, 0)
  4849. placeitemsset4a()
  4850. else
  4851. placesetup4active = false
  4852. remoteclickmedium1active = false
  4853. print("Reborn items quick setup [setup 4] stopped")
  4854. AutoRemoteClickToggle.TextColor3 = Color3.new(1, 0, 0)
  4855. AutoRemoteClickToggle.Text = "OFF"
  4856. TextButtonAutoPlace4.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  4857. end
  4858.  
  4859. end)
  4860.  
  4861. function placeitemsset4a()
  4862. if placesetup4active == true then
  4863. local Event = game:GetService("ReplicatedStorage").DestroyAll
  4864. Event:InvokeServer()
  4865. wait(1)
  4866.  
  4867. while placesetup4active == true do
  4868. local A_1 = "Dark Magic"
  4869. local A_2 = CFrame.new(2.5, 203.799988, 131, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4870. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4871. Event:InvokeServer(A_1, A_2)
  4872.  
  4873. local A_1 = "Flaming Schrodinger"
  4874. local A_2 = CFrame.new(-7.5, 203.799988, 137, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4875. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4876. Event:InvokeServer(A_1, A_2)
  4877.  
  4878. local A_1 = "Flaming Schrodinger"
  4879. local A_2 = CFrame.new(-19.5, 203.799988, 137, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4880. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4881. Event:InvokeServer(A_1, A_2)
  4882.  
  4883. local A_1 = "Flaming Schrodinger"
  4884. local A_2 = CFrame.new(-31.5, 203.799988, 137, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4885. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4886. Event:InvokeServer(A_1, A_2)
  4887.  
  4888. local A_1 = "Flaming Schrodinger"
  4889. local A_2 = CFrame.new(-43.5, 203.799988, 137, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4890. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4891. Event:InvokeServer(A_1, A_2)
  4892.  
  4893. local A_1 = "Flaming Schrodinger"
  4894. local A_2 = CFrame.new(-55.5, 203.799988, 137, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4895. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4896. Event:InvokeServer(A_1, A_2)
  4897.  
  4898. local A_1 = "Big Bad Blaster"
  4899. local A_2 = CFrame.new(-6, 203.799988, 146, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4900. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4901. Event:InvokeServer(A_1, A_2)
  4902.  
  4903. local A_1 = "Big Bad Blaster"
  4904. local A_2 = CFrame.new(-18, 203.799988, 146, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4905. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4906. Event:InvokeServer(A_1, A_2)
  4907.  
  4908. local A_1 = "Big Bad Blaster"
  4909. local A_2 = CFrame.new(-30, 203.799988, 146, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4910. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4911. Event:InvokeServer(A_1, A_2)
  4912.  
  4913. local A_1 = "Big Bad Blaster"
  4914. local A_2 = CFrame.new(-42, 203.799988, 146, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4915. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4916. Event:InvokeServer(A_1, A_2)
  4917.  
  4918. local A_1 = "Big Bad Blaster"
  4919. local A_2 = CFrame.new(-54, 203.799988, 146, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4920. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4921. Event:InvokeServer(A_1, A_2)
  4922.  
  4923. local A_1 = "Big Bad Blaster"
  4924. local A_2 = CFrame.new(-6, 203.799988, 128, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4925. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4926. Event:InvokeServer(A_1, A_2)
  4927.  
  4928. local A_1 = "Big Bad Blaster"
  4929. local A_2 = CFrame.new(-18, 203.799988, 128, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4930. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4931. Event:InvokeServer(A_1, A_2)
  4932.  
  4933. local A_1 = "Big Bad Blaster"
  4934. local A_2 = CFrame.new(-30, 203.799988, 128, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4935. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4936. Event:InvokeServer(A_1, A_2)
  4937.  
  4938. local A_1 = "Big Bad Blaster"
  4939. local A_2 = CFrame.new(-42, 203.799988, 128, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4940. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4941. Event:InvokeServer(A_1, A_2)
  4942.  
  4943. local A_1 = "Big Bad Blaster"
  4944. local A_2 = CFrame.new(-54, 203.799988, 128, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  4945. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4946. Event:InvokeServer(A_1, A_2)
  4947.  
  4948. local A_1 = "Wild Spore"
  4949. local A_2 = CFrame.new(-67.5, 203.799988, 137, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4950. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4951. Event:InvokeServer(A_1, A_2)
  4952.  
  4953. local A_1 = "True Overlord Device"
  4954. local A_2 = CFrame.new(-82.5, 205.299988, 137, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4955. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4956. Event:InvokeServer(A_1, A_2)
  4957.  
  4958. local A_1 = "Quantum Ore Cleaner "
  4959. local A_2 = CFrame.new(-97.5, 203.799988, 137, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4960. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4961. Event:InvokeServer(A_1, A_2)
  4962.  
  4963. local A_1 = "The Catalyst"
  4964. local A_2 = CFrame.new(-112.5, 208.299988, 137, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4965. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4966. Event:InvokeServer(A_1, A_2)
  4967.  
  4968. local A_1 = "Azure Refiner"
  4969. local A_2 = CFrame.new(-130.5, 206.799988, 137, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4970. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4971. Event:InvokeServer(A_1, A_2)
  4972.  
  4973. local A_1 = "Basic Conveyor"
  4974. local A_2 = CFrame.new(-142.5, 202.299988, 137, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4975. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4976. Event:InvokeServer(A_1, A_2)
  4977.  
  4978. local A_1 = "Basic Conveyor"
  4979. local A_2 = CFrame.new(-148.5, 202.299988, 137, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  4980. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4981. Event:InvokeServer(A_1, A_2)
  4982.  
  4983. local A_1 = "Big Bertha"
  4984. local A_2 = CFrame.new(-145.5, 205.299988, 147.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  4985. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4986. Event:InvokeServer(A_1, A_2)
  4987.  
  4988. local A_1 = "Atomium Mine"
  4989. local A_2 = CFrame.new(-147, 205.299988, 159.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  4990. local Event = game:GetService("ReplicatedStorage").PlaceItem
  4991. Event:InvokeServer(A_1, A_2)
  4992.  
  4993. wait(0.5)
  4994.  
  4995. remoteclickmedium1active = true
  4996. AutoRemoteClickToggle.TextColor3 = Color3.new(0, 1, 0)
  4997. AutoRemoteClickToggle.Text = "ON"
  4998. coroutine.resume(autoclick)
  4999. end
  5000. end
  5001. end
  5002.  
  5003. --- Auto Setup 5 ---
  5004.  
  5005. TextButtonAutoPlace5.MouseButton1Click:connect(function()
  5006. if placesetup5active ~= true then
  5007. placesetup5active = true
  5008. print("Dragonglass/Dreamers Anguish [setup 5] started")
  5009. TextButtonAutoPlace5.BackgroundColor3 = Color3.new(0, 0.5, 0)
  5010. placeitemsset5()
  5011. else
  5012. placesetup5active = false
  5013. remoteclickmedium1active = false
  5014. print("Dragonglass/Dreamers Anguish [setup 5] stopped")
  5015. AutoRemoteClickToggle.TextColor3 = Color3.new(1, 0, 0)
  5016. AutoRemoteClickToggle.Text = "OFF"
  5017. TextButtonAutoPlace5.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  5018. end
  5019.  
  5020. end)
  5021.  
  5022. function placeitemsset5()
  5023. if placesetup5active == true then
  5024. local Event = game:GetService("ReplicatedStorage").DestroyAll
  5025. Event:InvokeServer()
  5026. wait(1)
  5027.  
  5028. while placesetup5active == true do
  5029. local A_1 = "Dreamer's Anguish"
  5030. local A_2 = CFrame.new(-94.5, 205.299988, 144.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5031. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5032. Event:InvokeServer(A_1, A_2)
  5033.  
  5034. local A_1 = "Dragonglass Mine"
  5035. local A_2 = CFrame.new(-96, 208.299988, 159.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  5036. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5037. Event:InvokeServer(A_1, A_2)
  5038.  
  5039. if setdragonglassnumber == "2" then
  5040.  
  5041. wait(0.5)
  5042.  
  5043. local A_1 = "Dreamer's Anguish"
  5044. local A_2 = CFrame.new(-46.5, 205.299988, 144.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5045. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5046. Event:InvokeServer(A_1, A_2)
  5047.  
  5048. local A_1 = "Dragonglass Mine"
  5049. local A_2 = CFrame.new(-48, 208.299988, 159.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  5050. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5051. Event:InvokeServer(A_1, A_2)
  5052.  
  5053. elseif setdragonglassnumber == "4" then
  5054.  
  5055. wait(0.5)
  5056.  
  5057. local A_1 = "Dreamer's Anguish"
  5058. local A_2 = CFrame.new(-46.5, 205.299988, 144.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5059. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5060. Event:InvokeServer(A_1, A_2)
  5061.  
  5062. local A_1 = "Dragonglass Mine"
  5063. local A_2 = CFrame.new(-48, 208.299988, 159.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  5064. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5065. Event:InvokeServer(A_1, A_2)
  5066.  
  5067. wait(0.5)
  5068.  
  5069. local A_1 = "Dreamer's Anguish"
  5070. local A_2 = CFrame.new(-94.5, 205.299988, 186.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5071. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5072. Event:InvokeServer(A_1, A_2)
  5073.  
  5074. local A_1 = "Dragonglass Mine"
  5075. local A_2 = CFrame.new(-96, 208.299988, 201.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  5076. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5077. Event:InvokeServer(A_1, A_2)
  5078.  
  5079. wait(0.5)
  5080.  
  5081. local A_1 = "Dreamer's Anguish"
  5082. local A_2 = CFrame.new(-46.5, 205.299988, 186.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5083. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5084. Event:InvokeServer(A_1, A_2)
  5085.  
  5086. local A_1 = "Dragonglass Mine"
  5087. local A_2 = CFrame.new(-48, 208.299988, 201.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  5088. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5089. Event:InvokeServer(A_1, A_2)
  5090.  
  5091. elseif setdragonglassnumber == "6" then
  5092.  
  5093. wait(0.5)
  5094.  
  5095. local A_1 = "Dreamer's Anguish"
  5096. local A_2 = CFrame.new(-46.5, 205.299988, 144.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5097. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5098. Event:InvokeServer(A_1, A_2)
  5099.  
  5100. local A_1 = "Dragonglass Mine"
  5101. local A_2 = CFrame.new(-48, 208.299988, 159.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  5102. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5103. Event:InvokeServer(A_1, A_2)
  5104.  
  5105. wait(0.5)
  5106.  
  5107. local A_1 = "Dreamer's Anguish"
  5108. local A_2 = CFrame.new(-94.5, 205.299988, 186.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5109. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5110. Event:InvokeServer(A_1, A_2)
  5111.  
  5112. local A_1 = "Dragonglass Mine"
  5113. local A_2 = CFrame.new(-96, 208.299988, 201.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  5114. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5115. Event:InvokeServer(A_1, A_2)
  5116.  
  5117. wait(0.5)
  5118.  
  5119. local A_1 = "Dreamer's Anguish"
  5120. local A_2 = CFrame.new(-46.5, 205.299988, 186.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5121. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5122. Event:InvokeServer(A_1, A_2)
  5123.  
  5124. local A_1 = "Dragonglass Mine"
  5125. local A_2 = CFrame.new(-48, 208.299988, 201.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  5126. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5127. Event:InvokeServer(A_1, A_2)
  5128.  
  5129. wait(0.5)
  5130.  
  5131. local A_1 = "Dreamer's Anguish"
  5132. local A_2 = CFrame.new(-70.5, 205.299988, 144.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5133. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5134. Event:InvokeServer(A_1, A_2)
  5135.  
  5136. local A_1 = "Dragonglass Mine"
  5137. local A_2 = CFrame.new(-72, 208.299988, 159.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  5138. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5139. Event:InvokeServer(A_1, A_2)
  5140.  
  5141. wait(0.5)
  5142.  
  5143. local A_1 = "Dreamer's Anguish"
  5144. local A_2 = CFrame.new(-70.5, 205.299988, 186.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5145. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5146. Event:InvokeServer(A_1, A_2)
  5147.  
  5148. local A_1 = "Dragonglass Mine"
  5149. local A_2 = CFrame.new(-72, 208.299988, 201.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  5150. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5151. Event:InvokeServer(A_1, A_2)
  5152. end
  5153.  
  5154. wait(0.5)
  5155.  
  5156. remoteclickmedium1active = true
  5157. AutoRemoteClickToggle.TextColor3 = Color3.new(0, 1, 0)
  5158. AutoRemoteClickToggle.Text = "ON"
  5159. coroutine.resume(autoclick)
  5160.  
  5161. wait(2)
  5162. end
  5163. end
  5164. end
  5165.  
  5166. --- Setup 6 ---
  5167.  
  5168. TextButtonAutoPlace6.MouseButton1Click:connect(function()
  5169. if placesetup6active ~= true then
  5170. placesetup6active = true
  5171. print("Life 1001+ [setup 6] started")
  5172. TextButtonAutoPlace6.BackgroundColor3 = Color3.new(0, 0.5, 0)
  5173. placeitemsset6()
  5174. else
  5175. placesetup6active = false
  5176. print("Life 1001+ [setup 6] stopped")
  5177. TextButtonAutoPlace6.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  5178. remoteclickmedium1active = false
  5179. AutoRemoteClickToggle.TextColor3 = Color3.new(1, 0, 0)
  5180. AutoRemoteClickToggle.Text = "OFF"
  5181. end
  5182. end)
  5183.  
  5184. function placeitemsset6()
  5185. if placesetup6active == true then
  5186. local Event = game:GetService("ReplicatedStorage").DestroyAll
  5187. Event:InvokeServer()
  5188. wait(1)
  5189.  
  5190. while placesetup6active == true do
  5191. wait(2)
  5192. game.ReplicatedStorage.PlaceItem:InvokeServer("Diamond Breech Loader", CFrame.new(-142.5, 215.799988, 134, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08))
  5193. game.ReplicatedStorage.PlaceItem:InvokeServer("Azure Spore", CFrame.new(-142.5, 208.299988, 152, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  5194. game.ReplicatedStorage.PlaceItem:InvokeServer("Catalyzed Star", CFrame.new(-124.5, 205.299988, 152, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  5195. game.ReplicatedStorage.PlaceItem:InvokeServer("Quantum Clockwork", CFrame.new(-109.5, 203.799988, 152, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  5196. game.ReplicatedStorage.PlaceItem:InvokeServer("True Overlord Device", CFrame.new(-94.5, 205.299988, 152, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  5197. game.ReplicatedStorage.PlaceItem:InvokeServer("The Final Upgrader", CFrame.new(-75, 205.299988, 153.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  5198. game.ReplicatedStorage.PlaceItem:InvokeServer("True Overlord Device", CFrame.new(-55.5, 205.299988, 152, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  5199. game.ReplicatedStorage.PlaceItem:InvokeServer("Azure Spore", CFrame.new(-37.5, 208.299988, 152, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  5200. game.ReplicatedStorage.PlaceItem:InvokeServer("Big Bad Blaster", CFrame.new(-24, 203.799988, 161, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08))
  5201. game.ReplicatedStorage.PlaceItem:InvokeServer("Big Bad Blaster", CFrame.new(-15, 203.799988, 161, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08))
  5202. game.ReplicatedStorage.PlaceItem:InvokeServer("Big Bad Blaster", CFrame.new(-6, 203.799988, 161, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08))
  5203. game.ReplicatedStorage.PlaceItem:InvokeServer("Big Bad Blaster", CFrame.new(3, 203.799988, 161, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08))
  5204. game.ReplicatedStorage.PlaceItem:InvokeServer("Big Bad Blaster", CFrame.new(-24, 203.799988, 143, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  5205. game.ReplicatedStorage.PlaceItem:InvokeServer("Big Bad Blaster", CFrame.new(-15, 203.799988, 143, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  5206. game.ReplicatedStorage.PlaceItem:InvokeServer("Big Bad Blaster", CFrame.new(-6, 203.799988, 143, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  5207. game.ReplicatedStorage.PlaceItem:InvokeServer("Big Bad Blaster", CFrame.new(3, 203.799988, 143, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  5208. game.ReplicatedStorage.PlaceItem:InvokeServer("Flaming Schrodinger", CFrame.new(1.5, 203.799988, 152, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  5209. game.ReplicatedStorage.PlaceItem:InvokeServer("Flaming Schrodinger", CFrame.new(-10.5, 203.799988, 152, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  5210. game.ReplicatedStorage.PlaceItem:InvokeServer("Flaming Schrodinger", CFrame.new(-22.5, 203.799988, 152, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  5211. game.ReplicatedStorage.PlaceItem:InvokeServer("Dark Illuminator", CFrame.new(10.5, 203.799988, 147.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08))
  5212. end
  5213. wait(0.5)
  5214.  
  5215. remoteclickmedium1active = true
  5216. AutoRemoteClickToggle.TextColor3 = Color3.new(0, 1, 0)
  5217. AutoRemoteClickToggle.Text = "ON"
  5218. coroutine.resume(autoclick)
  5219. end
  5220. end
  5221.  
  5222. --- Auto Setup 7 ---
  5223.  
  5224. local autoupgrade7layout = coroutine.create(function()
  5225. if placesetup7active then
  5226. print("Starting Setups for Overlord Device [DD Cash required]")
  5227. while placesetup7active == true do
  5228. if fullcashvalue >= 40e21 then
  5229. if setuplevel7cstarted ~= true then
  5230. placesetup7aactive = false
  5231. placesetup7bactive = false
  5232. placesetup7cactive = true
  5233. buystartitems7a = true
  5234. buystartitems7b = true
  5235. print("Auto Place Setup Level 7C Activated at: ".. cashvalue)
  5236. wait(1)
  5237. setuplevel7cstarted = true
  5238. TextButtonAutoPlace7b.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  5239. TextButtonAutoPlace7b.Text = "Add items when ore is upgraded"
  5240. buystartitems7main()
  5241. end
  5242. elseif fullcashvalue >= 15e12 and setuplevel7cstarted ~= true then
  5243. if setuplevel7bstarted ~= true then
  5244. setuplevel7cstarted = false
  5245. placesetup7aactive = false
  5246. placesetup7bactive = true
  5247. placesetup7cactive = false
  5248. buystartitems7a = true
  5249. buystartitems7b = false
  5250. print("Auto Place Setup Level 7B Activated at: ".. cashvalue ..". Final setup at $40sx.")
  5251. wait(1)
  5252. setuplevel7bstarted = true
  5253. buystartitems7main()
  5254. end
  5255. elseif fullcashvalue < 15e12 and setuplevel7cstarted ~= true and setuplevel7bstarted ~= true then
  5256. if setuplevel7astarted ~= true then
  5257. setuplevel7bstarted = false
  5258. setuplevel7cstarted = false
  5259. placesetup7aactive = true
  5260. placesetup7bactive = false
  5261. buystartitems7a = false
  5262. buystartitems7adone = false
  5263. buystartitems7b = false
  5264. buystartitems7bdone = false
  5265. print("Level 7A started at: ".. cashvalue ..". Get to $15T for first Full Setup.")
  5266. wait(1)
  5267. setuplevel7astarted = true
  5268. placeitemsset7a()
  5269. end
  5270. end
  5271. wait(5)
  5272. end
  5273. end
  5274. coroutine.yield()
  5275. end)
  5276.  
  5277. TextButtonAutoPlace7a.MouseButton1Click:connect(function()
  5278. if placesetup7active ~= true then
  5279. placesetup7active = true
  5280. TextButtonAutoPlace7.BackgroundColor3 = Color3.new(0, 0.5, 0)
  5281. TextButtonAutoPlace7a.Text = "STOP"
  5282. TextButtonAutoPlace7a.BackgroundColor3 = Color3.new(0, 0.5, 0)
  5283. coroutine.resume(autoupgrade7layout)
  5284. else
  5285. placesetup7active = false
  5286. print("Overlord Device [setup 7] stopped")
  5287. setuplevel7astarted = false
  5288. setuplevel7bstarted = false
  5289. setuplevel7cstarted = false
  5290. placesetup7aactive = false
  5291. placesetup7bactive = false
  5292. placesetup7cactive = false
  5293. buystartitems7a = false
  5294. buystartitems7adone = false
  5295. buystartitems7b = false
  5296. buystartitems7bdone = false
  5297. TextButtonAutoPlace7.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  5298. TextButtonAutoPlace7a.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  5299. TextButtonAutoPlace7a.Text = "START"
  5300. TextButtonAutoPlace7b.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  5301. TextButtonAutoPlace7b.Text = "Add items when ore is upgraded"
  5302. end
  5303. end)
  5304.  
  5305. TextButtonAutoPlace7b.MouseButton1Click:connect(function()
  5306. if placesetup7cactive == true then
  5307. TextButtonAutoPlace7b.BackgroundColor3 = Color3.new(0, 0.5, 0)
  5308. TextButtonAutoPlace7b.Text = "Items added, wait til 1-2 ore left"
  5309. placeitemsset7c2()
  5310. elseif placesetup7bactive == true then
  5311. TextButtonAutoPlace7b.BackgroundColor3 = Color3.new(0, 0.5, 0)
  5312. TextButtonAutoPlace7b.Text = "Items added, wait for 1-2 ore left"
  5313. placeitemsset7b2()
  5314. else
  5315. placesetup7cactive = false
  5316. placesetup7bactive = false
  5317. TextButtonAutoPlace7b.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  5318. TextButtonAutoPlace7b.Text = "Add items when ore is upgraded"
  5319. end
  5320. end)
  5321.  
  5322. function buystartitems7main()
  5323. if buystartitems7a == true then
  5324. if buystartitems7adone ~= true then
  5325. print("Buying Main Setup Items")
  5326. wait(0.5)
  5327. game.ReplicatedStorage.BuyItem:InvokeServer('Basic Conveyor', 50)
  5328. wait(0.2)
  5329. game.ReplicatedStorage.BuyItem:InvokeServer('Military-Grade Conveyor', 80)
  5330. wait(0.2)
  5331. game.ReplicatedStorage.BuyItem:InvokeServer('Military-Grade Conveyor', 80)
  5332. wait(0.2)
  5333. game.ReplicatedStorage.BuyItem:InvokeServer('Conveyor Ramp', 20)
  5334. wait(0.2)
  5335. game.ReplicatedStorage.BuyItem:InvokeServer('Large Conveyor Ramp', 12)
  5336. wait(0.2)
  5337. game.ReplicatedStorage.BuyItem:InvokeServer('Coal Mine', 15)
  5338. wait(0.2)
  5339. game.ReplicatedStorage.BuyItem:InvokeServer('Satellite Beam', 1)
  5340. wait(0.2)
  5341. game.ReplicatedStorage.BuyItem:InvokeServer('Endpoint Refiner', 1)
  5342. wait(0.2)
  5343. game.ReplicatedStorage.BuyItem:InvokeServer('Portable Ore Advancer', 4)
  5344. wait(0.2)
  5345. game.ReplicatedStorage.BuyItem:InvokeServer('Industrial Ore Welder', 4)
  5346. wait(0.2)
  5347. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Steamer', 1)
  5348. wait(0.2)
  5349. game.ReplicatedStorage.BuyItem:InvokeServer('Nuclear Conveyor', 6)
  5350. wait(0.2)
  5351. game.ReplicatedStorage.BuyItem:InvokeServer('Freon-Blast Upgrader', 2)
  5352. wait(0.2)
  5353. game.ReplicatedStorage.BuyItem:InvokeServer('Steel Wall', 2)
  5354. wait(0.2)
  5355. game.ReplicatedStorage.BuyItem:InvokeServer('Plasma Conveyor', 6)
  5356. wait(0.2)
  5357. game.ReplicatedStorage.BuyItem:InvokeServer('Advanced Ore Scanner', 3)
  5358. wait(0.2)
  5359. game.ReplicatedStorage.BuyItem:InvokeServer('Quantum Ore Cleaner ', 1)
  5360. wait(0.2)
  5361. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Zapper', 3)
  5362. wait(0.2)
  5363. game.ReplicatedStorage.BuyItem:InvokeServer('Nuclear Conveyor', 6)
  5364. wait(0.2)
  5365. buystartitems5adone = true
  5366. end
  5367. end
  5368. buystartitems7extra()
  5369. end
  5370.  
  5371. function buystartitems7extra()
  5372. if buystartitems7b == true then
  5373. if buystartitems7bdone ~= true then
  5374. print("Buying Extra Items to place when ore is fully upgraded")
  5375. wait(0.5)
  5376. game.ReplicatedStorage.BuyItem:InvokeServer('Orbitable Upgrader', 1)
  5377. wait(0.2)
  5378. game.ReplicatedStorage.BuyItem:InvokeServer('Suspended Refiner', 2)
  5379. wait(0.2)
  5380. buystartitems7bdone = true
  5381. end
  5382. end
  5383. if placesetup7cactive == true then
  5384. placeitemsset7c()
  5385. elseif placesetup7bactive == true then
  5386. placeitemsset7b()
  5387. else
  5388. placeitemsset7a()
  5389. end
  5390. end
  5391.  
  5392. function placeitemsset7a()
  5393. local Event = game:GetService("ReplicatedStorage").DestroyAll
  5394. Event:InvokeServer()
  5395. wait(1)
  5396.  
  5397. local A_1 = "Newtonium Mine"
  5398. local A_2 = CFrame.new(-81, 208.299988, 194, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5399. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5400. Event:InvokeServer(A_1, A_2)
  5401.  
  5402. local A_1 = "Basic Furnace"
  5403. local A_2 = CFrame.new(-64.5, 203.799988, 194, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5404. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5405. Event:InvokeServer(A_1, A_2)
  5406. end
  5407.  
  5408. function placeitemsset7b()
  5409. local Event = game:GetService("ReplicatedStorage").DestroyAll
  5410. Event:InvokeServer()
  5411. wait(1)
  5412.  
  5413. local A_1 = "Newtonium Mine"
  5414. local A_2 = CFrame.new(-22.5, 208.299988, 246.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  5415. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5416. Event:InvokeServer(A_1, A_2)
  5417.  
  5418. local A_1 = "Ore Steamer"
  5419. local A_2 = CFrame.new(-22.5, 206.799988, 227, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5420. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5421. Event:InvokeServer(A_1, A_2)
  5422.  
  5423. local A_1 = "Basic Conveyor"
  5424. local A_2 = CFrame.new(-22.5, 202.299988, 218, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5425. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5426. Event:InvokeServer(A_1, A_2)
  5427.  
  5428. local A_1 = "Basic Conveyor"
  5429. local A_2 = CFrame.new(-22.5, 202.299988, 212, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5430. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5431. Event:InvokeServer(A_1, A_2)
  5432.  
  5433. local A_1 = "Nuclear Conveyor"
  5434. local A_2 = CFrame.new(-22.5, 202.299988, 206, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5435. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5436. Event:InvokeServer(A_1, A_2)
  5437.  
  5438. local A_1 = "Nuclear Conveyor"
  5439. local A_2 = CFrame.new(-22.5, 202.299988, 200, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5440. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5441. Event:InvokeServer(A_1, A_2)
  5442.  
  5443. local A_1 = "Nuclear Conveyor"
  5444. local A_2 = CFrame.new(-22.5, 202.299988, 194, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5445. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5446. Event:InvokeServer(A_1, A_2)
  5447.  
  5448. local A_1 = "Nuclear Conveyor"
  5449. local A_2 = CFrame.new(-22.5, 202.299988, 188, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5450. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5451. Event:InvokeServer(A_1, A_2)
  5452.  
  5453. local A_1 = "Nuclear Conveyor"
  5454. local A_2 = CFrame.new(-22.5, 202.299988, 182, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5455. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5456. Event:InvokeServer(A_1, A_2)
  5457.  
  5458. local A_1 = "Nuclear Conveyor"
  5459. local A_2 = CFrame.new(-22.5, 202.299988, 176, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5460. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5461. Event:InvokeServer(A_1, A_2)
  5462.  
  5463. local A_1 = "Freon-Blast Upgrader"
  5464. local A_2 = CFrame.new(-22.5, 205.299988, 170, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5465. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5466. Event:InvokeServer(A_1, A_2)
  5467.  
  5468. local A_1 = "Basic Conveyor"
  5469. local A_2 = CFrame.new(-22.5, 202.299988, 164, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5470. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5471. Event:InvokeServer(A_1, A_2)
  5472.  
  5473. local A_1 = "Conveyor Ramp"
  5474. local A_2 = CFrame.new(-28.5, 203.799988, 164, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5475. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5476. Event:InvokeServer(A_1, A_2)
  5477.  
  5478. local A_1 = "Basic Conveyor"
  5479. local A_2 = CFrame.new(-34.5, 202.299988, 164, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5480. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5481. Event:InvokeServer(A_1, A_2)
  5482.  
  5483. local A_1 = "Freon-Blast Upgrader"
  5484. local A_2 = CFrame.new(-34.5, 205.299988, 170, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5485. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5486. Event:InvokeServer(A_1, A_2)
  5487.  
  5488. local A_1 = "Steel Wall"
  5489. local A_2 = CFrame.new(-31.5, 211.299988, 158, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  5490. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5491. Event:InvokeServer(A_1, A_2)
  5492.  
  5493. local A_1 = "Steel Wall"
  5494. local A_2 = CFrame.new(-16.5, 211.299988, 155, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  5495. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5496. Event:InvokeServer(A_1, A_2)
  5497.  
  5498. local A_1 = "Plasma Conveyor"
  5499. local A_2 = CFrame.new(-34.5, 202.299988, 176, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5500. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5501. Event:InvokeServer(A_1, A_2)
  5502.  
  5503. local A_1 = "Plasma Conveyor"
  5504. local A_2 = CFrame.new(-34.5, 202.299988, 182, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5505. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5506. Event:InvokeServer(A_1, A_2)
  5507.  
  5508. local A_1 = "Plasma Conveyor"
  5509. local A_2 = CFrame.new(-34.5, 202.299988, 188, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5510. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5511. Event:InvokeServer(A_1, A_2)
  5512.  
  5513. local A_1 = "Plasma Conveyor"
  5514. local A_2 = CFrame.new(-34.5, 202.299988, 194, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5515. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5516. Event:InvokeServer(A_1, A_2)
  5517.  
  5518. local A_1 = "Plasma Conveyor"
  5519. local A_2 = CFrame.new(-34.5, 202.299988, 200, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5520. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5521. Event:InvokeServer(A_1, A_2)
  5522.  
  5523. local A_1 = "Plasma Conveyor"
  5524. local A_2 = CFrame.new(-34.5, 202.299988, 206, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5525. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5526. Event:InvokeServer(A_1, A_2)
  5527.  
  5528. local A_1 = "Conveyor Ramp"
  5529. local A_2 = CFrame.new(-28.5, 203.799988, 212, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  5530. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5531. Event:InvokeServer(A_1, A_2)
  5532.  
  5533. local A_1 = "Portable Ore Advancer"
  5534. local A_2 = CFrame.new(-40.5, 203.799988, 195.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5535. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5536. Event:InvokeServer(A_1, A_2)
  5537.  
  5538. local A_1 = "Portable Ore Advancer"
  5539. local A_2 = CFrame.new(-40.5, 203.799988, 186.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5540. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5541. Event:InvokeServer(A_1, A_2)
  5542.  
  5543. local A_1 = "Portable Ore Advancer"
  5544. local A_2 = CFrame.new(-40.5, 203.799988, 177.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5545. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5546. Event:InvokeServer(A_1, A_2)
  5547.  
  5548. local A_1 = "Reversible Conveyor"
  5549. local A_2 = CFrame.new(-34.5, 202.299988, 213.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5550. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5551. Event:InvokeServer(A_1, A_2)
  5552.  
  5553. wait(0.5)
  5554.  
  5555. local A_1 = game:GetService("Workspace").Tycoons.Factory1["Reversible Conveyor"].Model.Button
  5556. local Event = game:GetService("ReplicatedStorage").Click
  5557. Event:FireServer(A_1)
  5558.  
  5559. placeitemsset7main()
  5560. end
  5561.  
  5562. function placeitemsset7b2()
  5563. local A_1 = "Big Bad Blaster"
  5564. local A_2 = CFrame.new(-13.5, 203.799988, 177.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5565. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5566. Event:InvokeServer(A_1, A_2)
  5567. end
  5568.  
  5569. function placeitemsset7c()
  5570. local Event = game:GetService("ReplicatedStorage").DestroyAll
  5571. Event:InvokeServer()
  5572. wait(1)
  5573.  
  5574. local A_1 = "Newtonium Mine"
  5575. local A_2 = CFrame.new(-22.5, 208.299988, 246.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  5576. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5577. Event:InvokeServer(A_1, A_2)
  5578.  
  5579. local A_1 = "Ore Steamer"
  5580. local A_2 = CFrame.new(-22.5, 206.799988, 227, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5581. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5582. Event:InvokeServer(A_1, A_2)
  5583.  
  5584. local A_1 = "Basic Conveyor"
  5585. local A_2 = CFrame.new(-22.5, 202.299988, 218, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5586. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5587. Event:InvokeServer(A_1, A_2)
  5588.  
  5589. local A_1 = "Basic Conveyor"
  5590. local A_2 = CFrame.new(-22.5, 202.299988, 212, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5591. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5592. Event:InvokeServer(A_1, A_2)
  5593.  
  5594. local A_1 = "Basic Conveyor"
  5595. local A_2 = CFrame.new(-22.5, 202.299988, 206, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5596. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5597. Event:InvokeServer(A_1, A_2)
  5598.  
  5599. local A_1 = "Nuclear Conveyor"
  5600. local A_2 = CFrame.new(-22.5, 202.299988, 200, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5601. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5602. Event:InvokeServer(A_1, A_2)
  5603.  
  5604. local A_1 = "Nuclear Conveyor"
  5605. local A_2 = CFrame.new(-22.5, 202.299988, 194, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5606. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5607. Event:InvokeServer(A_1, A_2)
  5608.  
  5609. local A_1 = "Nuclear Conveyor"
  5610. local A_2 = CFrame.new(-22.5, 202.299988, 188, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5611. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5612. Event:InvokeServer(A_1, A_2)
  5613.  
  5614. local A_1 = "Nuclear Conveyor"
  5615. local A_2 = CFrame.new(-22.5, 202.299988, 182, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5616. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5617. Event:InvokeServer(A_1, A_2)
  5618.  
  5619. local A_1 = "Nuclear Conveyor"
  5620. local A_2 = CFrame.new(-22.5, 202.299988, 176, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5621. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5622. Event:InvokeServer(A_1, A_2)
  5623.  
  5624. local A_1 = "Nuclear Conveyor"
  5625. local A_2 = CFrame.new(-22.5, 202.299988, 170, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5626. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5627. Event:InvokeServer(A_1, A_2)
  5628.  
  5629. local A_1 = "Freon-Blast Upgrader"
  5630. local A_2 = CFrame.new(-22.5, 205.299988, 164, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5631. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5632. Event:InvokeServer(A_1, A_2)
  5633.  
  5634. local A_1 = "Basic Conveyor"
  5635. local A_2 = CFrame.new(-22.5, 202.299988, 158, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5636. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5637. Event:InvokeServer(A_1, A_2)
  5638.  
  5639. local A_1 = "Conveyor Ramp"
  5640. local A_2 = CFrame.new(-28.5, 203.799988, 158, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5641. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5642. Event:InvokeServer(A_1, A_2)
  5643.  
  5644. local A_1 = "Basic Conveyor"
  5645. local A_2 = CFrame.new(-34.5, 202.299988, 158, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5646. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5647. Event:InvokeServer(A_1, A_2)
  5648.  
  5649. local A_1 = "Freon-Blast Upgrader"
  5650. local A_2 = CFrame.new(-34.5, 205.299988, 164, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5651. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5652. Event:InvokeServer(A_1, A_2)
  5653.  
  5654. local A_1 = "Military-Grade Conveyor"
  5655. local A_2 = CFrame.new(-34.5, 202.299988, 170, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5656. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5657. Event:InvokeServer(A_1, A_2)
  5658.  
  5659. local A_1 = "Suspended Refiner"
  5660. local A_2 = CFrame.new(-34.5, 205.299988, 182, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5661. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5662. Event:InvokeServer(A_1, A_2)
  5663.  
  5664. local A_1 = "Suspended Refiner"
  5665. local A_2 = CFrame.new(-34.5, 205.299988, 200, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5666. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5667. Event:InvokeServer(A_1, A_2)
  5668.  
  5669. local A_1 = "Steel Wall"
  5670. local A_2 = CFrame.new(-31.5, 211.299988, 152, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  5671. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5672. Event:InvokeServer(A_1, A_2)
  5673.  
  5674. local A_1 = "Steel Wall"
  5675. local A_2 = CFrame.new(-16.5, 211.299988, 149, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  5676. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5677. Event:InvokeServer(A_1, A_2)
  5678.  
  5679. local A_1 = "Reversible Conveyor"
  5680. local A_2 = CFrame.new(-34.5, 202.299988, 213.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5681. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5682. Event:InvokeServer(A_1, A_2)
  5683.  
  5684. local A_1 = "Basic Conveyor"
  5685. local A_2 = CFrame.new(-34.5, 202.299988, 206, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5686. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5687. Event:InvokeServer(A_1, A_2)
  5688.  
  5689. local A_1 = "Conveyor Ramp"
  5690. local A_2 = CFrame.new(-28.5, 203.799988, 212, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  5691. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5692. Event:InvokeServer(A_1, A_2)
  5693.  
  5694. wait(0.5)
  5695.  
  5696. local A_1 = game:GetService("Workspace").Tycoons.Factory1["Reversible Conveyor"].Model.Button
  5697. local Event = game:GetService("ReplicatedStorage").Click
  5698. Event:FireServer(A_1)
  5699.  
  5700. placeitemsset7main()
  5701. end
  5702.  
  5703. function placeitemsset7c2()
  5704. local A_1 = "Orbitable Upgrader"
  5705. local A_2 = CFrame.new(-16.5, 203.799988, 207.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5706. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5707. Event:InvokeServer(A_1, A_2)
  5708.  
  5709. local A_1 = "Portable Ore Advancer"
  5710. local A_2 = CFrame.new(-13.5, 203.799988, 198.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5711. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5712. Event:InvokeServer(A_1, A_2)
  5713.  
  5714. local A_1 = "Portable Ore Advancer"
  5715. local A_2 = CFrame.new(-13.5, 203.799988, 189.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5716. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5717. Event:InvokeServer(A_1, A_2)
  5718.  
  5719. local A_1 = "Portable Ore Advancer"
  5720. local A_2 = CFrame.new(-13.5, 203.799988, 180.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5721. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5722. Event:InvokeServer(A_1, A_2)
  5723.  
  5724. local A_1 = "Big Bad Blaster"
  5725. local A_2 = CFrame.new(-13.5, 203.799988, 171.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5726. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5727. Event:InvokeServer(A_1, A_2)
  5728. end
  5729.  
  5730. function placeitemsset7main()
  5731. local A_1 = "Military-Grade Conveyor"
  5732. local A_2 = CFrame.new(-40.5, 202.299988, 212, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5733. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5734. Event:InvokeServer(A_1, A_2)
  5735.  
  5736. local A_1 = "Military-Grade Conveyor"
  5737. local A_2 = CFrame.new(-46.5, 202.299988, 212, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5738. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5739. Event:InvokeServer(A_1, A_2)
  5740.  
  5741. local A_1 = "Quantum Ore Cleaner "
  5742. local A_2 = CFrame.new(-55.5, 203.799988, 212, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5743. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5744. Event:InvokeServer(A_1, A_2)
  5745.  
  5746. local A_1 = "Large Conveyor Ramp"
  5747. local A_2 = CFrame.new(-69, 203.799988, 212, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5748. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5749. Event:InvokeServer(A_1, A_2)
  5750.  
  5751. local A_1 = "Ore Zapper"
  5752. local A_2 = CFrame.new(-79.5, 202.299988, 213.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5753. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5754. Event:InvokeServer(A_1, A_2)
  5755.  
  5756. local A_1 = "Ore Zapper"
  5757. local A_2 = CFrame.new(-85.5, 202.299988, 213.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5758. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5759. Event:InvokeServer(A_1, A_2)
  5760.  
  5761. local A_1 = "Ore Zapper"
  5762. local A_2 = CFrame.new(-91.5, 202.299988, 213.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5763. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5764. Event:InvokeServer(A_1, A_2)
  5765.  
  5766. local A_1 = "Large Conveyor Ramp"
  5767. local A_2 = CFrame.new(-102, 203.799988, 215, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5768. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5769. Event:InvokeServer(A_1, A_2)
  5770.  
  5771. local A_1 = "Satellite Beam"
  5772. local A_2 = CFrame.new(-114, 205.299988, 213.5, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5773. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5774. Event:InvokeServer(A_1, A_2)
  5775.  
  5776. local A_1 = "Endpoint Refiner"
  5777. local A_2 = CFrame.new(-118.5, 205.299988, 206, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5778. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5779. Event:InvokeServer(A_1, A_2)
  5780.  
  5781. local A_1 = "Basic Conveyor"
  5782. local A_2 = CFrame.new(-109.5, 202.299988, 206, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5783. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5784. Event:InvokeServer(A_1, A_2)
  5785.  
  5786. local A_1 = "Industrial Ore Welder"
  5787. local A_2 = CFrame.new(-108, 203.799988, 197, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5788. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5789. Event:InvokeServer(A_1, A_2)
  5790.  
  5791. local A_1 = "Industrial Ore Welder"
  5792. local A_2 = CFrame.new(-108, 203.799988, 185, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5793. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5794. Event:InvokeServer(A_1, A_2)
  5795.  
  5796. local A_1 = "Industrial Ore Welder"
  5797. local A_2 = CFrame.new(-108, 203.799988, 173, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5798. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5799. Event:InvokeServer(A_1, A_2)
  5800.  
  5801. local A_1 = "Industrial Ore Welder"
  5802. local A_2 = CFrame.new(-108, 203.799988, 161, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5803. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5804. Event:InvokeServer(A_1, A_2)
  5805.  
  5806. local A_1 = "Basic Conveyor"
  5807. local A_2 = CFrame.new(-97.5, 202.299988, 197, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5808. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5809. Event:InvokeServer(A_1, A_2)
  5810.  
  5811. local A_1 = "Basic Conveyor"
  5812. local A_2 = CFrame.new(-91.5, 202.299988, 197, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5813. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5814. Event:InvokeServer(A_1, A_2)
  5815.  
  5816. local A_1 = "Basic Conveyor"
  5817. local A_2 = CFrame.new(-97.5, 202.299988, 185, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5818. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5819. Event:InvokeServer(A_1, A_2)
  5820.  
  5821. local A_1 = "Basic Conveyor"
  5822. local A_2 = CFrame.new(-91.5, 202.299988, 185, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5823. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5824. Event:InvokeServer(A_1, A_2)
  5825.  
  5826. local A_1 = "Basic Conveyor"
  5827. local A_2 = CFrame.new(-97.5, 202.299988, 173, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5828. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5829. Event:InvokeServer(A_1, A_2)
  5830.  
  5831. local A_1 = "Basic Conveyor"
  5832. local A_2 = CFrame.new(-91.5, 202.299988, 173, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5833. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5834. Event:InvokeServer(A_1, A_2)
  5835.  
  5836. local A_1 = "Basic Conveyor"
  5837. local A_2 = CFrame.new(-97.5, 202.299988, 161, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5838. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5839. Event:InvokeServer(A_1, A_2)
  5840.  
  5841. local A_1 = "Basic Conveyor"
  5842. local A_2 = CFrame.new(-91.5, 202.299988, 161, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  5843. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5844. Event:InvokeServer(A_1, A_2)
  5845.  
  5846. local A_1 = "Coal Mine"
  5847. local A_2 = CFrame.new(-97.5, 205.299988, 203, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  5848. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5849. Event:InvokeServer(A_1, A_2)
  5850.  
  5851. local A_1 = "Coal Mine"
  5852. local A_2 = CFrame.new(-91.5, 205.299988, 203, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  5853. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5854. Event:InvokeServer(A_1, A_2)
  5855.  
  5856. local A_1 = "Coal Mine"
  5857. local A_2 = CFrame.new(-97.5, 205.299988, 191, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  5858. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5859. Event:InvokeServer(A_1, A_2)
  5860.  
  5861. local A_1 = "Coal Mine"
  5862. local A_2 = CFrame.new(-91.5, 205.299988, 191, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  5863. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5864. Event:InvokeServer(A_1, A_2)
  5865.  
  5866. local A_1 = "Coal Mine"
  5867. local A_2 = CFrame.new(-97.5, 205.299988, 179, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  5868. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5869. Event:InvokeServer(A_1, A_2)
  5870.  
  5871. local A_1 = "Coal Mine"
  5872. local A_2 = CFrame.new(-91.5, 205.299988, 179, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  5873. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5874. Event:InvokeServer(A_1, A_2)
  5875.  
  5876. local A_1 = "Coal Mine"
  5877. local A_2 = CFrame.new(-97.5, 205.299988, 167, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  5878. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5879. Event:InvokeServer(A_1, A_2)
  5880.  
  5881. local A_1 = "Coal Mine"
  5882. local A_2 = CFrame.new(-91.5, 205.299988, 167, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  5883. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5884. Event:InvokeServer(A_1, A_2)
  5885.  
  5886. local A_1 = "Coal Mine"
  5887. local A_2 = CFrame.new(-85.5, 205.299988, 197, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5888. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5889. Event:InvokeServer(A_1, A_2)
  5890.  
  5891. local A_1 = "Coal Mine"
  5892. local A_2 = CFrame.new(-85.5, 205.299988, 185, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5893. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5894. Event:InvokeServer(A_1, A_2)
  5895.  
  5896. local A_1 = "Coal Mine"
  5897. local A_2 = CFrame.new(-85.5, 205.299988, 173, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5898. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5899. Event:InvokeServer(A_1, A_2)
  5900.  
  5901. local A_1 = "Coal Mine"
  5902. local A_2 = CFrame.new(-85.5, 205.299988, 161, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  5903. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5904. Event:InvokeServer(A_1, A_2)
  5905.  
  5906. local A_1 = "Advanced Ore Scanner"
  5907. local A_2 = CFrame.new(-109.5, 205.299988, 149, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5908. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5909. Event:InvokeServer(A_1, A_2)
  5910.  
  5911. local A_1 = "Advanced Ore Scanner"
  5912. local A_2 = CFrame.new(-109.5, 205.299988, 137, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5913. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5914. Event:InvokeServer(A_1, A_2)
  5915.  
  5916. local A_1 = "Advanced Ore Scanner"
  5917. local A_2 = CFrame.new(-109.5, 205.299988, 125, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5918. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5919. Event:InvokeServer(A_1, A_2)
  5920.  
  5921. local A_1 = "Big Bad Blaster"
  5922. local A_2 = CFrame.new(-100.5, 203.799988, 123.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  5923. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5924. Event:InvokeServer(A_1, A_2)
  5925.  
  5926. local A_1 = "Big Bad Blaster"
  5927. local A_2 = CFrame.new(-118.5, 203.799988, 123.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5928. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5929. Event:InvokeServer(A_1, A_2)
  5930.  
  5931. local A_1 = "Frozen Justice"
  5932. local A_2 = CFrame.new(-109.5, 203.799988, 108.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  5933. local Event = game:GetService("ReplicatedStorage").PlaceItem
  5934. Event:InvokeServer(A_1, A_2)
  5935. end
  5936.  
  5937. --- Auto Setup 8 ---
  5938.  
  5939. local autoupgrade8layout = coroutine.create(function()
  5940. if placesetup8active ~= false then
  5941. print("Starting Setups for True Overlord Device [tsTG Cash required]")
  5942. while placesetup8active == true do
  5943. if fullcashvalue >= 6e17 then
  5944. if setuplevel8bstarted ~= true then
  5945. placesetup8aactive = false
  5946. placesetup8bactive = true
  5947. buystartitems8a = true
  5948. buystartitems8b = true
  5949. print("Auto Place Setup Level 8B Activated at: ".. cashvalue)
  5950. wait(1)
  5951. setuplevel8bstarted = true
  5952. buyitemsset8a1()
  5953. end
  5954. elseif fullcashvalue < 5e17 and setuplevel8astarted ~= true then
  5955. if setuplevel8astarted ~= true then
  5956. setuplevel8bstarted = false
  5957. placesetup8aactive = true
  5958. placesetup8bactive = false
  5959. buystartitems8a = false
  5960. buystartitems8b = true
  5961. placesetup8adone = false
  5962. buystartitems8adone = false
  5963. print("Level 8A started at: ".. cashvalue ..". Get to $500qd for the Full Setup.")
  5964. wait(1)
  5965. setuplevel8astarted = true
  5966. placeitemsset8a()
  5967. end
  5968. end
  5969. wait(5)
  5970. end
  5971. end
  5972. coroutine.yield()
  5973. end)
  5974.  
  5975. TextButtonAutoPlace8a.MouseButton1Click:connect(function()
  5976. if placesetup8active ~= true then
  5977. placesetup8active = true
  5978. TextButtonAutoPlace8.BackgroundColor3 = Color3.new(0, 0.5, 0)
  5979. TextButtonAutoPlace8a.Text = "STOP"
  5980. TextButtonAutoPlace8a.BackgroundColor3 = Color3.new(0, 0.5, 0)
  5981. coroutine.resume(autoupgrade8layout)
  5982. else
  5983. placesetup8active = false
  5984. print("True Overlord Device [setup 8] stopped")
  5985. setuplevel8astarted = false
  5986. setuplevel8bstarted = false
  5987. placesetup8aactive = false
  5988. placesetup8bactive = false
  5989. buystartitems8a = false
  5990. buystartitems8adone = false
  5991. TextButtonAutoPlace8.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  5992. TextButtonAutoPlace8a.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  5993. TextButtonAutoPlace8a.Text = "START"
  5994. end
  5995. end)
  5996.  
  5997. function placeitemsset8a()
  5998. if placesetup8aactive == true then
  5999. if placesetup8adone ~= true then
  6000. local Event = game:GetService("ReplicatedStorage").DestroyAll
  6001. Event:InvokeServer()
  6002. wait(1)
  6003.  
  6004. local A_1 = "Symmetrium Mine"
  6005. local A_2 = CFrame.new(-61.5, 206.799988, 141.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6006. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6007. Event:InvokeServer(A_1, A_2)
  6008.  
  6009. local A_1 = "Nature's Grip"
  6010. local A_2 = CFrame.new(-64.5, 205.299988, 155, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6011. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6012. Event:InvokeServer(A_1, A_2)
  6013.  
  6014. placesetup8adone = true
  6015. end
  6016. end
  6017. end
  6018.  
  6019. function buyitemsset8a1()
  6020. if buystartitems8a == true then
  6021. if buystartitems8adone ~= true then
  6022. print("Buying Main Setup Items for True Overlord Device")
  6023. wait(0.5)
  6024. game.ReplicatedStorage.BuyItem:InvokeServer('Basic Conveyor', 50)
  6025. wait(0.2)
  6026. game.ReplicatedStorage.BuyItem:InvokeServer('Military-Grade Conveyor', 80)
  6027. wait(0.2)
  6028. game.ReplicatedStorage.BuyItem:InvokeServer('Nuclear Conveyor', 30)
  6029. wait(0.2)
  6030. game.ReplicatedStorage.BuyItem:InvokeServer('Conveyor Ramp', 20)
  6031. wait(0.2)
  6032. game.ReplicatedStorage.BuyItem:InvokeServer('Large Conveyor Ramp', 4)
  6033. wait(0.2)
  6034. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Replicator', 3)
  6035. wait(0.2)
  6036. game.ReplicatedStorage.BuyItem:InvokeServer('Raised Shielded Conveyor', 50)
  6037. wait(0.2)
  6038. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Teleporter (Sender)', 1)
  6039. wait(0.2)
  6040. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Teleporter (Receiver)', 1)
  6041. wait(0.2)
  6042. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Recliner', 2)
  6043. wait(0.2)
  6044. game.ReplicatedStorage.BuyItem:InvokeServer('Coal Mine', 12)
  6045. wait(0.2)
  6046. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Zapper', 4)
  6047. wait(0.2)
  6048. game.ReplicatedStorage.BuyItem:InvokeServer('Satellite Beam', 1)
  6049. wait(0.2)
  6050. game.ReplicatedStorage.BuyItem:InvokeServer('Endpoint Refiner', 1)
  6051. wait(0.2)
  6052. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Hoister', 1)
  6053. wait(0.2)
  6054. game.ReplicatedStorage.BuyItem:InvokeServer('Advanced Ore Scanner', 3)
  6055. wait(0.2)
  6056. game.ReplicatedStorage.BuyItem:InvokeServer('Pink Teleporter (Receiver)', 2)
  6057. wait(0.2)
  6058. game.ReplicatedStorage.BuyItem:InvokeServer('Pink Teleporter (Sender)', 1)
  6059. wait(0.2)
  6060. game.ReplicatedStorage.BuyItem:InvokeServer('Tiny Conveyor', 60)
  6061. wait(0.2)
  6062. game.ReplicatedStorage.BuyItem:InvokeServer('Portable Ore Stopper', 70)
  6063. wait(0.2)
  6064. game.ReplicatedStorage.BuyItem:InvokeServer('Steel Wall', 8)
  6065. wait(0.2)
  6066. game.ReplicatedStorage.BuyItem:InvokeServer('Conveyor Wall', 24)
  6067. wait(0.2)
  6068. game.ReplicatedStorage.BuyItem:InvokeServer('Metal Wall Segment', 6)
  6069. wait(0.2)
  6070. game.ReplicatedStorage.BuyItem:InvokeServer('Ore Gate', 1)
  6071. wait(0.2)
  6072. game.ReplicatedStorage.BuyItem:InvokeServer('Industrial Ore Welder', 4)
  6073. wait(0.2)
  6074. game.ReplicatedStorage.BuyItem:InvokeServer('Flaming Ore Scanner', 1)
  6075. wait(0.2)
  6076. game.ReplicatedStorage.BuyItem:InvokeServer('Lightningbolt Refiner', 1)
  6077. wait(0.2)
  6078. game.ReplicatedStorage.BuyItem:InvokeServer('Suspended Refiner', 2)
  6079. wait(0.2)
  6080. game.ReplicatedStorage.BuyItem:InvokeServer('Orbitable Upgrader', 4)
  6081. wait(0.2)
  6082.  
  6083. buystartitems8adone = true
  6084. end
  6085. end
  6086. placeitemsset8a1()
  6087. end
  6088.  
  6089. function placeitemsset8a1()
  6090. local Event = game:GetService("ReplicatedStorage").DestroyAll
  6091. Event:InvokeServer()
  6092. wait(1)
  6093.  
  6094. local A_1 = "Symmetrium Mine"
  6095. local A_2 = CFrame.new(7.49999952, 206.799988, 249.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  6096. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6097. Event:InvokeServer(A_1, A_2)
  6098.  
  6099. local A_1 = "Symmetrium Mine"
  6100. local A_2 = CFrame.new(-4.5, 206.799988, 249.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  6101. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6102. Event:InvokeServer(A_1, A_2)
  6103.  
  6104. local A_1 = "Ore Replicator"
  6105. local A_2 = CFrame.new(9, 205.299988, 228.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6106. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6107. Event:InvokeServer(A_1, A_2)
  6108.  
  6109. local A_1 = "Ore Replicator"
  6110. local A_2 = CFrame.new(-3, 205.299988, 228.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6111. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6112. Event:InvokeServer(A_1, A_2)
  6113.  
  6114. local A_1 = "Raised Shielded Conveyor"
  6115. local A_2 = CFrame.new(10.5, 202.299988, 234.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6116. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6117. Event:InvokeServer(A_1, A_2)
  6118.  
  6119. local A_1 = "Raised Shielded Conveyor"
  6120. local A_2 = CFrame.new(4.5, 202.299988, 234.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6121. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6122. Event:InvokeServer(A_1, A_2)
  6123.  
  6124. local A_1 = "Raised Shielded Conveyor"
  6125. local A_2 = CFrame.new(-1.5, 202.299988, 234.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6126. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6127. Event:InvokeServer(A_1, A_2)
  6128.  
  6129. local A_1 = "Raised Shielded Conveyor"
  6130. local A_2 = CFrame.new(-7.5, 202.299988, 234.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6131. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6132. Event:InvokeServer(A_1, A_2)
  6133.  
  6134. local A_1 = "Tiny Conveyor"
  6135. local A_2 = CFrame.new(-12, 202.299988, 234.5, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6136. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6137. Event:InvokeServer(A_1, A_2)
  6138.  
  6139. local A_1 = "Tiny Conveyor"
  6140. local A_2 = CFrame.new(-12, 202.299988, 231.5, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6141. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6142. Event:InvokeServer(A_1, A_2)
  6143.  
  6144. local A_1 = "Tiny Conveyor"
  6145. local A_2 = CFrame.new(-12, 202.299988, 228.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6146. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6147. Event:InvokeServer(A_1, A_2)
  6148.  
  6149. local A_1 = "Conveyor Ramp"
  6150. local A_2 = CFrame.new(-16.5, 203.799988, 230, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6151. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6152. Event:InvokeServer(A_1, A_2)
  6153.  
  6154. local A_1 = "Military-Grade Conveyor"
  6155. local A_2 = CFrame.new(-22.5, 202.299988, 230, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6156. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6157. Event:InvokeServer(A_1, A_2)
  6158.  
  6159. local A_1 = "Nuclear Conveyor"
  6160. local A_2 = CFrame.new(-22.5, 202.299988, 224, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6161. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6162. Event:InvokeServer(A_1, A_2)
  6163.  
  6164. local A_1 = "Nuclear Conveyor"
  6165. local A_2 = CFrame.new(-22.5, 202.299988, 218, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6166. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6167. Event:InvokeServer(A_1, A_2)
  6168.  
  6169. local A_1 = "Nuclear Conveyor"
  6170. local A_2 = CFrame.new(-22.5, 202.299988, 212, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6171. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6172. Event:InvokeServer(A_1, A_2)
  6173.  
  6174. local A_1 = "Nuclear Conveyor"
  6175. local A_2 = CFrame.new(-22.5, 202.299988, 206, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6176. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6177. Event:InvokeServer(A_1, A_2)
  6178.  
  6179. local A_1 = "Nuclear Conveyor"
  6180. local A_2 = CFrame.new(-22.5, 202.299988, 200, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6181. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6182. Event:InvokeServer(A_1, A_2)
  6183.  
  6184. local A_1 = "Nuclear Conveyor"
  6185. local A_2 = CFrame.new(-22.5, 202.299988, 194, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6186. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6187. Event:InvokeServer(A_1, A_2)
  6188.  
  6189. local A_1 = "Conveyor Ramp"
  6190. local A_2 = CFrame.new(-22.5, 203.799988, 188, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6191. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6192. Event:InvokeServer(A_1, A_2)
  6193.  
  6194. local A_1 = "Morning Star"
  6195. local A_2 = CFrame.new(-22.5, 206.799988, 179, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  6196. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6197. Event:InvokeServer(A_1, A_2)
  6198.  
  6199. local A_1 = "Nuclear Conveyor"
  6200. local A_2 = CFrame.new(-22.5, 202.299988, 170, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6201. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6202. Event:InvokeServer(A_1, A_2)
  6203.  
  6204. local A_1 = "Nuclear Conveyor"
  6205. local A_2 = CFrame.new(-22.5, 202.299988, 164, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6206. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6207. Event:InvokeServer(A_1, A_2)
  6208.  
  6209. local A_1 = "Nuclear Conveyor"
  6210. local A_2 = CFrame.new(-22.5, 202.299988, 158, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6211. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6212. Event:InvokeServer(A_1, A_2)
  6213.  
  6214. local A_1 = "Nuclear Conveyor"
  6215. local A_2 = CFrame.new(-22.5, 202.299988, 152, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6216. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6217. Event:InvokeServer(A_1, A_2)
  6218.  
  6219. local A_1 = "Nuclear Conveyor"
  6220. local A_2 = CFrame.new(-22.5, 202.299988, 146, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6221. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6222. Event:InvokeServer(A_1, A_2)
  6223.  
  6224. local A_1 = "Nuclear Conveyor"
  6225. local A_2 = CFrame.new(-22.5, 202.299988, 140, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6226. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6227. Event:InvokeServer(A_1, A_2)
  6228.  
  6229. local A_1 = "Conveyor Ramp"
  6230. local A_2 = CFrame.new(-22.5, 203.799988, 134, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6231. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6232. Event:InvokeServer(A_1, A_2)
  6233.  
  6234. local A_1 = "Morning Star"
  6235. local A_2 = CFrame.new(-22.5, 206.799988, 125, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  6236. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6237. Event:InvokeServer(A_1, A_2)
  6238.  
  6239. local A_1 = "Reversible Conveyor"
  6240. local A_2 = CFrame.new(-22.5, 202.299988, 114.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  6241. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6242. Event:InvokeServer(A_1, A_2)
  6243.  
  6244. local A_1 = "Conveyor Ramp"
  6245. local A_2 = CFrame.new(-28.5, 203.799988, 116, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6246. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6247. Event:InvokeServer(A_1, A_2)
  6248.  
  6249. local A_1 = "Military-Grade Conveyor"
  6250. local A_2 = CFrame.new(-34.5, 202.299988, 116, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  6251. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6252. Event:InvokeServer(A_1, A_2)
  6253.  
  6254. local A_1 = "Conveyor Wall"
  6255. local A_2 = CFrame.new(-34.5, 202.199982, 111.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  6256. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6257. Event:InvokeServer(A_1, A_2)
  6258.  
  6259. local A_1 = "Conveyor Wall"
  6260. local A_2 = CFrame.new(-39, 202.199982, 116, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6261. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6262. Event:InvokeServer(A_1, A_2)
  6263.  
  6264. local A_1 = "Nuclear Conveyor"
  6265. local A_2 = CFrame.new(-34.5, 202.299988, 122, 1, 0, 1.45519152e-11, 0, 1, 0, -1.45519152e-11, 0, 1)
  6266. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6267. Event:InvokeServer(A_1, A_2)
  6268.  
  6269. local A_1 = "Nuclear Conveyor"
  6270. local A_2 = CFrame.new(-34.5, 202.299988, 128, 1, 0, 1.45519152e-11, 0, 1, 0, -1.45519152e-11, 0, 1)
  6271. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6272. Event:InvokeServer(A_1, A_2)
  6273.  
  6274. local A_1 = "Nuclear Conveyor"
  6275. local A_2 = CFrame.new(-34.5, 202.299988, 134, 1, 0, 1.45519152e-11, 0, 1, 0, -1.45519152e-11, 0, 1)
  6276. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6277. Event:InvokeServer(A_1, A_2)
  6278.  
  6279. local A_1 = "Nuclear Conveyor"
  6280. local A_2 = CFrame.new(-34.5, 202.299988, 140, 1, 0, 1.45519152e-11, 0, 1, 0, -1.45519152e-11, 0, 1)
  6281. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6282. Event:InvokeServer(A_1, A_2)
  6283.  
  6284. local A_1 = "Nuclear Conveyor"
  6285. local A_2 = CFrame.new(-34.5, 202.299988, 146, 1, 0, 1.45519152e-11, 0, 1, 0, -1.45519152e-11, 0, 1)
  6286. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6287. Event:InvokeServer(A_1, A_2)
  6288.  
  6289. local A_1 = "Nuclear Conveyor"
  6290. local A_2 = CFrame.new(-34.5, 202.299988, 152, 1, 0, 1.45519152e-11, 0, 1, 0, -1.45519152e-11, 0, 1)
  6291. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6292. Event:InvokeServer(A_1, A_2)
  6293.  
  6294. local A_1 = "Conveyor Ramp"
  6295. local A_2 = CFrame.new(-34.5, 203.799988, 158, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  6296. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6297. Event:InvokeServer(A_1, A_2)
  6298.  
  6299. local A_1 = "Morning Star"
  6300. local A_2 = CFrame.new(-34.5, 206.799988, 167, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6301. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6302. Event:InvokeServer(A_1, A_2)
  6303.  
  6304. local A_1 = "Nuclear Conveyor"
  6305. local A_2 = CFrame.new(-34.5, 202.299988, 176, 1, 0, 1.45519152e-11, 0, 1, 0, -1.45519152e-11, 0, 1)
  6306. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6307. Event:InvokeServer(A_1, A_2)
  6308.  
  6309. local A_1 = "Nuclear Conveyor"
  6310. local A_2 = CFrame.new(-34.5, 202.299988, 182, 1, 0, 1.45519152e-11, 0, 1, 0, -1.45519152e-11, 0, 1)
  6311. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6312. Event:InvokeServer(A_1, A_2)
  6313.  
  6314. local A_1 = "Nuclear Conveyor"
  6315. local A_2 = CFrame.new(-34.5, 202.299988, 188, 1, 0, 1.45519152e-11, 0, 1, 0, -1.45519152e-11, 0, 1)
  6316. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6317. Event:InvokeServer(A_1, A_2)
  6318.  
  6319. local A_1 = "Nuclear Conveyor"
  6320. local A_2 = CFrame.new(-34.5, 202.299988, 194, 1, 0, 1.45519152e-11, 0, 1, 0, -1.45519152e-11, 0, 1)
  6321. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6322. Event:InvokeServer(A_1, A_2)
  6323.  
  6324. local A_1 = "Nuclear Conveyor"
  6325. local A_2 = CFrame.new(-34.5, 202.299988, 200, 1, 0, 1.45519152e-11, 0, 1, 0, -1.45519152e-11, 0, 1)
  6326. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6327. Event:InvokeServer(A_1, A_2)
  6328.  
  6329. local A_1 = "Nuclear Conveyor"
  6330. local A_2 = CFrame.new(-34.5, 202.299988, 206, 1, 0, 1.45519152e-11, 0, 1, 0, -1.45519152e-11, 0, 1)
  6331. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6332. Event:InvokeServer(A_1, A_2)
  6333.  
  6334. local A_1 = "Conveyor Ramp"
  6335. local A_2 = CFrame.new(-34.5, 203.799988, 212, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  6336. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6337. Event:InvokeServer(A_1, A_2)
  6338.  
  6339. local A_1 = "Morning Star"
  6340. local A_2 = CFrame.new(-34.5, 206.799988, 221, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6341. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6342. Event:InvokeServer(A_1, A_2)
  6343.  
  6344. local A_1 = "Conveyor Ramp"
  6345. local A_2 = CFrame.new(-28.5, 203.799988, 230, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  6346. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6347. Event:InvokeServer(A_1, A_2)
  6348.  
  6349. local A_1 = "Basic Conveyor"
  6350. local A_2 = CFrame.new(-34.5, 202.299988, 230, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  6351. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6352. Event:InvokeServer(A_1, A_2)
  6353.  
  6354. local A_1 = "Conveyor Wall"
  6355. local A_2 = CFrame.new(-34.5, 202.199982, 234.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6356. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6357. Event:InvokeServer(A_1, A_2)
  6358.  
  6359. local A_1 = "Conveyor Wall"
  6360. local A_2 = CFrame.new(-39, 202.199982, 230, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6361. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6362. Event:InvokeServer(A_1, A_2)
  6363.  
  6364. local A_1 = game:GetService("Workspace").Tycoons.Factory1["Reversible Conveyor"].Model.Button
  6365. local Event = game:GetService("ReplicatedStorage").Click
  6366. Event:FireServer(A_1)
  6367.  
  6368. wait(0.5)
  6369. placeitemsset8a2()
  6370. end
  6371.  
  6372. function placeitemsset8a2()
  6373. local A_1 = "Military-Grade Conveyor"
  6374. local A_2 = CFrame.new(-16.5, 202.299988, 116, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  6375. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6376. Event:InvokeServer(A_1, A_2)
  6377.  
  6378. local A_1 = "Military-Grade Conveyor"
  6379. local A_2 = CFrame.new(-10.5, 202.299988, 116, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  6380. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6381. Event:InvokeServer(A_1, A_2)
  6382.  
  6383. local A_1 = "Military-Grade Conveyor"
  6384. local A_2 = CFrame.new(-4.5, 202.299988, 116, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  6385. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6386. Event:InvokeServer(A_1, A_2)
  6387.  
  6388. local A_1 = "Military-Grade Conveyor"
  6389. local A_2 = CFrame.new(-13.5, 202.299988, 116, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  6390. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6391. Event:InvokeServer(A_1, A_2)
  6392.  
  6393. local A_1 = "Military-Grade Conveyor"
  6394. local A_2 = CFrame.new(-7.5, 202.299988, 116, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  6395. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6396. Event:InvokeServer(A_1, A_2)
  6397.  
  6398. local A_1 = "Metal Wall Segment"
  6399. local A_2 = CFrame.new(7.5, 211.299988, 173, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6400. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6401. Event:InvokeServer(A_1, A_2)
  6402.  
  6403. local A_1 = "Metal Wall Segment"
  6404. local A_2 = CFrame.new(-4.5, 211.299988, 173, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6405. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6406. Event:InvokeServer(A_1, A_2)
  6407.  
  6408. local A_1 = "Tiny Conveyor"
  6409. local A_2 = CFrame.new(-3, 202.299988, 117.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  6410. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6411. Event:InvokeServer(A_1, A_2)
  6412.  
  6413. local A_1 = "Tiny Conveyor"
  6414. local A_2 = CFrame.new(-3, 202.299988, 114.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  6415. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6416. Event:InvokeServer(A_1, A_2)
  6417.  
  6418. local A_1 = "Steel Wall"
  6419. local A_2 = CFrame.new(10.5, 211.299988, 101, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  6420. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6421. Event:InvokeServer(A_1, A_2)
  6422.  
  6423. local A_1 = "Steel Wall"
  6424. local A_2 = CFrame.new(-4.5, 211.299988, 98, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  6425. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6426. Event:InvokeServer(A_1, A_2)
  6427.  
  6428. local A_1 = "Metal Wall Segment"
  6429. local A_2 = CFrame.new(10.5, 211.299988, 116, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6430. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6431. Event:InvokeServer(A_1, A_2)
  6432.  
  6433. local A_1 = "Pink Teleporter (Receiver)"
  6434. local A_2 = CFrame.new(0, 203.799988, 107, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  6435. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6436. Event:InvokeServer(A_1, A_2)
  6437.  
  6438. local A_1 = "Basic Conveyor"
  6439. local A_2 = CFrame.new(1.5, 202.299988, 116, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  6440. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6441. Event:InvokeServer(A_1, A_2)
  6442.  
  6443. local A_1 = "Tiny Conveyor"
  6444. local A_2 = CFrame.new(6, 202.299988, 117.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6445. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6446. Event:InvokeServer(A_1, A_2)
  6447.  
  6448. local A_1 = "Tiny Conveyor"
  6449. local A_2 = CFrame.new(6, 202.299988, 114.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  6450. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6451. Event:InvokeServer(A_1, A_2)
  6452.  
  6453. local A_1 = "Tiny Conveyor"
  6454. local A_2 = CFrame.new(6, 202.299988, 120.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6455. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6456. Event:InvokeServer(A_1, A_2)
  6457.  
  6458. local A_1 = "Tiny Conveyor"
  6459. local A_2 = CFrame.new(0, 202.299988, 120.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  6460. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6461. Event:InvokeServer(A_1, A_2)
  6462.  
  6463. local A_1 = "Conveyor Wall"
  6464. local A_2 = CFrame.new(12, 202.199982, 116, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  6465. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6466. Event:InvokeServer(A_1, A_2)
  6467.  
  6468. local A_1 = "Conveyor Wall"
  6469. local A_2 = CFrame.new(10.5, 202.199982, 120.5, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  6470. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6471. Event:InvokeServer(A_1, A_2)
  6472.  
  6473. local A_1 = "Tiny Conveyor"
  6474. local A_2 = CFrame.new(3, 202.299988, 120.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6475. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6476. Event:InvokeServer(A_1, A_2)
  6477.  
  6478. local A_1 = "Tiny Conveyor"
  6479. local A_2 = CFrame.new(3, 202.299988, 123.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6480. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6481. Event:InvokeServer(A_1, A_2)
  6482.  
  6483. local A_1 = "Tiny Conveyor"
  6484. local A_2 = CFrame.new(3, 202.299988, 126.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6485. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6486. Event:InvokeServer(A_1, A_2)
  6487.  
  6488. local A_1 = "Tiny Conveyor"
  6489. local A_2 = CFrame.new(3, 202.299988, 129.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6490. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6491. Event:InvokeServer(A_1, A_2)
  6492.  
  6493. local A_1 = "Tiny Conveyor"
  6494. local A_2 = CFrame.new(3, 202.299988, 132.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6495. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6496. Event:InvokeServer(A_1, A_2)
  6497.  
  6498. local A_1 = "Tiny Conveyor"
  6499. local A_2 = CFrame.new(3, 202.299988, 135.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6500. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6501. Event:InvokeServer(A_1, A_2)
  6502.  
  6503. local A_1 = "Tiny Conveyor"
  6504. local A_2 = CFrame.new(3, 202.299988, 138.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6505. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6506. Event:InvokeServer(A_1, A_2)
  6507.  
  6508. local A_1 = "Tiny Conveyor"
  6509. local A_2 = CFrame.new(3, 202.299988, 141.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6510. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6511. Event:InvokeServer(A_1, A_2)
  6512.  
  6513. local A_1 = "Tiny Conveyor"
  6514. local A_2 = CFrame.new(3, 202.299988, 144.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6515. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6516. Event:InvokeServer(A_1, A_2)
  6517.  
  6518. local A_1 = "Tiny Conveyor"
  6519. local A_2 = CFrame.new(3, 202.299988, 147.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6520. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6521. Event:InvokeServer(A_1, A_2)
  6522.  
  6523. local A_1 = "Tiny Conveyor"
  6524. local A_2 = CFrame.new(3, 202.299988, 150.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6525. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6526. Event:InvokeServer(A_1, A_2)
  6527.  
  6528. local A_1 = "Tiny Conveyor"
  6529. local A_2 = CFrame.new(3, 202.299988, 153.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6530. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6531. Event:InvokeServer(A_1, A_2)
  6532.  
  6533. local A_1 = "Tiny Conveyor"
  6534. local A_2 = CFrame.new(3, 202.299988, 156.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6535. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6536. Event:InvokeServer(A_1, A_2)
  6537.  
  6538. local A_1 = "Tiny Conveyor"
  6539. local A_2 = CFrame.new(3, 202.299988, 159.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6540. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6541. Event:InvokeServer(A_1, A_2)
  6542.  
  6543. local A_1 = "Tiny Conveyor"
  6544. local A_2 = CFrame.new(3, 202.299988, 162.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6545. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6546. Event:InvokeServer(A_1, A_2)
  6547.  
  6548. local A_1 = "Tiny Conveyor"
  6549. local A_2 = CFrame.new(3, 202.299988, 165.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6550. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6551. Event:InvokeServer(A_1, A_2)
  6552.  
  6553. local A_1 = "Tiny Conveyor"
  6554. local A_2 = CFrame.new(3, 202.299988, 168.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6555. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6556. Event:InvokeServer(A_1, A_2)
  6557.  
  6558. local A_1 = "Steel Wall"
  6559. local A_2 = CFrame.new(-1.5, 211.299988, 134, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6560. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6561. Event:InvokeServer(A_1, A_2)
  6562.  
  6563. local A_1 = "Steel Wall"
  6564. local A_2 = CFrame.new(7.5, 211.299988, 134, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6565. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6566. Event:InvokeServer(A_1, A_2)
  6567.  
  6568. local A_1 = "Steel Wall"
  6569. local A_2 = CFrame.new(7.5, 211.299988, 158, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6570. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6571. Event:InvokeServer(A_1, A_2)
  6572.  
  6573. local A_1 = "Steel Wall"
  6574. local A_2 = CFrame.new(-1.5, 211.299988, 158, -1, 0, 2.7814184e-07, 0, 1, 0, -2.7814184e-07, 0, -1)
  6575. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6576. Event:InvokeServer(A_1, A_2)
  6577.  
  6578. local A_1 = "Pink Teleporter (Sender)"
  6579. local A_2 = CFrame.new(1.5, 203.799988, 173, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6580. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6581. Event:InvokeServer(A_1, A_2)
  6582.  
  6583. local A_1 = "Steel Wall"
  6584. local A_2 = CFrame.new(4.5, 211.299988, 179, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6585. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6586. Event:InvokeServer(A_1, A_2)
  6587.  
  6588. local A_1 = "Dragon Blaster"
  6589. local A_2 = CFrame.new(-10.5, 205.299988, 150.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6590. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6591. Event:InvokeServer(A_1, A_2)
  6592.  
  6593. placeitemsset8a3()
  6594. end
  6595.  
  6596. function placeitemsset8a3()
  6597. local A_1 = "Ore Teleporter (Receiver)"
  6598. local A_2 = CFrame.new(-34.5, 203.799988, 243.5, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  6599. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6600. Event:InvokeServer(A_1, A_2)
  6601.  
  6602. local A_1 = "Astral Predicter"
  6603. local A_2 = CFrame.new(-46.5, 206.799988, 245, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6604. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6605. Event:InvokeServer(A_1, A_2)
  6606.  
  6607. local A_1 = "Wild Spore"
  6608. local A_2 = CFrame.new(-58.5, 203.799988, 245, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6609. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6610. Event:InvokeServer(A_1, A_2)
  6611.  
  6612. local A_1 = "Quantum Ore Cleaner "
  6613. local A_2 = CFrame.new(-70.5, 203.799988, 245, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6614. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6615. Event:InvokeServer(A_1, A_2)
  6616.  
  6617. local A_1 = "The Catalyst"
  6618. local A_2 = CFrame.new(-85.5, 208.299988, 245, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6619. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6620. Event:InvokeServer(A_1, A_2)
  6621.  
  6622. local A_1 = "Overlord Device"
  6623. local A_2 = CFrame.new(-103.5, 205.299988, 245, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6624. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6625. Event:InvokeServer(A_1, A_2)
  6626.  
  6627. local A_1 = "Large Conveyor Ramp"
  6628. local A_2 = CFrame.new(-120, 203.799988, 245, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  6629. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6630. Event:InvokeServer(A_1, A_2)
  6631.  
  6632. local A_1 = "Satellite Beam"
  6633. local A_2 = CFrame.new(-132, 205.299988, 243.5, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6634. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6635. Event:InvokeServer(A_1, A_2)
  6636.  
  6637. local A_1 = "Endpoint Refiner"
  6638. local A_2 = CFrame.new(-133.5, 205.299988, 236, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  6639. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6640. Event:InvokeServer(A_1, A_2)
  6641.  
  6642. local A_1 = "Basic Conveyor"
  6643. local A_2 = CFrame.new(-142.5, 202.299988, 236, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6644. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6645. Event:InvokeServer(A_1, A_2)
  6646.  
  6647. local A_1 = "Large Conveyor Ramp"
  6648. local A_2 = CFrame.new(-142.5, 203.799988, 225.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6649. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6650. Event:InvokeServer(A_1, A_2)
  6651.  
  6652. local A_1 = "Ore Recliner"
  6653. local A_2 = CFrame.new(-144, 203.799988, 213.5, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6654. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6655. Event:InvokeServer(A_1, A_2)
  6656.  
  6657. local A_1 = "Ore Zapper"
  6658. local A_2 = CFrame.new(-144, 202.299988, 206, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6659. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6660. Event:InvokeServer(A_1, A_2)
  6661.  
  6662. local A_1 = "Ore Zapper"
  6663. local A_2 = CFrame.new(-144, 202.299988, 200, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6664. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6665. Event:InvokeServer(A_1, A_2)
  6666.  
  6667. local A_1 = "Ore Zapper"
  6668. local A_2 = CFrame.new(-144, 202.299988, 194, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6669. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6670. Event:InvokeServer(A_1, A_2)
  6671.  
  6672. local A_1 = "Ore Zapper"
  6673. local A_2 = CFrame.new(-144, 202.299988, 188, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6674. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6675. Event:InvokeServer(A_1, A_2)
  6676.  
  6677. local A_1 = "Orbitable Upgrader"
  6678. local A_2 = CFrame.new(-151.5, 203.799988, 201.5, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6679. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6680. Event:InvokeServer(A_1, A_2)
  6681.  
  6682. local A_1 = "Orbitable Upgrader"
  6683. local A_2 = CFrame.new(-151.5, 203.799988, 192.5, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  6684. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6685. Event:InvokeServer(A_1, A_2)
  6686.  
  6687. local A_1 = "Orbitable Upgrader"
  6688. local A_2 = CFrame.new(-136.5, 203.799988, 192.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  6689. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6690. Event:InvokeServer(A_1, A_2)
  6691.  
  6692. local A_1 = "Orbitable Upgrader"
  6693. local A_2 = CFrame.new(-136.5, 203.799988, 201.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  6694. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6695. Event:InvokeServer(A_1, A_2)
  6696.  
  6697. local A_1 = "Raised Shielded Conveyor"
  6698. local A_2 = CFrame.new(-144, 202.299988, 182, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6699. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6700. Event:InvokeServer(A_1, A_2)
  6701.  
  6702. local A_1 = "Raised Shielded Conveyor"
  6703. local A_2 = CFrame.new(-144, 202.299988, 176, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6704. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6705. Event:InvokeServer(A_1, A_2)
  6706.  
  6707. local A_1 = "Raised Shielded Conveyor"
  6708. local A_2 = CFrame.new(-144, 202.299988, 170, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6709. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6710. Event:InvokeServer(A_1, A_2)
  6711.  
  6712. local A_1 = "Raised Shielded Conveyor"
  6713. local A_2 = CFrame.new(-144, 202.299988, 164, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6714. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6715. Event:InvokeServer(A_1, A_2)
  6716.  
  6717. local A_1 = "Raised Shielded Conveyor"
  6718. local A_2 = CFrame.new(-144, 202.299988, 158, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6719. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6720. Event:InvokeServer(A_1, A_2)
  6721.  
  6722. local A_1 = "Raised Shielded Conveyor"
  6723. local A_2 = CFrame.new(-144, 202.299988, 152, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6724. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6725. Event:InvokeServer(A_1, A_2)
  6726.  
  6727. local A_1 = "Raised Shielded Conveyor"
  6728. local A_2 = CFrame.new(-144, 202.299988, 146, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6729. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6730. Event:InvokeServer(A_1, A_2)
  6731.  
  6732. local A_1 = "Raised Shielded Conveyor"
  6733. local A_2 = CFrame.new(-144, 202.299988, 140, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6734. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6735. Event:InvokeServer(A_1, A_2)
  6736.  
  6737. local A_1 = "Raised Shielded Conveyor"
  6738. local A_2 = CFrame.new(-144, 202.299988, 134, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6739. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6740. Event:InvokeServer(A_1, A_2)
  6741.  
  6742. local A_1 = "Raised Shielded Conveyor"
  6743. local A_2 = CFrame.new(-144, 202.299988, 128, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6744. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6745. Event:InvokeServer(A_1, A_2)
  6746.  
  6747. local A_1 = "Raised Shielded Conveyor"
  6748. local A_2 = CFrame.new(-144, 202.299988, 122, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6749. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6750. Event:InvokeServer(A_1, A_2)
  6751.  
  6752. local A_1 = "Raised Shielded Conveyor"
  6753. local A_2 = CFrame.new(-144, 202.299988, 116, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6754. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6755. Event:InvokeServer(A_1, A_2)
  6756.  
  6757. local A_1 = "Raised Shielded Conveyor"
  6758. local A_2 = CFrame.new(-144, 202.299988, 110, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6759. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6760. Event:InvokeServer(A_1, A_2)
  6761.  
  6762. local A_1 = "Portable Ore Stopper"
  6763. local A_2 = CFrame.new(-148.5, 203.799988, 182, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6764. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6765. Event:InvokeServer(A_1, A_2)
  6766.  
  6767. placeitemsset8a4()
  6768. end
  6769.  
  6770. function placeitemsset8a4()
  6771. local A_1 = "Portable Ore Stopper"
  6772. local A_2 = CFrame.new(-148.5, 203.799988, 176, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6773. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6774. Event:InvokeServer(A_1, A_2)
  6775.  
  6776. local A_1 = "Portable Ore Stopper"
  6777. local A_2 = CFrame.new(-148.5, 203.799988, 170, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6778. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6779. Event:InvokeServer(A_1, A_2)
  6780.  
  6781. local A_1 = "Portable Ore Stopper"
  6782. local A_2 = CFrame.new(-148.5, 203.799988, 164, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6783. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6784. Event:InvokeServer(A_1, A_2)
  6785.  
  6786. local A_1 = "Portable Ore Stopper"
  6787. local A_2 = CFrame.new(-148.5, 203.799988, 158, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6788. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6789. Event:InvokeServer(A_1, A_2)
  6790.  
  6791. local A_1 = "Portable Ore Stopper"
  6792. local A_2 = CFrame.new(-148.5, 203.799988, 152, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6793. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6794. Event:InvokeServer(A_1, A_2)
  6795.  
  6796. local A_1 = "Portable Ore Stopper"
  6797. local A_2 = CFrame.new(-148.5, 203.799988, 146, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6798. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6799. Event:InvokeServer(A_1, A_2)
  6800.  
  6801. local A_1 = "Portable Ore Stopper"
  6802. local A_2 = CFrame.new(-148.5, 203.799988, 140, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6803. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6804. Event:InvokeServer(A_1, A_2)
  6805.  
  6806. local A_1 = "Portable Ore Stopper"
  6807. local A_2 = CFrame.new(-148.5, 203.799988, 134, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6808. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6809. Event:InvokeServer(A_1, A_2)
  6810.  
  6811. local A_1 = "Portable Ore Stopper"
  6812. local A_2 = CFrame.new(-148.5, 203.799988, 128, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6813. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6814. Event:InvokeServer(A_1, A_2)
  6815.  
  6816. local A_1 = "Portable Ore Stopper"
  6817. local A_2 = CFrame.new(-148.5, 203.799988, 122, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6818. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6819. Event:InvokeServer(A_1, A_2)
  6820.  
  6821. local A_1 = "Portable Ore Stopper"
  6822. local A_2 = CFrame.new(-148.5, 203.799988, 116, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6823. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6824. Event:InvokeServer(A_1, A_2)
  6825.  
  6826. local A_1 = "Portable Ore Stopper"
  6827. local A_2 = CFrame.new(-148.5, 203.799988, 110, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6828. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6829. Event:InvokeServer(A_1, A_2)
  6830.  
  6831. local A_1 = "Portable Ore Stopper"
  6832. local A_2 = CFrame.new(-139.5, 203.799988, 182, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6833. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6834. Event:InvokeServer(A_1, A_2)
  6835.  
  6836. local A_1 = "Portable Ore Stopper"
  6837. local A_2 = CFrame.new(-139.5, 203.799988, 176, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6838. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6839. Event:InvokeServer(A_1, A_2)
  6840.  
  6841. local A_1 = "Portable Ore Stopper"
  6842. local A_2 = CFrame.new(-139.5, 203.799988, 170, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6843. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6844. Event:InvokeServer(A_1, A_2)
  6845.  
  6846. local A_1 = "Portable Ore Stopper"
  6847. local A_2 = CFrame.new(-139.5, 203.799988, 164, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6848. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6849. Event:InvokeServer(A_1, A_2)
  6850.  
  6851. local A_1 = "Portable Ore Stopper"
  6852. local A_2 = CFrame.new(-139.5, 203.799988, 158, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6853. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6854. Event:InvokeServer(A_1, A_2)
  6855.  
  6856. local A_1 = "Portable Ore Stopper"
  6857. local A_2 = CFrame.new(-139.5, 203.799988, 152, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6858. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6859. Event:InvokeServer(A_1, A_2)
  6860.  
  6861. local A_1 = "Portable Ore Stopper"
  6862. local A_2 = CFrame.new(-139.5, 203.799988, 146, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6863. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6864. Event:InvokeServer(A_1, A_2)
  6865.  
  6866. local A_1 = "Portable Ore Stopper"
  6867. local A_2 = CFrame.new(-139.5, 203.799988, 140, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6868. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6869. Event:InvokeServer(A_1, A_2)
  6870.  
  6871. local A_1 = "Portable Ore Stopper"
  6872. local A_2 = CFrame.new(-139.5, 203.799988, 134, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6873. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6874. Event:InvokeServer(A_1, A_2)
  6875.  
  6876. local A_1 = "Portable Ore Stopper"
  6877. local A_2 = CFrame.new(-139.5, 203.799988, 128, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6878. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6879. Event:InvokeServer(A_1, A_2)
  6880.  
  6881. local A_1 = "Portable Ore Stopper"
  6882. local A_2 = CFrame.new(-139.5, 203.799988, 122, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6883. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6884. Event:InvokeServer(A_1, A_2)
  6885.  
  6886. local A_1 = "Portable Ore Stopper"
  6887. local A_2 = CFrame.new(-139.5, 203.799988, 116, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6888. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6889. Event:InvokeServer(A_1, A_2)
  6890.  
  6891. local A_1 = "Portable Ore Stopper"
  6892. local A_2 = CFrame.new(-139.5, 203.799988, 110, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  6893. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6894. Event:InvokeServer(A_1, A_2)
  6895.  
  6896. local A_1 = "Ore Hoister"
  6897. local A_2 = CFrame.new(-142.5, 203.799988, 102.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  6898. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6899. Event:InvokeServer(A_1, A_2)
  6900.  
  6901. local A_1 = "Ore Recliner"
  6902. local A_2 = CFrame.new(-135, 203.799988, 105.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  6903. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6904. Event:InvokeServer(A_1, A_2)
  6905.  
  6906. local A_1 = "Raised Shielded Conveyor"
  6907. local A_2 = CFrame.new(-127.5, 202.299988, 105.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  6908. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6909. Event:InvokeServer(A_1, A_2)
  6910.  
  6911. local A_1 = "Raised Shielded Conveyor"
  6912. local A_2 = CFrame.new(-121.5, 202.299988, 105.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  6913. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6914. Event:InvokeServer(A_1, A_2)
  6915.  
  6916. local A_1 = "Raised Shielded Conveyor"
  6917. local A_2 = CFrame.new(-115.5, 202.299988, 105.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  6918. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6919. Event:InvokeServer(A_1, A_2)
  6920.  
  6921. local A_1 = "Raised Shielded Conveyor"
  6922. local A_2 = CFrame.new(-109.5, 202.299988, 105.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  6923. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6924. Event:InvokeServer(A_1, A_2)
  6925.  
  6926. local A_1 = "Raised Shielded Conveyor"
  6927. local A_2 = CFrame.new(-103.5, 202.299988, 105.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  6928. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6929. Event:InvokeServer(A_1, A_2)
  6930.  
  6931. local A_1 = "Raised Shielded Conveyor"
  6932. local A_2 = CFrame.new(-97.5, 202.299988, 105.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  6933. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6934. Event:InvokeServer(A_1, A_2)
  6935.  
  6936. local A_1 = "Raised Shielded Conveyor"
  6937. local A_2 = CFrame.new(-91.5, 202.299988, 105.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  6938. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6939. Event:InvokeServer(A_1, A_2)
  6940.  
  6941. local A_1 = "Raised Shielded Conveyor"
  6942. local A_2 = CFrame.new(-85.5, 202.299988, 105.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  6943. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6944. Event:InvokeServer(A_1, A_2)
  6945.  
  6946. local A_1 = "Raised Shielded Conveyor"
  6947. local A_2 = CFrame.new(-79.5, 202.299988, 105.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  6948. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6949. Event:InvokeServer(A_1, A_2)
  6950.  
  6951. local A_1 = "Raised Shielded Conveyor"
  6952. local A_2 = CFrame.new(-73.5, 202.299988, 105.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  6953. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6954. Event:InvokeServer(A_1, A_2)
  6955.  
  6956. local A_1 = "Raised Shielded Conveyor"
  6957. local A_2 = CFrame.new(-67.5, 202.299988, 105.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  6958. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6959. Event:InvokeServer(A_1, A_2)
  6960.  
  6961. local A_1 = "Raised Shielded Conveyor"
  6962. local A_2 = CFrame.new(-61.5, 202.299988, 105.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  6963. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6964. Event:InvokeServer(A_1, A_2)
  6965.  
  6966. local A_1 = "Raised Shielded Conveyor"
  6967. local A_2 = CFrame.new(-55.5, 202.299988, 105.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  6968. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6969. Event:InvokeServer(A_1, A_2)
  6970.  
  6971. local A_1 = "Portable Ore Stopper"
  6972. local A_2 = CFrame.new(-133.5, 203.799988, 110, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  6973. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6974. Event:InvokeServer(A_1, A_2)
  6975.  
  6976. local A_1 = "Portable Ore Stopper"
  6977. local A_2 = CFrame.new(-127.5, 203.799988, 110, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  6978. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6979. Event:InvokeServer(A_1, A_2)
  6980.  
  6981. local A_1 = "Portable Ore Stopper"
  6982. local A_2 = CFrame.new(-121.5, 203.799988, 110, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  6983. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6984. Event:InvokeServer(A_1, A_2)
  6985.  
  6986. local A_1 = "Portable Ore Stopper"
  6987. local A_2 = CFrame.new(-115.5, 203.799988, 110, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  6988. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6989. Event:InvokeServer(A_1, A_2)
  6990.  
  6991. local A_1 = "Portable Ore Stopper"
  6992. local A_2 = CFrame.new(-109.5, 203.799988, 110, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  6993. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6994. Event:InvokeServer(A_1, A_2)
  6995.  
  6996. local A_1 = "Portable Ore Stopper"
  6997. local A_2 = CFrame.new(-103.5, 203.799988, 110, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  6998. local Event = game:GetService("ReplicatedStorage").PlaceItem
  6999. Event:InvokeServer(A_1, A_2)
  7000.  
  7001. local A_1 = "Portable Ore Stopper"
  7002. local A_2 = CFrame.new(-97.5, 203.799988, 110, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  7003. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7004. Event:InvokeServer(A_1, A_2)
  7005.  
  7006. local A_1 = "Portable Ore Stopper"
  7007. local A_2 = CFrame.new(-91.5, 203.799988, 110, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  7008. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7009. Event:InvokeServer(A_1, A_2)
  7010.  
  7011. local A_1 = "Portable Ore Stopper"
  7012. local A_2 = CFrame.new(-85.5, 203.799988, 110, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  7013. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7014. Event:InvokeServer(A_1, A_2)
  7015.  
  7016. local A_1 = "Portable Ore Stopper"
  7017. local A_2 = CFrame.new(-79.5, 203.799988, 110, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  7018. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7019. Event:InvokeServer(A_1, A_2)
  7020.  
  7021. local A_1 = "Portable Ore Stopper"
  7022. local A_2 = CFrame.new(-73.5, 203.799988, 110, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  7023. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7024. Event:InvokeServer(A_1, A_2)
  7025.  
  7026. local A_1 = "Portable Ore Stopper"
  7027. local A_2 = CFrame.new(-67.5, 203.799988, 110, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  7028. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7029. Event:InvokeServer(A_1, A_2)
  7030.  
  7031. local A_1 = "Portable Ore Stopper"
  7032. local A_2 = CFrame.new(-61.5, 203.799988, 110, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  7033. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7034. Event:InvokeServer(A_1, A_2)
  7035.  
  7036. local A_1 = "Portable Ore Stopper"
  7037. local A_2 = CFrame.new(-55.5, 203.799988, 110, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  7038. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7039. Event:InvokeServer(A_1, A_2)
  7040.  
  7041. local A_1 = "Portable Ore Stopper"
  7042. local A_2 = CFrame.new(-133.5, 203.799988, 101, -3.57746401e-08, 0, 1, 0, 1, 0, -1, 0, -3.57746401e-08)
  7043. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7044. Event:InvokeServer(A_1, A_2)
  7045.  
  7046. local A_1 = "Portable Ore Stopper"
  7047. local A_2 = CFrame.new(-127.5, 203.799988, 101, -3.57746401e-08, 0, 1, 0, 1, 0, -1, 0, -3.57746401e-08)
  7048. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7049. Event:InvokeServer(A_1, A_2)
  7050.  
  7051. local A_1 = "Portable Ore Stopper"
  7052. local A_2 = CFrame.new(-121.5, 203.799988, 101, -3.57746401e-08, 0, 1, 0, 1, 0, -1, 0, -3.57746401e-08)
  7053. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7054. Event:InvokeServer(A_1, A_2)
  7055.  
  7056. local A_1 = "Portable Ore Stopper"
  7057. local A_2 = CFrame.new(-115.5, 203.799988, 101, -3.57746401e-08, 0, 1, 0, 1, 0, -1, 0, -3.57746401e-08)
  7058. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7059. Event:InvokeServer(A_1, A_2)
  7060.  
  7061. local A_1 = "Portable Ore Stopper"
  7062. local A_2 = CFrame.new(-109.5, 203.799988, 101, -3.57746401e-08, 0, 1, 0, 1, 0, -1, 0, -3.57746401e-08)
  7063. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7064. Event:InvokeServer(A_1, A_2)
  7065.  
  7066. local A_1 = "Portable Ore Stopper"
  7067. local A_2 = CFrame.new(-103.5, 203.799988, 101, -3.57746401e-08, 0, 1, 0, 1, 0, -1, 0, -3.57746401e-08)
  7068. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7069. Event:InvokeServer(A_1, A_2)
  7070.  
  7071. local A_1 = "Portable Ore Stopper"
  7072. local A_2 = CFrame.new(-97.5, 203.799988, 101, -3.57746401e-08, 0, 1, 0, 1, 0, -1, 0, -3.57746401e-08)
  7073. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7074. Event:InvokeServer(A_1, A_2)
  7075.  
  7076. local A_1 = "Portable Ore Stopper"
  7077. local A_2 = CFrame.new(-91.5, 203.799988, 101, -3.57746401e-08, 0, 1, 0, 1, 0, -1, 0, -3.57746401e-08)
  7078. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7079. Event:InvokeServer(A_1, A_2)
  7080.  
  7081. local A_1 = "Portable Ore Stopper"
  7082. local A_2 = CFrame.new(-85.5, 203.799988, 101, -3.57746401e-08, 0, 1, 0, 1, 0, -1, 0, -3.57746401e-08)
  7083. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7084. Event:InvokeServer(A_1, A_2)
  7085.  
  7086. placeitemsset8a5()
  7087. end
  7088.  
  7089. function placeitemsset8a5()
  7090. local A_1 = "Portable Ore Stopper"
  7091. local A_2 = CFrame.new(-79.5, 203.799988, 101, -3.57746401e-08, 0, 1, 0, 1, 0, -1, 0, -3.57746401e-08)
  7092. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7093. Event:InvokeServer(A_1, A_2)
  7094.  
  7095. local A_1 = "Portable Ore Stopper"
  7096. local A_2 = CFrame.new(-73.5, 203.799988, 101, -3.57746401e-08, 0, 1, 0, 1, 0, -1, 0, -3.57746401e-08)
  7097. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7098. Event:InvokeServer(A_1, A_2)
  7099.  
  7100. local A_1 = "Portable Ore Stopper"
  7101. local A_2 = CFrame.new(-67.5, 203.799988, 101, -3.57746401e-08, 0, 1, 0, 1, 0, -1, 0, -3.57746401e-08)
  7102. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7103. Event:InvokeServer(A_1, A_2)
  7104.  
  7105. local A_1 = "Portable Ore Stopper"
  7106. local A_2 = CFrame.new(-61.5, 203.799988, 101, -3.57746401e-08, 0, 1, 0, 1, 0, -1, 0, -3.57746401e-08)
  7107. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7108. Event:InvokeServer(A_1, A_2)
  7109.  
  7110. local A_1 = "Portable Ore Stopper"
  7111. local A_2 = CFrame.new(-55.5, 203.799988, 101, -3.57746401e-08, 0, 1, 0, 1, 0, -1, 0, -3.57746401e-08)
  7112. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7113. Event:InvokeServer(A_1, A_2)
  7114.  
  7115. local A_1 = "Military-Grade Conveyor"
  7116. local A_2 = CFrame.new(-49.5, 202.299988, 101, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  7117. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7118. Event:InvokeServer(A_1, A_2)
  7119.  
  7120. local A_1 = "Military-Grade Conveyor"
  7121. local A_2 = CFrame.new(-49.5, 202.299988, 107, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  7122. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7123. Event:InvokeServer(A_1, A_2)
  7124.  
  7125. local A_1 = "Military-Grade Conveyor"
  7126. local A_2 = CFrame.new(-49.5, 202.299988, 113, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  7127. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7128. Event:InvokeServer(A_1, A_2)
  7129.  
  7130. local A_1 = "Military-Grade Conveyor"
  7131. local A_2 = CFrame.new(-49.5, 202.299988, 119, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  7132. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7133. Event:InvokeServer(A_1, A_2)
  7134.  
  7135. local A_1 = "Basic Conveyor"
  7136. local A_2 = CFrame.new(-49.5, 202.299988, 125, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  7137. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7138. Event:InvokeServer(A_1, A_2)
  7139.  
  7140. local A_1 = "Ore Illuminator"
  7141. local A_2 = CFrame.new(-58.5, 203.799988, 123.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  7142. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7143. Event:InvokeServer(A_1, A_2)
  7144.  
  7145. local A_1 = "Ore Gate"
  7146. local A_2 = CFrame.new(-69, 203.799988, 126.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  7147. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7148. Event:InvokeServer(A_1, A_2)
  7149.  
  7150. local A_1 = "Lightningbolt Refiner"
  7151. local A_2 = CFrame.new(-82.5, 203.799988, 126.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  7152. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7153. Event:InvokeServer(A_1, A_2)
  7154.  
  7155. local A_1 = "Large Conveyor Ramp"
  7156. local A_2 = CFrame.new(-99, 203.799988, 125, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  7157. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7158. Event:InvokeServer(A_1, A_2)
  7159.  
  7160. local A_1 = "Ore Replicator"
  7161. local A_2 = CFrame.new(-108, 205.299988, 117.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  7162. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7163. Event:InvokeServer(A_1, A_2)
  7164.  
  7165. local A_1 = "Military-Grade Conveyor"
  7166. local A_2 = CFrame.new(-109.5, 202.299988, 125, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  7167. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7168. Event:InvokeServer(A_1, A_2)
  7169.  
  7170. local A_1 = "Basic Conveyor"
  7171. local A_2 = CFrame.new(-115.5, 202.299988, 125, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  7172. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7173. Event:InvokeServer(A_1, A_2)
  7174.  
  7175. local A_1 = "Industrial Ore Welder"
  7176. local A_2 = CFrame.new(-117, 203.799988, 134, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  7177. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7178. Event:InvokeServer(A_1, A_2)
  7179.  
  7180. local A_1 = "Industrial Ore Welder"
  7181. local A_2 = CFrame.new(-117, 203.799988, 146, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  7182. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7183. Event:InvokeServer(A_1, A_2)
  7184.  
  7185. local A_1 = "Industrial Ore Welder"
  7186. local A_2 = CFrame.new(-117, 203.799988, 158, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  7187. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7188. Event:InvokeServer(A_1, A_2)
  7189.  
  7190. local A_1 = "Industrial Ore Welder"
  7191. local A_2 = CFrame.new(-117, 203.799988, 170, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  7192. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7193. Event:InvokeServer(A_1, A_2)
  7194.  
  7195. local A_1 = "Basic Conveyor"
  7196. local A_2 = CFrame.new(-127.5, 202.299988, 134, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  7197. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7198. Event:InvokeServer(A_1, A_2)
  7199.  
  7200. local A_1 = "Basic Conveyor"
  7201. local A_2 = CFrame.new(-127.5, 202.299988, 146, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  7202. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7203. Event:InvokeServer(A_1, A_2)
  7204.  
  7205. local A_1 = "Basic Conveyor"
  7206. local A_2 = CFrame.new(-127.5, 202.299988, 158, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  7207. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7208. Event:InvokeServer(A_1, A_2)
  7209.  
  7210. local A_1 = "Basic Conveyor"
  7211. local A_2 = CFrame.new(-127.5, 202.299988, 170, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  7212. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7213. Event:InvokeServer(A_1, A_2)
  7214.  
  7215. local A_1 = "Lightningbolt Refiner"
  7216. local A_2 = CFrame.new(-82.5, 203.799988, 126.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  7217. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7218. Event:InvokeServer(A_1, A_2)
  7219.  
  7220. placeitemsset8a6()
  7221. end
  7222.  
  7223. function placeitemsset8a6()
  7224. local A_1 = "Triple Coal Mine"
  7225. local A_2 = CFrame.new(-127.5, 205.299988, 128, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  7226. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7227. Event:InvokeServer(A_1, A_2)
  7228.  
  7229. local A_1 = "Triple Coal Mine"
  7230. local A_2 = CFrame.new(-127.5, 205.299988, 140, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  7231. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7232. Event:InvokeServer(A_1, A_2)
  7233.  
  7234. local A_1 = "Triple Coal Mine"
  7235. local A_2 = CFrame.new(-127.5, 205.299988, 152, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  7236. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7237. Event:InvokeServer(A_1, A_2)
  7238.  
  7239. local A_1 = "Triple Coal Mine"
  7240. local A_2 = CFrame.new(-127.5, 205.299988, 164, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  7241. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7242. Event:InvokeServer(A_1, A_2)
  7243.  
  7244. local A_1 = "Triple Coal Mine"
  7245. local A_2 = CFrame.new(-133.5, 205.299988, 134, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  7246. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7247. Event:InvokeServer(A_1, A_2)
  7248.  
  7249. local A_1 = "Triple Coal Mine"
  7250. local A_2 = CFrame.new(-133.5, 205.299988, 146, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  7251. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7252. Event:InvokeServer(A_1, A_2)
  7253.  
  7254. local A_1 = "Triple Coal Mine"
  7255. local A_2 = CFrame.new(-133.5, 205.299988, 158, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  7256. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7257. Event:InvokeServer(A_1, A_2)
  7258.  
  7259. local A_1 = "Triple Coal Mine"
  7260. local A_2 = CFrame.new(-133.5, 205.299988, 170, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  7261. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7262. Event:InvokeServer(A_1, A_2)
  7263.  
  7264. local A_1 = "Azure Refiner"
  7265. local A_2 = CFrame.new(-115.5, 206.799988, 185, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  7266. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7267. Event:InvokeServer(A_1, A_2)
  7268.  
  7269. local A_1 = "Conveyor Ramp"
  7270. local A_2 = CFrame.new(-115.5, 203.799988, 197, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  7271. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7272. Event:InvokeServer(A_1, A_2)
  7273.  
  7274. local A_1 = "Military-Grade Conveyor"
  7275. local A_2 = CFrame.new(-115.5, 202.299988, 203, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  7276. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7277. Event:InvokeServer(A_1, A_2)
  7278.  
  7279. local A_1 = "Clockwork"
  7280. local A_2 = CFrame.new(-108, 205.299988, 203, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  7281. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7282. Event:InvokeServer(A_1, A_2)
  7283.  
  7284. local A_1 = "Basic Conveyor"
  7285. local A_2 = CFrame.new(-100.5, 202.299988, 203, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  7286. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7287. Event:InvokeServer(A_1, A_2)
  7288.  
  7289. local A_1 = "Conveyor Ramp"
  7290. local A_2 = CFrame.new(-100.5, 203.799988, 197, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  7291. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7292. Event:InvokeServer(A_1, A_2)
  7293.  
  7294. local A_1 = "Basic Conveyor"
  7295. local A_2 = CFrame.new(-100.5, 202.299988, 191, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  7296. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7297. Event:InvokeServer(A_1, A_2)
  7298.  
  7299. local A_1 = "Basic Conveyor"
  7300. local A_2 = CFrame.new(-94.5, 202.299988, 191, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  7301. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7302. Event:InvokeServer(A_1, A_2)
  7303.  
  7304. local A_1 = "Basic Conveyor"
  7305. local A_2 = CFrame.new(-88.5, 202.299988, 191, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  7306. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7307. Event:InvokeServer(A_1, A_2)
  7308.  
  7309. local A_1 = "Conveyor Wall"
  7310. local A_2 = CFrame.new(-100.5, 202.199982, 207.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  7311. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7312. Event:InvokeServer(A_1, A_2)
  7313.  
  7314. local A_1 = "Conveyor Wall"
  7315. local A_2 = CFrame.new(-96, 202.199982, 203, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  7316. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7317. Event:InvokeServer(A_1, A_2)
  7318.  
  7319. local A_1 = "Reversible Conveyor"
  7320. local A_2 = CFrame.new(-81, 202.299988, 191, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  7321. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7322. Event:InvokeServer(A_1, A_2)
  7323.  
  7324. local A_1 = "Flaming Ore Scanner"
  7325. local A_2 = CFrame.new(-82.5, 205.299988, 201.5, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  7326. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7327. Event:InvokeServer(A_1, A_2)
  7328.  
  7329. local A_1 = "Tesla Resetter"
  7330. local A_2 = CFrame.new(-82.5, 204.799988, 218, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  7331. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7332. Event:InvokeServer(A_1, A_2)
  7333.  
  7334. local A_1 = "Ore Teleporter (Sender)"
  7335. local A_2 = CFrame.new(-82.5, 203.799988, 230, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  7336. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7337. Event:InvokeServer(A_1, A_2)
  7338.  
  7339. local A_1 = "Advanced Ore Scanner"
  7340. local A_2 = CFrame.new(-82.5, 205.299988, 182, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  7341. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7342. Event:InvokeServer(A_1, A_2)
  7343.  
  7344. local A_1 = "Advanced Ore Scanner"
  7345. local A_2 = CFrame.new(-82.5, 205.299988, 170, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  7346. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7347. Event:InvokeServer(A_1, A_2)
  7348.  
  7349. local A_1 = "Advanced Ore Scanner"
  7350. local A_2 = CFrame.new(-82.5, 205.299988, 158, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  7351. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7352. Event:InvokeServer(A_1, A_2)
  7353.  
  7354. local A_1 = "Sakura Garden"
  7355. local A_2 = CFrame.new(-82.5, 206.799988, 141.5, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  7356. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7357. Event:InvokeServer(A_1, A_2)
  7358.  
  7359. local A_1 = "Military-Grade Conveyor"
  7360. local A_2 = CFrame.new(-13.5, 202.299988, 116, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  7361. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7362. Event:InvokeServer(A_1, A_2)
  7363.  
  7364. local A_1 = "Military-Grade Conveyor"
  7365. local A_2 = CFrame.new(-7.5, 202.299988, 116, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  7366. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7367. Event:InvokeServer(A_1, A_2)
  7368.  
  7369. local A_1 = "Military-Grade Conveyor"
  7370. local A_2 = CFrame.new(-1.5, 202.299988, 116, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  7371. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7372. Event:InvokeServer(A_1, A_2)
  7373.  
  7374. placeitemsset8a7()
  7375. end
  7376.  
  7377.  
  7378. function placeitemsset8a7()
  7379. local A_1 = "Tiny Conveyor"
  7380. local A_2 = CFrame.new(-3, 202.299988, 117.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  7381. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7382. Event:InvokeServer(A_1, A_2)
  7383.  
  7384. local A_1 = "Tiny Conveyor"
  7385. local A_2 = CFrame.new(-3, 202.299988, 114.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)
  7386. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7387. Event:InvokeServer(A_1, A_2)
  7388.  
  7389. local A_1 = "Steel Wall"
  7390. local A_2 = CFrame.new(10.5, 211.299988, 101, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  7391. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7392. Event:InvokeServer(A_1, A_2)
  7393.  
  7394. local A_1 = "Steel Wall"
  7395. local A_2 = CFrame.new(-4.5, 211.299988, 98, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  7396. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7397. Event:InvokeServer(A_1, A_2)
  7398.  
  7399. local A_1 = "Pink Teleporter (Receiver)"
  7400. local A_2 = CFrame.new(0, 203.799988, 107, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  7401. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7402. Event:InvokeServer(A_1, A_2)
  7403.  
  7404. local A_1 = "Basic Conveyor"
  7405. local A_2 = CFrame.new(1.5, 202.299988, 116, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  7406. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7407. Event:InvokeServer(A_1, A_2)
  7408.  
  7409. local A_1 = "Basic Conveyor"
  7410. local A_2 = CFrame.new(7.5, 202.299988, 116, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  7411. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7412. Event:InvokeServer(A_1, A_2)
  7413.  
  7414. local A_1 = "Tiny Conveyor"
  7415. local A_2 = CFrame.new(6, 202.299988, 120.5, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  7416. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7417. Event:InvokeServer(A_1, A_2)
  7418.  
  7419. local A_1 = "Tiny Conveyor"
  7420. local A_2 = CFrame.new(0, 202.299988, 120.5, 1.3907092e-07, 0, 1, 0, 1, 0, -1, 0, 1.3907092e-07)
  7421. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7422. Event:InvokeServer(A_1, A_2)
  7423.  
  7424. local A_1 = "Conveyor Wall"
  7425. local A_2 = CFrame.new(12, 202.199982, 116, 1, 0, 1.74845553e-07, 0, 1, 0, -1.74845553e-07, 0, 1)
  7426. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7427. Event:InvokeServer(A_1, A_2)
  7428.  
  7429. local A_1 = "Conveyor Wall"
  7430. local A_2 = CFrame.new(10.5, 202.199982, 120.5, -2.90066708e-07, 0, -1, 0, 1, 0, 1, 0, -2.90066708e-07)
  7431. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7432. Event:InvokeServer(A_1, A_2)
  7433.  
  7434. local A_1 = "Tiny Conveyor"
  7435. local A_2 = CFrame.new(3, 202.299988, 120.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  7436. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7437. Event:InvokeServer(A_1, A_2)
  7438.  
  7439. local A_1 = "Tiny Conveyor"
  7440. local A_2 = CFrame.new(3, 202.299988, 123.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  7441. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7442. Event:InvokeServer(A_1, A_2)
  7443.  
  7444. local A_1 = "Tiny Conveyor"
  7445. local A_2 = CFrame.new(3, 202.299988, 126.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  7446. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7447. Event:InvokeServer(A_1, A_2)
  7448.  
  7449. local A_1 = "Tiny Conveyor"
  7450. local A_2 = CFrame.new(3, 202.299988, 129.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  7451. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7452. Event:InvokeServer(A_1, A_2)
  7453.  
  7454. local A_1 = "Tiny Conveyor"
  7455. local A_2 = CFrame.new(3, 202.299988, 132.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  7456. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7457. Event:InvokeServer(A_1, A_2)
  7458.  
  7459. local A_1 = "Tiny Conveyor"
  7460. local A_2 = CFrame.new(3, 202.299988, 135.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  7461. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7462. Event:InvokeServer(A_1, A_2)
  7463.  
  7464. local A_1 = "Tiny Conveyor"
  7465. local A_2 = CFrame.new(3, 202.299988, 138.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  7466. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7467. Event:InvokeServer(A_1, A_2)
  7468.  
  7469. local A_1 = "Tiny Conveyor"
  7470. local A_2 = CFrame.new(3, 202.299988, 141.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  7471. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7472. Event:InvokeServer(A_1, A_2)
  7473.  
  7474. local A_1 = "Tiny Conveyor"
  7475. local A_2 = CFrame.new(3, 202.299988, 144.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  7476. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7477. Event:InvokeServer(A_1, A_2)
  7478.  
  7479. local A_1 = "Tiny Conveyor"
  7480. local A_2 = CFrame.new(3, 202.299988, 147.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  7481. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7482. Event:InvokeServer(A_1, A_2)
  7483.  
  7484. local A_1 = "Tiny Conveyor"
  7485. local A_2 = CFrame.new(3, 202.299988, 150.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  7486. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7487. Event:InvokeServer(A_1, A_2)
  7488.  
  7489. local A_1 = "Tiny Conveyor"
  7490. local A_2 = CFrame.new(3, 202.299988, 153.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  7491. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7492. Event:InvokeServer(A_1, A_2)
  7493.  
  7494. local A_1 = "Tiny Conveyor"
  7495. local A_2 = CFrame.new(3, 202.299988, 156.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  7496. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7497. Event:InvokeServer(A_1, A_2)
  7498.  
  7499. local A_1 = "Tiny Conveyor"
  7500. local A_2 = CFrame.new(3, 202.299988, 159.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  7501. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7502. Event:InvokeServer(A_1, A_2)
  7503.  
  7504. local A_1 = "Tiny Conveyor"
  7505. local A_2 = CFrame.new(3, 202.299988, 162.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  7506. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7507. Event:InvokeServer(A_1, A_2)
  7508.  
  7509. local A_1 = "Tiny Conveyor"
  7510. local A_2 = CFrame.new(3, 202.299988, 165.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  7511. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7512. Event:InvokeServer(A_1, A_2)
  7513.  
  7514. local A_1 = "Tiny Conveyor"
  7515. local A_2 = CFrame.new(3, 202.299988, 168.5, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  7516. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7517. Event:InvokeServer(A_1, A_2)
  7518.  
  7519. local A_1 = "Steel Wall"
  7520. local A_2 = CFrame.new(-1.5, 211.299988, 134, -1, 0, -2.38497613e-08, 0, 1, 0, 2.38497613e-08, 0, -1)
  7521. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7522. Event:InvokeServer(A_1, A_2)
  7523.  
  7524. local A_1 = "Steel Wall"
  7525. local A_2 = CFrame.new(7.5, 211.299988, 134, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  7526. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7527. Event:InvokeServer(A_1, A_2)
  7528.  
  7529. local A_1 = "Steel Wall"
  7530. local A_2 = CFrame.new(7.5, 211.299988, 158, 1, 0, 3.49691106e-07, 0, 1, 0, -3.49691106e-07, 0, 1)
  7531. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7532. Event:InvokeServer(A_1, A_2)
  7533.  
  7534. local A_1 = "Steel Wall"
  7535. local A_2 = CFrame.new(-1.5, 211.299988, 158, -1, 0, 2.7814184e-07, 0, 1, 0, -2.7814184e-07, 0, -1)
  7536. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7537. Event:InvokeServer(A_1, A_2)
  7538.  
  7539. local A_1 = "Pink Teleporter (Sender)"
  7540. local A_2 = CFrame.new(1.5, 203.799988, 173, -1, 0, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  7541. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7542. Event:InvokeServer(A_1, A_2)
  7543.  
  7544. local A_1 = "Steel Wall"
  7545. local A_2 = CFrame.new(4.5, 211.299988, 179, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  7546. local Event = game:GetService("ReplicatedStorage").PlaceItem
  7547. Event:InvokeServer(A_1, A_2)
  7548. end
  7549.  
  7550. --- Auto ReBirth ---
  7551.  
  7552. AutoRebirth.MouseButton1Click:connect(function()
  7553. if autorebirthactive == true then
  7554. autorebirthactive = false
  7555. AutoRebirth.TextColor3 = Color3.new(1, 1, 1)
  7556. AutoRebirth.Text = "Auto ReBirth"
  7557. LayoutsRebirth.TextColor3 = Color3.new(1, 1, 1)
  7558. LayoutsRebirth.Text = "Auto ReBirth"
  7559. else
  7560. autorebirthactive = true
  7561. AutoRebirth.TextColor3 = Color3.new(0, 1, 0)
  7562. AutoRebirth.Text = "Stop ReBirth"
  7563. LayoutsRebirth.TextColor3 = Color3.new(0, 1, 0)
  7564. LayoutsRebirth.Text = "Stop ReBirth"
  7565. end
  7566. while autorebirthactive == true do
  7567. game:GetService'ReplicatedStorage'.Rebirth:InvokeServer()
  7568. local cashvalue = Plrs.LocalPlayer.leaderstats.Cash.Value
  7569. fullcashvalue = getfullcashvalue()
  7570. CurrentCash.Text = "Current Cash: ".. cashvalue .."\nor $" .. fullcashvalue
  7571. wait(5)
  7572. end
  7573. end)
  7574.  
  7575. LayoutsRebirth.MouseButton1Click:connect(function()
  7576. if autorebirthactive == true then
  7577. autorebirthactive = false
  7578. AutoRebirth.TextColor3 = Color3.new(1, 1, 1)
  7579. AutoRebirth.Text = "Auto ReBirth"
  7580. LayoutsRebirth.TextColor3 = Color3.new(1, 1, 1)
  7581. LayoutsRebirth.Text = "Auto ReBirth"
  7582. else
  7583. autorebirthactive = true
  7584. AutoRebirth.TextColor3 = Color3.new(0, 1, 0)
  7585. AutoRebirth.Text = "Stop ReBirth"
  7586. LayoutsRebirth.TextColor3 = Color3.new(0, 1, 0)
  7587. LayoutsRebirth.Text = "Stop ReBirth"
  7588. end
  7589. while autorebirthactive == true do
  7590. game:GetService'ReplicatedStorage'.Rebirth:InvokeServer()
  7591. local cashvalue = Plrs.LocalPlayer.leaderstats.Cash.Value
  7592. fullcashvalue = getfullcashvalue()
  7593. CurrentCash.Text = "Current Cash: ".. cashvalue .."\nor $" .. fullcashvalue
  7594. wait(5)
  7595. end
  7596. end)
  7597.  
  7598. --- Auto Remote Click ---
  7599.  
  7600. AutoRemoteClick.MouseButton1Click:connect(function()
  7601. if remoteclickfastactive == true or remoteclickmediumactive == true or remoteclickslowactive == true then
  7602. remoteclickfastactive=false
  7603. remoteclickmedium1active=false
  7604. remoteclickmedium2active=false
  7605. remoteclickslowactive=false
  7606. AutoRemoteClickToggle.TextColor3 = Color3.new(1, 0, 0)
  7607. AutoRemoteClickToggle.Text = "OFF"
  7608. else
  7609. remoteclickfastactive=true
  7610. AutoRemoteClickToggle.TextColor3 = Color3.new(0, 1, 0)
  7611. AutoRemoteClickToggle.Text = "ON"
  7612. end
  7613. coroutine.resume(autoclick)
  7614. end)
  7615.  
  7616. --- Add TP Tool ---
  7617.  
  7618. TPTool.MouseButton1Click:connect(function()
  7619. local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  7620. Tele.RequiresHandle = false
  7621. Tele.RobloxLocked = true
  7622. Tele.Name = "TP Tool"
  7623. Tele.ToolTip = "Teleport Tool"
  7624. Tele.Equipped:connect(function(Mouse)
  7625. Mouse.Button1Down:connect(function()
  7626. if Mouse.Target then
  7627. game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  7628. end
  7629. end)
  7630. end)
  7631. end)
  7632.  
  7633. --- TP Crates to you ---
  7634.  
  7635. TextButtonTpCrates.MouseButton1Click:connect(function()
  7636. if tpcratesactive == true then
  7637. tpcratesactive=false
  7638. TextButtonTpCrates.TextColor3 = Color3.new(1, 1, 1)
  7639. TextButtonTpCrates.Text = "TP to Crates"
  7640. else
  7641. tpcratesactive=true
  7642. TextButtonTpCrates.TextColor3 = Color3.new(0, 1, 0)
  7643. TextButtonTpCrates.Text = "Stop Crates"
  7644. LocationX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x
  7645. LocationY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y
  7646. LocationZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z
  7647. print("Current Position: "..LocationX..", "..LocationY..", "..LocationZ)
  7648. while tpcratesactive == true do
  7649. wait()
  7650. local player = game:GetService'Players'.LocalPlayer
  7651. local children = game.Workspace:GetChildren()
  7652. for i =1, #children do
  7653. wait(0.1)
  7654. if children[i] ~= nil then
  7655. for x in string.gmatch(children[i].Name, "Crate") do
  7656. if children[i].Parent then
  7657. player.Character:MoveTo(children[i].Position)
  7658. wait(2)
  7659. end
  7660. end
  7661. end
  7662. end
  7663. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(LocationX, LocationY, LocationZ)
  7664. end
  7665. end
  7666. end)
  7667.  
  7668. --- Bring Masked Man ---
  7669.  
  7670. BringMaskedMan.MouseButton1Click:connect(function()
  7671. local shop = game.Workspace.Market.Hitfox
  7672. shop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(math.random(0,0),0,math.random(0,0))
  7673. shop.Transparency = 0
  7674. shop.BrickColor = BrickColor.new(1,0,0)
  7675. end)
  7676.  
  7677. --- Toggle Mines ---
  7678.  
  7679. ToggleMines.MouseButton1Click:connect(function()
  7680. if minestoggle == true then
  7681. minestoggle=false
  7682. ToggleMinesOnOff.TextColor3 = Color3.new(1, 0, 0)
  7683. ToggleMinesOnOff.Text = "OFF"
  7684. else
  7685. minestoggle=true
  7686. ToggleMinesOnOff.TextColor3 = Color3.new(0, 1, 0)
  7687. ToggleMinesOnOff.Text = "ON"
  7688. end
  7689. local Event = game:GetService("ReplicatedStorage").ToggleMines
  7690. Event:InvokeServer()
  7691. end)
  7692.  
  7693. --- Remove All Items ---
  7694.  
  7695. RemoveAllItems.MouseButton1Click:connect(function()
  7696. local Event = game:GetService("ReplicatedStorage").DestroyAll
  7697. Event:InvokeServer()
  7698. end)
  7699.  
  7700. --- Open All Crates ---
  7701.  
  7702. OpenAllCrates.MouseButton1Click:connect(function()
  7703. if openallcratesactive == true then
  7704. openallcratesactive=false
  7705. OpenAllCrates.TextColor3 = Color3.new(1, 1, 1)
  7706. OpenAllCrates.Text = "Open All"
  7707. else
  7708. openallcratesactive=true
  7709. OpenAllCrates.TextColor3 = Color3.new(0, 1, 0)
  7710. OpenAllCrates.Text = "Stop"
  7711. while openallcratesactive == true do
  7712. wait()
  7713. if 0 == game.Players.LocalPlayer.Crates.Unreal.Value then
  7714. else
  7715. game.ReplicatedStorage.MysteryBox:InvokeServer("Unreal")
  7716. wait(0.5)
  7717. end
  7718. if 0 == game.Players.LocalPlayer.Crates.Inferno.Value then
  7719. else
  7720. game.ReplicatedStorage.MysteryBox:InvokeServer("Inferno")
  7721. wait(0.5)
  7722. end
  7723. if 0 == game.Players.LocalPlayer.Crates.Regular.Value then
  7724. else
  7725. game.ReplicatedStorage.MysteryBox:InvokeServer("Regular")
  7726. wait(0.5)
  7727. end
  7728. if 0 == game.Players.LocalPlayer.Crates.Red-Banded.Value then
  7729. else
  7730. game.ReplicatedStorage.MysteryBox:InvokeServer("Red-Banded")
  7731. wait(0.5)
  7732. end
  7733. if 0 == game.Players.LocalPlayer.Crates.Spectral.Value then
  7734. else
  7735. game.ReplicatedStorage.MysteryBox:InvokeServer("Spectral")
  7736. wait(0.5)
  7737. end
  7738. if 0 == game.Players.LocalPlayer.Crates.Pumpkin.Value then
  7739. else
  7740. game.ReplicatedStorage.MysteryBox:InvokeServer("Pumpkin")
  7741. wait(0.5)
  7742. end
  7743. if 0 == game.Players.LocalPlayer.Crates.Luxury.Value then
  7744. else
  7745. game.ReplicatedStorage.MysteryBox:InvokeServer("Luxury")
  7746. wait(0.5)
  7747. end
  7748. if 0 == game.Players.LocalPlayer.Crates.Festive.Value then
  7749. else
  7750. game.ReplicatedStorage.MysteryBox:InvokeServer("Festive")
  7751. wait(0.5)
  7752. end
  7753. if 0 == game.Players.LocalPlayer.Crates.Magnificent.Value then
  7754. else
  7755. game.ReplicatedStorage.MysteryBox:InvokeServer("Magnificent")
  7756. wait(0.5)
  7757. end
  7758. end
  7759. end
  7760. end)
  7761.  
  7762. spawn(function()
  7763. if Layout1saved == true then
  7764. Layouts1Save.Text = "CLEAR"
  7765. Layouts1Save.BackgroundColor3 = Color3.new(0.5, 0, 0)
  7766. Layouts1Load.BackgroundColor3 = Color3.new(0, 0.5, 0)
  7767. else
  7768. Layouts1Save.Text = "SAVE"
  7769. Layouts1Save.BackgroundColor3 = Color3.new(0, 0, 0.5)
  7770. Layouts1Load.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  7771. end
  7772. if Layout2saved == true then
  7773. Layouts2Save.Text = "CLEAR"
  7774. Layouts2Save.BackgroundColor3 = Color3.new(0.5, 0, 0)
  7775. Layouts2Load.BackgroundColor3 = Color3.new(0, 0.5, 0)
  7776. else
  7777. Layouts2Save.Text = "SAVE"
  7778. Layouts2Save.BackgroundColor3 = Color3.new(0, 0, 0.5)
  7779. Layouts2Load.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  7780. end
  7781. if Layout3saved == true then
  7782. Layouts3Save.Text = "CLEAR"
  7783. Layouts3Save.BackgroundColor3 = Color3.new(0.5, 0, 0)
  7784. Layouts3Load.BackgroundColor3 = Color3.new(0, 0.5, 0)
  7785. else
  7786. Layouts3Save.Text = "SAVE"
  7787. Layouts3Save.BackgroundColor3 = Color3.new(0, 0, 0.5)
  7788. Layouts3Load.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  7789. end
  7790. end)
  7791.  
  7792. Layouts1Save.MouseButton1Down:connect(function()
  7793. game:GetService("ReplicatedStorage").Layouts:InvokeServer(Check)
  7794. game:GetService("ReplicatedStorage").Layouts:InvokeServer("Save", "Layout1")
  7795. game:GetService("ReplicatedStorage").Layouts:InvokeServer(Check)
  7796. if MyLayouts.Layout1.Value == "[]" then
  7797. Layouts1Save.Text = "SAVE"
  7798. Layouts1Save.BackgroundColor3 = Color3.new(0, 0, 0.5)
  7799. Layouts1Load.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  7800. Layout1saved = false
  7801. Layout1text = "Clear"
  7802. else
  7803. Layouts1Save.Text = "CLEAR"
  7804. Layouts1Save.BackgroundColor3 = Color3.new(0.5, 0, 0)
  7805. Layouts1Load.BackgroundColor3 = Color3.new(0, 0.5, 0)
  7806. Layout1saved = true
  7807. Layout1text = "Saved"
  7808. end
  7809. end)
  7810.  
  7811. Layouts2Save.MouseButton1Down:connect(function()
  7812. game:GetService("ReplicatedStorage").Layouts:InvokeServer(Check)
  7813. game:GetService("ReplicatedStorage").Layouts:InvokeServer("Save", "Layout2")
  7814. game:GetService("ReplicatedStorage").Layouts:InvokeServer(Check)
  7815. if MyLayouts.Layout2.Value == "[]" then
  7816. Layouts2Save.Text = "SAVE"
  7817. Layouts2Save.BackgroundColor3 = Color3.new(0, 0, 0.5)
  7818. Layouts2Load.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  7819. Layout2saved = false
  7820. Layout2text = "Clear"
  7821. else
  7822. Layouts2Save.Text = "CLEAR"
  7823. Layouts2Save.BackgroundColor3 = Color3.new(0.5, 0, 0)
  7824. Layouts2Load.BackgroundColor3 = Color3.new(0, 0.5, 0)
  7825. Layout2saved = true
  7826. Layout2text = "Saved"
  7827. end
  7828. end)
  7829.  
  7830. Layouts3Save.MouseButton1Down:connect(function()
  7831. game:GetService("ReplicatedStorage").Layouts:InvokeServer(Check)
  7832. game:GetService("ReplicatedStorage").Layouts:InvokeServer("Save", "Layout3")
  7833. game:GetService("ReplicatedStorage").Layouts:InvokeServer(Check)
  7834. if MyLayouts.Layout3.Value == "[]" then
  7835. Layouts3Save.Text = "SAVE"
  7836. Layouts3Save.BackgroundColor3 = Color3.new(0, 0, 0.5)
  7837. Layouts3Load.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  7838. Layout3saved = false
  7839. Layout3text = "Clear"
  7840. else
  7841. Layouts3Save.Text = "CLEAR"
  7842. Layouts3Save.BackgroundColor3 = Color3.new(0.5, 0, 0)
  7843. Layouts3Load.BackgroundColor3 = Color3.new(0, 0.5, 0)
  7844. Layout3saved = true
  7845. Layout3text = "Saved"
  7846. end
  7847. end)
  7848.  
  7849. Layouts1Load.MouseButton1Down:connect(function()
  7850. game:GetService("ReplicatedStorage").Layouts:InvokeServer(Check)
  7851. game:GetService("ReplicatedStorage").Layouts:InvokeServer("Load", "Layout1")
  7852. game:GetService("ReplicatedStorage").Layouts:InvokeServer(Check)
  7853. end)
  7854.  
  7855. Layouts2Load.MouseButton1Down:connect(function()
  7856. game:GetService("ReplicatedStorage").Layouts:InvokeServer(Check)
  7857. game:GetService("ReplicatedStorage").Layouts:InvokeServer("Load", "Layout2")
  7858. game:GetService("ReplicatedStorage").Layouts:InvokeServer(Check)
  7859. end)
  7860.  
  7861. Layouts3Load.MouseButton1Down:connect(function()
  7862. game:GetService("ReplicatedStorage").Layouts:InvokeServer(Check)
  7863. game:GetService("ReplicatedStorage").Layouts:InvokeServer("Load", "Layout3")
  7864. game:GetService("ReplicatedStorage").Layouts:InvokeServer(Check)
  7865. end)
  7866.  
  7867. mouse = game.Players.LocalPlayer:GetMouse()
  7868. mouse.KeyDown:connect(function(key)
  7869. if key == "t" then
  7870. for i = 1,50 do
  7871. wait()
  7872. game:GetService("ReplicatedStorage").MysteryBox:InvokeServer("Magnificent")
  7873. game:GetService("ReplicatedStorage").MysteryBox:InvokeServer("Luxury")
  7874. game:GetService("ReplicatedStorage").MysteryBox:InvokeServer("Spectral")
  7875. game:GetService("ReplicatedStorage").MysteryBox:InvokeServer("Inferno")
  7876. game:GetService("ReplicatedStorage").MysteryBox:InvokeServer("Unreal")
  7877. end
  7878. end
  7879. end)
  7880.  
  7881. function CountBricks()
  7882. local count = 0
  7883. for i,v in pairs(workspace:GetChildren()) do
  7884. for x in string.gmatch(v.Name, "Crate") do
  7885. wait(0.2)
  7886. count = count + 1
  7887. end
  7888. end
  7889. return count
  7890. end
  7891.  
  7892. spawn (function()
  7893. while true do
  7894. wait()
  7895. CountTpCrates.Text = CountBricks()
  7896. end
  7897. end)
  7898.  
  7899. ItemBuyButton.MouseButton1Down:connect(function()
  7900. local item = ItemText.Text
  7901. local amount = tonumber (AmountText.Text)
  7902. if amount == 0 then return end
  7903. game.ReplicatedStorage.BuyItem:InvokeServer(item, amount)
  7904. notify('Bought ' .. amount .. ' x ' .. item)
  7905. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement