chrisinator66

Untitled

Nov 30th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.71 KB | None | 0 0
  1. local SetupGen = game.CoreGui.SetupGen
  2. local MainFrame = SetupGen.MainFrame
  3. local Functions = Instance.new("Frame")
  4. local Functions2 = Instance.new("Frame")
  5. local ConfirmUpgraders = Instance.new("TextButton")
  6. local ConfirmResets = Instance.new("TextButton")
  7. local ConfirmFurnace = Instance.new("TextButton")
  8. local FinalExecute = Instance.new("TextButton")
  9. local ConfirmFurnaceCon = Instance.new("TextLabel")
  10. local ConfirmResetsCon = Instance.new("TextLabel")
  11. local ConfirmUpgradersCon = Instance.new("TextLabel")
  12. local FunctionsTitle = Instance.new("TextLabel")
  13. local LoopFrame = Instance.new("Frame")
  14. local TextLabel = Instance.new("TextLabel")
  15. local LoopsScroll = Instance.new("ScrollingFrame")
  16. local L1 = Instance.new("Frame")
  17. local L1Text = Instance.new("TextButton")
  18. local L1Check = Instance.new("TextLabel")
  19. local L2 = Instance.new("Frame")
  20. local L2Text = Instance.new("TextButton")
  21. local L2Check = Instance.new("TextLabel")
  22. local L3 = Instance.new("Frame")
  23. local L3Text = Instance.new("TextButton")
  24. local L3Check = Instance.new("TextLabel")
  25. local L4 = Instance.new("Frame")
  26. local L4Text = Instance.new("TextButton")
  27. local L4Check = Instance.new("TextLabel")
  28. local L5 = Instance.new("Frame")
  29. local L5Text = Instance.new("TextButton")
  30. local L5Check = Instance.new("TextLabel")
  31. local L6 = Instance.new("Frame")
  32. local L6Text = Instance.new("TextButton")
  33. local L6Check = Instance.new("TextLabel")
  34. local L7 = Instance.new("Frame")
  35. local L7Text = Instance.new("TextButton")
  36. local L7Check = Instance.new("TextLabel")
  37. local L8 = Instance.new("Frame")
  38. local L8Text = Instance.new("TextButton")
  39. local L8Check = Instance.new("TextLabel")
  40. local L9 = Instance.new("Frame")
  41. local L9Text = Instance.new("TextButton")
  42. local L9Check = Instance.new("TextLabel")
  43. local L10 = Instance.new("Frame")
  44. local L10Text = Instance.new("TextButton")
  45. local L10Check = Instance.new("TextLabel")
  46. local L11 = Instance.new("Frame")
  47. local L11Text = Instance.new("TextButton")
  48. local L11Check = Instance.new("TextLabel")
  49. local L12 = Instance.new("Frame")
  50. local L12Text = Instance.new("TextButton")
  51. local L12Check = Instance.new("TextLabel")
  52. local L13 = Instance.new("Frame")
  53. local L13Text = Instance.new("TextButton")
  54. local L13Check = Instance.new("TextLabel")
  55. local L14 = Instance.new("Frame")
  56. local L14Text = Instance.new("TextButton")
  57. local L14Check = Instance.new("TextLabel")
  58. local L15 = Instance.new("Frame")
  59. local L15Text = Instance.new("TextButton")
  60. local L15Check = Instance.new("TextLabel")
  61. local BuyPurchasable = Instance.new("Frame")
  62. local BPBack = Instance.new("Frame")
  63. local BPcost = Instance.new("TextLabel")
  64. local BPsuffix = Instance.new("TextLabel")
  65. local Calculate = Instance.new("TextButton")
  66. local BPCostLabel = Instance.new("TextLabel")
  67. local BPCostLabel_2 = Instance.new("TextLabel")
  68. local TextLabel_2 = Instance.new("TextLabel")
  69.  
  70. Functions.Name = "Functions"
  71. Functions.Parent = MainFrame
  72. Functions.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  73. Functions.BackgroundTransparency = 1
  74. Functions.BorderSizePixel = 0
  75. Functions.Position = UDim2.new(0.997999966, 0, 0.0919999927, 0)
  76. Functions.Size = UDim2.new(0, 402, 0, 367)
  77.  
  78. Functions2.Name = "Functions2"
  79. Functions2.Parent = Functions
  80. Functions2.BackgroundColor3 = Color3.new(1, 1, 1)
  81. Functions2.BackgroundTransparency = 1
  82. Functions2.BorderSizePixel = 0
  83. Functions2.Position = UDim2.new(-2.87941766, 0, 1.06436515, 0)
  84. Functions2.Size = UDim2.new(0, 404, 0, 231)
  85.  
  86. ConfirmUpgraders.Name = "ConfirmUpgraders"
  87. ConfirmUpgraders.Parent = Functions2
  88. ConfirmUpgraders.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  89. ConfirmUpgraders.BorderSizePixel = 0
  90. ConfirmUpgraders.Position = UDim2.new(0.00492586568, 0, 0.3808752, 0)
  91. ConfirmUpgraders.Size = UDim2.new(0, 201, 0, 25)
  92. ConfirmUpgraders.Font = Enum.Font.SourceSans
  93. ConfirmUpgraders.Text = "Confirm Upgrader Choices"
  94. ConfirmUpgraders.TextColor3 = Color3.new(0, 0, 0)
  95. ConfirmUpgraders.TextSize = 14
  96.  
  97. ConfirmResets.Name = "ConfirmResets"
  98. ConfirmResets.Parent = Functions2
  99. ConfirmResets.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  100. ConfirmResets.BorderSizePixel = 0
  101. ConfirmResets.Position = UDim2.new(0.00492586568, 0, 0.479604781, 0)
  102. ConfirmResets.Size = UDim2.new(0, 201, 0, 25)
  103. ConfirmResets.Font = Enum.Font.SourceSans
  104. ConfirmResets.Text = "Confirm Reset Choices"
  105. ConfirmResets.TextColor3 = Color3.new(0, 0, 0)
  106. ConfirmResets.TextSize = 14
  107.  
  108. ConfirmFurnace.Name = "ConfirmFurnace"
  109. ConfirmFurnace.Parent = Functions2
  110. ConfirmFurnace.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  111. ConfirmFurnace.BorderSizePixel = 0
  112. ConfirmFurnace.Position = UDim2.new(0.00492586568, 0, 0.578334332, 0)
  113. ConfirmFurnace.Size = UDim2.new(0, 201, 0, 25)
  114. ConfirmFurnace.Font = Enum.Font.SourceSans
  115. ConfirmFurnace.Text = "Confirm Furnace Choices"
  116. ConfirmFurnace.TextColor3 = Color3.new(0, 0, 0)
  117. ConfirmFurnace.TextSize = 14
  118.  
  119. FinalExecute.Name = "FinalExecute"
  120. FinalExecute.Parent = Functions2
  121. FinalExecute.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  122. FinalExecute.BorderSizePixel = 0
  123. FinalExecute.Position = UDim2.new(0.00492571853, 0, 0.684601247, 0)
  124. FinalExecute.Size = UDim2.new(0, 402, 0, 25)
  125. FinalExecute.Font = Enum.Font.SourceSans
  126. FinalExecute.Text = "Execute Auto Setup"
  127. FinalExecute.TextColor3 = Color3.new(0, 0, 0)
  128. FinalExecute.TextSize = 14
  129.  
  130. ConfirmFurnaceCon.Name = "ConfirmFurnaceCon"
  131. ConfirmFurnaceCon.Parent = Functions2
  132. ConfirmFurnaceCon.BackgroundColor3 = Color3.new(0, 0, 0)
  133. ConfirmFurnaceCon.BorderSizePixel = 0
  134. ConfirmFurnaceCon.Position = UDim2.new(0.502450645, 0, 0.581655383, 0)
  135. ConfirmFurnaceCon.Size = UDim2.new(0, 201, 0, 25)
  136. ConfirmFurnaceCon.Font = Enum.Font.SourceSans
  137. ConfirmFurnaceCon.Text = "❌"
  138. ConfirmFurnaceCon.TextColor3 = Color3.new(0, 1, 0)
  139. ConfirmFurnaceCon.TextSize = 14
  140.  
  141. ConfirmResetsCon.Name = "ConfirmResetsCon"
  142. ConfirmResetsCon.Parent = Functions2
  143. ConfirmResetsCon.BackgroundColor3 = Color3.new(0, 0, 0)
  144. ConfirmResetsCon.BorderSizePixel = 0
  145. ConfirmResetsCon.Position = UDim2.new(0.502450645, 0, 0.476992607, 0)
  146. ConfirmResetsCon.Size = UDim2.new(0, 201, 0, 25)
  147. ConfirmResetsCon.Font = Enum.Font.SourceSans
  148. ConfirmResetsCon.Text = "❌"
  149. ConfirmResetsCon.TextColor3 = Color3.new(0, 1, 0)
  150. ConfirmResetsCon.TextSize = 14
  151.  
  152. ConfirmUpgradersCon.Name = "ConfirmUpgradersCon"
  153. ConfirmUpgradersCon.Parent = Functions2
  154. ConfirmUpgradersCon.BackgroundColor3 = Color3.new(0, 0, 0)
  155. ConfirmUpgradersCon.BorderSizePixel = 0
  156. ConfirmUpgradersCon.Position = UDim2.new(0.502450645, 0, 0.379867166, 0)
  157. ConfirmUpgradersCon.Size = UDim2.new(0, 201, 0, 25)
  158. ConfirmUpgradersCon.Font = Enum.Font.SourceSans
  159. ConfirmUpgradersCon.Text = "❌"
  160. ConfirmUpgradersCon.TextColor3 = Color3.new(0, 1, 0)
  161. ConfirmUpgradersCon.TextSize = 14
  162.  
  163. FunctionsTitle.Name = "FunctionsTitle"
  164. FunctionsTitle.Parent = Functions2
  165. FunctionsTitle.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  166. FunctionsTitle.BorderSizePixel = 0
  167. FunctionsTitle.Position = UDim2.new(0.00492571853, 0, 0.264345914, 0)
  168. FunctionsTitle.Size = UDim2.new(0, 401, 0, 27)
  169. FunctionsTitle.Font = Enum.Font.SourceSansBold
  170. FunctionsTitle.Text = "Functions"
  171. FunctionsTitle.TextColor3 = Color3.new(0, 0, 0)
  172. FunctionsTitle.TextSize = 16
  173.  
  174. LoopFrame.Name = "LoopFrame"
  175. LoopFrame.Parent = MainFrame
  176. LoopFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  177. LoopFrame.BorderSizePixel = 0
  178. LoopFrame.Position = UDim2.new(1.00009954, 0, -6.55800104e-05, 0)
  179. LoopFrame.Size = UDim2.new(0, 237, 0, 500)
  180.  
  181. TextLabel.Parent = LoopFrame
  182. TextLabel.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  183. TextLabel.BorderSizePixel = 0
  184. TextLabel.Position = UDim2.new(-0.00421940908, 0, 6.55517579e-05, 0)
  185. TextLabel.Size = UDim2.new(0, 238, 0, 25)
  186. TextLabel.Font = Enum.Font.SourceSansBold
  187. TextLabel.Text = "Loops"
  188. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  189. TextLabel.TextSize = 16
  190.  
  191. LoopsScroll.Name = "LoopsScroll"
  192. LoopsScroll.Parent = MainFrame
  193. LoopsScroll.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  194. LoopsScroll.BorderSizePixel = 0
  195. LoopsScroll.Position = UDim2.new(0.999533176, 0, 0.0500000007, 0)
  196. LoopsScroll.Size = UDim2.new(0, 238, 0, 472)
  197.  
  198. L1.Name = "L1"
  199. L1.Parent = LoopsScroll
  200. L1.BackgroundColor3 = Color3.new(1, 1, 1)
  201. L1.BorderSizePixel = 0
  202. L1.Position = UDim2.new(0.03697161, 0, 0.0231375191, 0)
  203. L1.Size = UDim2.new(0, 200, 0, 26)
  204.  
  205. L1Text.Name = "L1Text"
  206. L1Text.Parent = L1
  207. L1Text.BackgroundColor3 = Color3.new(0, 0, 0)
  208. L1Text.BorderSizePixel = 0
  209. L1Text.Position = UDim2.new(1.86264515e-09, 0, -0.000432465225, 0)
  210. L1Text.Size = UDim2.new(0, 185, 0, 26)
  211. L1Text.Font = Enum.Font.SourceSans
  212. L1Text.Text = "Way-Up-High Upgrader"
  213. L1Text.TextColor3 = Color3.new(1, 1, 1)
  214. L1Text.TextSize = 14
  215.  
  216. L1Check.Name = "L1Check"
  217. L1Check.Parent = L1
  218. L1Check.BackgroundColor3 = Color3.new(0, 0, 0)
  219. L1Check.BorderSizePixel = 0
  220. L1Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  221. L1Check.Size = UDim2.new(0, 25, 0, 26)
  222. L1Check.Font = Enum.Font.SourceSansBold
  223. L1Check.Text = "❌"
  224. L1Check.TextColor3 = Color3.new(0, 1, 0)
  225. L1Check.TextSize = 14
  226.  
  227. L2.Name = "L2"
  228. L2.Parent = LoopsScroll
  229. L2.BackgroundColor3 = Color3.new(1, 1, 1)
  230. L2.BorderSizePixel = 0
  231. L2.Position = UDim2.new(0.03697161, 0, 0.0461375192, 0)
  232. L2.Size = UDim2.new(0, 200, 0, 26)
  233.  
  234. L2Text.Name = "L2Text"
  235. L2Text.Parent = L2
  236. L2Text.BackgroundColor3 = Color3.new(0, 0, 0)
  237. L2Text.BorderSizePixel = 0
  238. L2Text.Position = UDim2.new(0, 0, -0.000432491302, 0)
  239. L2Text.Size = UDim2.new(0, 185, 0, 26)
  240. L2Text.Font = Enum.Font.SourceSans
  241. L2Text.Text = "Digital Ore Cleaner"
  242. L2Text.TextColor3 = Color3.new(1, 1, 1)
  243. L2Text.TextSize = 14
  244.  
  245. L2Check.Name = "L2Check"
  246. L2Check.Parent = L2
  247. L2Check.BackgroundColor3 = Color3.new(0, 0, 0)
  248. L2Check.BorderSizePixel = 0
  249. L2Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  250. L2Check.Size = UDim2.new(0, 25, 0, 26)
  251. L2Check.Font = Enum.Font.SourceSansBold
  252. L2Check.Text = "❌"
  253. L2Check.TextColor3 = Color3.new(0, 1, 0)
  254. L2Check.TextSize = 14
  255.  
  256. L3.Name = "L3"
  257. L3.Parent = LoopsScroll
  258. L3.BackgroundColor3 = Color3.new(1, 1, 1)
  259. L3.BorderSizePixel = 0
  260. L3.Position = UDim2.new(0.03697161, 0, 0.0711375251, 0)
  261. L3.Size = UDim2.new(0, 200, 0, 26)
  262.  
  263. L3Text.Name = "L3Text"
  264. L3Text.Parent = L3
  265. L3Text.BackgroundColor3 = Color3.new(0, 0, 0)
  266. L3Text.BorderSizePixel = 0
  267. L3Text.Position = UDim2.new(0, 0, -0.000432491302, 0)
  268. L3Text.Size = UDim2.new(0, 185, 0, 26)
  269. L3Text.Font = Enum.Font.SourceSans
  270. L3Text.Text = "Freon-Blast Upgrader"
  271. L3Text.TextColor3 = Color3.new(1, 1, 1)
  272. L3Text.TextSize = 14
  273.  
  274. L3Check.Name = "L3Check"
  275. L3Check.Parent = L3
  276. L3Check.BackgroundColor3 = Color3.new(0, 0, 0)
  277. L3Check.BorderSizePixel = 0
  278. L3Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  279. L3Check.Size = UDim2.new(0, 25, 0, 26)
  280. L3Check.Font = Enum.Font.SourceSansBold
  281. L3Check.Text = "❌"
  282. L3Check.TextColor3 = Color3.new(0, 1, 0)
  283. L3Check.TextSize = 14
  284.  
  285. L4.Name = "L4"
  286. L4.Parent = LoopsScroll
  287. L4.BackgroundColor3 = Color3.new(1, 1, 1)
  288. L4.BorderSizePixel = 0
  289. L4.Position = UDim2.new(0.03697161, 0, 0.094137527, 0)
  290. L4.Size = UDim2.new(0, 200, 0, 26)
  291.  
  292. L4Text.Name = "L4Text"
  293. L4Text.Parent = L4
  294. L4Text.BackgroundColor3 = Color3.new(0, 0, 0)
  295. L4Text.BorderSizePixel = 0
  296. L4Text.Position = UDim2.new(0, 0, -0.000432491302, 0)
  297. L4Text.Size = UDim2.new(0, 185, 0, 26)
  298. L4Text.Font = Enum.Font.SourceSans
  299. L4Text.Text = "Serpentine Upgrader"
  300. L4Text.TextColor3 = Color3.new(1, 1, 1)
  301. L4Text.TextSize = 14
  302.  
  303. L4Check.Name = "L4Check"
  304. L4Check.Parent = L4
  305. L4Check.BackgroundColor3 = Color3.new(0, 0, 0)
  306. L4Check.BorderSizePixel = 0
  307. L4Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  308. L4Check.Size = UDim2.new(0, 25, 0, 26)
  309. L4Check.Font = Enum.Font.SourceSansBold
  310. L4Check.Text = "❌"
  311. L4Check.TextColor3 = Color3.new(0, 1, 0)
  312. L4Check.TextSize = 14
  313.  
  314. L5.Name = "L5"
  315. L5.Parent = LoopsScroll
  316. L5.BackgroundColor3 = Color3.new(1, 1, 1)
  317. L5.BorderSizePixel = 0
  318. L5.Position = UDim2.new(0.03697161, 0, 0.119137526, 0)
  319. L5.Size = UDim2.new(0, 200, 0, 26)
  320.  
  321. L5Text.Name = "L5Text"
  322. L5Text.Parent = L5
  323. L5Text.BackgroundColor3 = Color3.new(0, 0, 0)
  324. L5Text.BorderSizePixel = 0
  325. L5Text.Position = UDim2.new(0, 0, -0.000432491302, 0)
  326. L5Text.Size = UDim2.new(0, 185, 0, 26)
  327. L5Text.Font = Enum.Font.SourceSans
  328. L5Text.Text = "Suspended Refiner"
  329. L5Text.TextColor3 = Color3.new(1, 1, 1)
  330. L5Text.TextSize = 14
  331.  
  332. L5Check.Name = "L5Check"
  333. L5Check.Parent = L5
  334. L5Check.BackgroundColor3 = Color3.new(0, 0, 0)
  335. L5Check.BorderSizePixel = 0
  336. L5Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  337. L5Check.Size = UDim2.new(0, 25, 0, 26)
  338. L5Check.Font = Enum.Font.SourceSansBold
  339. L5Check.Text = "❌"
  340. L5Check.TextColor3 = Color3.new(0, 1, 0)
  341. L5Check.TextSize = 14
  342.  
  343. L6.Name = "L6"
  344. L6.Parent = LoopsScroll
  345. L6.BackgroundColor3 = Color3.new(1, 1, 1)
  346. L6.BorderSizePixel = 0
  347. L6.Position = UDim2.new(0.03697161, 0, 0.145137519, 0)
  348. L6.Size = UDim2.new(0, 200, 0, 26)
  349.  
  350. L6Text.Name = "L6Text"
  351. L6Text.Parent = L6
  352. L6Text.BackgroundColor3 = Color3.new(0, 0, 0)
  353. L6Text.BorderSizePixel = 0
  354. L6Text.Position = UDim2.new(0, 0, -0.000432584435, 0)
  355. L6Text.Size = UDim2.new(0, 185, 0, 26)
  356. L6Text.Font = Enum.Font.SourceSans
  357. L6Text.Text = "Molten Upgrader"
  358. L6Text.TextColor3 = Color3.new(1, 1, 1)
  359. L6Text.TextSize = 14
  360.  
  361. L6Check.Name = "L6Check"
  362. L6Check.Parent = L6
  363. L6Check.BackgroundColor3 = Color3.new(0, 0, 0)
  364. L6Check.BorderSizePixel = 0
  365. L6Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  366. L6Check.Size = UDim2.new(0, 25, 0, 26)
  367. L6Check.Font = Enum.Font.SourceSansBold
  368. L6Check.Text = "❌"
  369. L6Check.TextColor3 = Color3.new(0, 1, 0)
  370. L6Check.TextSize = 14
  371.  
  372. L7.Name = "L7"
  373. L7.Parent = LoopsScroll
  374. L7.BackgroundColor3 = Color3.new(1, 1, 1)
  375. L7.BorderSizePixel = 0
  376. L7.Position = UDim2.new(0.03697161, 0, 0.170137525, 0)
  377. L7.Size = UDim2.new(0, 200, 0, 26)
  378.  
  379. L7Text.Name = "L7Text"
  380. L7Text.Parent = L7
  381. L7Text.BackgroundColor3 = Color3.new(0, 0, 0)
  382. L7Text.BorderSizePixel = 0
  383. L7Text.Position = UDim2.new(-5.58793545e-09, 0, -0.000432547182, 0)
  384. L7Text.Size = UDim2.new(0, 185, 0, 26)
  385. L7Text.Font = Enum.Font.SourceSans
  386. L7Text.Text = "Advanced Ore Atomizer"
  387. L7Text.TextColor3 = Color3.new(1, 1, 1)
  388. L7Text.TextSize = 14
  389.  
  390. L7Check.Name = "L7Check"
  391. L7Check.Parent = L7
  392. L7Check.BackgroundColor3 = Color3.new(0, 0, 0)
  393. L7Check.BorderSizePixel = 0
  394. L7Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  395. L7Check.Size = UDim2.new(0, 25, 0, 26)
  396. L7Check.Font = Enum.Font.SourceSansBold
  397. L7Check.Text = "❌"
  398. L7Check.TextColor3 = Color3.new(0, 1, 0)
  399. L7Check.TextSize = 14
  400.  
  401. L8.Name = "L8"
  402. L8.Parent = LoopsScroll
  403. L8.BackgroundColor3 = Color3.new(1, 1, 1)
  404. L8.BorderSizePixel = 0
  405. L8.Position = UDim2.new(0.03697161, 0, 0.192137524, 0)
  406. L8.Size = UDim2.new(0, 200, 0, 26)
  407.  
  408. L8Text.Name = "L8Text"
  409. L8Text.Parent = L8
  410. L8Text.BackgroundColor3 = Color3.new(0, 0, 0)
  411. L8Text.BorderSizePixel = 0
  412. L8Text.Position = UDim2.new(-5.58793545e-09, 0, -0.000432491302, 0)
  413. L8Text.Size = UDim2.new(0, 185, 0, 26)
  414. L8Text.Font = Enum.Font.SourceSans
  415. L8Text.Text = "Freon Supressor"
  416. L8Text.TextColor3 = Color3.new(1, 1, 1)
  417. L8Text.TextSize = 14
  418.  
  419. L8Check.Name = "L8Check"
  420. L8Check.Parent = L8
  421. L8Check.BackgroundColor3 = Color3.new(0, 0, 0)
  422. L8Check.BorderSizePixel = 0
  423. L8Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  424. L8Check.Size = UDim2.new(0, 25, 0, 26)
  425. L8Check.Font = Enum.Font.SourceSansBold
  426. L8Check.Text = "❌"
  427. L8Check.TextColor3 = Color3.new(0, 1, 0)
  428. L8Check.TextSize = 14
  429.  
  430. L9.Name = "L9"
  431. L9.Parent = LoopsScroll
  432. L9.BackgroundColor3 = Color3.new(1, 1, 1)
  433. L9.BorderSizePixel = 0
  434. L9.Position = UDim2.new(0.03697161, 0, 0.21713753, 0)
  435. L9.Size = UDim2.new(0, 200, 0, 26)
  436.  
  437. L9Text.Name = "L9Text"
  438. L9Text.Parent = L9
  439. L9Text.BackgroundColor3 = Color3.new(0, 0, 0)
  440. L9Text.BorderSizePixel = 0
  441. L9Text.Position = UDim2.new(-5.58793545e-09, 0, -0.000432543457, 0)
  442. L9Text.Size = UDim2.new(0, 185, 0, 26)
  443. L9Text.Font = Enum.Font.SourceSans
  444. L9Text.Text = "Ore Thermocrusher"
  445. L9Text.TextColor3 = Color3.new(1, 1, 1)
  446. L9Text.TextSize = 14
  447.  
  448. L9Check.Name = "L9Check"
  449. L9Check.Parent = L9
  450. L9Check.BackgroundColor3 = Color3.new(0, 0, 0)
  451. L9Check.BorderSizePixel = 0
  452. L9Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  453. L9Check.Size = UDim2.new(0, 25, 0, 26)
  454. L9Check.Font = Enum.Font.SourceSansBold
  455. L9Check.Text = "❌"
  456. L9Check.TextColor3 = Color3.new(0, 1, 0)
  457. L9Check.TextSize = 14
  458.  
  459. L10.Name = "L10"
  460. L10.Parent = LoopsScroll
  461. L10.BackgroundColor3 = Color3.new(1, 1, 1)
  462. L10.BorderSizePixel = 0
  463. L10.Position = UDim2.new(0.03697161, 0, 0.243137524, 0)
  464. L10.Size = UDim2.new(0, 200, 0, 26)
  465.  
  466. L10Text.Name = "L10Text"
  467. L10Text.Parent = L10
  468. L10Text.BackgroundColor3 = Color3.new(0, 0, 0)
  469. L10Text.BorderSizePixel = 0
  470. L10Text.Position = UDim2.new(-5.58793545e-09, 0, -0.000432491302, 0)
  471. L10Text.Size = UDim2.new(0, 185, 0, 26)
  472. L10Text.Font = Enum.Font.SourceSans
  473. L10Text.Text = "Suspended Lava Refiner"
  474. L10Text.TextColor3 = Color3.new(1, 1, 1)
  475. L10Text.TextSize = 14
  476.  
  477. L10Check.Name = "L10Check"
  478. L10Check.Parent = L10
  479. L10Check.BackgroundColor3 = Color3.new(0, 0, 0)
  480. L10Check.BorderSizePixel = 0
  481. L10Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  482. L10Check.Size = UDim2.new(0, 25, 0, 26)
  483. L10Check.Font = Enum.Font.SourceSansBold
  484. L10Check.Text = "❌"
  485. L10Check.TextColor3 = Color3.new(0, 1, 0)
  486. L10Check.TextSize = 14
  487.  
  488. L11.Name = "L11"
  489. L11.Parent = LoopsScroll
  490. L11.BackgroundColor3 = Color3.new(1, 1, 1)
  491. L11.BorderSizePixel = 0
  492. L11.Position = UDim2.new(0.03697161, 0, 0.269137532, 0)
  493. L11.Size = UDim2.new(0, 200, 0, 26)
  494.  
  495. L11Text.Name = "L11Text"
  496. L11Text.Parent = L11
  497. L11Text.BackgroundColor3 = Color3.new(0, 0, 0)
  498. L11Text.BorderSizePixel = 0
  499. L11Text.Position = UDim2.new(-5.58793545e-09, 0, -0.000432554632, 0)
  500. L11Text.Size = UDim2.new(0, 185, 0, 26)
  501. L11Text.Font = Enum.Font.SourceSans
  502. L11Text.Text = "Ore Transistor"
  503. L11Text.TextColor3 = Color3.new(1, 1, 1)
  504. L11Text.TextSize = 14
  505.  
  506. L11Check.Name = "L11Check"
  507. L11Check.Parent = L11
  508. L11Check.BackgroundColor3 = Color3.new(0, 0, 0)
  509. L11Check.BorderSizePixel = 0
  510. L11Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  511. L11Check.Size = UDim2.new(0, 25, 0, 26)
  512. L11Check.Font = Enum.Font.SourceSansBold
  513. L11Check.Text = "❌"
  514. L11Check.TextColor3 = Color3.new(0, 1, 0)
  515. L11Check.TextSize = 14
  516.  
  517. L12.Name = "L12"
  518. L12.Parent = LoopsScroll
  519. L12.BackgroundColor3 = Color3.new(1, 1, 1)
  520. L12.BorderSizePixel = 0
  521. L12.Position = UDim2.new(0.03697161, 0, 0.295137525, 0)
  522. L12.Size = UDim2.new(0, 200, 0, 26)
  523.  
  524. L12Text.Name = "L12Text"
  525. L12Text.Parent = L12
  526. L12Text.BackgroundColor3 = Color3.new(0, 0, 0)
  527. L12Text.BorderSizePixel = 0
  528. L12Text.Position = UDim2.new(-3.7252903e-09, 0, -0.000432632864, 0)
  529. L12Text.Size = UDim2.new(0, 185, 0, 26)
  530. L12Text.Font = Enum.Font.SourceSans
  531. L12Text.Text = "Ore Transponder"
  532. L12Text.TextColor3 = Color3.new(1, 1, 1)
  533. L12Text.TextSize = 14
  534.  
  535. L12Check.Name = "L12Check"
  536. L12Check.Parent = L12
  537. L12Check.BackgroundColor3 = Color3.new(0, 0, 0)
  538. L12Check.BorderSizePixel = 0
  539. L12Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  540. L12Check.Size = UDim2.new(0, 25, 0, 26)
  541. L12Check.Font = Enum.Font.SourceSansBold
  542. L12Check.Text = "❌"
  543. L12Check.TextColor3 = Color3.new(0, 1, 0)
  544. L12Check.TextSize = 14
  545.  
  546. L13.Name = "L13"
  547. L13.Parent = LoopsScroll
  548. L13.BackgroundColor3 = Color3.new(1, 1, 1)
  549. L13.BorderSizePixel = 0
  550. L13.Position = UDim2.new(0.03697161, 0, 0.321137518, 0)
  551. L13.Size = UDim2.new(0, 200, 0, 26)
  552.  
  553. L13Text.Name = "L13Text"
  554. L13Text.Parent = L13
  555. L13Text.BackgroundColor3 = Color3.new(0, 0, 0)
  556. L13Text.BorderSizePixel = 0
  557. L13Text.Position = UDim2.new(-5.58793545e-09, 0, -0.000432729721, 0)
  558. L13Text.Size = UDim2.new(0, 185, 0, 26)
  559. L13Text.Font = Enum.Font.SourceSans
  560. L13Text.Text = "Morning Star"
  561. L13Text.TextColor3 = Color3.new(1, 1, 1)
  562. L13Text.TextSize = 14
  563.  
  564. L13Check.Name = "L13Check"
  565. L13Check.Parent = L13
  566. L13Check.BackgroundColor3 = Color3.new(0, 0, 0)
  567. L13Check.BorderSizePixel = 0
  568. L13Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  569. L13Check.Size = UDim2.new(0, 25, 0, 26)
  570. L13Check.Font = Enum.Font.SourceSansBold
  571. L13Check.Text = "❌"
  572. L13Check.TextColor3 = Color3.new(0, 1, 0)
  573. L13Check.TextSize = 14
  574.  
  575. L14.Name = "L14"
  576. L14.Parent = LoopsScroll
  577. L14.BackgroundColor3 = Color3.new(1, 1, 1)
  578. L14.BorderSizePixel = 0
  579. L14.Position = UDim2.new(0.03697161, 0, 0.347137511, 0)
  580. L14.Size = UDim2.new(0, 200, 0, 26)
  581.  
  582. L14Text.Name = "L14Text"
  583. L14Text.Parent = L14
  584. L14Text.BackgroundColor3 = Color3.new(0, 0, 0)
  585. L14Text.BorderSizePixel = 0
  586. L14Text.Position = UDim2.new(-7.4505806e-09, 0, -0.000432755798, 0)
  587. L14Text.Size = UDim2.new(0, 185, 0, 26)
  588. L14Text.Font = Enum.Font.SourceSans
  589. L14Text.Text = "Neutron Star"
  590. L14Text.TextColor3 = Color3.new(1, 1, 1)
  591. L14Text.TextSize = 14
  592.  
  593. L14Check.Name = "L14Check"
  594. L14Check.Parent = L14
  595. L14Check.BackgroundColor3 = Color3.new(0, 0, 0)
  596. L14Check.BorderSizePixel = 0
  597. L14Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  598. L14Check.Size = UDim2.new(0, 25, 0, 26)
  599. L14Check.Font = Enum.Font.SourceSansBold
  600. L14Check.Text = "❌"
  601. L14Check.TextColor3 = Color3.new(0, 1, 0)
  602. L14Check.TextSize = 14
  603.  
  604. L15.Name = "L15"
  605. L15.Parent = LoopsScroll
  606. L15.BackgroundColor3 = Color3.new(1, 1, 1)
  607. L15.BorderSizePixel = 0
  608. L15.Position = UDim2.new(0.03697161, 0, 0.373137504, 0)
  609. L15.Size = UDim2.new(0, 200, 0, 26)
  610.  
  611. L15Text.Name = "L15Text"
  612. L15Text.Parent = L15
  613. L15Text.BackgroundColor3 = Color3.new(0, 0, 0)
  614. L15Text.BorderSizePixel = 0
  615. L15Text.Position = UDim2.new(-7.4505806e-09, 0, -0.000432729721, 0)
  616. L15Text.Size = UDim2.new(0, 185, 0, 26)
  617. L15Text.Font = Enum.Font.SourceSans
  618. L15Text.Text = "Catalyzed Star"
  619. L15Text.TextColor3 = Color3.new(1, 1, 1)
  620. L15Text.TextSize = 14
  621.  
  622. L15Check.Name = "L15Check"
  623. L15Check.Parent = L15
  624. L15Check.BackgroundColor3 = Color3.new(0, 0, 0)
  625. L15Check.BorderSizePixel = 0
  626. L15Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  627. L15Check.Size = UDim2.new(0, 25, 0, 26)
  628. L15Check.Font = Enum.Font.SourceSansBold
  629. L15Check.Text = "❌"
  630. L15Check.TextColor3 = Color3.new(0, 1, 0)
  631. L15Check.TextSize = 14
  632.  
  633. BuyPurchasable.Name = "BuyPurchasable"
  634. BuyPurchasable.Parent = MainFrame
  635. BuyPurchasable.BackgroundColor3 = Color3.new(1, 1, 1)
  636. BuyPurchasable.BackgroundTransparency = 1
  637. BuyPurchasable.BorderSizePixel = 0
  638. BuyPurchasable.Position = UDim2.new(0.692805469, 0, 0.995371819, 0)
  639. BuyPurchasable.Size = UDim2.new(0, 401, 0, 25)
  640.  
  641. BPBack.Name = "BPBack"
  642. BPBack.Parent = BuyPurchasable
  643. BPBack.BackgroundColor3 = Color3.new(1, 1, 1)
  644. BPBack.BackgroundTransparency = 1
  645. BPBack.BorderSizePixel = 0
  646. BPBack.Position = UDim2.new(0.00146621361, 0, 1.00160646, 0)
  647. BPBack.Size = UDim2.new(0, 400, 0, 73)
  648.  
  649. BPcost.Name = "BPcost"
  650. BPcost.Parent = BuyPurchasable
  651. BPcost.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  652. BPcost.BorderSizePixel = 0
  653. BPcost.Position = UDim2.new(-1.00601506, 0, 1.03999996, 0)
  654. BPcost.Size = UDim2.new(0, 101, 0, 29)
  655. BPcost.Font = Enum.Font.SourceSans
  656. BPcost.Text = "Cost:"
  657. BPcost.TextColor3 = Color3.new(0, 0, 0)
  658. BPcost.TextSize = 14
  659.  
  660. BPsuffix.Name = "BPsuffix"
  661. BPsuffix.Parent = BuyPurchasable
  662. BPsuffix.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  663. BPsuffix.BorderSizePixel = 0
  664. BPsuffix.Position = UDim2.new(-1.00601506, 0, 2.20000005, 0)
  665. BPsuffix.Size = UDim2.new(0, 101, 0, 30)
  666. BPsuffix.Font = Enum.Font.SourceSans
  667. BPsuffix.Text = "Cost With Suffix:"
  668. BPsuffix.TextColor3 = Color3.new(0, 0, 0)
  669. BPsuffix.TextSize = 14
  670.  
  671. Calculate.Name = "Calculate"
  672. Calculate.Parent = BuyPurchasable
  673. Calculate.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  674. Calculate.BorderSizePixel = 0
  675. Calculate.Position = UDim2.new(-1.00497508, 0, 3.33584476, 0)
  676. Calculate.Size = UDim2.new(0, 400, 0, 38)
  677. Calculate.Font = Enum.Font.SourceSans
  678. Calculate.Text = "Calculate"
  679. Calculate.TextColor3 = Color3.new(0, 0, 0)
  680. Calculate.TextSize = 14
  681.  
  682. BPCostLabel.Name = "BPCostLabel"
  683. BPCostLabel.Parent = BuyPurchasable
  684. BPCostLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  685. BPCostLabel.BorderSizePixel = 0
  686. BPCostLabel.Position = UDim2.new(-0.754144728, 0, 1.03860843, 0)
  687. BPCostLabel.Size = UDim2.new(0, 299, 0, 30)
  688. BPCostLabel.Font = Enum.Font.SourceSans
  689. BPCostLabel.Text = "0$"
  690. BPCostLabel.TextColor3 = Color3.new(1, 1, 1)
  691. BPCostLabel.TextSize = 14
  692.  
  693. BPCostLabel_2.Name = "BPCostLabel"
  694. BPCostLabel_2.Parent = BuyPurchasable
  695. BPCostLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  696. BPCostLabel_2.BorderSizePixel = 0
  697. BPCostLabel_2.Position = UDim2.new(-0.754144728, 0, 2.23860836, 0)
  698. BPCostLabel_2.Size = UDim2.new(0, 299, 0, 29)
  699. BPCostLabel_2.Font = Enum.Font.SourceSans
  700. BPCostLabel_2.Text = "0$"
  701. BPCostLabel_2.TextColor3 = Color3.new(1, 1, 1)
  702. BPCostLabel_2.TextSize = 14
  703.  
  704. TextLabel_2.Parent = BuyPurchasable
  705. TextLabel_2.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  706. TextLabel_2.BorderSizePixel = 0
  707. TextLabel_2.Position = UDim2.new(-1.00541568, 0, 0, 0)
  708. TextLabel_2.Size = UDim2.new(0, 400, 0, 27)
  709. TextLabel_2.Font = Enum.Font.SourceSansBold
  710. TextLabel_2.Text = "Buy Purchasables"
  711. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  712. TextLabel_2.TextSize = 14
Add Comment
Please, Sign In to add comment