Advertisement
chrisinator66

Untitled

Nov 30th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.51 KB | None | 0 0
  1. local SetupGen = game.CoreGui.SetupGen
  2. wait(1)
  3. local MainFrame = SetupGen.MainFrame
  4. local Reborns = Instance.new("Frame")
  5. local RebornsText = Instance.new("TextLabel")
  6. local RebornScroll = Instance.new("ScrollingFrame")
  7. local AzureRefiner = Instance.new("Frame")
  8. local AzureRefinerText = Instance.new("TextButton")
  9. local AzureRefinerCheck = Instance.new("TextLabel")
  10. local AncientTemple = Instance.new("Frame")
  11. local AncientTempleText = Instance.new("TextButton")
  12. local AncientTempleCheck = Instance.new("TextLabel")
  13. local Clockwork = Instance.new("Frame")
  14. local ClockworkText = Instance.new("TextButton")
  15. local ClockworkCheck = Instance.new("TextLabel")
  16. local QuantumClean = Instance.new("Frame")
  17. local QuantumCleanText = Instance.new("TextButton")
  18. local QuantumCleanCheck = Instance.new("TextLabel")
  19. local Scorch = Instance.new("Frame")
  20. local ScorchText = Instance.new("TextButton")
  21. local ScorchCheck = Instance.new("TextLabel")
  22. local Catalyst = Instance.new("Frame")
  23. local CatalystText = Instance.new("TextButton")
  24. local CatalystCheck = Instance.new("TextLabel")
  25. local ASpore = Instance.new("Frame")
  26. local ASporeText = Instance.new("TextButton")
  27. local ASporeCheck = Instance.new("TextLabel")
  28. local QuantumClock = Instance.new("Frame")
  29. local QuantumClockText = Instance.new("TextButton")
  30. local QuantumClockCheck = Instance.new("TextLabel")
  31. local AncientColo = Instance.new("Frame")
  32. local AncientColoText = Instance.new("TextButton")
  33. local AncientColoCheck = Instance.new("TextLabel")
  34. local QuantumPolisher = Instance.new("Frame")
  35. local QuantumPolisherText = Instance.new("TextButton")
  36. local QuantumPolisherCheck = Instance.new("TextLabel")
  37. local SatCat = Instance.new("Frame")
  38. local SatCatText = Instance.new("TextButton")
  39. local SatCatCheck = Instance.new("TextLabel")
  40. local Arcane = Instance.new("Frame")
  41. local ArcaneText = Instance.new("TextButton")
  42. local ArcaneCheck = Instance.new("TextLabel")
  43. local Virtual = Instance.new("Frame")
  44. local VirtualText = Instance.new("TextButton")
  45. local VirtualCheck = Instance.new("TextLabel")
  46.  
  47.  
  48.  
  49. Reborns.Name = "Reborns"
  50. Reborns.Parent = MainFrame
  51. Reborns.BackgroundColor3 = Color3.new(1, 1, 1)
  52. Reborns.BorderSizePixel = 0
  53. Reborns.Position = UDim2.new(0.399999976, 0, 0, 0)
  54. Reborns.Size = UDim2.new(0, 199, 0, 25)
  55.  
  56. RebornsText.Name = "RebornsText"
  57. RebornsText.Parent = Reborns
  58. RebornsText.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  59. RebornsText.BorderSizePixel = 0
  60. RebornsText.Position = UDim2.new(-0.00599126006, 0, 0, 0)
  61. RebornsText.Size = UDim2.new(0, 231, 0, 25)
  62. RebornsText.Font = Enum.Font.SourceSansBold
  63. RebornsText.Text = "Reborn Items"
  64. RebornsText.TextColor3 = Color3.new(0, 0, 0)
  65. RebornsText.TextSize = 16
  66.  
  67. RebornScroll.Name = "RebornScroll"
  68. RebornScroll.Parent = MainFrame
  69. RebornScroll.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  70. RebornScroll.BorderSizePixel = 0
  71. RebornScroll.Position = UDim2.new(0.399000019, 0, 0.0493021235, 0)
  72. RebornScroll.Size = UDim2.new(0, 231, 0, 475)
  73.  
  74. AzureRefiner.Name = "AzureRefiner"
  75. AzureRefiner.Parent = RebornScroll
  76. AzureRefiner.BackgroundColor3 = Color3.new(1, 1, 1)
  77. AzureRefiner.BorderSizePixel = 0
  78. AzureRefiner.Position = UDim2.new(0.00121383322, 0, 0.0236375183, 0)
  79. AzureRefiner.Size = UDim2.new(0, 200, 0, 26)
  80.  
  81. AzureRefinerText.Name = "AzureRefinerText"
  82. AzureRefinerText.Parent = AzureRefiner
  83. AzureRefinerText.BackgroundColor3 = Color3.new(0, 0, 0)
  84. AzureRefinerText.BorderSizePixel = 0
  85. AzureRefinerText.Position = UDim2.new(0, 0, -0.000431941095, 0)
  86. AzureRefinerText.Size = UDim2.new(0, 184, 0, 26)
  87. AzureRefinerText.Font = Enum.Font.SourceSans
  88. AzureRefinerText.Text = "Azure Refiner"
  89. AzureRefinerText.TextColor3 = Color3.new(1, 1, 1)
  90. AzureRefinerText.TextSize = 14
  91.  
  92. AzureRefinerCheck.Name = "AzureRefinerCheck"
  93. AzureRefinerCheck.Parent = AzureRefiner
  94. AzureRefinerCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  95. AzureRefinerCheck.BorderSizePixel = 0
  96. AzureRefinerCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  97. AzureRefinerCheck.Size = UDim2.new(0, 25, 0, 26)
  98. AzureRefinerCheck.Font = Enum.Font.SourceSansBold
  99. AzureRefinerCheck.Text = "❌"
  100. AzureRefinerCheck.TextColor3 = Color3.new(0, 1, 0)
  101. AzureRefinerCheck.TextSize = 14
  102.  
  103. AncientTemple.Name = "AncientTemple"
  104. AncientTemple.Parent = RebornScroll
  105. AncientTemple.BackgroundColor3 = Color3.new(1, 1, 1)
  106. AncientTemple.BorderSizePixel = 0
  107. AncientTemple.Position = UDim2.new(0.00121383322, 0, 0.0466375202, 0)
  108. AncientTemple.Size = UDim2.new(0, 200, 0, 26)
  109.  
  110. AncientTempleText.Name = "AncientTempleText"
  111. AncientTempleText.Parent = AncientTemple
  112. AncientTempleText.BackgroundColor3 = Color3.new(0, 0, 0)
  113. AncientTempleText.BorderSizePixel = 0
  114. AncientTempleText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  115. AncientTempleText.Size = UDim2.new(0, 185, 0, 26)
  116. AncientTempleText.Font = Enum.Font.SourceSans
  117. AncientTempleText.Text = "Ancient Temple"
  118. AncientTempleText.TextColor3 = Color3.new(1, 1, 1)
  119. AncientTempleText.TextSize = 14
  120.  
  121. AncientTempleCheck.Name = "AncientTempleCheck"
  122. AncientTempleCheck.Parent = AncientTemple
  123. AncientTempleCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  124. AncientTempleCheck.BorderSizePixel = 0
  125. AncientTempleCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  126. AncientTempleCheck.Size = UDim2.new(0, 25, 0, 26)
  127. AncientTempleCheck.Font = Enum.Font.SourceSansBold
  128. AncientTempleCheck.Text = "❌"
  129. AncientTempleCheck.TextColor3 = Color3.new(0, 1, 0)
  130. AncientTempleCheck.TextSize = 14
  131.  
  132. Clockwork.Name = "Clockwork"
  133. Clockwork.Parent = RebornScroll
  134. Clockwork.BackgroundColor3 = Color3.new(1, 1, 1)
  135. Clockwork.BorderSizePixel = 0
  136. Clockwork.Position = UDim2.new(0.00121383369, 0, 0.0716375187, 0)
  137. Clockwork.Size = UDim2.new(0, 200, 0, 26)
  138.  
  139. ClockworkText.Name = "ClockworkText"
  140. ClockworkText.Parent = Clockwork
  141. ClockworkText.BackgroundColor3 = Color3.new(0, 0, 0)
  142. ClockworkText.BorderSizePixel = 0
  143. ClockworkText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  144. ClockworkText.Size = UDim2.new(0, 185, 0, 26)
  145. ClockworkText.Font = Enum.Font.SourceSans
  146. ClockworkText.Text = "Clockwork"
  147. ClockworkText.TextColor3 = Color3.new(1, 1, 1)
  148. ClockworkText.TextSize = 14
  149.  
  150. ClockworkCheck.Name = "ClockworkCheck"
  151. ClockworkCheck.Parent = Clockwork
  152. ClockworkCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  153. ClockworkCheck.BorderSizePixel = 0
  154. ClockworkCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  155. ClockworkCheck.Size = UDim2.new(0, 25, 0, 26)
  156. ClockworkCheck.Font = Enum.Font.SourceSansBold
  157. ClockworkCheck.Text = "❌"
  158. ClockworkCheck.TextColor3 = Color3.new(0, 1, 0)
  159. ClockworkCheck.TextSize = 14
  160.  
  161. QuantumClean.Name = "QuantumClean"
  162. QuantumClean.Parent = RebornScroll
  163. QuantumClean.BackgroundColor3 = Color3.new(1, 1, 1)
  164. QuantumClean.BorderSizePixel = 0
  165. QuantumClean.Position = UDim2.new(0.00121383369, 0, 0.0966375172, 0)
  166. QuantumClean.Size = UDim2.new(0, 200, 0, 26)
  167.  
  168. QuantumCleanText.Name = "QuantumCleanText"
  169. QuantumCleanText.Parent = QuantumClean
  170. QuantumCleanText.BackgroundColor3 = Color3.new(0, 0, 0)
  171. QuantumCleanText.BorderSizePixel = 0
  172. QuantumCleanText.Position = UDim2.new(0, 0, -0.000432141125, 0)
  173. QuantumCleanText.Size = UDim2.new(0, 185, 0, 26)
  174. QuantumCleanText.Font = Enum.Font.SourceSans
  175. QuantumCleanText.Text = "Quantum Ore Cleaner"
  176. QuantumCleanText.TextColor3 = Color3.new(1, 1, 1)
  177. QuantumCleanText.TextSize = 14
  178.  
  179. QuantumCleanCheck.Name = "QuantumCleanCheck"
  180. QuantumCleanCheck.Parent = QuantumClean
  181. QuantumCleanCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  182. QuantumCleanCheck.BorderSizePixel = 0
  183. QuantumCleanCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  184. QuantumCleanCheck.Size = UDim2.new(0, 25, 0, 26)
  185. QuantumCleanCheck.Font = Enum.Font.SourceSansBold
  186. QuantumCleanCheck.Text = "❌"
  187. QuantumCleanCheck.TextColor3 = Color3.new(0, 1, 0)
  188. QuantumCleanCheck.TextSize = 14
  189.  
  190. Scorch.Name = "Scorch"
  191. Scorch.Parent = RebornScroll
  192. Scorch.BackgroundColor3 = Color3.new(1, 1, 1)
  193. Scorch.BorderSizePixel = 0
  194. Scorch.Position = UDim2.new(0.00121383369, 0, 0.120637514, 0)
  195. Scorch.Size = UDim2.new(0, 200, 0, 26)
  196.  
  197. ScorchText.Name = "ScorchText"
  198. ScorchText.Parent = Scorch
  199. ScorchText.BackgroundColor3 = Color3.new(0, 0, 0)
  200. ScorchText.BorderSizePixel = 0
  201. ScorchText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  202. ScorchText.Size = UDim2.new(0, 185, 0, 26)
  203. ScorchText.Font = Enum.Font.SourceSans
  204. ScorchText.Text = "Scorching Heat"
  205. ScorchText.TextColor3 = Color3.new(1, 1, 1)
  206. ScorchText.TextSize = 14
  207.  
  208. ScorchCheck.Name = "ScorchCheck"
  209. ScorchCheck.Parent = Scorch
  210. ScorchCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  211. ScorchCheck.BorderSizePixel = 0
  212. ScorchCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  213. ScorchCheck.Size = UDim2.new(0, 25, 0, 26)
  214. ScorchCheck.Font = Enum.Font.SourceSansBold
  215. ScorchCheck.Text = "❌"
  216. ScorchCheck.TextColor3 = Color3.new(0, 1, 0)
  217. ScorchCheck.TextSize = 14
  218.  
  219. Catalyst.Name = "Catalyst"
  220. Catalyst.Parent = RebornScroll
  221. Catalyst.BackgroundColor3 = Color3.new(1, 1, 1)
  222. Catalyst.BorderSizePixel = 0
  223. Catalyst.Position = UDim2.new(0.00121383369, 0, 0.120637514, 0)
  224. Catalyst.Size = UDim2.new(0, 200, 0, 26)
  225.  
  226. CatalystText.Name = "CatalystText"
  227. CatalystText.Parent = Catalyst
  228. CatalystText.BackgroundColor3 = Color3.new(0, 0, 0)
  229. CatalystText.BorderSizePixel = 0
  230. CatalystText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  231. CatalystText.Size = UDim2.new(0, 185, 0, 26)
  232. CatalystText.Font = Enum.Font.SourceSans
  233. CatalystText.Text = "The Catalyst"
  234. CatalystText.TextColor3 = Color3.new(1, 1, 1)
  235. CatalystText.TextSize = 14
  236.  
  237. CatalystCheck.Name = "CatalystCheck"
  238. CatalystCheck.Parent = Catalyst
  239. CatalystCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  240. CatalystCheck.BorderSizePixel = 0
  241. CatalystCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  242. CatalystCheck.Size = UDim2.new(0, 25, 0, 26)
  243. CatalystCheck.Font = Enum.Font.SourceSansBold
  244. CatalystCheck.Text = "❌"
  245. CatalystCheck.TextColor3 = Color3.new(0, 1, 0)
  246. CatalystCheck.TextSize = 14
  247.  
  248. ASpore.Name = "ASpore"
  249. ASpore.Parent = RebornScroll
  250. ASpore.BackgroundColor3 = Color3.new(1, 1, 1)
  251. ASpore.BorderSizePixel = 0
  252. ASpore.Position = UDim2.new(0.00121383369, 0, 0.145637512, 0)
  253. ASpore.Size = UDim2.new(0, 200, 0, 26)
  254.  
  255. ASporeText.Name = "ASporeText"
  256. ASporeText.Parent = ASpore
  257. ASporeText.BackgroundColor3 = Color3.new(0, 0, 0)
  258. ASporeText.BorderSizePixel = 0
  259. ASporeText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  260. ASporeText.Size = UDim2.new(0, 185, 0, 26)
  261. ASporeText.Font = Enum.Font.SourceSans
  262. ASporeText.Text = "Azure Spore"
  263. ASporeText.TextColor3 = Color3.new(1, 1, 1)
  264. ASporeText.TextSize = 14
  265.  
  266. ASporeCheck.Name = "ASporeCheck"
  267. ASporeCheck.Parent = ASpore
  268. ASporeCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  269. ASporeCheck.BorderSizePixel = 0
  270. ASporeCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  271. ASporeCheck.Size = UDim2.new(0, 25, 0, 26)
  272. ASporeCheck.Font = Enum.Font.SourceSansBold
  273. ASporeCheck.Text = "❌"
  274. ASporeCheck.TextColor3 = Color3.new(0, 1, 0)
  275. ASporeCheck.TextSize = 14
  276.  
  277. QuantumClock.Name = "QuantumClock"
  278. QuantumClock.Parent = RebornScroll
  279. QuantumClock.BackgroundColor3 = Color3.new(1, 1, 1)
  280. QuantumClock.BorderSizePixel = 0
  281. QuantumClock.Position = UDim2.new(0.00121383369, 0, 0.170637518, 0)
  282. QuantumClock.Size = UDim2.new(0, 200, 0, 26)
  283.  
  284. QuantumClockText.Name = "QuantumClockText"
  285. QuantumClockText.Parent = QuantumClock
  286. QuantumClockText.BackgroundColor3 = Color3.new(0, 0, 0)
  287. QuantumClockText.BorderSizePixel = 0
  288. QuantumClockText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  289. QuantumClockText.Size = UDim2.new(0, 185, 0, 26)
  290. QuantumClockText.Font = Enum.Font.SourceSans
  291. QuantumClockText.Text = "Quantum Clockwork"
  292. QuantumClockText.TextColor3 = Color3.new(1, 1, 1)
  293. QuantumClockText.TextSize = 14
  294.  
  295. QuantumClockCheck.Name = "QuantumClockCheck"
  296. QuantumClockCheck.Parent = QuantumClock
  297. QuantumClockCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  298. QuantumClockCheck.BorderSizePixel = 0
  299. QuantumClockCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  300. QuantumClockCheck.Size = UDim2.new(0, 25, 0, 26)
  301. QuantumClockCheck.Font = Enum.Font.SourceSansBold
  302. QuantumClockCheck.Text = "❌"
  303. QuantumClockCheck.TextColor3 = Color3.new(0, 1, 0)
  304. QuantumClockCheck.TextSize = 14
  305.  
  306. AncientColo.Name = "AncientColo"
  307. AncientColo.Parent = RebornScroll
  308. AncientColo.BackgroundColor3 = Color3.new(1, 1, 1)
  309. AncientColo.BorderSizePixel = 0
  310. AncientColo.Position = UDim2.new(0.00121383369, 0, 0.195637524, 0)
  311. AncientColo.Size = UDim2.new(0, 200, 0, 26)
  312.  
  313. AncientColoText.Name = "AncientColoText"
  314. AncientColoText.Parent = AncientColo
  315. AncientColoText.BackgroundColor3 = Color3.new(0, 0, 0)
  316. AncientColoText.BorderSizePixel = 0
  317. AncientColoText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  318. AncientColoText.Size = UDim2.new(0, 185, 0, 26)
  319. AncientColoText.Font = Enum.Font.SourceSans
  320. AncientColoText.Text = "Ancient Coliseum"
  321. AncientColoText.TextColor3 = Color3.new(1, 1, 1)
  322. AncientColoText.TextSize = 14
  323.  
  324. AncientColoCheck.Name = "AncientColoCheck"
  325. AncientColoCheck.Parent = AncientColo
  326. AncientColoCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  327. AncientColoCheck.BorderSizePixel = 0
  328. AncientColoCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  329. AncientColoCheck.Size = UDim2.new(0, 25, 0, 26)
  330. AncientColoCheck.Font = Enum.Font.SourceSansBold
  331. AncientColoCheck.Text = "❌"
  332. AncientColoCheck.TextColor3 = Color3.new(0, 1, 0)
  333. AncientColoCheck.TextSize = 14
  334.  
  335. QuantumPolisher.Name = "QuantumPolisher"
  336. QuantumPolisher.Parent = RebornScroll
  337. QuantumPolisher.BackgroundColor3 = Color3.new(1, 1, 1)
  338. QuantumPolisher.BorderSizePixel = 0
  339. QuantumPolisher.Position = UDim2.new(0.00121383369, 0, 0.220637515, 0)
  340. QuantumPolisher.Size = UDim2.new(0, 200, 0, 26)
  341.  
  342. QuantumPolisherText.Name = "QuantumPolisherText"
  343. QuantumPolisherText.Parent = QuantumPolisher
  344. QuantumPolisherText.BackgroundColor3 = Color3.new(0, 0, 0)
  345. QuantumPolisherText.BorderSizePixel = 0
  346. QuantumPolisherText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  347. QuantumPolisherText.Size = UDim2.new(0, 185, 0, 26)
  348. QuantumPolisherText.Font = Enum.Font.SourceSans
  349. QuantumPolisherText.Text = "Quantum Ore Polisher"
  350. QuantumPolisherText.TextColor3 = Color3.new(1, 1, 1)
  351. QuantumPolisherText.TextSize = 14
  352.  
  353. QuantumPolisherCheck.Name = "QuantumPolisherCheck"
  354. QuantumPolisherCheck.Parent = QuantumPolisher
  355. QuantumPolisherCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  356. QuantumPolisherCheck.BorderSizePixel = 0
  357. QuantumPolisherCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  358. QuantumPolisherCheck.Size = UDim2.new(0, 25, 0, 26)
  359. QuantumPolisherCheck.Font = Enum.Font.SourceSansBold
  360. QuantumPolisherCheck.Text = "❌"
  361. QuantumPolisherCheck.TextColor3 = Color3.new(0, 1, 0)
  362. QuantumPolisherCheck.TextSize = 14
  363.  
  364. SatCat.Name = "SatCat"
  365. SatCat.Parent = RebornScroll
  366. SatCat.BackgroundColor3 = Color3.new(1, 1, 1)
  367. SatCat.BorderSizePixel = 0
  368. SatCat.Position = UDim2.new(0.00121383369, 0, 0.245637521, 0)
  369. SatCat.Size = UDim2.new(0, 200, 0, 26)
  370.  
  371. SatCatText.Name = "SatCatText"
  372. SatCatText.Parent = SatCat
  373. SatCatText.BackgroundColor3 = Color3.new(0, 0, 0)
  374. SatCatText.BorderSizePixel = 0
  375. SatCatText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  376. SatCatText.Size = UDim2.new(0, 185, 0, 26)
  377. SatCatText.Font = Enum.Font.SourceSans
  378. SatCatText.Text = "Saturated Catalyst"
  379. SatCatText.TextColor3 = Color3.new(1, 1, 1)
  380. SatCatText.TextSize = 14
  381.  
  382. SatCatCheck.Name = "SatCatCheck"
  383. SatCatCheck.Parent = SatCat
  384. SatCatCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  385. SatCatCheck.BorderSizePixel = 0
  386. SatCatCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  387. SatCatCheck.Size = UDim2.new(0, 25, 0, 26)
  388. SatCatCheck.Font = Enum.Font.SourceSansBold
  389. SatCatCheck.Text = "❌"
  390. SatCatCheck.TextColor3 = Color3.new(0, 1, 0)
  391. SatCatCheck.TextSize = 14
  392.  
  393. Arcane.Name = "Arcane"
  394. Arcane.Parent = RebornScroll
  395. Arcane.BackgroundColor3 = Color3.new(1, 1, 1)
  396. Arcane.BorderSizePixel = 0
  397. Arcane.Position = UDim2.new(0.00121383369, 0, 0.270637512, 0)
  398. Arcane.Size = UDim2.new(0, 200, 0, 26)
  399.  
  400. ArcaneText.Name = "ArcaneText"
  401. ArcaneText.Parent = Arcane
  402. ArcaneText.BackgroundColor3 = Color3.new(0, 0, 0)
  403. ArcaneText.BorderSizePixel = 0
  404. ArcaneText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  405. ArcaneText.Size = UDim2.new(0, 185, 0, 26)
  406. ArcaneText.Font = Enum.Font.SourceSans
  407. ArcaneText.Text = "Arcane Lightning"
  408. ArcaneText.TextColor3 = Color3.new(1, 1, 1)
  409. ArcaneText.TextSize = 14
  410.  
  411. ArcaneCheck.Name = "ArcaneCheck"
  412. ArcaneCheck.Parent = Arcane
  413. ArcaneCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  414. ArcaneCheck.BorderSizePixel = 0
  415. ArcaneCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  416. ArcaneCheck.Size = UDim2.new(0, 25, 0, 26)
  417. ArcaneCheck.Font = Enum.Font.SourceSansBold
  418. ArcaneCheck.Text = "❌"
  419. ArcaneCheck.TextColor3 = Color3.new(0, 1, 0)
  420. ArcaneCheck.TextSize = 14
  421.  
  422. Virtual.Name = "Virtual"
  423. Virtual.Parent = RebornScroll
  424. Virtual.BackgroundColor3 = Color3.new(1, 1, 1)
  425. Virtual.BorderSizePixel = 0
  426. Virtual.Position = UDim2.new(0.00121383369, 0, 0.295637518, 0)
  427. Virtual.Size = UDim2.new(0, 200, 0, 26)
  428.  
  429. VirtualText.Name = "VirtualText"
  430. VirtualText.Parent = Virtual
  431. VirtualText.BackgroundColor3 = Color3.new(0, 0, 0)
  432. VirtualText.BorderSizePixel = 0
  433. VirtualText.Position = UDim2.new(-1.86264515e-09, 0, -0.000432133675, 0)
  434. VirtualText.Size = UDim2.new(0, 185, 0, 26)
  435. VirtualText.Font = Enum.Font.SourceSans
  436. VirtualText.Text = "Virtual Enhancer"
  437. VirtualText.TextColor3 = Color3.new(1, 1, 1)
  438. VirtualText.TextSize = 14
  439.  
  440. VirtualCheck.Name = "VirtualCheck"
  441. VirtualCheck.Parent = Virtual
  442. VirtualCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  443. VirtualCheck.BorderSizePixel = 0
  444. VirtualCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  445. VirtualCheck.Size = UDim2.new(0, 25, 0, 26)
  446. VirtualCheck.Font = Enum.Font.SourceSansBold
  447. VirtualCheck.Text = "❌"
  448. VirtualCheck.TextColor3 = Color3.new(0, 1, 0)
  449. VirtualCheck.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement