Gerard_games

magnet sim

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