DontDoItIDareU

boi magnet

Jan 22nd, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.02 KB | None | 0 0
  1. -- Check GUI Already Open --
  2. for _, a in pairs(game.CoreGui:children'') do if a.Name == "ScreenGui" then a:Destroy'' end end
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local plr = game:GetService("Players").LocalPlayer
  6. local screengui = plr.PlayerGui.GameHUD
  7. local Frame = Instance.new("Frame")
  8. local Top = Instance.new("TextLabel")
  9. local OpenHatsFrame = Instance.new("ScrollingFrame")
  10. local CommonChest = Instance.new("TextButton")
  11. local DominusChest = Instance.new("TextButton")
  12. local RareChest = Instance.new("TextButton")
  13. local SparklyChest = Instance.new("TextButton")
  14. local UncommonChest = Instance.new("TextButton")
  15. local SuperRichChest = Instance.new("TextButton")
  16. local LegendaryChest = Instance.new("TextButton")
  17. local UIListLayout = Instance.new("UIListLayout")
  18. local RichChest = Instance.new("TextButton")
  19. local RebirthsFrame = Instance.new("ScrollingFrame")
  20. local _1RebirthAtATime = Instance.new("TextButton")
  21. local _5RebirthAtATime = Instance.new("TextButton")
  22. local _25RebirthAtATime = Instance.new("TextButton")
  23. local _50RebirthAtATime = Instance.new("TextButton")
  24. local _100RebirthAtATime = Instance.new("TextButton")
  25. local CreditsTab = Instance.new("TextButton")
  26. local EggsTab = Instance.new("TextButton")
  27. local FarmingTab = Instance.new("TextButton")
  28. local HatsTab = Instance.new("TextButton")
  29. local ShopsTab = Instance.new("TextButton")
  30. local RebirthsTab = Instance.new("TextButton")
  31. local SellingTabs = Instance.new("TextButton")
  32. local AfkTab = Instance.new("TextButton")
  33. local AFKFrame = Instance.new("ScrollingFrame")
  34. local AfkRemoveAnimations = Instance.new("TextButton")
  35. local AfkAntiAfk = Instance.new("TextButton")
  36. local AfkSell = Instance.new("TextButton")
  37. local AfkRebirths = Instance.new("TextButton")
  38. local AfkFarmCoins = Instance.new("TextButton")
  39. local ShopsFrame = Instance.new("ScrollingFrame")
  40. local Magnet = Instance.new("TextButton")
  41. local Chickens = Instance.new("TextButton")
  42. local Backpack = Instance.new("TextButton")
  43. local RebirthItems = Instance.new("TextButton")
  44. local HatChest = Instance.new("TextButton")
  45. local CreditsFrame = Instance.new("ScrollingFrame")
  46. local Credits = Instance.new("TextButton")
  47. local SellingFrame = Instance.new("ScrollingFrame")
  48. local TPToOriginalSellSingle = Instance.new("TextButton")
  49. local BringRingSingle = Instance.new("TextButton")
  50. local TpToRing2Single = Instance.new("TextButton")
  51. local TpToRing2Loop = Instance.new("TextButton")
  52. local TpToOriginalSellLoop = Instance.new("TextButton")
  53. local BringRingLoop = Instance.new("TextButton")
  54. local FarmingFrame = Instance.new("ScrollingFrame")
  55. local FarmingFarnCoins = Instance.new("TextButton")
  56. local DeleteStuffFrame = Instance.new("ScrollingFrame")
  57. local DeleteHat = Instance.new("TextButton")
  58. local UIListLayout_2 = Instance.new("UIListLayout")
  59. local MakeAllShiny = Instance.new("TextButton")
  60. local DeleteShinyTab = Instance.new("TextButton")
  61. local OpenEggsFrame = Instance.new("ScrollingFrame")
  62. local CommonEgg = Instance.new("TextButton")
  63. local UncommonEgg = Instance.new("TextButton")
  64. local RareEgg = Instance.new("TextButton")
  65. local EpicEgg = Instance.new("TextButton")
  66. local MythicalEgg = Instance.new("TextButton")
  67. local CatacylsmicEgg = Instance.new("TextButton")
  68. local PsychadelicEgg = Instance.new("TextButton")
  69. local MemeEgg = Instance.new("TextButton")
  70. local SuperEgg = Instance.new("TextButton")
  71. local EpicSuperEgg = Instance.new("TextButton")
  72. local LegendaryEgg = Instance.new("TextButton")
  73. local UIListLayout_3 = Instance.new("UIListLayout")
  74.  
  75. Common = false
  76. Uncommon = false
  77. Rare = false
  78. Legendary = false
  79. Epic = false
  80. Mythical = false
  81. Catacylsmic = false
  82. Psychadelic = false
  83. Meme = false
  84. Super = false
  85. EpicSuper = false
  86. afksell = false
  87.  
  88.  
  89. Commonchest = false
  90. Dominuschest = false
  91. Rarechest = false
  92. Sparklychest = false
  93. Uncommonchest = false
  94. SuperRichchest = false
  95. Legendarychest = false
  96. Richchest = false
  97.  
  98. DeletePets = false
  99.  
  100. _G.SHINYYY = false
  101. --Properties:
  102. ScreenGui.Parent = game.CoreGui
  103.  
  104. Frame.Parent = ScreenGui
  105. Frame.BackgroundColor3 = Color3.new(0.588235, 0.588235, 0.588235)
  106. Frame.BackgroundTransparency = 0.40000000596046
  107. Frame.BorderColor3 = Color3.new(1, 1, 1)
  108. Frame.ClipsDescendants = true
  109. Frame.Position = UDim2.new(0.0196857657, 0, 0.202702701, 0)
  110. Frame.Size = UDim2.new(0, 385, 0, 400)
  111. Frame.Draggable = true
  112. Frame.Active = true
  113.  
  114. Top.Name = "Top"
  115. Top.Parent = Frame
  116. Top.BackgroundColor3 = Color3.new(0.588235, 0.588235, 0.588235)
  117. Top.BackgroundTransparency = 1
  118. Top.Position = UDim2.new(0.169988468, 0, 0.0340303555, 0)
  119. Top.Size = UDim2.new(0, 253, 0, 25)
  120. Top.Font = Enum.Font.SourceSans
  121. Top.Text = "Magnet Simulator Useless Gui"
  122. Top.TextColor3 = Color3.new(1, 1, 1)
  123. Top.TextSize = 18
  124. Top.TextStrokeColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  125.  
  126. OpenHatsFrame.Name = "OpenHatsFrame"
  127. OpenHatsFrame.Parent = Frame
  128. OpenHatsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  129. OpenHatsFrame.BackgroundTransparency = 1
  130. OpenHatsFrame.Position = UDim2.new(-0.0034365172, 0, 0.117363729, 0)
  131. OpenHatsFrame.Size = UDim2.new(0, 257, 0, 353)
  132. OpenHatsFrame.Visible = false
  133.  
  134. CommonChest.Name = "Common Chest"
  135. CommonChest.Parent = OpenHatsFrame
  136. CommonChest.BackgroundColor3 = Color3.new(0.858824, 0.184314, 0.196078)
  137. CommonChest.Position = UDim2.new(0.167008057, 0, 0.189287469, 0)
  138. CommonChest.Size = UDim2.new(0, 233, 0, 34)
  139. CommonChest.AutoButtonColor = false
  140. CommonChest.Font = Enum.Font.Cartoon
  141. CommonChest.Text = "Common Chest"
  142. CommonChest.TextColor3 = Color3.new(1, 1, 1)
  143. CommonChest.TextSize = 18
  144. CommonChest.TextStrokeTransparency = 0
  145. CommonChest.TextWrapped = true
  146. CommonChest.MouseButton1Click:connect(function()
  147. if Commonchest == true then Commonchest = false print("Disabled")
  148. CommonChest.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  149. elseif
  150. Commonchest == false then Commonchest = true print("Enabled")
  151. CommonChest.BackgroundColor3 = Color3.new(0, .5, 0)
  152. end
  153. openCommonchest()
  154. end)
  155.  
  156. DominusChest.Name = "Dominus Chest"
  157. DominusChest.Parent = OpenHatsFrame
  158. DominusChest.BackgroundColor3 = Color3.new(0.858824, 0.184314, 0.196078)
  159. DominusChest.Position = UDim2.new(0.167008057, 0, 0.189287469, 0)
  160. DominusChest.Size = UDim2.new(0, 233, 0, 34)
  161. DominusChest.AutoButtonColor = false
  162. DominusChest.Font = Enum.Font.Cartoon
  163. DominusChest.Text = "Dominus Chest"
  164. DominusChest.TextColor3 = Color3.new(1, 1, 1)
  165. DominusChest.TextSize = 18
  166. DominusChest.TextStrokeTransparency = 0
  167. DominusChest.TextWrapped = true
  168. DominusChest.MouseButton1Click:connect(function()
  169. if Dominuschest == true then Dominuschest = false print("Disabled")
  170. DominusChest.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  171. elseif
  172. Dominuschest == false then Dominuschest = true print("Enabled")
  173. DominusChest.BackgroundColor3 = Color3.new(0, .5, 0)
  174. end
  175. openDominuschest()
  176. end)
  177.  
  178. RareChest.Name = "Rare Chest"
  179. RareChest.Parent = OpenHatsFrame
  180. RareChest.BackgroundColor3 = Color3.new(0.858824, 0.184314, 0.196078)
  181. RareChest.Position = UDim2.new(0.167008057, 0, 0.18558377, 0)
  182. RareChest.Size = UDim2.new(0, 233, 0, 34)
  183. RareChest.AutoButtonColor = false
  184. RareChest.Font = Enum.Font.Cartoon
  185. RareChest.Text = "Rare Chest"
  186. RareChest.TextColor3 = Color3.new(1, 1, 1)
  187. RareChest.TextSize = 18
  188. RareChest.TextStrokeTransparency = 0
  189. RareChest.TextWrapped = true
  190. RareChest.MouseButton1Click:connect(function()
  191. if Rarechest == true then Rarechest = false print("Disabled")
  192. RareChest.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  193. elseif
  194. Rarechest == false then Rarechest = true print("Enabled")
  195. RareChest.BackgroundColor3 = Color3.new(0, .5, 0)
  196. end
  197. openRarechest()
  198. end)
  199.  
  200. SparklyChest.Name = "Sparkly Chest"
  201. SparklyChest.Parent = OpenHatsFrame
  202. SparklyChest.BackgroundColor3 = Color3.new(0.858824, 0.184314, 0.196078)
  203. SparklyChest.Position = UDim2.new(0.28129378, 0, -0.801662743, 0)
  204. SparklyChest.Size = UDim2.new(0, 233, 0, 34)
  205. SparklyChest.AutoButtonColor = false
  206. SparklyChest.Font = Enum.Font.Cartoon
  207. SparklyChest.Text = "Sparkly Chest"
  208. SparklyChest.TextColor3 = Color3.new(1, 1, 1)
  209. SparklyChest.TextSize = 18
  210. SparklyChest.TextStrokeTransparency = 0
  211. SparklyChest.TextWrapped = true
  212. SparklyChest.MouseButton1Click:connect(function()
  213. if Sparklychest == true then Sparklychest = false print("Disabled")
  214. SparklyChest.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  215. elseif
  216. Sparklychest == false then Sparklychest = true print("Enabled")
  217. SparklyChest.BackgroundColor3 = Color3.new(0, .5, 0)
  218. end
  219. openSparklychest()
  220. end)
  221.  
  222. UncommonChest.Name = "Uncommon Chest"
  223. UncommonChest.Parent = OpenHatsFrame
  224. UncommonChest.BackgroundColor3 = Color3.new(0.858824, 0.184314, 0.196078)
  225. UncommonChest.Position = UDim2.new(0.28129378, 0, -0.801662743, 0)
  226. UncommonChest.Size = UDim2.new(0, 233, 0, 34)
  227. UncommonChest.AutoButtonColor = false
  228. UncommonChest.Font = Enum.Font.Cartoon
  229. UncommonChest.Text = "Uncommon Chest"
  230. UncommonChest.TextColor3 = Color3.new(1, 1, 1)
  231. UncommonChest.TextSize = 18
  232. UncommonChest.TextStrokeTransparency = 0
  233. UncommonChest.TextWrapped = true
  234. UncommonChest.MouseButton1Click:connect(function()
  235. if Uncommonchest == true then commonchest = false print("Disabled")
  236. UncommonChest.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  237. elseif
  238. commonchest == false then commonchest = true print("Enabled")
  239. UncommonChest.BackgroundColor3 = Color3.new(0, .5, 0)
  240. end
  241. openUncommonchest()
  242. end)
  243.  
  244. SuperRichChest.Name = "Super Rich Chest"
  245. SuperRichChest.Parent = OpenHatsFrame
  246. SuperRichChest.BackgroundColor3 = Color3.new(0.858824, 0.184314, 0.196078)
  247. SuperRichChest.Position = UDim2.new(0.28129378, 0, -0.801662743, 0)
  248. SuperRichChest.Size = UDim2.new(0, 233, 0, 34)
  249. SuperRichChest.AutoButtonColor = false
  250. SuperRichChest.Font = Enum.Font.Cartoon
  251. SuperRichChest.Text = "Suepr Rich Chest"
  252. SuperRichChest.TextColor3 = Color3.new(1, 1, 1)
  253. SuperRichChest.TextSize = 18
  254. SuperRichChest.TextStrokeTransparency = 0
  255. SuperRichChest.TextWrapped = true
  256. SuperRichChest.MouseButton1Click:connect(function()
  257. if SuperRichchest == true then SuperRichchest = false print("Disabled")
  258. SuperRichChest.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  259. elseif
  260. SuperRichchest == false then SuperRichchest = true print("Enabled")
  261. SuperRichChest.BackgroundColor3 = Color3.new(0, .5, 0)
  262. end
  263. openSuperRichchest()
  264. end)
  265.  
  266. LegendaryChest.Name = "Legendary Chest"
  267. LegendaryChest.Parent = OpenHatsFrame
  268. LegendaryChest.BackgroundColor3 = Color3.new(0.858824, 0.184314, 0.196078)
  269. LegendaryChest.Position = UDim2.new(0.164150909, 0, 0.0744726509, 0)
  270. LegendaryChest.Size = UDim2.new(0, 233, 0, 34)
  271. LegendaryChest.AutoButtonColor = false
  272. LegendaryChest.Font = Enum.Font.Cartoon
  273. LegendaryChest.Text = "Legendary Chest"
  274. LegendaryChest.TextColor3 = Color3.new(1, 1, 1)
  275. LegendaryChest.TextSize = 18
  276. LegendaryChest.TextStrokeTransparency = 0
  277. LegendaryChest.TextWrapped = true
  278. LegendaryChest.MouseButton1Click:connect(function()
  279. if Legendarychest == true then Legendarychest = false print("Disabled")
  280. LegendaryChest.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  281. elseif
  282. Legendarychest == false then Legendarychest = true print("Enabled")
  283. LegendaryChest.BackgroundColor3 = Color3.new(0, .5, 0)
  284. end
  285. openLegendarychest()
  286. end)
  287.  
  288. UIListLayout.Parent = OpenHatsFrame
  289. UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  290. UIListLayout.Padding = UDim.new(0, 8)
  291.  
  292. RichChest.Name = "Rich Chest"
  293. RichChest.Parent = OpenHatsFrame
  294. RichChest.BackgroundColor3 = Color3.new(0.858824, 0.184314, 0.196078)
  295. RichChest.Position = UDim2.new(0.28129378, 0, -0.801662743, 0)
  296. RichChest.Size = UDim2.new(0, 233, 0, 34)
  297. RichChest.AutoButtonColor = false
  298. RichChest.Font = Enum.Font.Cartoon
  299. RichChest.Text = "Rich Chest"
  300. RichChest.TextColor3 = Color3.new(1, 1, 1)
  301. RichChest.TextSize = 18
  302. RichChest.TextStrokeTransparency = 0
  303. RichChest.TextWrapped = true
  304. RichChest.MouseButton1Click:connect(function()
  305. if Richchest == true then Richchest = false print("Disabled")
  306. RichChest.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  307. elseif
  308. Richchest == false then Richchest = true print("Enabled")
  309. RichChest.BackgroundColor3 = Color3.new(0, .5, 0)
  310. end
  311. openRichchest()
  312. end)
  313.  
  314. RebirthsFrame.Name = "RebirthsFrame"
  315. RebirthsFrame.Parent = Frame
  316. RebirthsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  317. RebirthsFrame.BackgroundTransparency = 1
  318. RebirthsFrame.BorderSizePixel = 0
  319. RebirthsFrame.Position = UDim2.new(-0.0034365172, 0, 0.117363729, 0)
  320. RebirthsFrame.Size = UDim2.new(0, 257, 0, 353)
  321. RebirthsFrame.Visible = false
  322.  
  323. _1RebirthAtATime.Name = "1 Rebirth At A Time"
  324. _1RebirthAtATime.Parent = RebirthsFrame
  325. _1RebirthAtATime.BackgroundColor3 = Color3.new(1, 0.635294, 0)
  326. _1RebirthAtATime.Position = UDim2.new(0.0430000015, 0, 0.0678571463, 0)
  327. _1RebirthAtATime.Size = UDim2.new(0, 233, 0, 34)
  328. _1RebirthAtATime.AutoButtonColor = false
  329. _1RebirthAtATime.Font = Enum.Font.Cartoon
  330. _1RebirthAtATime.Text = "1 Rebirth At A Time"
  331. _1RebirthAtATime.TextColor3 = Color3.new(1, 1, 1)
  332. _1RebirthAtATime.TextSize = 18
  333. _1RebirthAtATime.TextStrokeTransparency = 0
  334. _1RebirthAtATime.TextWrapped = true
  335. _1RebirthAtATime.MouseButton1Click:connect(function()
  336. while true do
  337. wait()
  338. game:GetService("ReplicatedStorage").RebirthEvents.requestRebirth:FireServer()
  339. end
  340. end)
  341.  
  342.  
  343. _5RebirthAtATime.Name = "5 Rebirth At A Time"
  344. _5RebirthAtATime.Parent = RebirthsFrame
  345. _5RebirthAtATime.BackgroundColor3 = Color3.new(0, 0.858824, 0.760784)
  346. _5RebirthAtATime.Position = UDim2.new(0.0430000015, 0, 0.127857149, 0)
  347. _5RebirthAtATime.Size = UDim2.new(0, 233, 0, 34)
  348. _5RebirthAtATime.AutoButtonColor = false
  349. _5RebirthAtATime.Font = Enum.Font.Cartoon
  350. _5RebirthAtATime.Text = "5 Rebirth At A Time"
  351. _5RebirthAtATime.TextColor3 = Color3.new(1, 1, 1)
  352. _5RebirthAtATime.TextSize = 18
  353. _5RebirthAtATime.TextStrokeTransparency = 0
  354. _5RebirthAtATime.TextWrapped = true
  355. _5RebirthAtATime.MouseButton1Click:connect(function()
  356. while true do
  357. wait()
  358. game:GetService("ReplicatedStorage").RebirthEvents.requestRebirthBoard:FireServer("2_5Rebirths")
  359. end
  360. end)
  361.  
  362. _25RebirthAtATime.Name = "25 Rebirth At A Time"
  363. _25RebirthAtATime.Parent = RebirthsFrame
  364. _25RebirthAtATime.BackgroundColor3 = Color3.new(1, 0.109804, 0.658824)
  365. _25RebirthAtATime.Position = UDim2.new(0.0430000015, 0, 0.187857151, 0)
  366. _25RebirthAtATime.Size = UDim2.new(0, 233, 0, 34)
  367. _25RebirthAtATime.AutoButtonColor = false
  368. _25RebirthAtATime.Font = Enum.Font.Cartoon
  369. _25RebirthAtATime.Text = "25 Rebirth At A Time"
  370. _25RebirthAtATime.TextColor3 = Color3.new(1, 1, 1)
  371. _25RebirthAtATime.TextSize = 18
  372. _25RebirthAtATime.TextStrokeTransparency = 0
  373. _25RebirthAtATime.TextWrapped = true
  374. _25RebirthAtATime.MouseButton1Click:connect(function()
  375. while true do
  376. wait()
  377. game:GetService("ReplicatedStorage").RebirthEvents.requestRebirthBoard:FireServer("3_25Rebirths")
  378. end
  379. end)
  380.  
  381. _50RebirthAtATime.Name = "50 Rebirth At A Time"
  382. _50RebirthAtATime.Parent = RebirthsFrame
  383. _50RebirthAtATime.BackgroundColor3 = Color3.new(0.831373, 0, 0.858824)
  384. _50RebirthAtATime.Position = UDim2.new(0.0430000015, 0, 0.247857153, 0)
  385. _50RebirthAtATime.Size = UDim2.new(0, 233, 0, 34)
  386. _50RebirthAtATime.AutoButtonColor = false
  387. _50RebirthAtATime.Font = Enum.Font.Cartoon
  388. _50RebirthAtATime.Text = "50 Rebirth At A Time"
  389. _50RebirthAtATime.TextColor3 = Color3.new(1, 1, 1)
  390. _50RebirthAtATime.TextSize = 18
  391. _50RebirthAtATime.TextStrokeTransparency = 0
  392. _50RebirthAtATime.TextWrapped = true
  393. _50RebirthAtATime.MouseButton1Click:connect(function()
  394. while true do
  395. wait()
  396. game:GetService("ReplicatedStorage").RebirthEvents.requestRebirthBoard:FireServer("4_50Rebirths")
  397. end
  398. end)
  399.  
  400. _100RebirthAtATime.Name = "100 Rebirth At A Time"
  401. _100RebirthAtATime.Parent = RebirthsFrame
  402. _100RebirthAtATime.BackgroundColor3 = Color3.new(0, 0.184314, 0.858824)
  403. _100RebirthAtATime.Position = UDim2.new(0.0430000015, 0, 0.307857126, 0)
  404. _100RebirthAtATime.Size = UDim2.new(0, 233, 0, 34)
  405. _100RebirthAtATime.AutoButtonColor = false
  406. _100RebirthAtATime.Font = Enum.Font.Cartoon
  407. _100RebirthAtATime.Text = "100 Rebirth At A Time"
  408. _100RebirthAtATime.TextColor3 = Color3.new(1, 1, 1)
  409. _100RebirthAtATime.TextSize = 18
  410. _100RebirthAtATime.TextStrokeTransparency = 0
  411. _100RebirthAtATime.TextWrapped = true
  412. _100RebirthAtATime.MouseButton1Click:connect(function()
  413. while true do
  414. wait()
  415. game:GetService("ReplicatedStorage").RebirthEvents.requestRebirthBoard:FireServer("5_100Rebirths")
  416. end
  417. end)
  418.  
  419. CreditsTab.Name = "CreditsTab"
  420. CreditsTab.Parent = Frame
  421. CreditsTab.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  422. CreditsTab.Position = UDim2.new(0.675000012, 0, 0.899999976, 0)
  423. CreditsTab.Size = UDim2.new(0, 125, 0, 30)
  424. CreditsTab.AutoButtonColor = false
  425. CreditsTab.Font = Enum.Font.Cartoon
  426. CreditsTab.Text = "Credits"
  427. CreditsTab.TextColor3 = Color3.new(1, 1, 1)
  428. CreditsTab.TextSize = 18
  429. CreditsTab.TextStrokeTransparency = 0
  430. CreditsTab.TextWrapped = true
  431. CreditsTab.MouseButton1Click:connect(function()
  432. Frame.OpenHatsFrame.Visible = false
  433. Frame.RebirthsFrame.Visible = false
  434. Frame.AFKFrame.Visible = false
  435. Frame.ShopsFrame.Visible = false
  436. Frame.CreditsFrame.Visible = true
  437. Frame.SellingFrame.Visible = false
  438. Frame.FarmingFrame.Visible = false
  439. Frame.DeleteStuffFrame.Visible = false
  440. Frame.OpenEggsFrame.Visible = false
  441. end)
  442.  
  443. EggsTab.Name = "EggsTab"
  444. EggsTab.Parent = Frame
  445. EggsTab.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  446. EggsTab.Position = UDim2.new(0.675000012, 0, 0.600000024, 0)
  447. EggsTab.Size = UDim2.new(0, 125, 0, 30)
  448. EggsTab.AutoButtonColor = false
  449. EggsTab.Font = Enum.Font.Cartoon
  450. EggsTab.Text = "Eggs"
  451. EggsTab.TextColor3 = Color3.new(1, 1, 1)
  452. EggsTab.TextSize = 18
  453. EggsTab.TextStrokeTransparency = 0
  454. EggsTab.TextWrapped = true
  455. EggsTab.MouseButton1Click:connect(function()
  456. Frame.OpenHatsFrame.Visible = false
  457. Frame.RebirthsFrame.Visible = false
  458. Frame.AFKFrame.Visible = false
  459. Frame.ShopsFrame.Visible = false
  460. Frame.CreditsFrame.Visible = false
  461. Frame.SellingFrame.Visible = false
  462. Frame.FarmingFrame.Visible = false
  463. Frame.DeleteStuffFrame.Visible = false
  464. Frame.OpenEggsFrame.Visible = true
  465. end)
  466.  
  467. FarmingTab.Name = "FarmingTab"
  468. FarmingTab.Parent = Frame
  469. FarmingTab.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  470. FarmingTab.Position = UDim2.new(0.675000012, 0, 0.400000006, 0)
  471. FarmingTab.Size = UDim2.new(0, 125, 0, 30)
  472. FarmingTab.AutoButtonColor = false
  473. FarmingTab.Font = Enum.Font.Cartoon
  474. FarmingTab.Text = "Farming"
  475. FarmingTab.TextColor3 = Color3.new(1, 1, 1)
  476. FarmingTab.TextSize = 18
  477. FarmingTab.TextStrokeTransparency = 0
  478. FarmingTab.TextWrapped = true
  479. FarmingTab.MouseButton1Click:connect(function()
  480. Frame.OpenHatsFrame.Visible = false
  481. Frame.RebirthsFrame.Visible = false
  482. Frame.AFKFrame.Visible = false
  483. Frame.ShopsFrame.Visible = false
  484. Frame.CreditsFrame.Visible = false
  485. Frame.SellingFrame.Visible = false
  486. Frame.FarmingFrame.Visible = true
  487. Frame.DeleteStuffFrame.Visible = false
  488. Frame.OpenEggsFrame.Visible = false
  489. end)
  490.  
  491. HatsTab.Name = "HatsTab"
  492. HatsTab.Parent = Frame
  493. HatsTab.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  494. HatsTab.Position = UDim2.new(0.675000012, 0, 0.700000048, 0)
  495. HatsTab.Size = UDim2.new(0, 125, 0, 30)
  496. HatsTab.AutoButtonColor = false
  497. HatsTab.Font = Enum.Font.Cartoon
  498. HatsTab.Text = "Hat's"
  499. HatsTab.TextColor3 = Color3.new(1, 1, 1)
  500. HatsTab.TextSize = 18
  501. HatsTab.TextStrokeTransparency = 0
  502. HatsTab.TextWrapped = true
  503. HatsTab.MouseButton1Click:connect(function()
  504. Frame.OpenHatsFrame.Visible = true
  505. Frame.RebirthsFrame.Visible = false
  506. Frame.AFKFrame.Visible = false
  507. Frame.ShopsFrame.Visible = false
  508. Frame.CreditsFrame.Visible = false
  509. Frame.SellingFrame.Visible = false
  510. Frame.FarmingFrame.Visible = false
  511. Frame.DeleteStuffFrame.Visible = false
  512. Frame.OpenEggsFrame.Visible = false
  513. end)
  514.  
  515. ShopsTab.Name = "ShopsTab"
  516. ShopsTab.Parent = Frame
  517. ShopsTab.BackgroundColor3 = Color3.new(1, 1, 0)
  518. ShopsTab.Position = UDim2.new(0.675000012, 0, 0.5, 0)
  519. ShopsTab.Size = UDim2.new(0, 125, 0, 30)
  520. ShopsTab.AutoButtonColor = false
  521. ShopsTab.Font = Enum.Font.Cartoon
  522. ShopsTab.Text = "Open Shop's"
  523. ShopsTab.TextColor3 = Color3.new(1, 1, 1)
  524. ShopsTab.TextSize = 18
  525. ShopsTab.TextStrokeTransparency = 0
  526. ShopsTab.TextWrapped = true
  527. ShopsTab.MouseButton1Click:connect(function()
  528. Frame.OpenHatsFrame.Visible = false
  529. Frame.RebirthsFrame.Visible = false
  530. Frame.AFKFrame.Visible = false
  531. Frame.ShopsFrame.Visible = true
  532. Frame.CreditsFrame.Visible = false
  533. Frame.SellingFrame.Visible = false
  534. Frame.FarmingFrame.Visible = false
  535. Frame.DeleteStuffFrame.Visible = false
  536. Frame.OpenEggsFrame.Visible = false
  537. end)
  538.  
  539. RebirthsTab.Name = "RebirthsTab"
  540. RebirthsTab.Parent = Frame
  541. RebirthsTab.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  542. RebirthsTab.Position = UDim2.new(0.675000012, 0, 0.200000003, 0)
  543. RebirthsTab.Size = UDim2.new(0, 125, 0, 30)
  544. RebirthsTab.AutoButtonColor = false
  545. RebirthsTab.Font = Enum.Font.Cartoon
  546. RebirthsTab.Text = "Rebirths"
  547. RebirthsTab.TextColor3 = Color3.new(1, 1, 1)
  548. RebirthsTab.TextSize = 18
  549. RebirthsTab.TextStrokeTransparency = 0
  550. RebirthsTab.TextWrapped = true
  551. RebirthsTab.MouseButton1Click:connect(function()
  552. Frame.OpenHatsFrame.Visible = false
  553. Frame.RebirthsFrame.Visible = true
  554. Frame.AFKFrame.Visible = false
  555. Frame.ShopsFrame.Visible = false
  556. Frame.CreditsFrame.Visible = false
  557. Frame.SellingFrame.Visible = false
  558. Frame.FarmingFrame.Visible = false
  559. Frame.DeleteStuffFrame.Visible = false
  560. Frame.OpenEggsFrame.Visible = false
  561. end)
  562.  
  563. SellingTabs.Name = "SellingTabs"
  564. SellingTabs.Parent = Frame
  565. SellingTabs.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  566. SellingTabs.Position = UDim2.new(0.675000012, 0, 0.300000012, 0)
  567. SellingTabs.Size = UDim2.new(0, 125, 0, 30)
  568. SellingTabs.AutoButtonColor = false
  569. SellingTabs.Font = Enum.Font.Cartoon
  570. SellingTabs.Text = "Selling"
  571. SellingTabs.TextColor3 = Color3.new(1, 1, 1)
  572. SellingTabs.TextSize = 18
  573. SellingTabs.TextStrokeTransparency = 0
  574. SellingTabs.TextWrapped = true
  575. SellingTabs.MouseButton1Click:connect(function()
  576. Frame.OpenHatsFrame.Visible = false
  577. Frame.RebirthsFrame.Visible = false
  578. Frame.AFKFrame.Visible = false
  579. Frame.ShopsFrame.Visible = false
  580. Frame.CreditsFrame.Visible = false
  581. Frame.SellingFrame.Visible = true
  582. Frame.FarmingFrame.Visible = false
  583. Frame.DeleteStuffFrame.Visible = false
  584. Frame.OpenEggsFrame.Visible = false
  585. end)
  586.  
  587. AfkTab.Name = "AfkTab"
  588. AfkTab.Parent = Frame
  589. AfkTab.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  590. AfkTab.Position = UDim2.new(0.675000012, 0, 0.100000001, 0)
  591. AfkTab.Size = UDim2.new(0, 125, 0, 30)
  592. AfkTab.AutoButtonColor = false
  593. AfkTab.Font = Enum.Font.Cartoon
  594. AfkTab.Text = "Use To Afk"
  595. AfkTab.TextColor3 = Color3.new(1, 1, 1)
  596. AfkTab.TextSize = 18
  597. AfkTab.TextStrokeTransparency = 0
  598. AfkTab.TextWrapped = true
  599. AfkTab.MouseButton1Click:connect(function()
  600. Frame.OpenHatsFrame.Visible = false
  601. Frame.RebirthsFrame.Visible = false
  602. Frame.AFKFrame.Visible = true
  603. Frame.ShopsFrame.Visible = false
  604. Frame.CreditsFrame.Visible = false
  605. Frame.SellingFrame.Visible = false
  606. Frame.FarmingFrame.Visible = false
  607. Frame.DeleteStuffFrame.Visible = false
  608. Frame.OpenEggsFrame.Visible = false
  609. end)
  610.  
  611. AFKFrame.Name = "AFKFrame"
  612. AFKFrame.Parent = Frame
  613. AFKFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  614. AFKFrame.BackgroundTransparency = 1
  615. AFKFrame.BorderSizePixel = 0
  616. AFKFrame.Position = UDim2.new(-0.0034365172, 0, 0.117363729, 0)
  617. AFKFrame.Size = UDim2.new(0, 257, 0, 353)
  618. AFKFrame.CanvasPosition = Vector2.new(0, 13.7212563)
  619.  
  620. AfkRemoveAnimations.Name = "AfkRemoveAnimations"
  621. AfkRemoveAnimations.Parent = AFKFrame
  622. AfkRemoveAnimations.BackgroundColor3 = Color3.new(0.858824, 0, 0.0117647)
  623. AfkRemoveAnimations.Position = UDim2.new(0.0430000015, 0, 0.0678571463, 0)
  624. AfkRemoveAnimations.Size = UDim2.new(0, 233, 0, 34)
  625. AfkRemoveAnimations.AutoButtonColor = false
  626. AfkRemoveAnimations.Font = Enum.Font.Cartoon
  627. AfkRemoveAnimations.Text = "1. Remove Animations"
  628. AfkRemoveAnimations.TextColor3 = Color3.new(1, 1, 1)
  629. AfkRemoveAnimations.TextSize = 18
  630. AfkRemoveAnimations.TextStrokeTransparency = 0
  631. AfkRemoveAnimations.TextWrapped = true
  632. AfkRemoveAnimations.MouseButton1Click:connect(function()
  633. local plr = game:GetService("Players").LocalPlayer
  634. local screengui = plr.PlayerGui.GameHUD
  635. screengui.EggHandler.Disabled = true
  636. screengui.Notifications.Handler.Disabled = true
  637. screengui.FullBackpack.Handler.Disabled = true
  638. screengui.HatHandler.Disabled = true
  639. end)
  640.  
  641. AfkAntiAfk.Name = "AfkAntiAfk"
  642. AfkAntiAfk.Parent = AFKFrame
  643. AfkAntiAfk.BackgroundColor3 = Color3.new(0.858824, 0, 0.858824)
  644. AfkAntiAfk.Position = UDim2.new(0.0430000015, 0, 0.127857149, 0)
  645. AfkAntiAfk.Size = UDim2.new(0, 233, 0, 34)
  646. AfkAntiAfk.AutoButtonColor = false
  647. AfkAntiAfk.Font = Enum.Font.Cartoon
  648. AfkAntiAfk.Text = "2. Anti-Afk"
  649. AfkAntiAfk.TextColor3 = Color3.new(1, 1, 1)
  650. AfkAntiAfk.TextSize = 18
  651. AfkAntiAfk.TextStrokeTransparency = 0
  652. AfkAntiAfk.TextWrapped = true
  653. AfkAntiAfk.MouseButton1Click:Connect(function()
  654. local VirtualUser=game:service'VirtualUser'
  655. game:service'Players'.LocalPlayer.Idled:connect(function()
  656. VirtualUser:CaptureController()
  657. VirtualUser:ClickButton2(Vector2.new())
  658. end)
  659. end)
  660.  
  661. AfkSell.Name = "AfkSell"
  662. AfkSell.Parent = AFKFrame
  663. AfkSell.BackgroundColor3 = Color3.new(0, 0.156863, 0.858824)
  664. AfkSell.Position = UDim2.new(0.0430000015, 0, 0.187857151, 0)
  665. AfkSell.Size = UDim2.new(0, 233, 0, 34)
  666. AfkSell.AutoButtonColor = false
  667. AfkSell.Font = Enum.Font.Cartoon
  668. AfkSell.Text = "3. Fast Sell Coins"
  669. AfkSell.TextColor3 = Color3.new(1, 1, 1)
  670. AfkSell.TextSize = 18
  671. AfkSell.TextStrokeTransparency = 0
  672. AfkSell.TextWrapped = true
  673. AfkSell.MouseButton1Click:connect(function()
  674. _G.on = true
  675. local plr = game.Players.LocalPlayer
  676. local char = plr.Character.HumanoidRootPart
  677. while _G.on do
  678. game.Workspace.Rings.SellDouble.CanCollide = false
  679. game.Workspace.Rings.SellDouble.CFrame = char.CFrame + Vector3.new(0,math.random(-1,1),0)
  680. wait(0.1)
  681. end
  682. end)
  683.  
  684.  
  685. AfkRebirths.Name = "AfkRebirths"
  686. AfkRebirths.Parent = AFKFrame
  687. AfkRebirths.BackgroundColor3 = Color3.new(0, 0.772549, 0.858824)
  688. AfkRebirths.Position = UDim2.new(0.0430000015, 0, 0.247857153, 0)
  689. AfkRebirths.Size = UDim2.new(0, 233, 0, 34)
  690. AfkRebirths.AutoButtonColor = false
  691. AfkRebirths.Font = Enum.Font.Cartoon
  692. AfkRebirths.Text = "4. Rebirths (100 at a time) "
  693. AfkRebirths.TextColor3 = Color3.new(1, 1, 1)
  694. AfkRebirths.TextSize = 18
  695. AfkRebirths.TextStrokeTransparency = 0
  696. AfkRebirths.TextWrapped = true
  697. AfkRebirths.MouseButton1Click:connect(function()
  698. while true do
  699. wait()
  700. game:GetService("ReplicatedStorage").RebirthEvents.requestRebirthBoard:FireServer("5_100Rebirths")
  701. end
  702. end)
  703.  
  704. AfkFarmCoins.Name = "AfkFarmCoins"
  705. AfkFarmCoins.Parent = AFKFrame
  706. AfkFarmCoins.BackgroundColor3 = Color3.new(0, 0.858824, 0.0705882)
  707. AfkFarmCoins.Position = UDim2.new(0.0430000015, 0, 0.307857126, 0)
  708. AfkFarmCoins.Size = UDim2.new(0, 233, 0, 34)
  709. AfkFarmCoins.AutoButtonColor = false
  710. AfkFarmCoins.Font = Enum.Font.Cartoon
  711. AfkFarmCoins.Text = "5. Farm The Coins."
  712. AfkFarmCoins.TextColor3 = Color3.new(1, 1, 1)
  713. AfkFarmCoins.TextSize = 18
  714. AfkFarmCoins.TextStrokeTransparency = 0
  715. AfkFarmCoins.TextWrapped = true
  716. AfkFarmCoins.MouseButton1Click:connect(function()
  717. local r = game:GetService('ReplicatedStorage').Events.MagnetEvents['requestGrab']
  718. local rs = game:GetService('RunService').RenderStepped
  719.  
  720. tool = "Diamond Rebirth Magnet Two"
  721.  
  722. while rs:wait() do
  723. for i = 1,10 do
  724. r:FireServer("72000", game.ReplicatedStorage.Tools[tool])
  725. end
  726. end
  727. end)
  728.  
  729. ShopsFrame.Name = "ShopsFrame"
  730. ShopsFrame.Parent = Frame
  731. ShopsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  732. ShopsFrame.BackgroundTransparency = 1
  733. ShopsFrame.BorderSizePixel = 0
  734. ShopsFrame.Position = UDim2.new(-0.0034365172, 0, 0.117363736, 0)
  735. ShopsFrame.Size = UDim2.new(0, 257, 0, 353)
  736. ShopsFrame.Visible = false
  737.  
  738. Magnet.Name = "Magnet"
  739. Magnet.Parent = ShopsFrame
  740. Magnet.BackgroundColor3 = Color3.new(1, 0, 0)
  741. Magnet.Position = UDim2.new(0.0430000015, 0, 0.0678571463, 0)
  742. Magnet.Size = UDim2.new(0, 233, 0, 34)
  743. Magnet.AutoButtonColor = false
  744. Magnet.Font = Enum.Font.Cartoon
  745. Magnet.Text = "Magnet"
  746. Magnet.TextColor3 = Color3.new(1, 1, 1)
  747. Magnet.TextSize = 18
  748. Magnet.TextStrokeTransparency = 0
  749. Magnet.TextWrapped = true
  750. Magnet.MouseButton1Click:connect(function()
  751. game.Players.LocalPlayer.PlayerGui.Shop.Open.Value = true
  752. end)
  753.  
  754. Chickens.Name = "Chickens"
  755. Chickens.Parent = ShopsFrame
  756. Chickens.BackgroundColor3 = Color3.new(1, 1, 0)
  757. Chickens.Position = UDim2.new(0.0430000015, 0, 0.127857149, 0)
  758. Chickens.Size = UDim2.new(0, 233, 0, 34)
  759. Chickens.AutoButtonColor = false
  760. Chickens.Font = Enum.Font.Cartoon
  761. Chickens.Text = "Chickens"
  762. Chickens.TextColor3 = Color3.new(1, 1, 1)
  763. Chickens.TextSize = 18
  764. Chickens.TextStrokeTransparency = 0
  765. Chickens.TextWrapped = true
  766.  
  767. Backpack.Name = "Backpack"
  768. Backpack.Parent = ShopsFrame
  769. Backpack.BackgroundColor3 = Color3.new(1, 0.537255, 0.878431)
  770. Backpack.Position = UDim2.new(0.0430000015, 0, 0.187857151, 0)
  771. Backpack.Size = UDim2.new(0, 233, 0, 34)
  772. Backpack.AutoButtonColor = false
  773. Backpack.Font = Enum.Font.Cartoon
  774. Backpack.Text = "Backpack"
  775. Backpack.TextColor3 = Color3.new(1, 1, 1)
  776. Backpack.TextSize = 18
  777. Backpack.TextStrokeTransparency = 0
  778. Backpack.TextWrapped = true
  779. Backpack.MouseButton1Click:connect(function()
  780. game.Players.LocalPlayer.PlayerGui.BackpackShop.Open.Value = true
  781. end)
  782.  
  783. RebirthItems.Name = "Rebirth Items"
  784. RebirthItems.Parent = ShopsFrame
  785. RebirthItems.BackgroundColor3 = Color3.new(1, 0.576471, 0.0901961)
  786. RebirthItems.Position = UDim2.new(0.0430000015, 0, 0.247857153, 0)
  787. RebirthItems.Size = UDim2.new(0, 233, 0, 34)
  788. RebirthItems.AutoButtonColor = false
  789. RebirthItems.Font = Enum.Font.Cartoon
  790. RebirthItems.Text = "Rebirth Items"
  791. RebirthItems.TextColor3 = Color3.new(1, 1, 1)
  792. RebirthItems.TextSize = 18
  793. RebirthItems.TextStrokeTransparency = 0
  794. RebirthItems.TextWrapped = true
  795. RebirthItems.MouseButton1Click:connect(function()
  796. game.Players.LocalPlayer.PlayerGui.RebirthShop.Open.Value = true
  797. end)
  798.  
  799. HatChest.Name = "Hat // Chest"
  800. HatChest.Parent = ShopsFrame
  801. HatChest.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  802. HatChest.Position = UDim2.new(0.0430000015, 0, 0.307857126, 0)
  803. HatChest.Size = UDim2.new(0, 233, 0, 34)
  804. HatChest.AutoButtonColor = false
  805. HatChest.Font = Enum.Font.Cartoon
  806. HatChest.Text = "Hat // Chest"
  807. HatChest.TextColor3 = Color3.new(1, 1, 1)
  808. HatChest.TextSize = 18
  809. HatChest.TextStrokeTransparency = 0
  810. HatChest.TextWrapped = true
  811. HatChest.MouseButton1Click:connect(function()
  812. game.Players.LocalPlayer.PlayerGui.ChestShop.All.Visible = true
  813. end)
  814.  
  815. CreditsFrame.Name = "CreditsFrame"
  816. CreditsFrame.Parent = Frame
  817. CreditsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  818. CreditsFrame.BackgroundTransparency = 1
  819. CreditsFrame.BorderSizePixel = 0
  820. CreditsFrame.Position = UDim2.new(-0.0034365172, 0, 0.117363736, 0)
  821. CreditsFrame.Size = UDim2.new(0, 257, 0, 353)
  822. CreditsFrame.Visible = false
  823.  
  824. Credits.Name = "Credits"
  825. Credits.Parent = CreditsFrame
  826. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  827. Credits.BackgroundTransparency = 0.5
  828. Credits.Position = UDim2.new(0.0391089283, 0, 0.0504094064, 0)
  829. Credits.Size = UDim2.new(0, 233, 0, 272)
  830. Credits.AutoButtonColor = false
  831. Credits.Font = Enum.Font.Cartoon
  832. Credits.Text = "Credits: This entire GUI was made by iTzSadButNotRad // Gerard#6969. Some scripts were made by ZFrogger. ReallySecure for calling my GUI Trash and saying it looks like a 5 year old made it (Also Added Detection GUI AND helped with some other scripts <3 some part of my togable Script from ak47's JetpackSimulator GUI (Used in egg opening and hat opening). I'm not sure who the script creators are but i made quite a few of the scripts in this GUI. This took me 2 days to make so plesae be so kind to Vouch <3"
  833. Credits.TextColor3 = Color3.new(1, 1, 1)
  834. Credits.TextSize = 18
  835. Credits.TextStrokeTransparency = 0
  836. Credits.TextWrapped = true
  837.  
  838. SellingFrame.Name = "SellingFrame"
  839. SellingFrame.Parent = Frame
  840. SellingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  841. SellingFrame.BackgroundTransparency = 1
  842. SellingFrame.BorderSizePixel = 0
  843. SellingFrame.Position = UDim2.new(-0.0034365172, 0, 0.117363736, 0)
  844. SellingFrame.Size = UDim2.new(0, 257, 0, 353)
  845. SellingFrame.Visible = false
  846.  
  847. TPToOriginalSellSingle.Name = "TPToOriginalSellSingle"
  848. TPToOriginalSellSingle.Parent = SellingFrame
  849. TPToOriginalSellSingle.BackgroundColor3 = Color3.new(0.352941, 1, 0.611765)
  850. TPToOriginalSellSingle.Position = UDim2.new(0.0430000015, 0, 0.0678571463, 0)
  851. TPToOriginalSellSingle.Size = UDim2.new(0, 233, 0, 34)
  852. TPToOriginalSellSingle.AutoButtonColor = false
  853. TPToOriginalSellSingle.Font = Enum.Font.Cartoon
  854. TPToOriginalSellSingle.Text = "Tp To Original Sell (Single)"
  855. TPToOriginalSellSingle.TextColor3 = Color3.new(1, 1, 1)
  856. TPToOriginalSellSingle.TextSize = 18
  857. TPToOriginalSellSingle.TextStrokeTransparency = 0
  858. TPToOriginalSellSingle.TextWrapped = true
  859. TPToOriginalSellSingle.MouseButton1Click:connect(function()
  860. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(136.73712158203, 13.362461090088, -52.908908843994)
  861. wait()
  862. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(136.83712158203, 13.362461090088, -52.908908843994)
  863. wait()
  864. end)
  865.  
  866. BringRingSingle.Name = "BringRingSingle"
  867. BringRingSingle.Parent = SellingFrame
  868. BringRingSingle.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  869. BringRingSingle.Position = UDim2.new(0.0430000015, 0, 0.187857151, 0)
  870. BringRingSingle.Size = UDim2.new(0, 233, 0, 34)
  871. BringRingSingle.AutoButtonColor = false
  872. BringRingSingle.Font = Enum.Font.Cartoon
  873. BringRingSingle.Text = "Bring Ring (Single)"
  874. BringRingSingle.TextColor3 = Color3.new(1, 1, 1)
  875. BringRingSingle.TextSize = 18
  876. BringRingSingle.TextStrokeTransparency = 0
  877. BringRingSingle.TextWrapped = true
  878. BringRingSingle.MouseButton1Click:connect(function()
  879. local plr = game.Players.LocalPlayer
  880. local char = plr.Character.HumanoidRootPart
  881. game.Workspace.Rings.Sell.CanCollide = false
  882. game.Workspace.Rings.Sell.CFrame = char.CFrame + Vector3.new(0,math.random(-1,1),0)
  883. end)
  884.  
  885. TpToRing2Single.Name = "TpToRing2Single"
  886. TpToRing2Single.Parent = SellingFrame
  887. TpToRing2Single.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  888. TpToRing2Single.Position = UDim2.new(0.0430000015, 0, 0.300357163, 0)
  889. TpToRing2Single.Size = UDim2.new(0, 233, 0, 34)
  890. TpToRing2Single.AutoButtonColor = false
  891. TpToRing2Single.Font = Enum.Font.Cartoon
  892. TpToRing2Single.Text = "TP To Ring 2 (Single Time)"
  893. TpToRing2Single.TextColor3 = Color3.new(1, 1, 1)
  894. TpToRing2Single.TextSize = 18
  895. TpToRing2Single.TextStrokeTransparency = 0
  896. TpToRing2Single.TextWrapped = true
  897. TpToRing2Single.MouseButton1Click:connect(function()
  898. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-415.487579, 3.43725252, -843.088562)
  899. wait()
  900. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-415.637054, 3.43725729, -843.738281)
  901. wait()
  902. end)
  903.  
  904. TpToRing2Loop.Name = "TpToRing2Loop"
  905. TpToRing2Loop.Parent = SellingFrame
  906. TpToRing2Loop.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  907. TpToRing2Loop.Position = UDim2.new(0.0430000015, 0, 0.360357136, 0)
  908. TpToRing2Loop.Size = UDim2.new(0, 233, 0, 34)
  909. TpToRing2Loop.AutoButtonColor = false
  910. TpToRing2Loop.Font = Enum.Font.Cartoon
  911. TpToRing2Loop.Text = "TP To Ring2 (Loop)"
  912. TpToRing2Loop.TextColor3 = Color3.new(1, 1, 1)
  913. TpToRing2Loop.TextSize = 18
  914. TpToRing2Loop.TextStrokeTransparency = 0
  915. TpToRing2Loop.TextWrapped = true
  916. TpToRing2Loop.MouseButton1Click:connect(function()
  917. while true do
  918. game:GetService('RunService').Stepped:wait()
  919. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-415.487579, 3.43725252, -843.088562)
  920. wait()
  921. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-415.637054, 3.43725729, -843.738281)
  922. wait()
  923. end
  924. end)
  925.  
  926. TpToOriginalSellLoop.Name = "TpToOriginalSellLoop"
  927. TpToOriginalSellLoop.Parent = SellingFrame
  928. TpToOriginalSellLoop.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  929. TpToOriginalSellLoop.Position = UDim2.new(0.0430000015, 0, 0.127857149, 0)
  930. TpToOriginalSellLoop.Size = UDim2.new(0, 233, 0, 34)
  931. TpToOriginalSellLoop.AutoButtonColor = false
  932. TpToOriginalSellLoop.Font = Enum.Font.Cartoon
  933. TpToOriginalSellLoop.Text = "Tp To Original Sell (Loop)"
  934. TpToOriginalSellLoop.TextColor3 = Color3.new(1, 1, 1)
  935. TpToOriginalSellLoop.TextSize = 18
  936. TpToOriginalSellLoop.TextStrokeTransparency = 0
  937. TpToOriginalSellLoop.TextWrapped = true
  938. TpToOriginalSellLoop.MouseButton1Click:connect(function()
  939. while true do
  940. game:GetService('RunService').Stepped:wait()
  941. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(136.73712158203, 13.362461090088, -52.908908843994)
  942. wait()
  943. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(136.83712158203, 13.362461090088, -52.908908843994)
  944. wait()
  945. end
  946. end)
  947.  
  948. BringRingLoop.Name = "BringRingLoop"
  949. BringRingLoop.Parent = SellingFrame
  950. BringRingLoop.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  951. BringRingLoop.Position = UDim2.new(0.0430000015, 0, 0.240357146, 0)
  952. BringRingLoop.Size = UDim2.new(0, 233, 0, 34)
  953. BringRingLoop.AutoButtonColor = false
  954. BringRingLoop.Font = Enum.Font.Cartoon
  955. BringRingLoop.Text = "Bring Ring (Loop)"
  956. BringRingLoop.TextColor3 = Color3.new(1, 1, 1)
  957. BringRingLoop.TextSize = 18
  958. BringRingLoop.TextStrokeTransparency = 0
  959. BringRingLoop.TextWrapped = true
  960. BringRingLoop.MouseButton1Click:connect(function()
  961. _G.on = true
  962. local plr = game.Players.LocalPlayer
  963. local char = plr.Character.HumanoidRootPart
  964.  
  965. while _G.on do
  966. game.Workspace.Rings.Sell.CanCollide = false
  967. game.Workspace.Rings.Sell.CFrame = char.CFrame + Vector3.new(0,math.random(-1,1),0)
  968. wait(0.1)
  969. end
  970. end)
  971.  
  972. FarmingFrame.Name = "FarmingFrame"
  973. FarmingFrame.Parent = Frame
  974. FarmingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  975. FarmingFrame.BackgroundTransparency = 1
  976. FarmingFrame.BorderSizePixel = 0
  977. FarmingFrame.Position = UDim2.new(-0.0034365172, 0, 0.117363736, 0)
  978. FarmingFrame.Size = UDim2.new(0, 257, 0, 353)
  979. FarmingFrame.Visible = false
  980.  
  981. FarmingFarnCoins.Name = "FarmingFarnCoins"
  982. FarmingFarnCoins.Parent = FarmingFrame
  983. FarmingFarnCoins.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  984. FarmingFarnCoins.Position = UDim2.new(0.0430000015, 0, 0.169107139, 0)
  985. FarmingFarnCoins.Size = UDim2.new(0, 233, 0, 34)
  986. FarmingFarnCoins.AutoButtonColor = false
  987. FarmingFarnCoins.Font = Enum.Font.Cartoon
  988. FarmingFarnCoins.Text = "Farm Coins Hella Fast"
  989. FarmingFarnCoins.TextColor3 = Color3.new(1, 1, 1)
  990. FarmingFarnCoins.TextSize = 18
  991. FarmingFarnCoins.TextStrokeTransparency = 0
  992. FarmingFarnCoins.TextWrapped = true
  993. FarmingFarnCoins.MouseButton1Click:connect(function()
  994. local r = game:GetService('ReplicatedStorage').Events.MagnetEvents['requestGrab']
  995. local rs = game:GetService('RunService').RenderStepped
  996.  
  997. tool = "Diamond Rebirth Magnet Two"
  998.  
  999. while rs:wait() do
  1000. for i = 1,10 do
  1001. r:FireServer("72000", game.ReplicatedStorage.Tools[tool])
  1002. end
  1003. end
  1004. end)
  1005.  
  1006. DeleteStuffFrame.Name = "DeleteStuffFrame"
  1007. DeleteStuffFrame.Parent = Frame
  1008. DeleteStuffFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1009. DeleteStuffFrame.BackgroundTransparency = 1
  1010. DeleteStuffFrame.Position = UDim2.new(-0.0034365172, 0, 0.117363729, 0)
  1011. DeleteStuffFrame.Size = UDim2.new(0, 257, 0, 353)
  1012. DeleteStuffFrame.Visible = false
  1013.  
  1014. DeleteHat.Name = "DeleteHat"
  1015. DeleteHat.Parent = DeleteStuffFrame
  1016. DeleteHat.BackgroundColor3 = Color3.new(0.858824, 0.184314, 0.196078)
  1017. DeleteHat.Position = UDim2.new(0.187008053, 0, -0.10700883, 0)
  1018. DeleteHat.Size = UDim2.new(0, 233, 0, 34)
  1019. DeleteHat.AutoButtonColor = false
  1020. DeleteHat.Font = Enum.Font.Cartoon
  1021. DeleteHat.Text = "Delete Useless Pets"
  1022. DeleteHat.TextColor3 = Color3.new(1, 1, 1)
  1023. DeleteHat.TextSize = 18
  1024. DeleteHat.TextStrokeTransparency = 0
  1025. DeleteHat.TextWrapped = true
  1026. DeleteHat.MouseButton1Click:connect(function()
  1027. if DeletePets == true then DeletePets = false print("Disabled")
  1028. DeleteHat.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1029. elseif
  1030. DeletePets == false then DeletePets = true print("Enabled")
  1031. DeleteHat.BackgroundColor3 = Color3.new(0, .5, 0)
  1032. end
  1033. DelUselessPet()
  1034. end)
  1035.  
  1036. UIListLayout_2.Parent = DeleteStuffFrame
  1037. UIListLayout_2.HorizontalAlignment = Enum.HorizontalAlignment.Center
  1038. UIListLayout_2.Padding = UDim.new(0, 8)
  1039.  
  1040.  
  1041.  
  1042. MakeAllShiny.Name = "MakeAllShiny"
  1043. MakeAllShiny.Parent = DeleteStuffFrame
  1044. MakeAllShiny.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  1045. MakeAllShiny.Position = UDim2.new(0.187008053, 0, -0.10700883, 0)
  1046. MakeAllShiny.Size = UDim2.new(0, 233, 0, 34)
  1047. MakeAllShiny.AutoButtonColor = false
  1048. MakeAllShiny.Font = Enum.Font.Cartoon
  1049. MakeAllShiny.Text = "Make All Pets SHINY!!"
  1050. MakeAllShiny.TextColor3 = Color3.new(1, 1, 1)
  1051. MakeAllShiny.TextSize = 18
  1052. MakeAllShiny.TextStrokeTransparency = 0
  1053. MakeAllShiny.TextWrapped = true
  1054. MakeAllShiny.MouseButton1Click:connect(function()
  1055. if _G.SHINYYY == true then _G.SHINYYY = false print("Disabled")
  1056. MakeAllShiny.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1057. elseif
  1058. _G.SHINYYY == false then _G.SHINYYY = true print("Enabled")
  1059. MakeAllShiny.BackgroundColor3 = Color3.new(0, .5, 0)
  1060. end
  1061. while _G.SHINYYY do
  1062. for i,v in pairs(game.Players.LocalPlayer.PetInfo.Inventory:GetChildren()) do
  1063. game:GetService("ReplicatedStorage").ShinyEvents.requestMakeShiny:FireServer(v.Name)
  1064. wait()
  1065. end
  1066. end
  1067. end)
  1068.  
  1069. DeleteShinyTab.Name = "Delete / ShinyTab"
  1070. DeleteShinyTab.Parent = Frame
  1071. DeleteShinyTab.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  1072. DeleteShinyTab.Position = UDim2.new(0.675000012, 0, 0.800000072, 0)
  1073. DeleteShinyTab.Size = UDim2.new(0, 125, 0, 30)
  1074. DeleteShinyTab.AutoButtonColor = false
  1075. DeleteShinyTab.Font = Enum.Font.Cartoon
  1076. DeleteShinyTab.Text = "Delete / Shiny"
  1077. DeleteShinyTab.TextColor3 = Color3.new(1, 1, 1)
  1078. DeleteShinyTab.TextSize = 18
  1079. DeleteShinyTab.TextStrokeTransparency = 0
  1080. DeleteShinyTab.TextWrapped = true
  1081. DeleteShinyTab.MouseButton1Click:connect(function()
  1082. Frame.OpenHatsFrame.Visible = false
  1083. Frame.RebirthsFrame.Visible = false
  1084. Frame.AFKFrame.Visible = false
  1085. Frame.ShopsFrame.Visible = false
  1086. Frame.CreditsFrame.Visible = false
  1087. Frame.SellingFrame.Visible = false
  1088. Frame.FarmingFrame.Visible = false
  1089. Frame.DeleteStuffFrame.Visible = true
  1090. Frame.OpenEggsFrame.Visible = false
  1091. end)
  1092.  
  1093. OpenEggsFrame.Name = "OpenEggsFrame"
  1094. OpenEggsFrame.Parent = Frame
  1095. OpenEggsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1096. OpenEggsFrame.BackgroundTransparency = 1
  1097. OpenEggsFrame.Position = UDim2.new(-0.0034365172, 0, 0.117363729, 0)
  1098. OpenEggsFrame.Size = UDim2.new(0, 257, 0, 353)
  1099. OpenEggsFrame.Visible = false
  1100.  
  1101. CommonEgg.Name = "Common Egg"
  1102. CommonEgg.Parent = OpenEggsFrame
  1103. CommonEgg.BackgroundColor3 = Color3.new(0.858824, 0.184314, 0.196078)
  1104. CommonEgg.Position = UDim2.new(0.167008057, 0, 0.189287469, 0)
  1105. CommonEgg.Size = UDim2.new(0, 233, 0, 34)
  1106. CommonEgg.AutoButtonColor = false
  1107. CommonEgg.Font = Enum.Font.Cartoon
  1108. CommonEgg.Text = "Common Egg"
  1109. CommonEgg.TextColor3 = Color3.new(1, 1, 1)
  1110. CommonEgg.TextSize = 18
  1111. CommonEgg.TextStrokeTransparency = 0
  1112. CommonEgg.TextWrapped = true
  1113. CommonEgg.MouseButton1Click:connect(function()
  1114. if Common == true then Common = false print("Disabled")
  1115. CommonEgg.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1116. elseif
  1117. Common == false then Common = true print("Enabled")
  1118. CommonEgg.BackgroundColor3 = Color3.new(0, .5, 0)
  1119. end
  1120. openCommon()
  1121. end)
  1122.  
  1123. UncommonEgg.Name = "Uncommon Egg"
  1124. UncommonEgg.Parent = OpenEggsFrame
  1125. UncommonEgg.BackgroundColor3 = Color3.new(0.858824, 0.184314, 0.196078)
  1126. UncommonEgg.Position = UDim2.new(0.187008053, 0, -0.10700883, 0)
  1127. UncommonEgg.Size = UDim2.new(0, 233, 0, 34)
  1128. UncommonEgg.AutoButtonColor = false
  1129. UncommonEgg.Font = Enum.Font.Cartoon
  1130. UncommonEgg.Text = "Uncommon Egg"
  1131. UncommonEgg.TextColor3 = Color3.new(1, 1, 1)
  1132. UncommonEgg.TextSize = 18
  1133. UncommonEgg.TextStrokeTransparency = 0
  1134. UncommonEgg.TextWrapped = true
  1135. UncommonEgg.MouseButton1Click:connect(function()
  1136. if Uncommon == true then Uncommon = false print("Disabled")
  1137. UncommonEgg.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1138. elseif
  1139. Uncommon == false then Uncommon = true print("Enabled")
  1140. UncommonEgg.BackgroundColor3 = Color3.new(0, .5, 0)
  1141. end
  1142. openUncommon()
  1143. end)
  1144.  
  1145. RareEgg.Name = "Rare Egg"
  1146. RareEgg.Parent = OpenEggsFrame
  1147. RareEgg.BackgroundColor3 = Color3.new(0.858824, 0.184314, 0.196078)
  1148. RareEgg.Position = UDim2.new(0.167008057, 0, 0.189287469, 0)
  1149. RareEgg.Size = UDim2.new(0, 233, 0, 34)
  1150. RareEgg.AutoButtonColor = false
  1151. RareEgg.Font = Enum.Font.Cartoon
  1152. RareEgg.Text = "Rare Egg"
  1153. RareEgg.TextColor3 = Color3.new(1, 1, 1)
  1154. RareEgg.TextSize = 18
  1155. RareEgg.TextStrokeTransparency = 0
  1156. RareEgg.TextWrapped = true
  1157. RareEgg.MouseButton1Click:connect(function()
  1158. if Rare == true then Rare = false print("Disabled")
  1159. RareEgg.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1160. elseif
  1161. Rare == false then Rare = true print("Enabled")
  1162. RareEgg.BackgroundColor3 = Color3.new(0, .5, 0)
  1163. end
  1164. openRare()
  1165. end)
  1166.  
  1167. EpicEgg.Name = "Epic Egg"
  1168. EpicEgg.Parent = OpenEggsFrame
  1169. EpicEgg.BackgroundColor3 = Color3.new(0.858824, 0.184314, 0.196078)
  1170. EpicEgg.Position = UDim2.new(0.167008057, 0, 0.18558377, 0)
  1171. EpicEgg.Size = UDim2.new(0, 233, 0, 34)
  1172. EpicEgg.AutoButtonColor = false
  1173. EpicEgg.Font = Enum.Font.Cartoon
  1174. EpicEgg.Text = "Epic Egg"
  1175. EpicEgg.TextColor3 = Color3.new(1, 1, 1)
  1176. EpicEgg.TextSize = 18
  1177. EpicEgg.TextStrokeTransparency = 0
  1178. EpicEgg.TextWrapped = true
  1179. EpicEgg.MouseButton1Click:connect(function()
  1180. if Epic == true then Epic = false print("Disabled")
  1181. EpicEgg.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1182. elseif
  1183. Epic == false then Epic = true print("Enabled")
  1184. EpicEgg.BackgroundColor3 = Color3.new(0, .5, 0)
  1185. end
  1186. openEpic()
  1187. end)
  1188.  
  1189. MythicalEgg.Name = "Mythical Egg"
  1190. MythicalEgg.Parent = OpenEggsFrame
  1191. MythicalEgg.BackgroundColor3 = Color3.new(0.858824, 0.184314, 0.196078)
  1192. MythicalEgg.Position = UDim2.new(0.28129378, 0, -0.801662743, 0)
  1193. MythicalEgg.Size = UDim2.new(0, 233, 0, 34)
  1194. MythicalEgg.AutoButtonColor = false
  1195. MythicalEgg.Font = Enum.Font.Cartoon
  1196. MythicalEgg.Text = "Mythical Egg"
  1197. MythicalEgg.TextColor3 = Color3.new(1, 1, 1)
  1198. MythicalEgg.TextSize = 18
  1199. MythicalEgg.TextStrokeTransparency = 0
  1200. MythicalEgg.TextWrapped = true
  1201. MythicalEgg.MouseButton1Click:connect(function()
  1202. if Mythical == true then Mythical = false print("Disabled")
  1203. MythicalEgg.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1204. elseif
  1205. Mythical == false then Mythical = true print("Enabled")
  1206. MythicalEgg.BackgroundColor3 = Color3.new(0, .5, 0)
  1207. end
  1208. openMythical()
  1209. end)
  1210.  
  1211. CatacylsmicEgg.Name = "Catacylsmic Egg"
  1212. CatacylsmicEgg.Parent = OpenEggsFrame
  1213. CatacylsmicEgg.BackgroundColor3 = Color3.new(0.858824, 0.184314, 0.196078)
  1214. CatacylsmicEgg.Position = UDim2.new(0.28129378, 0, -0.801662743, 0)
  1215. CatacylsmicEgg.Size = UDim2.new(0, 233, 0, 34)
  1216. CatacylsmicEgg.AutoButtonColor = false
  1217. CatacylsmicEgg.Font = Enum.Font.Cartoon
  1218. CatacylsmicEgg.Text = "Catacylsmic Egg (Rebirth 2)"
  1219. CatacylsmicEgg.TextColor3 = Color3.new(1, 1, 1)
  1220. CatacylsmicEgg.TextSize = 18
  1221. CatacylsmicEgg.TextStrokeTransparency = 0
  1222. CatacylsmicEgg.TextWrapped = true
  1223. CatacylsmicEgg.MouseButton1Click:connect(function()
  1224. if Catacylsmic == true then Catacylsmic = false print("Disabled")
  1225. CatacylsmicEgg.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1226. elseif
  1227. Catacylsmic == false then Catacylsmic = true print("Enabled")
  1228. CatacylsmicEgg.BackgroundColor3 = Color3.new(0, .5, 0)
  1229. end
  1230. openCatacylsmic()
  1231. end)
  1232.  
  1233. PsychadelicEgg.Name = "Psychadelic Egg"
  1234. PsychadelicEgg.Parent = OpenEggsFrame
  1235. PsychadelicEgg.BackgroundColor3 = Color3.new(0.858824, 0.184314, 0.196078)
  1236. PsychadelicEgg.Position = UDim2.new(0.28129378, 0, -0.801662743, 0)
  1237. PsychadelicEgg.Size = UDim2.new(0, 233, 0, 34)
  1238. PsychadelicEgg.AutoButtonColor = false
  1239. PsychadelicEgg.Font = Enum.Font.Cartoon
  1240. PsychadelicEgg.Text = "Psychadelic Egg (Rebirth 1)"
  1241. PsychadelicEgg.TextColor3 = Color3.new(1, 1, 1)
  1242. PsychadelicEgg.TextSize = 18
  1243. PsychadelicEgg.TextStrokeTransparency = 0
  1244. PsychadelicEgg.TextWrapped = true
  1245. PsychadelicEgg.MouseButton1Click:connect(function()
  1246. if Psychadelic == true then Psychadelic = false print("Disabled")
  1247. PsychadelicEgg.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1248. elseif
  1249. Psychadelic == false then Psychadelic = true print("Enabled")
  1250. PsychadelicEgg.BackgroundColor3 = Color3.new(0, .5, 0)
  1251. end
  1252. openPsychadelic()
  1253. end)
  1254.  
  1255. MemeEgg.Name = "Meme Egg"
  1256. MemeEgg.Parent = OpenEggsFrame
  1257. MemeEgg.BackgroundColor3 = Color3.new(0.858824, 0.184314, 0.196078)
  1258. MemeEgg.Position = UDim2.new(0.28129378, 0, -0.801662743, 0)
  1259. MemeEgg.Size = UDim2.new(0, 233, 0, 34)
  1260. MemeEgg.AutoButtonColor = false
  1261. MemeEgg.Font = Enum.Font.Cartoon
  1262. MemeEgg.Text = "Meme Egg"
  1263. MemeEgg.TextColor3 = Color3.new(1, 1, 1)
  1264. MemeEgg.TextSize = 18
  1265. MemeEgg.TextStrokeTransparency = 0
  1266. MemeEgg.TextWrapped = true
  1267. MemeEgg.MouseButton1Click:connect(function()
  1268. if Meme == true then Meme = false print("Disabled")
  1269. MemeEgg.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1270. elseif
  1271. Meme == false then Meme = true print("Enabled")
  1272. MemeEgg.BackgroundColor3 = Color3.new(0, .5, 0)
  1273. end
  1274. openMeme()
  1275. end)
  1276.  
  1277. SuperEgg.Name = "Super Egg"
  1278. SuperEgg.Parent = OpenEggsFrame
  1279. SuperEgg.BackgroundColor3 = Color3.new(0.858824, 0.184314, 0.196078)
  1280. SuperEgg.Position = UDim2.new(0.167008057, 0, 0.189287469, 0)
  1281. SuperEgg.Size = UDim2.new(0, 233, 0, 34)
  1282. SuperEgg.AutoButtonColor = false
  1283. SuperEgg.Font = Enum.Font.Cartoon
  1284. SuperEgg.Text = "Super Egg"
  1285. SuperEgg.TextColor3 = Color3.new(1, 1, 1)
  1286. SuperEgg.TextSize = 18
  1287. SuperEgg.TextStrokeTransparency = 0
  1288. SuperEgg.TextWrapped = true
  1289. SuperEgg.MouseButton1Click:connect(function()
  1290. if super == true then super = false print("Disabled")
  1291. SuperEgg.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1292. elseif
  1293. Super == false then super = true print("Enabled")
  1294. SuperEgg.BackgroundColor3 = Color3.new(0, .5, 0)
  1295. end
  1296. openSuper()
  1297. end)
  1298.  
  1299. EpicSuperEgg.Name = "Epic Super Egg"
  1300. EpicSuperEgg.Parent = OpenEggsFrame
  1301. EpicSuperEgg.BackgroundColor3 = Color3.new(0.858824, 0.184314, 0.196078)
  1302. EpicSuperEgg.Position = UDim2.new(0.167008057, 0, 0.189287469, 0)
  1303. EpicSuperEgg.Size = UDim2.new(0, 233, 0, 34)
  1304. EpicSuperEgg.AutoButtonColor = false
  1305. EpicSuperEgg.Font = Enum.Font.Cartoon
  1306. EpicSuperEgg.Text = "Epic Super Egg"
  1307. EpicSuperEgg.TextColor3 = Color3.new(1, 1, 1)
  1308. EpicSuperEgg.TextSize = 18
  1309. EpicSuperEgg.TextStrokeTransparency = 0
  1310. EpicSuperEgg.TextWrapped = true
  1311. EpicSuperEgg.MouseButton1Click:connect(function()
  1312. if EpicSuper == true then EpicSuper = false print("Disabled")
  1313. EpicSuperEgg.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1314. elseif
  1315. EpicSuper == false then EpicSuper = true print("Enabled")
  1316. EpicSuperEgg.BackgroundColor3 = Color3.new(0, .5, 0)
  1317. end
  1318. openEpicSuper()
  1319. end)
  1320.  
  1321. LegendaryEgg.Name = "Legendary Egg"
  1322. LegendaryEgg.Parent = OpenEggsFrame
  1323. LegendaryEgg.BackgroundColor3 = Color3.new(0.858824, 0.184314, 0.196078)
  1324. LegendaryEgg.Position = UDim2.new(0.164150909, 0, 0.0744726509, 0)
  1325. LegendaryEgg.Size = UDim2.new(0, 233, 0, 34)
  1326. LegendaryEgg.AutoButtonColor = false
  1327. LegendaryEgg.Font = Enum.Font.Cartoon
  1328. LegendaryEgg.Text = "Legendary Egg"
  1329. LegendaryEgg.TextColor3 = Color3.new(1, 1, 1)
  1330. LegendaryEgg.TextSize = 18
  1331. LegendaryEgg.TextStrokeTransparency = 0
  1332. LegendaryEgg.TextWrapped = true
  1333. LegendaryEgg.MouseButton1Click:connect(function()
  1334. if Legendary == true then Legendary = false print("Disabled")
  1335. LegendaryEgg.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1336. elseif
  1337. Legendary == false then Legendary = true print("Enabled")
  1338. LegendaryEgg.BackgroundColor3 = Color3.new(0, .5, 0)
  1339. end
  1340. openLegendary()
  1341. end)
  1342.  
  1343. UIListLayout_3.Parent = OpenEggsFrame
  1344. UIListLayout_3.HorizontalAlignment = Enum.HorizontalAlignment.Center
  1345. UIListLayout_3.Padding = UDim.new(0, 8)
  1346. -- Scripts:
  1347.  
  1348. --Buy Eggs
  1349.  
  1350. function openCommon()
  1351. while Common == true do
  1352. for i = 1,1000 do
  1353. game:GetService("ReplicatedStorage").PetEvents.requesthatch:FireServer("Common Egg")
  1354. wait()
  1355. end
  1356. wait()
  1357. end
  1358. end
  1359.  
  1360. function openUncommon()
  1361. while Uncommon == true do
  1362. for i = 1,1000 do
  1363. game:GetService("ReplicatedStorage").PetEvents.requesthatch:FireServer("Uncommon Egg")
  1364. wait()
  1365. end
  1366. wait()
  1367. end
  1368. end
  1369.  
  1370. function openRare()
  1371. while Rare == true do
  1372. for i = 1,1000 do
  1373. game:GetService("ReplicatedStorage").PetEvents.requesthatch:FireServer("Rare Egg")
  1374. wait()
  1375. end
  1376. wait()
  1377. end
  1378. end
  1379.  
  1380. function openLegendary()
  1381. while Legendary == true do
  1382. for i = 1,1000 do
  1383. game:GetService("ReplicatedStorage").PetEvents.requesthatch:FireServer("Legendary Egg")
  1384. wait()
  1385. end
  1386. wait()
  1387. end
  1388. end
  1389.  
  1390. function openEpic()
  1391. while Epic == true do
  1392. for i = 1,1000 do
  1393. game:GetService("ReplicatedStorage").PetEvents.requesthatch:FireServer("Epic Egg")
  1394. wait()
  1395. end
  1396. wait()
  1397. end
  1398. end
  1399.  
  1400. function openMythical()
  1401. while Mythical == true do
  1402. for i = 1,1000 do
  1403. game:GetService("ReplicatedStorage").PetEvents.requesthatch:FireServer("Mythical Egg")
  1404. wait()
  1405. end
  1406. wait()
  1407. end
  1408. end
  1409.  
  1410. function openPsychadelic()
  1411. while Psychadelic == true do
  1412. for i = 1,1000 do
  1413. game:GetService("ReplicatedStorage").PetEvents.requesthatch:FireServer("Psychadelic Rebirth Egg")
  1414. wait()
  1415. end
  1416. wait()
  1417. end
  1418. end
  1419.  
  1420. function openCatacylsmic()
  1421. while Catacylsmic == true do
  1422. for i = 1,1000 do
  1423. game:GetService("ReplicatedStorage").PetEvents.requesthatch:FireServer("Rebirth Egg 2")
  1424. wait()
  1425. end
  1426. wait()
  1427. end
  1428. end
  1429.  
  1430. function openSuper()
  1431. while Super == true do
  1432. for i = 1,1000 do
  1433. game:GetService("ReplicatedStorage").PetEvents.requesthatch:FireServer("Super Egg")
  1434. wait()
  1435. end
  1436. wait()
  1437. end
  1438. end
  1439.  
  1440. function openEpicSuper()
  1441. while EpicSuper == true do
  1442. for i = 1,1000 do
  1443. game:GetService("ReplicatedStorage").PetEvents.requesthatch:FireServer("Epic Super Egg")
  1444. wait()
  1445. end
  1446. wait()
  1447. end
  1448. end
  1449.  
  1450. function openMeme()
  1451. while Meme == true do
  1452. for i = 1,1000 do
  1453. game:GetService("ReplicatedStorage").PetEvents.requesthatch:FireServer("Meme Egg")
  1454. wait()
  1455. end
  1456. wait()
  1457. end
  1458. end
  1459.  
  1460. -- open chest's
  1461.  
  1462. function openCommonchest()
  1463. while Commonchest == true do
  1464. game:GetService("ReplicatedStorage").HatEvents.purchaseCrate:FireServer("Common")
  1465. wait()
  1466. end
  1467. end
  1468.  
  1469. function openDominuschest()
  1470. while Dominuschest == true do
  1471. game:GetService("ReplicatedStorage").HatEvents.purchaseCrate:FireServer("Dominus")
  1472. wait()
  1473. end
  1474. end
  1475.  
  1476. function openRarechest()
  1477. while Rarechest == true do
  1478. game:GetService("ReplicatedStorage").HatEvents.purchaseCrate:FireServer("Rare")
  1479. wait()
  1480. end
  1481. end
  1482.  
  1483. function openSparklychest()
  1484. while Sparklychest == true do
  1485. game:GetService("ReplicatedStorage").HatEvents.purchaseCrate:FireServer("Sparkly")
  1486. wait()
  1487. end
  1488. end
  1489.  
  1490. function openUncommonchest()
  1491. while Uncommonchest == true do
  1492. game:GetService("ReplicatedStorage").HatEvents.purchaseCrate:FireServer("Uncommon")
  1493. wait()
  1494. end
  1495. end
  1496.  
  1497. function openSuperRichchest()
  1498. while SuperRichchest == true do
  1499. game:GetService("ReplicatedStorage").HatEvents.purchaseCrate:FireServer("Super Rich")
  1500. wait()
  1501. end
  1502. end
  1503.  
  1504. function openLegendarychest()
  1505. while Legendarychest == true do
  1506. game:GetService("ReplicatedStorage").HatEvents.purchaseCrate:FireServer("Legendary")
  1507. wait()
  1508. end
  1509. end
  1510.  
  1511. function openRichchest()
  1512. while Richchest == true do
  1513. game:GetService("ReplicatedStorage").HatEvents.purchaseCrate:FireServer("Rich")
  1514. wait()
  1515. end
  1516. end
  1517.  
  1518. function DelUselessPet()
  1519. while DeletePets == true do
  1520. loadstring(game:HttpGet("https://pastebin.com/raw/gGZGeVr8", true))()
  1521. end
  1522. end
Add Comment
Please, Sign In to add comment