Advertisement
Guest User

Magnet Simulator Script

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