Advertisement
Sakkzz

Ma

Nov 16th, 2019
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 78.69 KB | None | 0 0
  1. local Mag = Instance.new("ScreenGui")
  2. local mainFrame = Instance.new("Frame")
  3. local topBar = Instance.new("Frame")
  4. local titleLogo = Instance.new("ImageLabel")
  5. local Shop = Instance.new("ImageButton")
  6. local shopFrame = Instance.new("Frame")
  7. local magnetShop = Instance.new("TextButton")
  8. local backpackShop = Instance.new("TextButton")
  9. local rebirthShop = Instance.new("TextButton")
  10. local shopLabel = Instance.new("TextLabel")
  11. local Close = Instance.new("ImageButton")
  12. local autoEgg = Instance.new("TextLabel")
  13. local eggFrame = Instance.new("Frame")
  14. local Buy = Instance.new("TextButton")
  15. local eggList = Instance.new("TextButton")
  16. local eggSelected = Instance.new("TextBox")
  17. local eggLists = Instance.new("Frame")
  18. local eggsListlabel = Instance.new("TextLabel")
  19. local Eggs1 = Instance.new("ScrollingFrame")
  20. local CataclysmicEgg = Instance.new("TextButton")
  21. local CommonEgg = Instance.new("TextButton")
  22. local DominusEgg = Instance.new("TextButton")
  23. local EpicEgg = Instance.new("TextButton")
  24. local LegendaryEgg = Instance.new("TextButton")
  25. local MemeEgg = Instance.new("TextButton")
  26. local MythicalEgg = Instance.new("TextButton")
  27. local PsychadelicEgg = Instance.new("TextButton")
  28. local RareEgg = Instance.new("TextButton")
  29. local SuperEgg = Instance.new("TextButton")
  30. local UncommonEgg = Instance.new("TextButton")
  31. local nextPg = Instance.new("TextButton")
  32. local previousPg = Instance.new("TextButton")
  33. local Eggs2 = Instance.new("ScrollingFrame")
  34. local AquaticEgg = Instance.new("TextButton")
  35. local DemonicEgg = Instance.new("TextButton")
  36. local DragonEgg = Instance.new("TextButton")
  37. local KnightEgg = Instance.new("TextButton")
  38. local KorbloxEgg = Instance.new("TextButton")
  39. local MagmaEgg = Instance.new("TextButton")
  40. local MysticalEgg = Instance.new("TextButton")
  41. local NinjaEgg = Instance.new("TextButton")
  42. local OverseerEgg = Instance.new("TextButton")
  43. local RobotEgg = Instance.new("TextButton")
  44. local TycoonistEgg = Instance.new("TextButton")
  45. local Eggs3 = Instance.new("ScrollingFrame")
  46. local SkeletonEgg = Instance.new("TextButton")
  47. local GhostEgg = Instance.new("TextButton")
  48. local EyeEgg = Instance.new("TextButton")
  49. local SinisterEgg = Instance.new("TextButton")
  50. local InfernalEgg = Instance.new("TextButton")
  51. local miniBuy = Instance.new("TextButton")
  52. local Sell = Instance.new("TextButton")
  53. local Farm = Instance.new("TextButton")
  54. local rebirthLabel = Instance.new("TextLabel")
  55. local rebirthFrame = Instance.new("Frame")
  56. local Rebirth = Instance.new("TextButton")
  57. local More = Instance.new("TextButton")
  58. local Less = Instance.new("TextButton")
  59. local autoCraft = Instance.new("TextLabel")
  60. local craftFrame = Instance.new("Frame")
  61. local Shiny = Instance.new("TextButton")
  62. local craftList = Instance.new("TextButton")
  63. local craftSelected = Instance.new("TextBox")
  64. local craftLists = Instance.new("Frame")
  65. local craftListlabel = Instance.new("TextLabel")
  66. local Craft1 = Instance.new("ScrollingFrame")
  67. local CataclysmicEggCraft = Instance.new("TextButton")
  68. local CommonEggCraft = Instance.new("TextButton")
  69. local DominusEggCraft = Instance.new("TextButton")
  70. local EpicEggCraft = Instance.new("TextButton")
  71. local LegendaryEggCraft = Instance.new("TextButton")
  72. local mainFrame = Instance.new("Frame")
  73. local MemeEggCraft = Instance.new("TextButton")
  74. local MythicalEggCraft = Instance.new("TextButton")
  75. local PsychadelicEggCraft = Instance.new("TextButton")
  76. local RareEggCraft = Instance.new("TextButton")
  77. local SuperEggCraft = Instance.new("TextButton")
  78. local UncommonEggCraft = Instance.new("TextButton")
  79. local NextPg = Instance.new("TextButton")
  80. local PreviousPg = Instance.new("TextButton")
  81. local Craft2 = Instance.new("ScrollingFrame")
  82. local AquaticEggCraft = Instance.new("TextButton")
  83. local DemonicEggCraft = Instance.new("TextButton")
  84. local DragonEggCraft = Instance.new("TextButton")
  85. local KnightEggCraft = Instance.new("TextButton")
  86. local KorbloxEggCraft = Instance.new("TextButton")
  87. local MagmaEggCraft = Instance.new("TextButton")
  88. local MysticalEggCraft = Instance.new("TextButton")
  89. local NinjaEggCraft = Instance.new("TextButton")
  90. local OverseerEggCraft = Instance.new("TextButton")
  91. local RobotEggCraft = Instance.new("TextButton")
  92. local TycoonistEggCraft = Instance.new("TextButton")
  93. local Craft3 = Instance.new("ScrollingFrame")
  94. local SkeletonEggCraft = Instance.new("TextButton")
  95. local GhostEggCraft = Instance.new("TextButton")
  96. local EyeEggCraft = Instance.new("TextButton")
  97. local SinisterEggCraft = Instance.new("TextButton")
  98. local InfernalEggCraft = Instance.new("TextButton")
  99. local Omega = Instance.new("TextButton")
  100. local miniCraft = Instance.new("TextButton")
  101. local Magnet = Instance.new("ImageButton")
  102.  
  103. Mag.Name = "Mag"
  104. Mag.Parent = game.CoreGui
  105.  
  106. mainFrame.Name = "mainFrame"
  107. mainFrame.Parent = Mag
  108. mainFrame.Active = true
  109. mainFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  110. mainFrame.BackgroundTransparency = 0.5
  111. mainFrame.BorderSizePixel = 0
  112. mainFrame.Draggable = true
  113. mainFrame.Position = UDim2.new(0, 5, 0, 6)
  114. mainFrame.Selectable = true
  115. mainFrame.Size = UDim2.new(0, 245, 0, 170)
  116. mainFrame.Visible = true
  117.  
  118. topBar.Name = "topBar"
  119. topBar.Parent = mainFrame
  120. topBar.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  121. topBar.BorderSizePixel = 0
  122. topBar.Size = UDim2.new(0, 245, 0, 25)
  123.  
  124. titleLogo.Name = "titleLogo"
  125. titleLogo.Parent = topBar
  126. titleLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  127. titleLogo.BackgroundTransparency = 1
  128. titleLogo.Position = UDim2.new(0, 40, 0, 5)
  129. titleLogo.Size = UDim2.new(0, 175, 0, 15)
  130. titleLogo.Image = "rbxassetid://3975415486"
  131.  
  132. Shop.Name = "Shop"
  133. Shop.Parent = topBar
  134. Shop.BackgroundColor3 = Color3.new(1, 1, 1)
  135. Shop.BackgroundTransparency = 1
  136. Shop.Position = UDim2.new(0, 5, 0, 5)
  137. Shop.Size = UDim2.new(0, 18, 0, 15)
  138. Shop.Image = "rbxassetid://4028231243"
  139.  
  140. shopFrame.Name = "shopFrame"
  141. shopFrame.Parent = Shop
  142. shopFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  143. shopFrame.BackgroundTransparency = 0.5
  144. shopFrame.BorderColor3 = Color3.new(0, 0, 0)
  145. shopFrame.BorderSizePixel = 0
  146. shopFrame.Position = UDim2.new(0, 241, 0, -5)
  147. shopFrame.Size = UDim2.new(0, 120, 0, 105)
  148. shopFrame.Visible = false
  149.  
  150. magnetShop.Name = "magnetShop"
  151. magnetShop.Parent = shopFrame
  152. magnetShop.BackgroundColor3 = Color3.new(1, 1, 1)
  153. magnetShop.Position = UDim2.new(0, 5, 0, 25)
  154. magnetShop.Size = UDim2.new(0, 110, 0, 25)
  155. magnetShop.Style = Enum.ButtonStyle.RobloxButton
  156. magnetShop.Font = Enum.Font.Fantasy
  157. magnetShop.Text = "Magnet"
  158. magnetShop.TextColor3 = Color3.new(1, 1, 1)
  159. magnetShop.TextSize = 16
  160.  
  161. backpackShop.Name = "backpackShop"
  162. backpackShop.Parent = shopFrame
  163. backpackShop.BackgroundColor3 = Color3.new(1, 1, 1)
  164. backpackShop.Position = UDim2.new(0, 5, 0, 50)
  165. backpackShop.Size = UDim2.new(0, 110, 0, 25)
  166. backpackShop.Style = Enum.ButtonStyle.RobloxButton
  167. backpackShop.Font = Enum.Font.Fantasy
  168. backpackShop.Text = "Backpack"
  169. backpackShop.TextColor3 = Color3.new(1, 1, 1)
  170. backpackShop.TextSize = 16
  171.  
  172. rebirthShop.Name = "rebirthShop"
  173. rebirthShop.Parent = shopFrame
  174. rebirthShop.BackgroundColor3 = Color3.new(1, 1, 1)
  175. rebirthShop.Position = UDim2.new(0, 5, 0, 75)
  176. rebirthShop.Size = UDim2.new(0, 110, 0, 25)
  177. rebirthShop.Style = Enum.ButtonStyle.RobloxButton
  178. rebirthShop.Font = Enum.Font.Fantasy
  179. rebirthShop.Text = "Rebirth Shop"
  180. rebirthShop.TextColor3 = Color3.new(1, 1, 1)
  181. rebirthShop.TextSize = 16
  182.  
  183. shopLabel.Name = "shopLabel"
  184. shopLabel.Parent = shopFrame
  185. shopLabel.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  186. shopLabel.BorderSizePixel = 0
  187. shopLabel.Size = UDim2.new(0, 120, 0, 20)
  188. shopLabel.Font = Enum.Font.Fantasy
  189. shopLabel.Text = "Shops"
  190. shopLabel.TextColor3 = Color3.new(1, 1, 1)
  191. shopLabel.TextSize = 16
  192.  
  193. Close.Name = "Close"
  194. Close.Parent = topBar
  195. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  196. Close.BackgroundTransparency = 1
  197. Close.Position = UDim2.new(0, 225, 0, 5)
  198. Close.Size = UDim2.new(0, 15, 0, 15)
  199. Close.Image = "rbxassetid://4028232023"
  200. Close.ImageColor3 = Color3.new(1, 0, 0)
  201.  
  202. autoEgg.Name = "autoEgg"
  203. autoEgg.Parent = mainFrame
  204. autoEgg.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  205. autoEgg.BorderColor3 = Color3.new(0, 0, 0)
  206. autoEgg.Position = UDim2.new(0, 5, 0, 120)
  207. autoEgg.Size = UDim2.new(0, 235, 0, 20)
  208. autoEgg.ZIndex = 2
  209. autoEgg.Font = Enum.Font.Fantasy
  210. autoEgg.Text = "Auto Buy Eggs"
  211. autoEgg.TextColor3 = Color3.new(1, 1, 1)
  212. autoEgg.TextSize = 16
  213.  
  214. eggFrame.Name = "eggFrame"
  215. eggFrame.Parent = autoEgg
  216. eggFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  217. eggFrame.BackgroundTransparency = 0.5
  218. eggFrame.BorderColor3 = Color3.new(0, 0, 0)
  219. eggFrame.Size = UDim2.new(0, 235, 0, 80)
  220. eggFrame.Visible = false
  221.  
  222. Buy.Name = "Buy"
  223. Buy.Parent = eggFrame
  224. Buy.BackgroundColor3 = Color3.new(1, 1, 1)
  225. Buy.Position = UDim2.new(0, 50, 0, 50)
  226. Buy.Size = UDim2.new(0, 125, 0, 25)
  227. Buy.ZIndex = 2
  228. Buy.Style = Enum.ButtonStyle.RobloxButton
  229. Buy.Font = Enum.Font.Fantasy
  230. Buy.Text = "Disabled"
  231. Buy.TextColor3 = Color3.new(1, 0, 0)
  232. Buy.TextSize = 16
  233.  
  234. eggList.Name = "eggList"
  235. eggList.Parent = eggFrame
  236. eggList.BackgroundColor3 = Color3.new(1, 1, 1)
  237. eggList.Position = UDim2.new(0, 5, 0, 25)
  238. eggList.Size = UDim2.new(0, 75, 0, 25)
  239. eggList.ZIndex = 2
  240. eggList.Style = Enum.ButtonStyle.RobloxButton
  241. eggList.Font = Enum.Font.Fantasy
  242. eggList.Text = "Egg List"
  243. eggList.TextColor3 = Color3.new(1, 1, 1)
  244. eggList.TextSize = 16
  245.  
  246. eggSelected.Name = "eggSelected"
  247. eggSelected.Parent = eggList
  248. eggSelected.BackgroundColor3 = Color3.new(0.552941, 0.552941, 0.552941)
  249. eggSelected.BorderSizePixel = 0
  250. eggSelected.Position = UDim2.new(0, 70, 0, -3)
  251. eggSelected.Size = UDim2.new(0, 145, 0, 15)
  252. eggSelected.Font = Enum.Font.Fantasy
  253. eggSelected.Text = "No Egg Selected"
  254. eggSelected.TextColor3 = Color3.new(0, 0, 0)
  255. eggSelected.TextSize = 16
  256. eggSelected.TextWrapped = true
  257.  
  258. eggLists.Name = "eggLists"
  259. eggLists.Parent = eggList
  260. eggLists.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  261. eggLists.BackgroundTransparency = 0.5
  262. eggLists.BorderSizePixel = 0
  263. eggLists.Position = UDim2.new(0, 230, 0, -155)
  264. eggLists.Size = UDim2.new(0, 180, 0, 230)
  265. eggLists.Visible = false
  266.  
  267. eggsListlabel.Name = "eggsListlabel"
  268. eggsListlabel.Parent = eggLists
  269. eggsListlabel.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  270. eggsListlabel.BackgroundTransparency = 0.5
  271. eggsListlabel.BorderSizePixel = 0
  272. eggsListlabel.Size = UDim2.new(0, 180, 0, 20)
  273. eggsListlabel.Font = Enum.Font.Code
  274. eggsListlabel.Text = "Page 1"
  275. eggsListlabel.TextColor3 = Color3.new(1, 1, 1)
  276. eggsListlabel.TextSize = 16
  277.  
  278. Eggs1.Name = "Eggs1"
  279. Eggs1.Parent = eggLists
  280. Eggs1.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  281. Eggs1.BackgroundTransparency = 1
  282. Eggs1.BorderColor3 = Color3.new(0, 0, 0)
  283. Eggs1.Position = UDim2.new(0, 5, 0, 20)
  284. Eggs1.Size = UDim2.new(0, 175, 0, 210)
  285. Eggs1.CanvasSize = UDim2.new(0, 0, 1.5, 0)
  286.  
  287. CataclysmicEgg.Name = "Cataclysmic Egg"
  288. CataclysmicEgg.Parent = Eggs1
  289. CataclysmicEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  290. CataclysmicEgg.BorderSizePixel = 0
  291. CataclysmicEgg.Position = UDim2.new(0, 0, 0, 240)
  292. CataclysmicEgg.Size = UDim2.new(0, 160, 0, 30)
  293. CataclysmicEgg.ZIndex = 2
  294. CataclysmicEgg.Style = Enum.ButtonStyle.RobloxButton
  295. CataclysmicEgg.Font = Enum.Font.Fantasy
  296. CataclysmicEgg.Text = "Cataclysmic Egg"
  297. CataclysmicEgg.TextColor3 = Color3.new(1, 1, 1)
  298. CataclysmicEgg.TextSize = 16
  299.  
  300. CommonEgg.Name = "Common Egg"
  301. CommonEgg.Parent = Eggs1
  302. CommonEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  303. CommonEgg.BorderSizePixel = 0
  304. CommonEgg.Size = UDim2.new(0, 160, 0, 30)
  305. CommonEgg.ZIndex = 2
  306. CommonEgg.Style = Enum.ButtonStyle.RobloxButton
  307. CommonEgg.Font = Enum.Font.Fantasy
  308. CommonEgg.Text = "Common Egg"
  309. CommonEgg.TextColor3 = Color3.new(1, 1, 1)
  310. CommonEgg.TextSize = 16
  311.  
  312. DominusEgg.Name = "Dominus Egg"
  313. DominusEgg.Parent = Eggs1
  314. DominusEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  315. DominusEgg.BorderSizePixel = 0
  316. DominusEgg.Position = UDim2.new(0, 0, 0, 300)
  317. DominusEgg.Size = UDim2.new(0, 160, 0, 30)
  318. DominusEgg.ZIndex = 2
  319. DominusEgg.Style = Enum.ButtonStyle.RobloxButton
  320. DominusEgg.Font = Enum.Font.Fantasy
  321. DominusEgg.Text = "Dominus Egg"
  322. DominusEgg.TextColor3 = Color3.new(1, 1, 1)
  323. DominusEgg.TextSize = 16
  324.  
  325. EpicEgg.Name = "Epic Egg"
  326. EpicEgg.Parent = Eggs1
  327. EpicEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  328. EpicEgg.BorderSizePixel = 0
  329. EpicEgg.Position = UDim2.new(0, 0, 0, 120)
  330. EpicEgg.Size = UDim2.new(0, 160, 0, 30)
  331. EpicEgg.ZIndex = 2
  332. EpicEgg.Style = Enum.ButtonStyle.RobloxButton
  333. EpicEgg.Font = Enum.Font.Fantasy
  334. EpicEgg.Text = "Epic Egg"
  335. EpicEgg.TextColor3 = Color3.new(1, 1, 1)
  336. EpicEgg.TextSize = 16
  337.  
  338. LegendaryEgg.Name = "Legendary Egg"
  339. LegendaryEgg.Parent = Eggs1
  340. LegendaryEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  341. LegendaryEgg.BorderSizePixel = 0
  342. LegendaryEgg.Position = UDim2.new(0, 0, 0, 90)
  343. LegendaryEgg.Size = UDim2.new(0, 160, 0, 30)
  344. LegendaryEgg.ZIndex = 2
  345. LegendaryEgg.Style = Enum.ButtonStyle.RobloxButton
  346. LegendaryEgg.Font = Enum.Font.Fantasy
  347. LegendaryEgg.Text = "Legendary Egg"
  348. LegendaryEgg.TextColor3 = Color3.new(1, 1, 1)
  349. LegendaryEgg.TextSize = 16
  350.  
  351. MemeEgg.Name = "Meme Egg"
  352. MemeEgg.Parent = Eggs1
  353. MemeEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  354. MemeEgg.BorderSizePixel = 0
  355. MemeEgg.Position = UDim2.new(0, 0, 0, 180)
  356. MemeEgg.Size = UDim2.new(0, 160, 0, 30)
  357. MemeEgg.ZIndex = 2
  358. MemeEgg.Style = Enum.ButtonStyle.RobloxButton
  359. MemeEgg.Font = Enum.Font.Fantasy
  360. MemeEgg.Text = "Meme Egg"
  361. MemeEgg.TextColor3 = Color3.new(1, 1, 1)
  362. MemeEgg.TextSize = 16
  363.  
  364. MythicalEgg.Name = "Mythical Egg"
  365. MythicalEgg.Parent = Eggs1
  366. MythicalEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  367. MythicalEgg.BorderSizePixel = 0
  368. MythicalEgg.Position = UDim2.new(0, 0, 0, 150)
  369. MythicalEgg.Size = UDim2.new(0, 160, 0, 30)
  370. MythicalEgg.ZIndex = 2
  371. MythicalEgg.Style = Enum.ButtonStyle.RobloxButton
  372. MythicalEgg.Font = Enum.Font.Fantasy
  373. MythicalEgg.Text = "Mythical Egg"
  374. MythicalEgg.TextColor3 = Color3.new(1, 1, 1)
  375. MythicalEgg.TextSize = 16
  376.  
  377. PsychadelicEgg.Name = "Psychadelic Egg"
  378. PsychadelicEgg.Parent = Eggs1
  379. PsychadelicEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  380. PsychadelicEgg.BorderSizePixel = 0
  381. PsychadelicEgg.Position = UDim2.new(0, 0, 0, 210)
  382. PsychadelicEgg.Size = UDim2.new(0, 160, 0, 30)
  383. PsychadelicEgg.ZIndex = 2
  384. PsychadelicEgg.Style = Enum.ButtonStyle.RobloxButton
  385. PsychadelicEgg.Font = Enum.Font.Fantasy
  386. PsychadelicEgg.Text = "Psychadelic Egg"
  387. PsychadelicEgg.TextColor3 = Color3.new(1, 1, 1)
  388. PsychadelicEgg.TextSize = 16
  389.  
  390. RareEgg.Name = "Rare Egg"
  391. RareEgg.Parent = Eggs1
  392. RareEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  393. RareEgg.BorderSizePixel = 0
  394. RareEgg.Position = UDim2.new(0, 0, 0, 60)
  395. RareEgg.Size = UDim2.new(0, 160, 0, 30)
  396. RareEgg.ZIndex = 2
  397. RareEgg.Style = Enum.ButtonStyle.RobloxButton
  398. RareEgg.Font = Enum.Font.Fantasy
  399. RareEgg.Text = "Rare Egg"
  400. RareEgg.TextColor3 = Color3.new(1, 1, 1)
  401. RareEgg.TextSize = 16
  402.  
  403. SuperEgg.Name = "Super Egg"
  404. SuperEgg.Parent = Eggs1
  405. SuperEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  406. SuperEgg.BorderSizePixel = 0
  407. SuperEgg.Position = UDim2.new(0, 0, 0, 270)
  408. SuperEgg.Size = UDim2.new(0, 160, 0, 30)
  409. SuperEgg.ZIndex = 2
  410. SuperEgg.Style = Enum.ButtonStyle.RobloxButton
  411. SuperEgg.Font = Enum.Font.Fantasy
  412. SuperEgg.Text = "Super Egg"
  413. SuperEgg.TextColor3 = Color3.new(1, 1, 1)
  414. SuperEgg.TextSize = 16
  415.  
  416. UncommonEgg.Name = "Uncommon Egg"
  417. UncommonEgg.Parent = Eggs1
  418. UncommonEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  419. UncommonEgg.BorderSizePixel = 0
  420. UncommonEgg.Position = UDim2.new(0, 0, 0, 30)
  421. UncommonEgg.Size = UDim2.new(0, 160, 0, 30)
  422. UncommonEgg.ZIndex = 2
  423. UncommonEgg.Style = Enum.ButtonStyle.RobloxButton
  424. UncommonEgg.Font = Enum.Font.Fantasy
  425. UncommonEgg.Text = "Uncommon Egg"
  426. UncommonEgg.TextColor3 = Color3.new(1, 1, 1)
  427. UncommonEgg.TextSize = 16
  428.  
  429. nextPg.Name = "nextPg"
  430. nextPg.Parent = eggLists
  431. nextPg.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  432. nextPg.BackgroundTransparency = 1
  433. nextPg.BorderSizePixel = 0
  434. nextPg.Position = UDim2.new(0, 145, 0, 0)
  435. nextPg.Size = UDim2.new(0, 35, 0, 20)
  436. nextPg.Font = Enum.Font.Fantasy
  437. nextPg.Text = ">"
  438. nextPg.TextColor3 = Color3.new(1, 1, 1)
  439. nextPg.TextSize = 22
  440.  
  441. previousPg.Name = "previousPg"
  442. previousPg.Parent = eggLists
  443. previousPg.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  444. previousPg.BackgroundTransparency = 1
  445. previousPg.BorderSizePixel = 0
  446. previousPg.Size = UDim2.new(0, 35, 0, 20)
  447. previousPg.Font = Enum.Font.Fantasy
  448. previousPg.Text = "<"
  449. previousPg.TextColor3 = Color3.new(1, 1, 1)
  450. previousPg.TextSize = 22
  451.  
  452. Eggs2.Name = "Eggs2"
  453. Eggs2.Parent = eggLists
  454. Eggs2.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  455. Eggs2.BackgroundTransparency = 1
  456. Eggs2.BorderColor3 = Color3.new(0, 0, 0)
  457. Eggs2.Position = UDim2.new(0, 5, 0, 20)
  458. Eggs2.Size = UDim2.new(0, 175, 0, 210)
  459. Eggs2.Visible = false
  460. Eggs2.CanvasSize = UDim2.new(0, 0, 1.5, 0)
  461.  
  462. AquaticEgg.Name = "Aquatic Egg"
  463. AquaticEgg.Parent = Eggs2
  464. AquaticEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  465. AquaticEgg.BorderSizePixel = 0
  466. AquaticEgg.Position = UDim2.new(0, 0, 0, 180)
  467. AquaticEgg.Size = UDim2.new(0, 160, 0, 30)
  468. AquaticEgg.ZIndex = 2
  469. AquaticEgg.Style = Enum.ButtonStyle.RobloxButton
  470. AquaticEgg.Font = Enum.Font.Fantasy
  471. AquaticEgg.Text = "Aquatic Egg"
  472. AquaticEgg.TextColor3 = Color3.new(1, 1, 1)
  473. AquaticEgg.TextSize = 16
  474.  
  475. DemonicEgg.Name = "Demonic Egg"
  476. DemonicEgg.Parent = Eggs2
  477. DemonicEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  478. DemonicEgg.BorderSizePixel = 0
  479. DemonicEgg.Size = UDim2.new(0, 160, 0, 30)
  480. DemonicEgg.ZIndex = 2
  481. DemonicEgg.Style = Enum.ButtonStyle.RobloxButton
  482. DemonicEgg.Font = Enum.Font.Fantasy
  483. DemonicEgg.Text = "Demonic Egg"
  484. DemonicEgg.TextColor3 = Color3.new(1, 1, 1)
  485. DemonicEgg.TextSize = 16
  486.  
  487. DragonEgg.Name = "Dragon Egg"
  488. DragonEgg.Parent = Eggs2
  489. DragonEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  490. DragonEgg.BorderSizePixel = 0
  491. DragonEgg.Position = UDim2.new(0, 0, 0, 150)
  492. DragonEgg.Size = UDim2.new(0, 160, 0, 30)
  493. DragonEgg.ZIndex = 2
  494. DragonEgg.Style = Enum.ButtonStyle.RobloxButton
  495. DragonEgg.Font = Enum.Font.Fantasy
  496. DragonEgg.Text = "Dragon Egg"
  497. DragonEgg.TextColor3 = Color3.new(1, 1, 1)
  498. DragonEgg.TextSize = 16
  499.  
  500. KnightEgg.Name = "Knight Egg"
  501. KnightEgg.Parent = Eggs2
  502. KnightEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  503. KnightEgg.BorderSizePixel = 0
  504. KnightEgg.Position = UDim2.new(0, 0, 0, 270)
  505. KnightEgg.Size = UDim2.new(0, 160, 0, 30)
  506. KnightEgg.ZIndex = 2
  507. KnightEgg.Style = Enum.ButtonStyle.RobloxButton
  508. KnightEgg.Font = Enum.Font.Fantasy
  509. KnightEgg.Text = "Knight Egg"
  510. KnightEgg.TextColor3 = Color3.new(1, 1, 1)
  511. KnightEgg.TextSize = 16
  512.  
  513. KorbloxEgg.Name = "Korblox Egg"
  514. KorbloxEgg.Parent = Eggs2
  515. KorbloxEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  516. KorbloxEgg.BorderSizePixel = 0
  517. KorbloxEgg.Position = UDim2.new(0, 0, 0, 240)
  518. KorbloxEgg.Size = UDim2.new(0, 160, 0, 30)
  519. KorbloxEgg.ZIndex = 2
  520. KorbloxEgg.Style = Enum.ButtonStyle.RobloxButton
  521. KorbloxEgg.Font = Enum.Font.Fantasy
  522. KorbloxEgg.Text = "Korblox Egg"
  523. KorbloxEgg.TextColor3 = Color3.new(1, 1, 1)
  524. KorbloxEgg.TextSize = 16
  525.  
  526. MagmaEgg.Name = "Magma Egg"
  527. MagmaEgg.Parent = Eggs2
  528. MagmaEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  529. MagmaEgg.BorderSizePixel = 0
  530. MagmaEgg.Position = UDim2.new(0, 0, 0, 60)
  531. MagmaEgg.Size = UDim2.new(0, 160, 0, 30)
  532. MagmaEgg.ZIndex = 2
  533. MagmaEgg.Style = Enum.ButtonStyle.RobloxButton
  534. MagmaEgg.Font = Enum.Font.Fantasy
  535. MagmaEgg.Text = "Magma Egg"
  536. MagmaEgg.TextColor3 = Color3.new(1, 1, 1)
  537. MagmaEgg.TextSize = 16
  538.  
  539. MysticalEgg.Name = "Mystical Egg"
  540. MysticalEgg.Parent = Eggs2
  541. MysticalEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  542. MysticalEgg.BorderSizePixel = 0
  543. MysticalEgg.Position = UDim2.new(0, 0, 0, 300)
  544. MysticalEgg.Size = UDim2.new(0, 160, 0, 30)
  545. MysticalEgg.ZIndex = 2
  546. MysticalEgg.Style = Enum.ButtonStyle.RobloxButton
  547. MysticalEgg.Font = Enum.Font.Fantasy
  548. MysticalEgg.Text = "Mystical Egg"
  549. MysticalEgg.TextColor3 = Color3.new(1, 1, 1)
  550. MysticalEgg.TextSize = 16
  551.  
  552. NinjaEgg.Name = "Ninja Egg"
  553. NinjaEgg.Parent = Eggs2
  554. NinjaEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  555. NinjaEgg.BorderSizePixel = 0
  556. NinjaEgg.Position = UDim2.new(0, 0, 0, 210)
  557. NinjaEgg.Size = UDim2.new(0, 160, 0, 30)
  558. NinjaEgg.ZIndex = 2
  559. NinjaEgg.Style = Enum.ButtonStyle.RobloxButton
  560. NinjaEgg.Font = Enum.Font.Fantasy
  561. NinjaEgg.Text = "Ninja Egg"
  562. NinjaEgg.TextColor3 = Color3.new(1, 1, 1)
  563. NinjaEgg.TextSize = 16
  564.  
  565. OverseerEgg.Name = "Overseer Egg"
  566. OverseerEgg.Parent = Eggs2
  567. OverseerEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  568. OverseerEgg.BorderSizePixel = 0
  569. OverseerEgg.Position = UDim2.new(0, 0, 0, 30)
  570. OverseerEgg.Size = UDim2.new(0, 160, 0, 30)
  571. OverseerEgg.ZIndex = 2
  572. OverseerEgg.Style = Enum.ButtonStyle.RobloxButton
  573. OverseerEgg.Font = Enum.Font.Fantasy
  574. OverseerEgg.Text = "Overseer Egg"
  575. OverseerEgg.TextColor3 = Color3.new(1, 1, 1)
  576. OverseerEgg.TextSize = 16
  577.  
  578. RobotEgg.Name = "Robot Egg"
  579. RobotEgg.Parent = Eggs2
  580. RobotEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  581. RobotEgg.BorderSizePixel = 0
  582. RobotEgg.Position = UDim2.new(0, 0, 0, 120)
  583. RobotEgg.Size = UDim2.new(0, 160, 0, 30)
  584. RobotEgg.ZIndex = 2
  585. RobotEgg.Style = Enum.ButtonStyle.RobloxButton
  586. RobotEgg.Font = Enum.Font.Fantasy
  587. RobotEgg.Text = "Robot Egg"
  588. RobotEgg.TextColor3 = Color3.new(1, 1, 1)
  589. RobotEgg.TextSize = 16
  590.  
  591. TycoonistEgg.Name = "Tycoonist Egg"
  592. TycoonistEgg.Parent = Eggs2
  593. TycoonistEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  594. TycoonistEgg.BorderSizePixel = 0
  595. TycoonistEgg.Position = UDim2.new(0, 0, 0, 90)
  596. TycoonistEgg.Size = UDim2.new(0, 160, 0, 30)
  597. TycoonistEgg.ZIndex = 2
  598. TycoonistEgg.Style = Enum.ButtonStyle.RobloxButton
  599. TycoonistEgg.Font = Enum.Font.Fantasy
  600. TycoonistEgg.Text = "Tycoonist Egg"
  601. TycoonistEgg.TextColor3 = Color3.new(1, 1, 1)
  602. TycoonistEgg.TextSize = 16
  603.  
  604. Eggs3.Name = "Eggs3"
  605. Eggs3.Parent = eggLists
  606. Eggs3.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  607. Eggs3.BackgroundTransparency = 1
  608. Eggs3.BorderColor3 = Color3.new(0, 0, 0)
  609. Eggs3.Position = UDim2.new(0, 5, 0, 20)
  610. Eggs3.Size = UDim2.new(0, 175, 0, 210)
  611. Eggs3.CanvasSize = UDim2.new(0, 0, 1.5, 0)
  612.  
  613. SkeletonEgg.Name = "Skeleton Egg"
  614. SkeletonEgg.Parent = Eggs3
  615. SkeletonEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  616. SkeletonEgg.BorderSizePixel = 0
  617. SkeletonEgg.Size = UDim2.new(0, 160, 0, 30)
  618. SkeletonEgg.ZIndex = 2
  619. SkeletonEgg.Style = Enum.ButtonStyle.RobloxButton
  620. SkeletonEgg.Font = Enum.Font.Fantasy
  621. SkeletonEgg.Text = "Skeleton Egg"
  622. SkeletonEgg.TextColor3 = Color3.new(1, 1, 1)
  623. SkeletonEgg.TextSize = 16
  624.  
  625. GhostEgg.Name = "Ghost Egg"
  626. GhostEgg.Parent = Eggs3
  627. GhostEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  628. GhostEgg.BorderSizePixel = 0
  629. GhostEgg.Position = UDim2.new(0, 0, 0, 30)
  630. GhostEgg.Size = UDim2.new(0, 160, 0, 30)
  631. GhostEgg.ZIndex = 2
  632. GhostEgg.Style = Enum.ButtonStyle.RobloxButton
  633. GhostEgg.Font = Enum.Font.Fantasy
  634. GhostEgg.Text = "Ghost Egg"
  635. GhostEgg.TextColor3 = Color3.new(1, 1, 1)
  636. GhostEgg.TextSize = 16
  637.  
  638. EyeEgg.Name = "Eye Egg"
  639. EyeEgg.Parent = Eggs3
  640. EyeEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  641. EyeEgg.BorderSizePixel = 0
  642. EyeEgg.Position = UDim2.new(0, 0, 0, 60)
  643. EyeEgg.Size = UDim2.new(0, 160, 0, 30)
  644. EyeEgg.ZIndex = 2
  645. EyeEgg.Style = Enum.ButtonStyle.RobloxButton
  646. EyeEgg.Font = Enum.Font.Fantasy
  647. EyeEgg.Text = "Eye Egg"
  648. EyeEgg.TextColor3 = Color3.new(1, 1, 1)
  649. EyeEgg.TextSize = 16
  650.  
  651. SinisterEgg.Name = "Sinister Egg"
  652. SinisterEgg.Parent = Eggs3
  653. SinisterEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  654. SinisterEgg.BorderSizePixel = 0
  655. SinisterEgg.Position = UDim2.new(0, 0, 0, 90)
  656. SinisterEgg.Size = UDim2.new(0, 160, 0, 30)
  657. SinisterEgg.ZIndex = 2
  658. SinisterEgg.Style = Enum.ButtonStyle.RobloxButton
  659. SinisterEgg.Font = Enum.Font.Fantasy
  660. SinisterEgg.Text = "Sinister Egg"
  661. SinisterEgg.TextColor3 = Color3.new(1, 1, 1)
  662. SinisterEgg.TextSize = 16
  663.  
  664. InfernalEgg.Name = "Infernal Egg"
  665. InfernalEgg.Parent = Eggs3
  666. InfernalEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  667. InfernalEgg.BorderSizePixel = 0
  668. InfernalEgg.Position = UDim2.new(0, 0, 0, 120)
  669. InfernalEgg.Size = UDim2.new(0, 160, 0, 30)
  670. InfernalEgg.ZIndex = 2
  671. InfernalEgg.Style = Enum.ButtonStyle.RobloxButton
  672. InfernalEgg.Font = Enum.Font.Fantasy
  673. InfernalEgg.Text = "Infernal Egg"
  674. InfernalEgg.TextColor3 = Color3.new(1, 1, 1)
  675. InfernalEgg.TextSize = 16
  676.  
  677. miniBuy.Name = "miniBuy"
  678. miniBuy.Parent = autoEgg
  679. miniBuy.BackgroundColor3 = Color3.new(1, 1, 1)
  680. miniBuy.Size = UDim2.new(0, 25, 0, 20)
  681. miniBuy.ZIndex = 3
  682. miniBuy.Style = Enum.ButtonStyle.RobloxButton
  683. miniBuy.Font = Enum.Font.Fantasy
  684. miniBuy.Text = "+"
  685. miniBuy.TextColor3 = Color3.new(1, 1, 1)
  686. miniBuy.TextSize = 22
  687.  
  688. Sell.Name = "Sell"
  689. Sell.Parent = mainFrame
  690. Sell.BackgroundColor3 = Color3.new(1, 1, 1)
  691. Sell.Position = UDim2.new(0, 120, 0, 30)
  692. Sell.Size = UDim2.new(0, 115, 0, 25)
  693. Sell.Style = Enum.ButtonStyle.RobloxButton
  694. Sell.Font = Enum.Font.Fantasy
  695. Sell.Text = "Sell Coins"
  696. Sell.TextColor3 = Color3.new(1, 0, 0)
  697. Sell.TextSize = 16
  698.  
  699. Farm.Name = "Farm"
  700. Farm.Parent = mainFrame
  701. Farm.BackgroundColor3 = Color3.new(1, 1, 1)
  702. Farm.Position = UDim2.new(0, 5, 0, 30)
  703. Farm.Size = UDim2.new(0, 115, 0, 25)
  704. Farm.Style = Enum.ButtonStyle.RobloxButton
  705. Farm.Font = Enum.Font.Fantasy
  706. Farm.Text = "Coin Farm"
  707. Farm.TextColor3 = Color3.new(1, 0, 0)
  708. Farm.TextSize = 16
  709.  
  710. rebirthLabel.Name = "rebirthLabel"
  711. rebirthLabel.Parent = mainFrame
  712. rebirthLabel.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  713. rebirthLabel.BorderColor3 = Color3.new(0, 0, 0)
  714. rebirthLabel.Position = UDim2.new(0, 5, 0, 60)
  715. rebirthLabel.Size = UDim2.new(0, 235, 0, 20)
  716. rebirthLabel.Font = Enum.Font.Fantasy
  717. rebirthLabel.Text = "Auto Rebirth"
  718. rebirthLabel.TextColor3 = Color3.new(1, 1, 1)
  719. rebirthLabel.TextSize = 16
  720.  
  721. rebirthFrame.Name = "rebirthFrame"
  722. rebirthFrame.Parent = rebirthLabel
  723. rebirthFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  724. rebirthFrame.BackgroundTransparency = 0.5
  725. rebirthFrame.BorderColor3 = Color3.new(0, 0, 0)
  726. rebirthFrame.Position = UDim2.new(0, 0, 0, 20)
  727. rebirthFrame.Size = UDim2.new(0, 235, 0, 35)
  728.  
  729. Rebirth.Name = "Rebirth"
  730. Rebirth.Parent = rebirthFrame
  731. Rebirth.BackgroundColor3 = Color3.new(1, 1, 1)
  732. Rebirth.Position = UDim2.new(0, 32, 0, 5)
  733. Rebirth.Size = UDim2.new(0, 170, 0, 25)
  734. Rebirth.Style = Enum.ButtonStyle.RobloxButton
  735. Rebirth.Font = Enum.Font.Code
  736. Rebirth.Text = "125000"
  737. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  738. Rebirth.TextSize = 16
  739.  
  740. More.Name = "More"
  741. More.Parent = rebirthFrame
  742. More.BackgroundColor3 = Color3.new(1, 1, 1)
  743. More.Position = UDim2.new(0, 204, 0, 8)
  744. More.Size = UDim2.new(0, 25, 0, 20)
  745. More.Style = Enum.ButtonStyle.RobloxButton
  746. More.Font = Enum.Font.Bodoni
  747. More.LineHeight = 1.2000000476837
  748. More.Text = "+"
  749. More.TextColor3 = Color3.new(1, 1, 1)
  750. More.TextSize = 22
  751. More.TextStrokeColor3 = Color3.new(1, 1, 1)
  752.  
  753. Less.Name = "Less"
  754. Less.Parent = rebirthFrame
  755. Less.BackgroundColor3 = Color3.new(1, 1, 1)
  756. Less.Position = UDim2.new(0, 5, 0, 8)
  757. Less.Size = UDim2.new(0, 25, 0, 20)
  758. Less.Style = Enum.ButtonStyle.RobloxButton
  759. Less.Font = Enum.Font.Bodoni
  760. Less.LineHeight = 1.2000000476837
  761. Less.Text = "-"
  762. Less.TextColor3 = Color3.new(1, 1, 1)
  763. Less.TextSize = 22
  764. Less.TextStrokeColor3 = Color3.new(1, 1, 1)
  765.  
  766. autoCraft.Name = "autoCraft"
  767. autoCraft.Parent = mainFrame
  768. autoCraft.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  769. autoCraft.BorderColor3 = Color3.new(0, 0, 0)
  770. autoCraft.Position = UDim2.new(0, 5, 0, 145)
  771. autoCraft.Size = UDim2.new(0, 235, 0, 20)
  772. autoCraft.ZIndex = 2
  773. autoCraft.Font = Enum.Font.Fantasy
  774. autoCraft.Text = "Auto Craft Pets"
  775. autoCraft.TextColor3 = Color3.new(1, 1, 1)
  776. autoCraft.TextSize = 16
  777.  
  778. craftFrame.Name = "craftFrame"
  779. craftFrame.Parent = autoCraft
  780. craftFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  781. craftFrame.BackgroundTransparency = 0.5
  782. craftFrame.BorderColor3 = Color3.new(0, 0, 0)
  783. craftFrame.Size = UDim2.new(0, 235, 0, 80)
  784. craftFrame.Visible = false
  785.  
  786. Shiny.Name = "Shiny"
  787. Shiny.Parent = craftFrame
  788. Shiny.BackgroundColor3 = Color3.new(1, 1, 1)
  789. Shiny.Position = UDim2.new(0, 15, 0, 50)
  790. Shiny.Size = UDim2.new(0, 95, 0, 25)
  791. Shiny.ZIndex = 2
  792. Shiny.Style = Enum.ButtonStyle.RobloxButton
  793. Shiny.Font = Enum.Font.Fantasy
  794. Shiny.Text = "Shiny"
  795. Shiny.TextColor3 = Color3.new(1, 0, 0)
  796. Shiny.TextSize = 16
  797.  
  798. craftList.Name = "craftList"
  799. craftList.Parent = craftFrame
  800. craftList.BackgroundColor3 = Color3.new(1, 1, 1)
  801. craftList.Position = UDim2.new(0, 5, 0, 25)
  802. craftList.Size = UDim2.new(0, 75, 0, 25)
  803. craftList.ZIndex = 2
  804. craftList.Style = Enum.ButtonStyle.RobloxButton
  805. craftList.Font = Enum.Font.Fantasy
  806. craftList.Text = "Pet Tier"
  807. craftList.TextColor3 = Color3.new(1, 1, 1)
  808. craftList.TextSize = 16
  809.  
  810. craftSelected.Name = "craftSelected"
  811. craftSelected.Parent = craftList
  812. craftSelected.BackgroundColor3 = Color3.new(0.552941, 0.552941, 0.552941)
  813. craftSelected.BorderSizePixel = 0
  814. craftSelected.Position = UDim2.new(0, 70, 0, -3)
  815. craftSelected.Size = UDim2.new(0, 145, 0, 15)
  816. craftSelected.Font = Enum.Font.Fantasy
  817. craftSelected.Text = "No Tier Selected"
  818. craftSelected.TextColor3 = Color3.new(0, 0, 0)
  819. craftSelected.TextSize = 16
  820. craftSelected.TextWrapped = true
  821.  
  822. craftLists.Name = "craftLists"
  823. craftLists.Parent = craftList
  824. craftLists.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  825. craftLists.BackgroundTransparency = 0.5
  826. craftLists.BorderSizePixel = 0
  827. craftLists.Position = UDim2.new(0, 230, 0, -180)
  828. craftLists.Size = UDim2.new(0, 180, 0, 230)
  829. craftLists.Visible = false
  830.  
  831. craftListlabel.Name = "craftListlabel"
  832. craftListlabel.Parent = craftLists
  833. craftListlabel.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  834. craftListlabel.BackgroundTransparency = 0.5
  835. craftListlabel.BorderSizePixel = 0
  836. craftListlabel.Size = UDim2.new(0, 180, 0, 20)
  837. craftListlabel.Font = Enum.Font.Code
  838. craftListlabel.Text = "Page 1"
  839. craftListlabel.TextColor3 = Color3.new(1, 1, 1)
  840. craftListlabel.TextSize = 16
  841.  
  842. Craft1.Name = "Craft1"
  843. Craft1.Parent = craftLists
  844. Craft1.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  845. Craft1.BackgroundTransparency = 1
  846. Craft1.BorderColor3 = Color3.new(0, 0, 0)
  847. Craft1.Position = UDim2.new(0, 5, 0, 20)
  848. Craft1.Size = UDim2.new(0, 175, 0, 210)
  849. Craft1.CanvasSize = UDim2.new(0, 0, 1.5, 0)
  850.  
  851. CataclysmicEggCraft.Name = "Cataclysmic Egg"
  852. CataclysmicEggCraft.Parent = Craft1
  853. CataclysmicEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  854. CataclysmicEggCraft.BorderSizePixel = 0
  855. CataclysmicEggCraft.Position = UDim2.new(0, 0, 0, 240)
  856. CataclysmicEggCraft.Size = UDim2.new(0, 160, 0, 30)
  857. CataclysmicEggCraft.ZIndex = 2
  858. CataclysmicEggCraft.Style = Enum.ButtonStyle.RobloxButton
  859. CataclysmicEggCraft.Font = Enum.Font.Fantasy
  860. CataclysmicEggCraft.Text = "Cataclysmic Egg"
  861. CataclysmicEggCraft.TextColor3 = Color3.new(1, 1, 1)
  862. CataclysmicEggCraft.TextSize = 16
  863.  
  864. CommonEggCraft.Name = "Common Egg"
  865. CommonEggCraft.Parent = Craft1
  866. CommonEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  867. CommonEggCraft.BorderSizePixel = 0
  868. CommonEggCraft.Size = UDim2.new(0, 160, 0, 30)
  869. CommonEggCraft.ZIndex = 2
  870. CommonEggCraft.Style = Enum.ButtonStyle.RobloxButton
  871. CommonEggCraft.Font = Enum.Font.Fantasy
  872. CommonEggCraft.Text = "Common Egg"
  873. CommonEggCraft.TextColor3 = Color3.new(1, 1, 1)
  874. CommonEggCraft.TextSize = 16
  875.  
  876. DominusEggCraft.Name = "Dominus Egg"
  877. DominusEggCraft.Parent = Craft1
  878. DominusEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  879. DominusEggCraft.BorderSizePixel = 0
  880. DominusEggCraft.Position = UDim2.new(0, 0, 0, 300)
  881. DominusEggCraft.Size = UDim2.new(0, 160, 0, 30)
  882. DominusEggCraft.ZIndex = 2
  883. DominusEggCraft.Style = Enum.ButtonStyle.RobloxButton
  884. DominusEggCraft.Font = Enum.Font.Fantasy
  885. DominusEggCraft.Text = "Dominus Egg"
  886. DominusEggCraft.TextColor3 = Color3.new(1, 1, 1)
  887. DominusEggCraft.TextSize = 16
  888.  
  889. EpicEggCraft.Name = "Epic Egg"
  890. EpicEggCraft.Parent = Craft1
  891. EpicEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  892. EpicEggCraft.BorderSizePixel = 0
  893. EpicEggCraft.Position = UDim2.new(0, 0, 0, 120)
  894. EpicEggCraft.Size = UDim2.new(0, 160, 0, 30)
  895. EpicEggCraft.ZIndex = 2
  896. EpicEggCraft.Style = Enum.ButtonStyle.RobloxButton
  897. EpicEggCraft.Font = Enum.Font.Fantasy
  898. EpicEggCraft.Text = "Epic Egg"
  899. EpicEggCraft.TextColor3 = Color3.new(1, 1, 1)
  900. EpicEggCraft.TextSize = 16
  901.  
  902. LegendaryEggCraft.Name = "Legendary Egg"
  903. LegendaryEggCraft.Parent = Craft1
  904. LegendaryEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  905. LegendaryEggCraft.BorderSizePixel = 0
  906. LegendaryEggCraft.Position = UDim2.new(0, 0, 0, 90)
  907. LegendaryEggCraft.Size = UDim2.new(0, 160, 0, 30)
  908. LegendaryEggCraft.ZIndex = 2
  909. LegendaryEggCraft.Style = Enum.ButtonStyle.RobloxButton
  910. LegendaryEggCraft.Font = Enum.Font.Fantasy
  911. LegendaryEggCraft.Text = "Legendary Egg"
  912. LegendaryEggCraft.TextColor3 = Color3.new(1, 1, 1)
  913. LegendaryEggCraft.TextSize = 16
  914.  
  915. MemeEggCraft.Name = "Meme Egg"
  916. MemeEggCraft.Parent = Craft1
  917. MemeEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  918. MemeEggCraft.BorderSizePixel = 0
  919. MemeEggCraft.Position = UDim2.new(0, 0, 0, 180)
  920. MemeEggCraft.Size = UDim2.new(0, 160, 0, 30)
  921. MemeEggCraft.ZIndex = 2
  922. MemeEggCraft.Style = Enum.ButtonStyle.RobloxButton
  923. MemeEggCraft.Font = Enum.Font.Fantasy
  924. MemeEggCraft.Text = "Meme Egg"
  925. MemeEggCraft.TextColor3 = Color3.new(1, 1, 1)
  926. MemeEggCraft.TextSize = 16
  927.  
  928. MythicalEggCraft.Name = "Mythical Egg"
  929. MythicalEggCraft.Parent = Craft1
  930. MythicalEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  931. MythicalEggCraft.BorderSizePixel = 0
  932. MythicalEggCraft.Position = UDim2.new(0, 0, 0, 150)
  933. MythicalEggCraft.Size = UDim2.new(0, 160, 0, 30)
  934. MythicalEggCraft.ZIndex = 2
  935. MythicalEggCraft.Style = Enum.ButtonStyle.RobloxButton
  936. MythicalEggCraft.Font = Enum.Font.Fantasy
  937. MythicalEggCraft.Text = "Mythical Egg"
  938. MythicalEggCraft.TextColor3 = Color3.new(1, 1, 1)
  939. MythicalEggCraft.TextSize = 16
  940.  
  941. PsychadelicEggCraft.Name = "Psychadelic Egg"
  942. PsychadelicEggCraft.Parent = Craft1
  943. PsychadelicEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  944. PsychadelicEggCraft.BorderSizePixel = 0
  945. PsychadelicEggCraft.Position = UDim2.new(0, 0, 0, 210)
  946. PsychadelicEggCraft.Size = UDim2.new(0, 160, 0, 30)
  947. PsychadelicEggCraft.ZIndex = 2
  948. PsychadelicEggCraft.Style = Enum.ButtonStyle.RobloxButton
  949. PsychadelicEggCraft.Font = Enum.Font.Fantasy
  950. PsychadelicEggCraft.Text = "Psychadelic Egg"
  951. PsychadelicEggCraft.TextColor3 = Color3.new(1, 1, 1)
  952. PsychadelicEggCraft.TextSize = 16
  953.  
  954. RareEggCraft.Name = "Rare Egg"
  955. RareEggCraft.Parent = Craft1
  956. RareEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  957. RareEggCraft.BorderSizePixel = 0
  958. RareEggCraft.Position = UDim2.new(0, 0, 0, 60)
  959. RareEggCraft.Size = UDim2.new(0, 160, 0, 30)
  960. RareEggCraft.ZIndex = 2
  961. RareEggCraft.Style = Enum.ButtonStyle.RobloxButton
  962. RareEggCraft.Font = Enum.Font.Fantasy
  963. RareEggCraft.Text = "Rare Egg"
  964. RareEggCraft.TextColor3 = Color3.new(1, 1, 1)
  965. RareEggCraft.TextSize = 16
  966.  
  967. SuperEggCraft.Name = "Super Egg"
  968. SuperEggCraft.Parent = Craft1
  969. SuperEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  970. SuperEggCraft.BorderSizePixel = 0
  971. SuperEggCraft.Position = UDim2.new(0, 0, 0, 270)
  972. SuperEggCraft.Size = UDim2.new(0, 160, 0, 30)
  973. SuperEggCraft.ZIndex = 2
  974. SuperEggCraft.Style = Enum.ButtonStyle.RobloxButton
  975. SuperEggCraft.Font = Enum.Font.Fantasy
  976. SuperEggCraft.Text = "Super Egg"
  977. SuperEggCraft.TextColor3 = Color3.new(1, 1, 1)
  978. SuperEggCraft.TextSize = 16
  979.  
  980. UncommonEggCraft.Name = "Uncommon Egg"
  981. UncommonEggCraft.Parent = Craft1
  982. UncommonEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  983. UncommonEggCraft.BorderSizePixel = 0
  984. UncommonEggCraft.Position = UDim2.new(0, 0, 0, 30)
  985. UncommonEggCraft.Size = UDim2.new(0, 160, 0, 30)
  986. UncommonEggCraft.ZIndex = 2
  987. UncommonEggCraft.Style = Enum.ButtonStyle.RobloxButton
  988. UncommonEggCraft.Font = Enum.Font.Fantasy
  989. UncommonEggCraft.Text = "Uncommon Egg"
  990. UncommonEggCraft.TextColor3 = Color3.new(1, 1, 1)
  991. UncommonEggCraft.TextSize = 16
  992.  
  993. NextPg.Name = "NextPg"
  994. NextPg.Parent = craftLists
  995. NextPg.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  996. NextPg.BackgroundTransparency = 1
  997. NextPg.BorderSizePixel = 0
  998. NextPg.Position = UDim2.new(0, 145, 0, 0)
  999. NextPg.Size = UDim2.new(0, 35, 0, 20)
  1000. NextPg.Font = Enum.Font.Fantasy
  1001. NextPg.Text = ">"
  1002. NextPg.TextColor3 = Color3.new(1, 1, 1)
  1003. NextPg.TextSize = 22
  1004.  
  1005. PreviousPg.Name = "PreviousPg"
  1006. PreviousPg.Parent = craftLists
  1007. PreviousPg.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  1008. PreviousPg.BackgroundTransparency = 1
  1009. PreviousPg.BorderSizePixel = 0
  1010. PreviousPg.Size = UDim2.new(0, 35, 0, 20)
  1011. PreviousPg.Font = Enum.Font.Fantasy
  1012. PreviousPg.Text = "<"
  1013. PreviousPg.TextColor3 = Color3.new(1, 1, 1)
  1014. PreviousPg.TextSize = 22
  1015.  
  1016. Craft2.Name = "Craft2"
  1017. Craft2.Parent = craftLists
  1018. Craft2.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  1019. Craft2.BackgroundTransparency = 1
  1020. Craft2.BorderColor3 = Color3.new(0, 0, 0)
  1021. Craft2.Position = UDim2.new(0, 5, 0, 20)
  1022. Craft2.Size = UDim2.new(0, 175, 0, 210)
  1023. Craft2.Visible = false
  1024. Craft2.CanvasSize = UDim2.new(0, 0, 1.5, 0)
  1025.  
  1026. AquaticEggCraft.Name = "Aquatic Egg"
  1027. AquaticEggCraft.Parent = Craft2
  1028. AquaticEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  1029. AquaticEggCraft.BorderSizePixel = 0
  1030. AquaticEggCraft.Position = UDim2.new(0, 0, 0, 180)
  1031. AquaticEggCraft.Size = UDim2.new(0, 160, 0, 30)
  1032. AquaticEggCraft.ZIndex = 2
  1033. AquaticEggCraft.Style = Enum.ButtonStyle.RobloxButton
  1034. AquaticEggCraft.Font = Enum.Font.Fantasy
  1035. AquaticEggCraft.Text = "Aquatic Egg"
  1036. AquaticEggCraft.TextColor3 = Color3.new(1, 1, 1)
  1037. AquaticEggCraft.TextSize = 16
  1038.  
  1039. DemonicEggCraft.Name = "Demonic Egg"
  1040. DemonicEggCraft.Parent = Craft2
  1041. DemonicEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  1042. DemonicEggCraft.BorderSizePixel = 0
  1043. DemonicEggCraft.Size = UDim2.new(0, 160, 0, 30)
  1044. DemonicEggCraft.ZIndex = 2
  1045. DemonicEggCraft.Style = Enum.ButtonStyle.RobloxButton
  1046. DemonicEggCraft.Font = Enum.Font.Fantasy
  1047. DemonicEggCraft.Text = "Demonic Egg"
  1048. DemonicEggCraft.TextColor3 = Color3.new(1, 1, 1)
  1049. DemonicEggCraft.TextSize = 16
  1050.  
  1051. DragonEggCraft.Name = "Dragon Egg"
  1052. DragonEggCraft.Parent = Craft2
  1053. DragonEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  1054. DragonEggCraft.BorderSizePixel = 0
  1055. DragonEggCraft.Position = UDim2.new(0, 0, 0, 150)
  1056. DragonEggCraft.Size = UDim2.new(0, 160, 0, 30)
  1057. DragonEggCraft.ZIndex = 2
  1058. DragonEggCraft.Style = Enum.ButtonStyle.RobloxButton
  1059. DragonEggCraft.Font = Enum.Font.Fantasy
  1060. DragonEggCraft.Text = "Dragon Egg"
  1061. DragonEggCraft.TextColor3 = Color3.new(1, 1, 1)
  1062. DragonEggCraft.TextSize = 16
  1063.  
  1064. KnightEggCraft.Name = "Knight Egg"
  1065. KnightEggCraft.Parent = Craft2
  1066. KnightEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  1067. KnightEggCraft.BorderSizePixel = 0
  1068. KnightEggCraft.Position = UDim2.new(0, 0, 0, 270)
  1069. KnightEggCraft.Size = UDim2.new(0, 160, 0, 30)
  1070. KnightEggCraft.ZIndex = 2
  1071. KnightEggCraft.Style = Enum.ButtonStyle.RobloxButton
  1072. KnightEggCraft.Font = Enum.Font.Fantasy
  1073. KnightEggCraft.Text = "Knight Egg"
  1074. KnightEggCraft.TextColor3 = Color3.new(1, 1, 1)
  1075. KnightEggCraft.TextSize = 16
  1076.  
  1077. KorbloxEggCraft.Name = "Korblox Egg"
  1078. KorbloxEggCraft.Parent = Craft2
  1079. KorbloxEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  1080. KorbloxEggCraft.BorderSizePixel = 0
  1081. KorbloxEggCraft.Position = UDim2.new(0, 0, 0, 240)
  1082. KorbloxEggCraft.Size = UDim2.new(0, 160, 0, 30)
  1083. KorbloxEggCraft.ZIndex = 2
  1084. KorbloxEggCraft.Style = Enum.ButtonStyle.RobloxButton
  1085. KorbloxEggCraft.Font = Enum.Font.Fantasy
  1086. KorbloxEggCraft.Text = "Korblox Egg"
  1087. KorbloxEggCraft.TextColor3 = Color3.new(1, 1, 1)
  1088. KorbloxEggCraft.TextSize = 16
  1089.  
  1090. MagmaEggCraft.Name = "Magma Egg"
  1091. MagmaEggCraft.Parent = Craft2
  1092. MagmaEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  1093. MagmaEggCraft.BorderSizePixel = 0
  1094. MagmaEggCraft.Position = UDim2.new(0, 0, 0, 60)
  1095. MagmaEggCraft.Size = UDim2.new(0, 160, 0, 30)
  1096. MagmaEggCraft.ZIndex = 2
  1097. MagmaEggCraft.Style = Enum.ButtonStyle.RobloxButton
  1098. MagmaEggCraft.Font = Enum.Font.Fantasy
  1099. MagmaEggCraft.Text = "Magma Egg"
  1100. MagmaEggCraft.TextColor3 = Color3.new(1, 1, 1)
  1101. MagmaEggCraft.TextSize = 16
  1102.  
  1103. MysticalEggCraft.Name = "Mystical Egg"
  1104. MysticalEggCraft.Parent = Craft2
  1105. MysticalEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  1106. MysticalEggCraft.BorderSizePixel = 0
  1107. MysticalEggCraft.Position = UDim2.new(0, 0, 0, 300)
  1108. MysticalEggCraft.Size = UDim2.new(0, 160, 0, 30)
  1109. MysticalEggCraft.ZIndex = 2
  1110. MysticalEggCraft.Style = Enum.ButtonStyle.RobloxButton
  1111. MysticalEggCraft.Font = Enum.Font.Fantasy
  1112. MysticalEggCraft.Text = "Mystical Egg"
  1113. MysticalEggCraft.TextColor3 = Color3.new(1, 1, 1)
  1114. MysticalEggCraft.TextSize = 16
  1115.  
  1116. NinjaEggCraft.Name = "Ninja Egg"
  1117. NinjaEggCraft.Parent = Craft2
  1118. NinjaEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  1119. NinjaEggCraft.BorderSizePixel = 0
  1120. NinjaEggCraft.Position = UDim2.new(0, 0, 0, 210)
  1121. NinjaEggCraft.Size = UDim2.new(0, 160, 0, 30)
  1122. NinjaEggCraft.ZIndex = 2
  1123. NinjaEggCraft.Style = Enum.ButtonStyle.RobloxButton
  1124. NinjaEggCraft.Font = Enum.Font.Fantasy
  1125. NinjaEggCraft.Text = "Ninja Egg"
  1126. NinjaEggCraft.TextColor3 = Color3.new(1, 1, 1)
  1127. NinjaEggCraft.TextSize = 16
  1128.  
  1129. OverseerEggCraft.Name = "Overseer Egg"
  1130. OverseerEggCraft.Parent = Craft2
  1131. OverseerEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  1132. OverseerEggCraft.BorderSizePixel = 0
  1133. OverseerEggCraft.Position = UDim2.new(0, 0, 0, 30)
  1134. OverseerEggCraft.Size = UDim2.new(0, 160, 0, 30)
  1135. OverseerEggCraft.ZIndex = 2
  1136. OverseerEggCraft.Style = Enum.ButtonStyle.RobloxButton
  1137. OverseerEggCraft.Font = Enum.Font.Fantasy
  1138. OverseerEggCraft.Text = "Overseer Egg"
  1139. OverseerEggCraft.TextColor3 = Color3.new(1, 1, 1)
  1140. OverseerEggCraft.TextSize = 16
  1141.  
  1142. RobotEggCraft.Name = "Robot Egg"
  1143. RobotEggCraft.Parent = Craft2
  1144. RobotEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  1145. RobotEggCraft.BorderSizePixel = 0
  1146. RobotEggCraft.Position = UDim2.new(0, 0, 0, 120)
  1147. RobotEggCraft.Size = UDim2.new(0, 160, 0, 30)
  1148. RobotEggCraft.ZIndex = 2
  1149. RobotEggCraft.Style = Enum.ButtonStyle.RobloxButton
  1150. RobotEggCraft.Font = Enum.Font.Fantasy
  1151. RobotEggCraft.Text = "Robot Egg"
  1152. RobotEggCraft.TextColor3 = Color3.new(1, 1, 1)
  1153. RobotEggCraft.TextSize = 16
  1154.  
  1155. TycoonistEggCraft.Name = "Tycoonist Egg"
  1156. TycoonistEggCraft.Parent = Craft2
  1157. TycoonistEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  1158. TycoonistEggCraft.BorderSizePixel = 0
  1159. TycoonistEggCraft.Position = UDim2.new(0, 0, 0, 90)
  1160. TycoonistEggCraft.Size = UDim2.new(0, 160, 0, 30)
  1161. TycoonistEggCraft.ZIndex = 2
  1162. TycoonistEggCraft.Style = Enum.ButtonStyle.RobloxButton
  1163. TycoonistEggCraft.Font = Enum.Font.Fantasy
  1164. TycoonistEggCraft.Text = "Tycoonist Egg"
  1165. TycoonistEggCraft.TextColor3 = Color3.new(1, 1, 1)
  1166. TycoonistEggCraft.TextSize = 16
  1167.  
  1168. Craft3.Name = "Craft3"
  1169. Craft3.Parent = craftLists
  1170. Craft3.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  1171. Craft3.BackgroundTransparency = 1
  1172. Craft3.BorderColor3 = Color3.new(0, 0, 0)
  1173. Craft3.Position = UDim2.new(0, 5, 0, 20)
  1174. Craft3.Size = UDim2.new(0, 175, 0, 210)
  1175. Craft3.Visible = false
  1176. Craft3.CanvasSize = UDim2.new(0, 0, 1.5, 0)
  1177.  
  1178. SkeletonEggCraft.Name = "Skeleton Egg"
  1179. SkeletonEggCraft.Parent = Craft3
  1180. SkeletonEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  1181. SkeletonEggCraft.BorderSizePixel = 0
  1182. SkeletonEggCraft.Size = UDim2.new(0, 160, 0, 30)
  1183. SkeletonEggCraft.ZIndex = 2
  1184. SkeletonEggCraft.Style = Enum.ButtonStyle.RobloxButton
  1185. SkeletonEggCraft.Font = Enum.Font.Fantasy
  1186. SkeletonEggCraft.Text = "Skeleton Egg"
  1187. SkeletonEggCraft.TextColor3 = Color3.new(1, 1, 1)
  1188. SkeletonEggCraft.TextSize = 16
  1189.  
  1190. GhostEggCraft.Name = "Ghost Egg"
  1191. GhostEggCraft.Parent = Craft3
  1192. GhostEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  1193. GhostEggCraft.BorderSizePixel = 0
  1194. GhostEggCraft.Position = UDim2.new(0, 0, 0, 30)
  1195. GhostEggCraft.Size = UDim2.new(0, 160, 0, 30)
  1196. GhostEggCraft.ZIndex = 2
  1197. GhostEggCraft.Style = Enum.ButtonStyle.RobloxButton
  1198. GhostEggCraft.Font = Enum.Font.Fantasy
  1199. GhostEggCraft.Text = "Ghost Egg"
  1200. GhostEggCraft.TextColor3 = Color3.new(1, 1, 1)
  1201. GhostEggCraft.TextSize = 16
  1202.  
  1203. EyeEggCraft.Name = "Eye Egg"
  1204. EyeEggCraft.Parent = Craft3
  1205. EyeEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  1206. EyeEggCraft.BorderSizePixel = 0
  1207. EyeEggCraft.Position = UDim2.new(0, 0, 0, 60)
  1208. EyeEggCraft.Size = UDim2.new(0, 160, 0, 30)
  1209. EyeEggCraft.ZIndex = 2
  1210. EyeEggCraft.Style = Enum.ButtonStyle.RobloxButton
  1211. EyeEggCraft.Font = Enum.Font.Fantasy
  1212. EyeEggCraft.Text = "Eye Egg"
  1213. EyeEggCraft.TextColor3 = Color3.new(1, 1, 1)
  1214. EyeEggCraft.TextSize = 16
  1215.  
  1216. SinisterEggCraft.Name = "Sinister Egg"
  1217. SinisterEggCraft.Parent = Craft3
  1218. SinisterEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  1219. SinisterEggCraft.BorderSizePixel = 0
  1220. SinisterEggCraft.Position = UDim2.new(0, 0, 0, 90)
  1221. SinisterEggCraft.Size = UDim2.new(0, 160, 0, 30)
  1222. SinisterEggCraft.ZIndex = 2
  1223. SinisterEggCraft.Style = Enum.ButtonStyle.RobloxButton
  1224. SinisterEggCraft.Font = Enum.Font.Fantasy
  1225. SinisterEggCraft.Text = "Sinister Egg"
  1226. SinisterEggCraft.TextColor3 = Color3.new(1, 1, 1)
  1227. SinisterEggCraft.TextSize = 16
  1228.  
  1229. InfernalEggCraft.Name = "Infernal Egg"
  1230. InfernalEggCraft.Parent = Craft3
  1231. InfernalEggCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  1232. InfernalEggCraft.BorderSizePixel = 0
  1233. InfernalEggCraft.Position = UDim2.new(0, 0, 0, 90)
  1234. InfernalEggCraft.Size = UDim2.new(0, 160, 0, 30)
  1235. InfernalEggCraft.ZIndex = 2
  1236. InfernalEggCraft.Style = Enum.ButtonStyle.RobloxButton
  1237. InfernalEggCraft.Font = Enum.Font.Fantasy
  1238. InfernalEggCraft.Text = "Infernal Egg"
  1239. InfernalEggCraft.TextColor3 = Color3.new(1, 1, 1)
  1240. InfernalEggCraft.TextSize = 16
  1241.  
  1242. Omega.Name = "Omega"
  1243. Omega.Parent = craftFrame
  1244. Omega.BackgroundColor3 = Color3.new(1, 1, 1)
  1245. Omega.Position = UDim2.new(0, 125, 0, 50)
  1246. Omega.Size = UDim2.new(0, 95, 0, 25)
  1247. Omega.ZIndex = 2
  1248. Omega.Style = Enum.ButtonStyle.RobloxButton
  1249. Omega.Font = Enum.Font.Fantasy
  1250. Omega.Text = "Omega"
  1251. Omega.TextColor3 = Color3.new(1, 0, 0)
  1252. Omega.TextSize = 16
  1253.  
  1254. miniCraft.Name = "miniCraft"
  1255. miniCraft.Parent = autoCraft
  1256. miniCraft.BackgroundColor3 = Color3.new(1, 1, 1)
  1257. miniCraft.Size = UDim2.new(0, 25, 0, 20)
  1258. miniCraft.ZIndex = 3
  1259. miniCraft.Style = Enum.ButtonStyle.RobloxButton
  1260. miniCraft.Font = Enum.Font.Fantasy
  1261. miniCraft.Text = "+"
  1262. miniCraft.TextColor3 = Color3.new(1, 1, 1)
  1263. miniCraft.TextSize = 22
  1264.  
  1265. Magnet.Name = "Magnet"
  1266. Magnet.Parent = game.CoreGui.RobloxGui.TopBarContainer
  1267. Magnet.BackgroundTransparency = 1
  1268. Magnet.Position = UDim2.new(0, 210, 0, 5)
  1269. Magnet.Size = UDim2.new(0, 27, 0, 27)
  1270. Magnet.Image = "rbxassetid://4027768819"
  1271.  
  1272. -----[ Variables ]-----
  1273.  
  1274. local Replicated = game:GetService("ReplicatedStorage")
  1275. local Event = Replicated.Events.MagnetEvents["requestGrab"]
  1276. local Render = game:GetService("RunService").RenderStepped
  1277. local Hatch = Replicated.PetEvents.requesthatch
  1278. local Tool = "Acid Pulse Dual Long Power Magnets"
  1279. local Plyr = game:GetService("Players").LocalPlayer
  1280. local Char = Plyr.Character.HumanoidRootPart
  1281. local GameHUD = Plyr.PlayerGui.GameHUD
  1282. local GameHUDNew = Plyr.PlayerGui.GameHUDNew
  1283. local makeShiny = Replicated.ShinyEvents.requestMakeShiny
  1284. local makeOmega = Replicated.ShinyEvents.requestMakeOmega
  1285. local petList = Replicated.Pets:GetChildren()
  1286. local Holder = GameHUDNew.ConnectedBackgrounds.Shiny.Holder
  1287. local Mouse = Plyr:GetMouse()
  1288.  
  1289. -----[ PetList ]-----
  1290.  
  1291. local Common = {"Bear","Panda","Koala"}
  1292. local Uncommon = {"Mouse","Pig","Polar Bear"}
  1293. local Rare = {"Wolf","Dino","Frost Deer"}
  1294. local Legendary = {"Lava Bear","Frost Wolf","Fire Fox"}
  1295. local Epic = {"Golden Bear","Emerald Bear","Diamond Bear","Adurite Bear"}
  1296. local Mythical = {"Magnetite Wolf","Moon Bear","Crystal Fox","Cyclops","Galaxy Bear","Spirit Bear","Galaxy Wolf"}
  1297. local Meme = {"Ogre","Nyan Cat","Doge","MLG Bear"}
  1298. local Psychadelic = {"Ghost Wolf","Ice Wolf","Fancy Bear","Noob"}
  1299. local Cataclysmic = {"Rich Bear","Sanic","Angel Wolf","Cursed Wolf"}
  1300. local Super = {"Flashy Bear","Captain Bear","Super","Bear","Storm Bear","Bat Bear"}
  1301. local Dominus = {"Frost Dominus","Flame Dominus","Golden Dominus","Spirit Dominus","Space Dominus"}
  1302. local Demonic = {"Cat Demon","Mad Demon","Three-Headed Demon","Fallen Bird","Demonic Bird"}
  1303. local Overseer = {"Winged Overseer","Overseer Wolf","Wizard Overseer","Three-Headed Overseer","Overseer Overlord","Praefectus Overseer"}
  1304. local Magma = {"Lava Wolf","Magma Gentlemen","Three-Headed Magma Wolf","Hooded Fire Lord","Lord of the Magma"}
  1305. local Tycoonist = {"Gold Tycoonist","Sir Rich McMeowington","Rich Bowler","Bling","Sir Rich McMoneyston"}
  1306. local Robot = {"Goofbot","Toastbot","Coolbot","Bucketoid","Angry Robot","Beatbox Robot"}
  1307. local Dragon = {"Spring, the Earth Dragon","Fafnir, the Fire Dragon","Gandalf, the Wise Dragon","Emeraldwrath Dragon","Rubywrath Dragon","Aer Draco","Runic Dragon"}
  1308. local Aquatic = {"Fish-E","Friendly Shark","Sleepy Octopus","Cool Crab","Skeptical Starfish","Sir Squid"}
  1309. local Ninja = {"Guinea Ninja","Tiger Ninja","Ninja Fox","Steampunk Ninja","Dojo Master","Dark Age Ninja Master"}
  1310. local Korblox = {"Korblox Skeleton Bird","Korblox Warlock","Korblox Mage","Korblox Guardian","Korblox Keeper","Korblox Deathspeaker"}
  1311. local Knight = {"Skeleton Knight","Knight King","Bunny Knight","Wolf Knight","Dark Knight","Emperor's Champion"}
  1312. local Mystical = {"Chimera","Griffin","Unicorn","Fairy","Minotaur","Orthus"}
  1313. local Skeleton = {"Skelebat","Skelebird","Skeletal Warrior","Skeletal Raven","Friendly Skeleton","Mr. Fancy Skeleton"}
  1314. local Ghost = {"Galactic Ghost","Cool Ghost","Ghost Dragon","Ghost Ship","Sir Scares-A-Lot","Haunting Ghost"}
  1315. local Eye = {"Ruby Eye","Overseer Eye","Goo Eye","Demonic Eye","Bat Eye","Omniessent Eye","Overseer Eye"}
  1316. local Sinister = {"Smart Pumpkin","Sad Pumpkin","Creepy Pumpkin","Scary Pumpkin","Inferno Pumpkin","White Mystic Pumpkin"}
  1317. local Infernal = {"Infernal Sprite","Infernal Guardian","Infernal Knight","The Scorched","Infernal Monster","Eternal Flame"}
  1318.  
  1319. -----[ Toggles ]-----
  1320.  
  1321. local C = false
  1322. local R = false
  1323. local S = false
  1324. local F = false
  1325. local O = false
  1326. local Open = false
  1327. local Stores = false
  1328. local List = false
  1329. local List2 = false
  1330. local Buying = false
  1331. local buyHidden = false
  1332. local craftHidden = false
  1333.  
  1334. -----[ Notifications/Popups ]-----
  1335.  
  1336. GameHUDNew.Notifications.CoinGain.Disabled = true
  1337. GameHUD.EggHandler.Disabled = true
  1338. GameHUD.FullBackpack.Handler.Disabled = true
  1339. GameHUDNew.StatHolders.Position = UDim2.new(0, 25, 0, 500)
  1340. GameHUDNew.TradeStatus.Position = UDim2.new(0, 150, 0, 700)
  1341. Holder.ChildAdded:Connect(function(Child)
  1342. if Child.Name == "Active" then
  1343. Child.Visible = false
  1344. end
  1345. end)
  1346.  
  1347. -----[ Open/CloseGui ]-----
  1348.  
  1349. Mouse.KeyDown:connect(function(key)
  1350. if key == "p" then
  1351. if Open == true then
  1352. Open = false
  1353. Magnet.Image = "rbxassetid://4027768819"
  1354. mainFrame.Visible = false
  1355. else if Open == false then
  1356. Open = true
  1357. Magnet.Image = "rbxassetid://4027769392"
  1358. mainFrame.Visible = true
  1359. end
  1360. end
  1361. end
  1362. end)
  1363.  
  1364. Magnet.MouseButton1Click:Connect(function()
  1365. if Open == true then
  1366. Open = false
  1367. Magnet.Image = "rbxassetid://4027768819"
  1368. mainFrame.Visible = false
  1369. else if Open == false then
  1370. Open = true
  1371. Magnet.Image = "rbxassetid://4027769392"
  1372. mainFrame.Visible = true
  1373. end
  1374. end
  1375. end)
  1376.  
  1377. -----[ Open/ClosePetCraftingList ]-----
  1378.  
  1379. craftList.MouseButton1Click:Connect(function()
  1380. if List2 == true then
  1381. List2 = false
  1382. craftList.TextColor3 = Color3.new(1, 1, 1)
  1383. craftLists.Visible = false
  1384. else if List2 == false then
  1385. shopFrame.Visible = false
  1386. eggLists.Visible = false
  1387. eggList.TextColor3 = Color3.new(1, 1, 1)
  1388. Shop.ImageColor3 = Color3.new(1, 1, 1)
  1389. Stores = false
  1390. List = false
  1391. List2 = true
  1392. craftList.TextColor3 = Color3.new(0, 0.627451, 0.988235)
  1393. craftLists.Visible = true
  1394. end
  1395. end
  1396. end)
  1397.  
  1398. -----[ Open/CloseEggBuyingList ]-----
  1399.  
  1400. eggList.MouseButton1Click:Connect(function()
  1401. if List == true then
  1402. List = false
  1403. eggList.TextColor3 = Color3.new(1, 1, 1)
  1404. eggLists.Visible = false
  1405. else if List == false then
  1406. shopFrame.Visible = false
  1407. craftLists.Visible = false
  1408. craftList.TextColor3 = Color3.new(1, 1, 1)
  1409. Shop.ImageColor3 = Color3.new(1, 1, 1)
  1410. Stores = false
  1411. List2 = false
  1412. List = true
  1413. eggList.TextColor3 = Color3.new(0, 0.627451, 0.988235)
  1414. eggLists.Visible = true
  1415. end
  1416. end
  1417. end)
  1418.  
  1419. -----[ Open/CloseShopMenu ]-----
  1420.  
  1421. Shop.MouseButton1Click:Connect(function()
  1422. if Stores == true then
  1423. Stores = false
  1424. Shop.ImageColor3 = Color3.new(1, 1, 1)
  1425. shopFrame.Visible = false
  1426. else if Stores == false then
  1427. craftList.TextColor3 = Color3.new(1, 1, 1)
  1428. eggList.TextColor3 = Color3.new(1, 1, 1)
  1429. craftLists.Visible = false
  1430. eggLists.Visible = false
  1431. List = false
  1432. List2 = false
  1433. Stores = true
  1434. Shop.ImageColor3 = Color3.new(0, 0.627451, 0.988235)
  1435. shopFrame.Visible = true
  1436. end
  1437. end
  1438. end)
  1439.  
  1440. -----[ CloseGui ]-----
  1441.  
  1442. Close.MouseButton1Click:Connect(function()
  1443. Mag:Destroy()
  1444. Magnet:Destroy()
  1445. R = false
  1446. S = false
  1447. F = false
  1448. Open = false
  1449. Stores = false
  1450. List = false
  1451. Buying = false
  1452. end)
  1453.  
  1454. -----[ MinimizePetCrafting ]-----
  1455.  
  1456. miniCraft.MouseButton1Click:Connect(function()
  1457. if craftHidden == true and buyHidden == true then
  1458. craftHidden = false
  1459. craftFrame.Visible = false
  1460. mainFrame.Size = UDim2.new(0, 245, 0, 235)
  1461. miniCraft.Text = "+"
  1462. craftList.TextColor3 = Color3.new(1, 1, 1)
  1463. craftLists.Visible = false
  1464. List2 = false
  1465. else if craftHidden == false and buyHidden == true then
  1466. craftHidden = true
  1467. craftFrame.Visible = true
  1468. mainFrame.Size = UDim2.new(0, 245, 0, 295)
  1469. miniCraft.Text = "-"
  1470. else if craftHidden == true and buyHidden == false then
  1471. craftHidden = false
  1472. craftFrame.Visible = false
  1473. mainFrame.Size = UDim2.new(0, 245, 0, 170)
  1474. miniCraft.Text = "+"
  1475. craftList.TextColor3 = Color3.new(1, 1, 1)
  1476. craftLists.Visible = false
  1477. List2 = false
  1478. else if craftHidden == false and buyHidden == false then
  1479. craftHidden = true
  1480. craftFrame.Visible = true
  1481. mainFrame.Size = UDim2.new(0, 245, 0, 235)
  1482. miniCraft.Text = "-"
  1483. end
  1484. end
  1485. end
  1486. end
  1487. end)
  1488.  
  1489. -----[ MinimizeEggBuying ]-----
  1490.  
  1491. miniBuy.MouseButton1Click:Connect(function()
  1492. if buyHidden == true and craftHidden == true then
  1493. buyHidden = false
  1494. eggFrame.Visible = false
  1495. mainFrame.Size = UDim2.new(0, 245, 0, 235)
  1496. autoCraft.Position = UDim2.new(0, 5, 0, 145)
  1497. miniBuy.Text = "+"
  1498. eggList.TextColor3 = Color3.new(1, 1, 1)
  1499. eggLists.Visible = false
  1500. List = false
  1501. else if buyHidden == false and craftHidden == true then
  1502. buyHidden = true
  1503. eggFrame.Visible = true
  1504. mainFrame.Size = UDim2.new(0, 245, 0, 295)
  1505. autoCraft.Position = UDim2.new(0, 5, 0, 205)
  1506. miniBuy.Text = "-"
  1507. else if buyHidden == true and craftHidden == false then
  1508. buyHidden = false
  1509. eggFrame.Visible = false
  1510. mainFrame.Size = UDim2.new(0, 245, 0, 170)
  1511. autoCraft.Position = UDim2.new(0, 5, 0, 145)
  1512. miniBuy.Text = "+"
  1513. eggList.TextColor3 = Color3.new(1, 1, 1)
  1514. eggLists.Visible = false
  1515. List = false
  1516. else if buyHidden == false and craftHidden == false then
  1517. buyHidden = true
  1518. eggFrame.Visible = true
  1519. mainFrame.Size = UDim2.new(0, 245, 0, 235)
  1520. autoCraft.Position = UDim2.new(0, 5, 0, 205)
  1521. miniBuy.Text = "-"
  1522. end
  1523. end
  1524. end
  1525. end
  1526. end)
  1527.  
  1528. -----[ PetCraftingShiny ]-----
  1529.  
  1530. Shiny.MouseButton1Click:Connect(function()
  1531. if craftSelected.Text == "No Tier Selected" and C == false then
  1532. wait(.1)
  1533. craftSelected.Text = ""
  1534. wait(.1)
  1535. craftSelected.Text = "No Tier Selected"
  1536. wait(.1)
  1537. craftSelected.Text = ""
  1538. wait(.1)
  1539. craftSelected.Text = "No Tier Selected"
  1540. wait(.1)
  1541. craftSelected.Text = ""
  1542. wait(.1)
  1543. craftSelected.Text = "No Tier Selected"
  1544. wait(.1)
  1545. craftSelected.Text = ""
  1546. wait(.1)
  1547. craftSelected.Text = "No Tier Selected"
  1548. C = false
  1549. elseif craftSelected.Text == "Common Egg" and C == false then
  1550. C = true
  1551. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1552. while C == true do
  1553. for i = 1,#Common do
  1554. wait(.1)
  1555. makeShiny:FireServer(Common[i])
  1556. end
  1557. end
  1558. elseif craftSelected.Text == "Uncommon Egg" and C == false then
  1559. C = true
  1560. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1561. while C == true do
  1562. for i = 1,#Uncommon do
  1563. wait(.1)
  1564. makeShiny:FireServer(Uncommon[i])
  1565. end
  1566. end
  1567. elseif craftSelected.Text == "Rare Egg" and C == false then
  1568. C = true
  1569. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1570. while C == true do
  1571. for i = 1,#Rare do
  1572. wait(.1)
  1573. makeShiny:FireServer(Rare[i])
  1574. end
  1575. end
  1576. elseif craftSelected.Text == "Legendary Egg" and C == false then
  1577. C = true
  1578. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1579. while C == true do
  1580. for i = 1,#Legendary do
  1581. wait(.1)
  1582. makeShiny:FireServer(Legendary[i])
  1583. end
  1584. end
  1585. elseif craftSelected.Text == "Epic Egg" and C == false then
  1586. C = true
  1587. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1588. while C == true do
  1589. for i = 1,#Epic do
  1590. wait(.1)
  1591. makeShiny:FireServer(Epic[i])
  1592. end
  1593. end
  1594. elseif craftSelected.Text == "Mythical Egg" and C == false then
  1595. C = true
  1596. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1597. while C == true do
  1598. for i = 1,#Mythical do
  1599. wait(.1)
  1600. makeShiny:FireServer(Mythical[i])
  1601. end
  1602. end
  1603. elseif craftSelected.Text == "Meme Egg" and C == false then
  1604. C = true
  1605. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1606. while C == true do
  1607. for i = 1,#Meme do
  1608. wait(.1)
  1609. makeShiny:FireServer(Meme[i])
  1610. end
  1611. end
  1612. elseif craftSelected.Text == "Psychadelic Egg" and C == false then
  1613. C = true
  1614. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1615. while C == true do
  1616. for i = 1,#Psychadelic do
  1617. wait(.1)
  1618. makeShiny:FireServer(Psychadelic[i])
  1619. end
  1620. end
  1621. elseif craftSelected.Text == "Cataclysmic Egg" and C == false then
  1622. C = true
  1623. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1624. while C == true do
  1625. for i = 1,#Cataclysmic do
  1626. wait(.1)
  1627. makeShiny:FireServer(Cataclysmic[i])
  1628. end
  1629. end
  1630. elseif craftSelected.Text == "Super Egg" and C == false then
  1631. C = true
  1632. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1633. while C == true do
  1634. for i = 1,#Super do
  1635. wait(.1)
  1636. makeShiny:FireServer(Super[i])
  1637. end
  1638. end
  1639. elseif craftSelected.Text == "Dominus Egg" and C == false then
  1640. C = true
  1641. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1642. while C == true do
  1643. for i = 1,#Dominus do
  1644. wait(.1)
  1645. makeShiny:FireServer(Dominus[i])
  1646. end
  1647. end
  1648. elseif craftSelected.Text == "Demonic Egg" and C == false then
  1649. C = true
  1650. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1651. while C == true do
  1652. for i = 1,#Demonic do
  1653. wait(.1)
  1654. makeShiny:FireServer(Demonic[i])
  1655. end
  1656. end
  1657. elseif craftSelected.Text == "Overseer Egg" and C == false then
  1658. C = true
  1659. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1660. while C == true do
  1661. for i = 1,#Overseer do
  1662. wait(.1)
  1663. makeShiny:FireServer(Overseer[i])
  1664. end
  1665. end
  1666. elseif craftSelected.Text == "Magma Egg" and C == false then
  1667. C = true
  1668. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1669. while C == true do
  1670. for i = 1,#Magma do
  1671. wait(.1)
  1672. makeShiny:FireServer(Magma[i])
  1673. end
  1674. end
  1675. elseif craftSelected.Text == "Tycoonist Egg" and C == false then
  1676. C = true
  1677. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1678. while C == true do
  1679. for i = 1,#Tycoonist do
  1680. wait(.1)
  1681. makeShiny:FireServer(Tycoonist[i])
  1682. end
  1683. end
  1684. elseif craftSelected.Text == "Robot Egg" and C == false then
  1685. C = true
  1686. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1687. while C == true do
  1688. for i = 1,#Robot do
  1689. wait(.1)
  1690. makeShiny:FireServer(Robot[i])
  1691. end
  1692. end
  1693. elseif craftSelected.Text == "Dragon Egg" and C == false then
  1694. C = true
  1695. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1696. while C == true do
  1697. for i = 1,#Dragon do
  1698. wait(.1)
  1699. makeShiny:FireServer(Dragon[i])
  1700. end
  1701. end
  1702. elseif craftSelected.Text == "Aquatic Egg" and C == false then
  1703. C = true
  1704. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1705. while C == true do
  1706. for i = 1,#Aquatic do
  1707. wait(.1)
  1708. makeShiny:FireServer(Aquatic[i])
  1709. end
  1710. end
  1711. elseif craftSelected.Text == "Ninja Egg" and C == false then
  1712. C = true
  1713. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1714. while C == true do
  1715. for i = 1,#Ninja do
  1716. wait(.1)
  1717. makeShiny:FireServer(Ninja[i])
  1718. end
  1719. end
  1720. elseif craftSelected.Text == "Korblox Egg" and C == false then
  1721. C = true
  1722. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1723. while C == true do
  1724. for i = 1,#Korblox do
  1725. wait(.1)
  1726. makeShiny:FireServer(Korblox[i])
  1727. end
  1728. end
  1729. elseif craftSelected.Text == "Knight Egg" and C == false then
  1730. C = true
  1731. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1732. while C == true do
  1733. for i = 1,#Knight do
  1734. wait(.1)
  1735. makeShiny:FireServer(Knight[i])
  1736. end
  1737. end
  1738. elseif craftSelected.Text == "Mystical Egg" and C == false then
  1739. C = true
  1740. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1741. while C == true do
  1742. for i = 1,#Mystical do
  1743. wait(.1)
  1744. makeShiny:FireServer(Mystical[i])
  1745. end
  1746. end
  1747. elseif craftSelected.Text == "Skeleton Egg" and C == false then
  1748. C = true
  1749. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1750. while C == true do
  1751. for i = 1,#Skeleton do
  1752. wait(.1)
  1753. makeShiny:FireServer(Skeleton[i])
  1754. end
  1755. end
  1756. elseif craftSelected.Text == "Ghost Egg" and C == false then
  1757. C = true
  1758. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1759. while C == true do
  1760. for i = 1,#Ghost do
  1761. wait(.1)
  1762. makeShiny:FireServer(Ghost[i])
  1763. end
  1764. end
  1765. elseif craftSelected.Text == "Eye Egg" and C == false then
  1766. C = true
  1767. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1768. while C == true do
  1769. for i = 1,#Eye do
  1770. wait(.1)
  1771. makeShiny:FireServer(Eye[i])
  1772. end
  1773. end
  1774. elseif craftSelected.Text == "Sinister Egg" and C == false then
  1775. C = true
  1776. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1777. while C == true do
  1778. for i = 1,#Sinister do
  1779. wait(.1)
  1780. makeShiny:FireServer(Sinister[i])
  1781. end
  1782. end
  1783. elseif craftSelected.Text == "Infernal Egg" and C == false then
  1784. C = true
  1785. Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
  1786. while C == true do
  1787. for i = 1,#Infernal do
  1788. wait(.1)
  1789. makeShiny:FireServer(Infernal[i])
  1790. end
  1791. end
  1792. elseif C == true then
  1793. C = false
  1794. Shiny.TextColor3 = Color3.new(1, 0, 0)
  1795. end
  1796. end)
  1797.  
  1798. -----[ PetCraftingOmega ]-----
  1799.  
  1800. Omega.MouseButton1Click:Connect(function()
  1801. if craftSelected.Text == "No Tier Selected" and O == false then
  1802. wait(.1)
  1803. craftSelected.Text = ""
  1804. wait(.1)
  1805. craftSelected.Text = "No Tier Selected"
  1806. wait(.1)
  1807. craftSelected.Text = ""
  1808. wait(.1)
  1809. craftSelected.Text = "No Tier Selected"
  1810. wait(.1)
  1811. craftSelected.Text = ""
  1812. wait(.1)
  1813. craftSelected.Text = "No Tier Selected"
  1814. wait(.1)
  1815. craftSelected.Text = ""
  1816. wait(.1)
  1817. craftSelected.Text = "No Tier Selected"
  1818. O = false
  1819. elseif craftSelected.Text == "Common Egg" and O == false then
  1820. O = true
  1821. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  1822. while O == true do
  1823. for i = 1,#Common do
  1824. wait(.1)
  1825. makeOmega:FireServer(Common[i])
  1826. end
  1827. end
  1828. elseif craftSelected.Text == "Uncommon Egg" and O == false then
  1829. O = true
  1830. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  1831. while O == true do
  1832. for i = 1,#Uncommon do
  1833. wait(.1)
  1834. makeOmega:FireServer(Uncommon[i])
  1835. end
  1836. end
  1837. elseif craftSelected.Text == "Rare Egg" and O == false then
  1838. O = true
  1839. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  1840. while O == true do
  1841. for i = 1,#Rare do
  1842. wait(.1)
  1843. makeOmega:FireServer(Rare[i])
  1844. end
  1845. end
  1846. elseif craftSelected.Text == "Legendary Egg" and O == false then
  1847. O = true
  1848. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  1849. while O == true do
  1850. for i = 1,#Legendary do
  1851. wait(.1)
  1852. makeOmega:FireServer(Legendary[i])
  1853. end
  1854. end
  1855. elseif craftSelected.Text == "Epic Egg" and O == false then
  1856. O = true
  1857. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  1858. while O == true do
  1859. for i = 1,#Epic do
  1860. wait(.1)
  1861. makeOmega:FireServer(Epic[i])
  1862. end
  1863. end
  1864. elseif craftSelected.Text == "Mythical Egg" and O == false then
  1865. O = true
  1866. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  1867. while O == true do
  1868. for i = 1,#Mythical do
  1869. wait(.1)
  1870. makeOmega:FireServer(Mythical[i])
  1871. end
  1872. end
  1873. elseif craftSelected.Text == "Meme Egg" and O == false then
  1874. O = true
  1875. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  1876. while O == true do
  1877. for i = 1,#Meme do
  1878. wait(.1)
  1879. makeOmega:FireServer(Meme[i])
  1880. end
  1881. end
  1882. elseif craftSelected.Text == "Psychadelic Egg" and O == false then
  1883. O = true
  1884. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  1885. while O == true do
  1886. for i = 1,#Psychadelic do
  1887. wait(.1)
  1888. makeOmega:FireServer(Psychadelic[i])
  1889. end
  1890. end
  1891. elseif craftSelected.Text == "Cataclysmic Egg" and O == false then
  1892. O = true
  1893. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  1894. while O == true do
  1895. for i = 1,#Cataclysmic do
  1896. wait(.1)
  1897. makeOmega:FireServer(Cataclysmic[i])
  1898. end
  1899. end
  1900. elseif craftSelected.Text == "Super Egg" and O == false then
  1901. O = true
  1902. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  1903. while O == true do
  1904. for i = 1,#Super do
  1905. wait(.1)
  1906. makeOmega:FireServer(Super[i])
  1907. end
  1908. end
  1909. elseif craftSelected.Text == "Dominus Egg" and O == false then
  1910. O = true
  1911. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  1912. while O == true do
  1913. for i = 1,#Dominus do
  1914. wait(.1)
  1915. makeOmega:FireServer(Dominus[i])
  1916. end
  1917. end
  1918. elseif craftSelected.Text == "Demonic Egg" and O == false then
  1919. O = true
  1920. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  1921. while O == true do
  1922. for i = 1,#Demonic do
  1923. wait(.1)
  1924. makeOmega:FireServer(Demonic[i])
  1925. end
  1926. end
  1927. elseif craftSelected.Text == "Overseer Egg" and O == false then
  1928. O = true
  1929. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  1930. while O == true do
  1931. for i = 1,#Overseer do
  1932. wait(.1)
  1933. makeOmega:FireServer(Overseer[i])
  1934. end
  1935. end
  1936. elseif craftSelected.Text == "Magma Egg" and O == false then
  1937. O = true
  1938. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  1939. while O == true do
  1940. for i = 1,#Magma do
  1941. wait(.1)
  1942. makeOmega:FireServer(Magma[i])
  1943. end
  1944. end
  1945. elseif craftSelected.Text == "Tycoonist Egg" and O == false then
  1946. O = true
  1947. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  1948. while O == true do
  1949. for i = 1,#Tycoonist do
  1950. wait(.1)
  1951. makeOmega:FireServer(Tycoonist[i])
  1952. end
  1953. end
  1954. elseif craftSelected.Text == "Robot Egg" and O == false then
  1955. O = true
  1956. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  1957. while O == true do
  1958. for i = 1,#Robot do
  1959. wait(.1)
  1960. makeOmega:FireServer(Robot[i])
  1961. end
  1962. end
  1963. elseif craftSelected.Text == "Dragon Egg" and O == false then
  1964. O = true
  1965. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  1966. while O == true do
  1967. for i = 1,#Dragon do
  1968. wait(.1)
  1969. makeOmega:FireServer(Dragon[i])
  1970. end
  1971. end
  1972. elseif craftSelected.Text == "Aquatic Egg" and O == false then
  1973. O = true
  1974. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  1975. while O == true do
  1976. for i = 1,#Aquatic do
  1977. wait(.1)
  1978. makeOmega:FireServer(Aquatic[i])
  1979. end
  1980. end
  1981. elseif craftSelected.Text == "Ninja Egg" and O == false then
  1982. O = true
  1983. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  1984. while O == true do
  1985. for i = 1,#Ninja do
  1986. wait(.1)
  1987. makeOmega:FireServer(Ninja[i])
  1988. end
  1989. end
  1990. elseif craftSelected.Text == "Korblox Egg" and O == false then
  1991. O = true
  1992. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  1993. while O == true do
  1994. for i = 1,#Korblox do
  1995. wait(.1)
  1996. makeOmega:FireServer(Korblox[i])
  1997. end
  1998. end
  1999. elseif craftSelected.Text == "Knight Egg" and O == false then
  2000. O = true
  2001. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  2002. while O == true do
  2003. for i = 1,#Knight do
  2004. wait(.1)
  2005. makeOmega:FireServer(Knight[i])
  2006. end
  2007. end
  2008. elseif craftSelected.Text == "Mystical Egg" and O == false then
  2009. O = true
  2010. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  2011. while O == true do
  2012. for i = 1,#Mystical do
  2013. wait(.1)
  2014. makeOmega:FireServer(Mystical[i])
  2015. end
  2016. end
  2017. elseif craftSelected.Text == "Skeleton Egg" and O == false then
  2018. O = true
  2019. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  2020. while O == true do
  2021. for i = 1,#Skeleton do
  2022. wait(.1)
  2023. makeOmega:FireServer(Skeleton[i])
  2024. end
  2025. end
  2026. elseif craftSelected.Text == "Ghost Egg" and O == false then
  2027. O = true
  2028. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  2029. while O == true do
  2030. for i = 1,#Ghost do
  2031. wait(.1)
  2032. makeOmega:FireServer(Ghost[i])
  2033. end
  2034. end
  2035. elseif craftSelected.Text == "Eye Egg" and O == false then
  2036. O = true
  2037. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  2038. while O == true do
  2039. for i = 1,#Eye do
  2040. wait(.1)
  2041. makeOmega:FireServer(Eye[i])
  2042. end
  2043. end
  2044. elseif craftSelected.Text == "Sinister Egg" and O == false then
  2045. O = true
  2046. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  2047. while O == true do
  2048. for i = 1,#Sinister do
  2049. wait(.1)
  2050. makeOmega:FireServer(Sinister[i])
  2051. end
  2052. end
  2053. elseif craftSelected.Text == "Infernal Egg" and O == false then
  2054. O = true
  2055. Omega.TextColor3 = Color3.new(0, 0.666667, 0)
  2056. while O == true do
  2057. for i = 1,#Infernal do
  2058. wait(.1)
  2059. makeOmega:FireServer(Infernal[i])
  2060. end
  2061. end
  2062. elseif O == true then
  2063. O = false
  2064. Omega.TextColor3 = Color3.new(1, 0, 0)
  2065. end
  2066. end)
  2067.  
  2068.  
  2069. -----[ EggBuying ]-----
  2070.  
  2071. Buy.MouseButton1Click:Connect(function()
  2072. if eggSelected.Text == "No Egg Selected" and Buying == false then
  2073. wait(.1)
  2074. eggSelected.Text = ""
  2075. wait(.1)
  2076. eggSelected.Text = "No Egg Selected"
  2077. wait(.1)
  2078. eggSelected.Text = ""
  2079. wait(.1)
  2080. eggSelected.Text = "No Egg Selected"
  2081. wait(.1)
  2082. eggSelected.Text = ""
  2083. wait(.1)
  2084. eggSelected.Text = "No Egg Selected"
  2085. wait(.1)
  2086. eggSelected.Text = ""
  2087. wait(.1)
  2088. eggSelected.Text = "No Egg Selected"
  2089. Buying = false
  2090. else if Buying == true then
  2091. Buying = false
  2092. Buy.Text = "Disabled"
  2093. Buy.TextColor3 = Color3.new(1, 0, 0)
  2094. else if Buying == false then
  2095. Buying = true
  2096. Buy.Text = "Enabled"
  2097. Buy.TextColor3 = Color3.new(0, 0.666667, 0)
  2098. while Render:wait() and Buying == true do
  2099. Hatch:FireServer(eggSelected.Text)
  2100. end
  2101. end
  2102. end
  2103. end
  2104. end)
  2105.  
  2106. -----[ Rebirth ]-----
  2107.  
  2108. Rebirth.MouseButton1Click:Connect(function()
  2109. if R == true then
  2110. R = false
  2111. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2112. else if R == false then
  2113. R = true
  2114. Rebirth.TextColor3 = Color3.new(0, 0.666667, 0)
  2115. while R == true do
  2116. wait(.1)
  2117. fireclickdetector(game.Workspace.RebirthBoard4.Clicks[Rebirth.Text].ClickDetector)
  2118. end
  2119. end
  2120. end
  2121. end)
  2122.  
  2123. -----[ RebirthSelecting ]-----
  2124.  
  2125. More.MouseButton1Click:Connect(function()
  2126. if Rebirth.Text == "1" then
  2127. Rebirth.Text = "5"
  2128. R = false
  2129. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2130. else if Rebirth.Text == "5" then
  2131. Rebirth.Text = "25"
  2132. R = false
  2133. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2134. else if Rebirth.Text == "25" then
  2135. Rebirth.Text = "50"
  2136. R = false
  2137. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2138. else if Rebirth.Text == "50" then
  2139. Rebirth.Text = "100"
  2140. R = false
  2141. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2142. else if Rebirth.Text == "100" then
  2143. Rebirth.Text = "250"
  2144. R = false
  2145. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2146. else if Rebirth.Text == "250" then
  2147. Rebirth.Text = "500"
  2148. R = false
  2149. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2150. else if Rebirth.Text == "500" then
  2151. Rebirth.Text = "1000"
  2152. R = false
  2153. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2154. else if Rebirth.Text == "1000" then
  2155. Rebirth.Text = "2500"
  2156. R = false
  2157. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2158. else if Rebirth.Text == "2500" then
  2159. Rebirth.Text = "5000"
  2160. R = false
  2161. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2162. else if Rebirth.Text == "5000" then
  2163. Rebirth.Text = "10000"
  2164. R = false
  2165. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2166. else if Rebirth.Text == "10000" then
  2167. Rebirth.Text = "25000"
  2168. R = false
  2169. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2170. else if Rebirth.Text == "25000" then
  2171. Rebirth.Text = "50000"
  2172. R = false
  2173. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2174. else if Rebirth.Text == "50000" then
  2175. Rebirth.Text = "75000"
  2176. R = false
  2177. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2178. else if Rebirth.Text == "75000" then
  2179. Rebirth.Text = "100000"
  2180. R = false
  2181. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2182. else if Rebirth.Text == "100000" then
  2183. Rebirth.Text = "125000"
  2184. R = false
  2185. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2186. else if Rebirth.Text == "125000" then
  2187. Rebirth.Text = "1"
  2188. R = false
  2189. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2190. end
  2191. end
  2192. end
  2193. end
  2194. end
  2195. end
  2196. end
  2197. end
  2198. end
  2199. end
  2200. end
  2201. end
  2202. end
  2203. end
  2204. end
  2205. end
  2206. end)
  2207.  
  2208. Less.MouseButton1Click:Connect(function()
  2209. if Rebirth.Text == "1" then
  2210. Rebirth.Text = "125000"
  2211. R = false
  2212. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2213. else if Rebirth.Text == "5" then
  2214. Rebirth.Text = "1"
  2215. R = false
  2216. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2217. else if Rebirth.Text == "25" then
  2218. Rebirth.Text = "5"
  2219. R = false
  2220. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2221. else if Rebirth.Text == "50" then
  2222. Rebirth.Text = "25"
  2223. R = false
  2224. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2225. else if Rebirth.Text == "100" then
  2226. Rebirth.Text = "50"
  2227. R = false
  2228. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2229. else if Rebirth.Text == "250" then
  2230. Rebirth.Text = "100"
  2231. R = false
  2232. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2233. else if Rebirth.Text == "500" then
  2234. Rebirth.Text = "250"
  2235. R = false
  2236. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2237. else if Rebirth.Text == "1000" then
  2238. Rebirth.Text = "500"
  2239. R = false
  2240. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2241. else if Rebirth.Text == "2500" then
  2242. Rebirth.Text = "1000"
  2243. R = false
  2244. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2245. else if Rebirth.Text == "5000" then
  2246. Rebirth.Text = "2500"
  2247. R = false
  2248. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2249. else if Rebirth.Text == "10000" then
  2250. Rebirth.Text = "5000"
  2251. R = false
  2252. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2253. else if Rebirth.Text == "25000" then
  2254. Rebirth.Text = "10000"
  2255. R = false
  2256. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2257. else if Rebirth.Text == "50000" then
  2258. Rebirth.Text = "25000"
  2259. R = false
  2260. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2261. else if Rebirth.Text == "75000" then
  2262. Rebirth.Text = "50000"
  2263. R = false
  2264. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2265. else if Rebirth.Text == "100000" then
  2266. Rebirth.Text = "75000"
  2267. R = false
  2268. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2269. else if Rebirth.Text == "125000" then
  2270. Rebirth.Text = "100000"
  2271. R = false
  2272. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  2273. end
  2274. end
  2275. end
  2276. end
  2277. end
  2278. end
  2279. end
  2280. end
  2281. end
  2282. end
  2283. end
  2284. end
  2285. end
  2286. end
  2287. end
  2288. end
  2289. end)
  2290.  
  2291. -----[ Shops ]-----
  2292.  
  2293. magnetShop.MouseButton1Click:Connect(function()
  2294. Plyr.PlayerGui.Shop.Open.Value = true
  2295. end)
  2296.  
  2297. backpackShop.MouseButton1Click:Connect(function()
  2298. Plyr.PlayerGui.BackpackShop.Open.Value = true
  2299. end)
  2300.  
  2301. rebirthShop.MouseButton1Click:Connect(function()
  2302. Plyr.PlayerGui.RebirthShop.Open.Value = true
  2303. end)
  2304.  
  2305. -----[ AutomaticCoinCollecting ]-----
  2306.  
  2307. Farm.MouseButton1Down:connect(function()
  2308. if F == true then
  2309. F = false
  2310. Farm.TextColor3 = Color3.new(1, 0, 0)
  2311. else if F == false then
  2312. F = true
  2313. Farm.TextColor3 = Color3.new(0, 0.666667, 0)
  2314. Tool = "Acid Pulse Dual Long Power Magnets"
  2315. while Render:wait() and F == true do
  2316. for i = 1,5 do
  2317. Event:FireServer("1520000000", Replicated.Tools[Tool])
  2318. end
  2319. end
  2320. end
  2321. end
  2322. end)
  2323.  
  2324. -----[ AutomaticSellCoins ]-----
  2325.  
  2326. Sell.MouseButton1Click:Connect(function()
  2327. if S == true then
  2328. S = false
  2329. Sell.TextColor3 = Color3.new(1, 0, 0)
  2330. else if S == false then
  2331. S = true
  2332. Sell.TextColor3 = Color3.new(0, 0.666667, 0)
  2333. while Render:wait() and S == true do
  2334. workspace.Rings.Sellx2.CanCollide = false
  2335. workspace.Rings.Sellx2.Transparency = 1
  2336. workspace.Rings.Sellx2.CFrame = Char.CFrame + Vector3.new(0,math.random(-1,1),0)
  2337. wait(0.1)
  2338. end
  2339. end
  2340. end
  2341. end)
  2342.  
  2343. -----[ Pages ]-----
  2344.  
  2345. nextPg.MouseButton1Click:Connect(function()
  2346. if eggsListlabel.Text == "Page 1" then
  2347. Eggs1.Visible = false
  2348. Eggs3.Visible = false
  2349. Eggs2.Visible = true
  2350. previousPg.Visible = true
  2351. nextPg.Visible = true
  2352. eggsListlabel.Text = "Page 2"
  2353. else if eggsListlabel.Text == "Page 2" then
  2354. Eggs1.Visible = false
  2355. Eggs2.Visible = false
  2356. Eggs3.Visible = true
  2357. previousPg.Visible = true
  2358. nextPg.Visible = true
  2359. eggsListlabel.Text = "Page 3"
  2360. else if eggsListlabel.Text == "Page 3" then
  2361. Eggs1.Visible = true
  2362. Eggs2.Visible = false
  2363. Eggs3.Visible = false
  2364. previousPg.Visible = true
  2365. nextPg.Visible = true
  2366. eggsListlabel.Text = "Page 1"
  2367. end
  2368. end
  2369. end
  2370. end)
  2371.  
  2372. previousPg.MouseButton1Click:Connect(function()
  2373. if eggsListlabel.Text == "Page 3" then
  2374. Eggs1.Visible = false
  2375. Eggs2.Visible = true
  2376. Eggs3.Visible = false
  2377. previousPg.Visible = true
  2378. nextPg.Visible = true
  2379. eggsListlabel.Text = "Page 2"
  2380. else if eggsListlabel.Text == "Page 2" then
  2381. Eggs1.Visible = true
  2382. Eggs2.Visible = false
  2383. Eggs3.Visible = false
  2384. previousPg.Visible = true
  2385. nextPg.Visible = true
  2386. eggsListlabel.Text = "Page 1"
  2387. else if eggsListlabel.Text == "Page 1" then
  2388. Eggs1.Visible = false
  2389. Eggs2.Visible = false
  2390. Eggs3.Visible = true
  2391. previousPg.Visible = true
  2392. nextPg.Visible = true
  2393. eggsListlabel.Text = "Page 3"
  2394. end
  2395. end
  2396. end
  2397. end)
  2398.  
  2399. NextPg.MouseButton1Click:Connect(function()
  2400. if craftListlabel.Text == "Page 1" then
  2401. Craft1.Visible = false
  2402. Craft3.Visible = false
  2403. Craft2.Visible = true
  2404. craftListlabel.Text = "Page 2"
  2405. else if craftListlabel.Text == "Page 2" then
  2406. Craft1.Visible = false
  2407. Craft2.Visible = false
  2408. Craft3.Visible = true
  2409. craftListlabel.Text = "Page 3"
  2410. else if craftListlabel.Text == "Page 3" then
  2411. Craft1.Visible = true
  2412. Craft2.Visible = false
  2413. Craft3.Visible = false
  2414. craftListlabel.Text = "Page 1"
  2415. end
  2416. end
  2417. end
  2418. end)
  2419.  
  2420. PreviousPg.MouseButton1Click:Connect(function()
  2421. if craftListlabel.Text == "Page 3" then
  2422. Craft1.Visible = false
  2423. Craft2.Visible = true
  2424. Craft3.Visible = false
  2425. craftListlabel.Text = "Page 2"
  2426. else if craftListlabel.Text == "Page 2" then
  2427. Craft1.Visible = true
  2428. Craft2.Visible = false
  2429. Craft3.Visible = false
  2430. craftListlabel.Text = "Page 1"
  2431. else if craftListlabel.Text == "Page 1" then
  2432. Craft1.Visible = false
  2433. Craft2.Visible = false
  2434. Craft3.Visible = true
  2435. craftListlabel.Text = "Page 3"
  2436. end
  2437. end
  2438. end
  2439. end)
  2440.  
  2441. -----[ EggBuyingSelecting ]-----
  2442.  
  2443. local elist = {
  2444. [CommonEgg] = "Common Egg";
  2445. [RareEgg] = "Rare Egg";
  2446. [EpicEgg] = "Epic Egg";
  2447. [MemeEgg] = "Meme Egg";
  2448. [CataclysmicEgg] = "Cataclysmic Egg";
  2449. [DominusEgg] = "Dominus Egg";
  2450. [OverseerEgg] = "Overseer Egg";
  2451. [TycoonistEgg] = "Tycoonist Egg";
  2452. [DragonEgg] = "Dragon Egg";
  2453. [NinjaEgg] = "Ninja Egg";
  2454. [KnightEgg] = "Knight Egg";
  2455. [UncommonEgg] = "Uncommon Egg";
  2456. [LegendaryEgg] = "Legendary Egg";
  2457. [MythicalEgg] = "Mythical Egg";
  2458. [PsychadelicEgg] = "Psychadelic Egg";
  2459. [SuperEgg] = "Super Egg";
  2460. [DemonicEgg] = "Demonic Egg";
  2461. [MagmaEgg] = "Magma Egg";
  2462. [RobotEgg] = "Robot Egg";
  2463. [AquaticEgg] = "Aquatic Egg";
  2464. [KorbloxEgg] = "Korblox Egg";
  2465. [MysticalEgg] = "Mystical Egg";
  2466. [SkeletonEgg] = "Skeleton Egg";
  2467. [GhostEgg] = "Ghost Egg";
  2468. [EyeEgg] = "Eye Egg";
  2469. [SinisterEgg] = "Sinister Egg";
  2470. [InfernalEgg] = "Infernal Egg";
  2471. }
  2472. for button,text in pairs(elist) do
  2473. button.MouseButton1Click:connect(function()
  2474. if eggLists.Visible then
  2475. List = false
  2476. eggSelected.Text = text
  2477. eggLists.Visible = false
  2478. eggList.TextColor3 = Color3.new(1, 1, 1)
  2479. return
  2480. end
  2481. for g,h in pairs(elist) do
  2482. h.Text = h == text
  2483. end
  2484. end)
  2485. end
  2486.  
  2487. -----[ PetCraftingSelecting ]-----
  2488.  
  2489. local elist2 = {
  2490. [CommonEggCraft] = "Common Egg";
  2491. [UncommonEggCraft] = "Uncommon Egg";
  2492. [RareEggCraft] = "Rare Egg";
  2493. [EpicEggCraft] = "Epic Egg";
  2494. [MemeEggCraft] = "Meme Egg";
  2495. [CataclysmicEggCraft] = "Cataclysmic Egg";
  2496. [DominusEggCraft] = "Dominus Egg";
  2497. [OverseerEggCraft] = "Overseer Egg";
  2498. [TycoonistEggCraft] = "Tycoonist Egg";
  2499. [DragonEggCraft] = "Dragon Egg";
  2500. [NinjaEggCraft] = "Ninja Egg";
  2501. [KnightEggCraft] = "Knight Egg";
  2502. [UncommonEggCraft] = "Uncommon Egg";
  2503. [LegendaryEggCraft] = "Legendary Egg";
  2504. [MythicalEggCraft] = "Mythical Egg";
  2505. [PsychadelicEggCraft] = "Psychadelic Egg";
  2506. [SuperEggCraft] = "Super Egg";
  2507. [DemonicEggCraft] = "Demonic Egg";
  2508. [MagmaEggCraft] = "Magma Egg";
  2509. [RobotEggCraft] = "Robot Egg";
  2510. [AquaticEggCraft] = "Aquatic Egg";
  2511. [KorbloxEggCraft] = "Korblox Egg";
  2512. [MysticalEggCraft] = "Mystical Egg";
  2513. [SkeletonEggCraft] = "Skeleton Egg";
  2514. [GhostEggCraft] = "Ghost Egg";
  2515. [EyeEggCraft] = "Eye Egg";
  2516. [SinisterEggCraft] = "Sinister Egg";
  2517. [InfernalEggCraft] = "Infernal Egg";
  2518. }
  2519. for button1,text1 in pairs(elist2) do
  2520. button1.MouseButton1Click:connect(function()
  2521. if craftLists.Visible then
  2522. List2 = false
  2523. craftSelected.Text = text1
  2524. craftLists.Visible = false
  2525. craftList.TextColor3 = Color3.new(1, 1, 1)
  2526. return
  2527. end
  2528. for k,v in pairs(elist2) do
  2529. v.Text = v == text1
  2530. end
  2531. end)
  2532. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement