Advertisement
Sakkzz

MagSim

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