nguyenminhnghia

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

Feb 11th, 2019
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.14 KB | None | 0 0
  1. -- Catshac is gay
  2. -- Farewell Infortality.
  3. -- Version: 2.82
  4. -- Instances:
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local THESIDX = Instance.new("Frame")
  7. local GUI = Instance.new("TextButton")
  8. local CANDY = Instance.new("TextButton")
  9. local EARTH = Instance.new("TextButton")
  10. local CANDYL = Instance.new("TextButton")
  11. local up = Instance.new("TextLabel")
  12. local down = Instance.new("TextLabel")
  13. local CREDITS = Instance.new("Frame")
  14. local TextButton = Instance.new("TextButton")
  15. local X = Instance.new("TextButton")
  16. --Properties:
  17. ScreenGui.Parent = game.CoreGui
  18.  
  19. THESIDX.Active = true
  20. THESIDX.Draggable = true
  21.  
  22. THESIDX.Name = "THESIDX"
  23. THESIDX.Parent = ScreenGui
  24. THESIDX.BackgroundColor3 = Color3.new(1, 1, 1)
  25. THESIDX.Position = UDim2.new(0.0473559834, 0, 0.320638835, 0)
  26. THESIDX.Size = UDim2.new(0, 232, 0, 259)
  27. THESIDX.Style = Enum.FrameStyle.DropShadow
  28.  
  29. GUI.Name = "GUI"
  30. GUI.Parent = THESIDX
  31. GUI.BackgroundColor3 = Color3.new(1, 1, 1)
  32. GUI.Position = UDim2.new(0.0344826765, 0, 0.0678517222, 0)
  33. GUI.Size = UDim2.new(0, 200, 0, 50)
  34. GUI.Style = Enum.ButtonStyle.RobloxRoundButton
  35. GUI.Font = Enum.Font.SourceSans
  36. GUI.Text = "ULTIMATE GUI"
  37. GUI.TextColor3 = Color3.new(0, 0, 0)
  38. GUI.TextSize = 35
  39. GUI.MouseButton1Click:connect(function()
  40. --[[ #Credits
  41. #Developer: Titanium Developer#9736
  42. #Discord Server: https://discord.gg/6qcVZcU
  43. #Update [1/15/2019]:
  44. #Credit: Stevee#7213
  45. #1) Remade UI and added settings to UI
  46. #2) Automatically determine if the player owns Triple Egg Pass ("Multi Hatch") and updates if bought in game
  47. #3) Supports the new crate update and deletes the hats that aren't wanted according to users settings.
  48. #4) Supports anti-lag by using "faster open"
  49. ]]
  50.  
  51. --[[
  52. !! NOTE: CLICK "COMMON EGG" TO SELECT THE EGG OR CRATE YOU WANT TO OPEN
  53. SEND ANY BUGS TO Stevee#7213
  54. UPDATES WILL BE POSTED ON THIS EXACT PASTEBIN THREAD
  55. ]]
  56.  
  57. -- Instances:
  58. local BubbleGUI = Instance.new("ScreenGui")
  59. local Main = Instance.new("ImageLabel")
  60. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  61. local Outline = Instance.new("ImageLabel")
  62. local TextLabel = Instance.new("TextLabel")
  63. local Outline2 = Instance.new("ImageLabel")
  64. local ChooseEgg = Instance.new("ImageButton")
  65. local Object = Instance.new("TextLabel")
  66. local AutoOpenerButton = Instance.new("ImageButton")
  67. local AutoBubbleBlowerText = Instance.new("TextLabel")
  68. local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
  69. local TemplateButton = Instance.new("TextButton")
  70. local AutoBlowerDesc = Instance.new("TextLabel")
  71. local AutoBubbleBlowerTitle = Instance.new("TextLabel")
  72. local AutoEggDesc = Instance.new("TextLabel")
  73. local AutoPetTitle = Instance.new("TextLabel")
  74. local AutoBlowBubble = Instance.new("ImageButton")
  75. local AutoBubbleBlowerText_2 = Instance.new("TextLabel")
  76. local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
  77. local EggScroller = Instance.new("ScrollingFrame")
  78. local UIListLayout = Instance.new("UIListLayout")
  79. local Settings = Instance.new("ImageLabel")
  80. local UIAspectRatioConstraint_4 = Instance.new("UIAspectRatioConstraint")
  81. local Outline_2 = Instance.new("ImageLabel")
  82. local TextLabel_2 = Instance.new("TextLabel")
  83. local Outline2_2 = Instance.new("ImageLabel")
  84. local TripleEgg = Instance.new("TextLabel")
  85. local TripleEggStatus = Instance.new("TextLabel")
  86. local KeepEpic = Instance.new("TextLabel")
  87. local KeepLegendary = Instance.new("TextLabel")
  88. local AutoBlowBubble_2 = Instance.new("ImageButton")
  89. local AutoBubbleBlowerText_3 = Instance.new("TextLabel")
  90. local UIAspectRatioConstraint_5 = Instance.new("UIAspectRatioConstraint")
  91. local AutoBlowBubble_3 = Instance.new("ImageButton")
  92. local AutoBubbleBlowerText_4 = Instance.new("TextLabel")
  93. local UIAspectRatioConstraint_6 = Instance.new("UIAspectRatioConstraint")
  94. local AutoEggDesc_2 = Instance.new("TextLabel")
  95. local FastOpenLabel = Instance.new("TextLabel")
  96. local FastOpenButton = Instance.new("ImageButton")
  97. local FastOpenButtonText = Instance.new("TextLabel")
  98. local FastOpenUIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  99. local Log = Instance.new("ImageButton")
  100. local LogText = Instance.new("TextLabel")
  101. local _VERSION = 2
  102. --Properties:
  103. BubbleGUI.Name = "BubbleGUI"
  104. BubbleGUI.Parent = game.CoreGui
  105. Main.Name = "Main"
  106. Main.Parent = BubbleGUI
  107. Main.BackgroundTransparency = 1
  108. Main.BorderSizePixel = 0
  109. Main.Position = UDim2.new(0.324999988, 0, 0.224999994, 0)
  110. Main.Size = UDim2.new(0.35, 0, 0.55, 0)
  111. Main.ZIndex = 2
  112. Main.Image = "rbxassetid://1285673399"
  113. Main.ImageColor3 = Color3.new(0.2, 0.505882, 1)
  114. Main.ScaleType = Enum.ScaleType.Slice
  115. Main.SliceCenter = Rect.new(8, 8, 247, 247)
  116. Main.Visible = false
  117.  
  118. UIAspectRatioConstraint.Parent = Main
  119. UIAspectRatioConstraint.DominantAxis = Enum.DominantAxis.Height
  120.  
  121. Outline.Name = "Outline"
  122. Outline.Parent = Main
  123. Outline.BackgroundTransparency = 1
  124. Outline.BorderSizePixel = 0
  125. Outline.Position = UDim2.new(0, 0, 0.0199999996, 0)
  126. Outline.Size = UDim2.new(1, 0, 1, 0)
  127. Outline.Image = "rbxassetid://1285673399"
  128. Outline.ImageColor3 = Color3.new(0.137255, 0.356863, 0.701961)
  129. Outline.ScaleType = Enum.ScaleType.Slice
  130. Outline.SliceCenter = Rect.new(8, 8, 247, 247)
  131.  
  132. TextLabel.Parent = Main
  133. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  134. TextLabel.BackgroundTransparency = 1
  135. TextLabel.Position = UDim2.new(0.0749999881, 0, -0.0700000003, 0)
  136. TextLabel.Size = UDim2.new(0.85, 0, 0.15, 0)
  137. TextLabel.ZIndex = 2
  138. TextLabel.Font = Enum.Font.Cartoon
  139. TextLabel.Text = string.format(" AUTO [V.0.%d]", _VERSION) --"AUTO [V.0.1]"
  140. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  141. TextLabel.TextScaled = true
  142. TextLabel.TextSize = 14
  143. TextLabel.TextStrokeTransparency = 0.80000001192093
  144. TextLabel.TextWrapped = true
  145.  
  146. Outline2.Name = "Outline2"
  147. Outline2.Parent = Main
  148. Outline2.BackgroundTransparency = 1
  149. Outline2.BorderSizePixel = 0
  150. Outline2.Position = UDim2.new(0.0749999881, 0, -0.0599999987, 0)
  151. Outline2.Size = UDim2.new(0.850000024, 0, 1, 0)
  152. Outline2.Image = "rbxassetid://1285673399"
  153. Outline2.ImageColor3 = Color3.new(0.2, 0.505882, 1)
  154. Outline2.ScaleType = Enum.ScaleType.Slice
  155. Outline2.SliceCenter = Rect.new(8, 8, 247, 247)
  156.  
  157. ChooseEgg.Name = "ChooseEgg"
  158. ChooseEgg.Parent = Main
  159. ChooseEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  160. ChooseEgg.BackgroundTransparency = 1
  161. ChooseEgg.Position = UDim2.new(0.099999994, 0, 0.699999988, 0)
  162. ChooseEgg.Size = UDim2.new(0.800000012, 0, 0.119999997, 0)
  163. ChooseEgg.ZIndex = 3
  164. ChooseEgg.Image = "rbxassetid://1285673399"
  165. ChooseEgg.ImageColor3 = Color3.new(0.137255, 0.356863, 0.701961)
  166. ChooseEgg.ScaleType = Enum.ScaleType.Slice
  167. ChooseEgg.SliceCenter = Rect.new(8, 8, 247, 247)
  168.  
  169. Object.Name = "Object"
  170. Object.Parent = ChooseEgg
  171. Object.BackgroundColor3 = Color3.new(1, 1, 1)
  172. Object.BackgroundTransparency = 1
  173. Object.Position = UDim2.new(0.025000006, 0, 0.0500000119, 0)
  174. Object.Size = UDim2.new(0.949999988, 0, 0.899999976, 0)
  175. Object.ZIndex = 3
  176. Object.Font = Enum.Font.Cartoon
  177. Object.Text = "Common Egg"
  178. Object.TextColor3 = Color3.new(1, 1, 1)
  179. Object.TextScaled = true
  180. Object.TextSize = 14
  181. Object.TextStrokeTransparency = 0.80000001192093
  182. Object.TextWrapped = true
  183.  
  184. AutoOpenerButton.Name = "AutoOpenerButton"
  185. AutoOpenerButton.Parent = Main
  186. AutoOpenerButton.AnchorPoint = Vector2.new(0, 1)
  187. AutoOpenerButton.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  188. AutoOpenerButton.BackgroundTransparency = 1
  189. AutoOpenerButton.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  190. AutoOpenerButton.Position = UDim2.new(0.349999994, 0, 0.949999988, 0)
  191. AutoOpenerButton.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  192. AutoOpenerButton.ZIndex = 2
  193. AutoOpenerButton.Image = "rbxassetid://1511196841"
  194. AutoOpenerButton.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  195. AutoOpenerButton.ScaleType = Enum.ScaleType.Slice
  196. AutoOpenerButton.SliceCenter = Rect.new(9, 11, 91, 89)
  197.  
  198. AutoBubbleBlowerText.Name = "AutoBubbleBlowerText"
  199. AutoBubbleBlowerText.Parent = AutoOpenerButton
  200. AutoBubbleBlowerText.AnchorPoint = Vector2.new(0.5, 0.5)
  201. AutoBubbleBlowerText.BackgroundColor3 = Color3.new(1, 1, 1)
  202. AutoBubbleBlowerText.BackgroundTransparency = 1
  203. AutoBubbleBlowerText.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  204. AutoBubbleBlowerText.Position = UDim2.new(0.5, 0, 0.5, -2)
  205. AutoBubbleBlowerText.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  206. AutoBubbleBlowerText.ZIndex = 2
  207. AutoBubbleBlowerText.Font = Enum.Font.Cartoon
  208. AutoBubbleBlowerText.Text = "DISABLED"
  209. AutoBubbleBlowerText.TextColor3 = Color3.new(1, 1, 1)
  210. AutoBubbleBlowerText.TextScaled = true
  211. AutoBubbleBlowerText.TextSize = 14
  212. AutoBubbleBlowerText.TextStrokeTransparency = 0.75
  213. AutoBubbleBlowerText.TextWrapped = true
  214.  
  215. UIAspectRatioConstraint_2.Parent = AutoOpenerButton
  216. UIAspectRatioConstraint_2.AspectRatio = 3
  217.  
  218. TemplateButton.Name = "TemplateButton"
  219. TemplateButton.Parent = Main
  220. TemplateButton.BackgroundColor3 = Color3.new(1, 1, 1)
  221. TemplateButton.BackgroundTransparency = 1
  222. TemplateButton.Position = UDim2.new(8, 0, 0.100000001, 0)
  223. TemplateButton.Size = UDim2.new(0.800000012, 0, 0.045, 0)
  224. TemplateButton.Visible = false
  225. TemplateButton.ZIndex = 5
  226. TemplateButton.Font = Enum.Font.Cartoon
  227. TemplateButton.TextColor3 = Color3.new(1, 1, 1)
  228. TemplateButton.TextScaled = true
  229. TemplateButton.TextSize = 14
  230. TemplateButton.TextStrokeTransparency = 0.80000001192093
  231. TemplateButton.TextWrapped = true
  232.  
  233. AutoBlowerDesc.Name = "AutoBlowerDesc"
  234. AutoBlowerDesc.Parent = Main
  235. AutoBlowerDesc.AnchorPoint = Vector2.new(1, 0.5)
  236. AutoBlowerDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  237. AutoBlowerDesc.BackgroundTransparency = 1
  238. AutoBlowerDesc.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  239. AutoBlowerDesc.Position = UDim2.new(0.967238188, 0, 0.25, 0)
  240. AutoBlowerDesc.Size = UDim2.new(0.92200011, 0, 0.115160845, 0)
  241. AutoBlowerDesc.ZIndex = 2
  242. AutoBlowerDesc.Font = Enum.Font.Arial
  243. AutoBlowerDesc.Text = "Automatically blows and sells bubbles for you."
  244. AutoBlowerDesc.TextColor3 = Color3.new(1, 1, 1)
  245. AutoBlowerDesc.TextScaled = true
  246. AutoBlowerDesc.TextSize = 14
  247. AutoBlowerDesc.TextStrokeTransparency = 0.75
  248. AutoBlowerDesc.TextWrapped = true
  249.  
  250. AutoBubbleBlowerTitle.Name = "AutoBubbleBlowerTitle"
  251. AutoBubbleBlowerTitle.Parent = Main
  252. AutoBubbleBlowerTitle.AnchorPoint = Vector2.new(1, 0.5)
  253. AutoBubbleBlowerTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  254. AutoBubbleBlowerTitle.BackgroundTransparency = 1
  255. AutoBubbleBlowerTitle.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  256. AutoBubbleBlowerTitle.Position = UDim2.new(0.781523764, 0, 0.150000006, 0)
  257. AutoBubbleBlowerTitle.Size = UDim2.new(0.529142916, 0, 0.0897916555, 0)
  258. AutoBubbleBlowerTitle.ZIndex = 2
  259. AutoBubbleBlowerTitle.Font = Enum.Font.ArialBold
  260. AutoBubbleBlowerTitle.Text = "Auto Bubble Blower"
  261. AutoBubbleBlowerTitle.TextColor3 = Color3.new(1, 1, 1)
  262. AutoBubbleBlowerTitle.TextScaled = true
  263. AutoBubbleBlowerTitle.TextSize = 14
  264. AutoBubbleBlowerTitle.TextStrokeTransparency = 0.75
  265. AutoBubbleBlowerTitle.TextWrapped = true
  266. AutoBubbleBlowerTitle.TextXAlignment = Enum.TextXAlignment.Left
  267.  
  268. AutoEggDesc.Name = "AutoEggDesc"
  269. AutoEggDesc.Parent = Main
  270. AutoEggDesc.AnchorPoint = Vector2.new(1, 0.5)
  271. AutoEggDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  272. AutoEggDesc.BackgroundTransparency = 1
  273. AutoEggDesc.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  274. AutoEggDesc.Position = UDim2.new(0.967238188, 0, 0.600000024, 2)
  275. AutoEggDesc.Size = UDim2.new(0.92200017, 0, 0.137250707, 0)
  276. AutoEggDesc.ZIndex = 2
  277. AutoEggDesc.Font = Enum.Font.Arial
  278. AutoEggDesc.Text = "Press \"Common Egg\" to select the crate or egg you want to open. This automatically purchases eggs / crates and deletes the ones you don't want!"
  279. AutoEggDesc.TextColor3 = Color3.new(1, 1, 1)
  280. AutoEggDesc.TextScaled = true
  281. AutoEggDesc.TextSize = 14
  282. AutoEggDesc.TextStrokeTransparency = 0.75
  283. AutoEggDesc.TextWrapped = true
  284.  
  285. AutoPetTitle.Name = "AutoPetTitle"
  286. AutoPetTitle.Parent = Main
  287. AutoPetTitle.AnchorPoint = Vector2.new(1, 0.5)
  288. AutoPetTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  289. AutoPetTitle.BackgroundTransparency = 1
  290. AutoPetTitle.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  291. AutoPetTitle.Position = UDim2.new(0.913214386, 0, 0.5, -4)
  292. AutoPetTitle.Size = UDim2.new(0.800345302, 0, 0.0897916555, 0)
  293. AutoPetTitle.ZIndex = 2
  294. AutoPetTitle.Font = Enum.Font.ArialBold
  295. AutoPetTitle.Text = "Auto Pet / Hat Purchase/Deletion"
  296. AutoPetTitle.TextColor3 = Color3.new(1, 1, 1)
  297. AutoPetTitle.TextScaled = true
  298. AutoPetTitle.TextSize = 14
  299. AutoPetTitle.TextStrokeTransparency = 0.75
  300. AutoPetTitle.TextWrapped = true
  301.  
  302. AutoBlowBubble.Name = "AutoBlowBubble"
  303. AutoBlowBubble.Parent = Main
  304. AutoBlowBubble.AnchorPoint = Vector2.new(0, 1)
  305. AutoBlowBubble.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  306. AutoBlowBubble.BackgroundTransparency = 1
  307. AutoBlowBubble.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  308. AutoBlowBubble.Position = UDim2.new(0.349999994, 0, 0.419999987, 0)
  309. AutoBlowBubble.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  310. AutoBlowBubble.ZIndex = 2
  311. AutoBlowBubble.Image = "rbxassetid://1511196841"
  312. AutoBlowBubble.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  313. AutoBlowBubble.ScaleType = Enum.ScaleType.Slice
  314. AutoBlowBubble.SliceCenter = Rect.new(9, 11, 91, 89)
  315.  
  316. AutoBubbleBlowerText_2.Name = "AutoBubbleBlowerText"
  317. AutoBubbleBlowerText_2.Parent = AutoBlowBubble
  318. AutoBubbleBlowerText_2.AnchorPoint = Vector2.new(0.5, 0.5)
  319. AutoBubbleBlowerText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  320. AutoBubbleBlowerText_2.BackgroundTransparency = 1
  321. AutoBubbleBlowerText_2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  322. AutoBubbleBlowerText_2.Position = UDim2.new(0.5, 0, 0.5, -2)
  323. AutoBubbleBlowerText_2.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  324. AutoBubbleBlowerText_2.ZIndex = 2
  325. AutoBubbleBlowerText_2.Font = Enum.Font.Cartoon
  326. AutoBubbleBlowerText_2.Text = "DISABLED"
  327. AutoBubbleBlowerText_2.TextColor3 = Color3.new(1, 1, 1)
  328. AutoBubbleBlowerText_2.TextScaled = true
  329. AutoBubbleBlowerText_2.TextSize = 14
  330. AutoBubbleBlowerText_2.TextStrokeTransparency = 0.75
  331. AutoBubbleBlowerText_2.TextWrapped = true
  332.  
  333. UIAspectRatioConstraint_3.Parent = AutoBlowBubble
  334. UIAspectRatioConstraint_3.AspectRatio = 3
  335.  
  336. EggScroller.Name = "EggScroller"
  337. EggScroller.Parent = Main
  338. EggScroller.BackgroundColor3 = Color3.new(0.2, 0.505882, 1)
  339. EggScroller.BorderSizePixel = 0
  340. EggScroller.Position = UDim2.new(0.0500000119, 0, 0.119999997, 1)
  341. EggScroller.Size = UDim2.new(0.899999976, 0, 0.550000012, 0)
  342. EggScroller.Visible = false
  343. EggScroller.ZIndex = 5
  344. EggScroller.ScrollBarThickness = 8
  345. EggScroller.CanvasSize = UDim2.new(0, 0, 2.2, 0)
  346.  
  347. UIListLayout.Parent = nil
  348. UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  349. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  350. UIListLayout.Padding = UDim.new(0, 0)
  351.  
  352. Settings.Name = "Settings"
  353. Settings.Parent = BubbleGUI
  354. Settings.BackgroundTransparency = 1
  355. Settings.BorderSizePixel = 0
  356. Settings.Position = UDim2.new(0.635, 0, 0.25, 0)
  357. Settings.Size = UDim2.new(0.25, 0, 0.550000012, 0)
  358. Settings.ZIndex = 2
  359. Settings.Image = "rbxassetid://1285673399"
  360. Settings.ImageColor3 = Color3.new(0.2, 0.505882, 1)
  361. Settings.ScaleType = Enum.ScaleType.Slice
  362. Settings.SliceCenter = Rect.new(8, 8, 247, 247)
  363. Settings.Visible = false
  364.  
  365. UIAspectRatioConstraint_4.Parent = Settings
  366. UIAspectRatioConstraint_4.DominantAxis = Enum.DominantAxis.Height
  367.  
  368. Outline_2.Name = "Outline"
  369. Outline_2.Parent = Settings
  370. Outline_2.BackgroundTransparency = 1
  371. Outline_2.BorderSizePixel = 0
  372. Outline_2.Position = UDim2.new(0, 0, 0.0199999996, 0)
  373. Outline_2.Size = UDim2.new(1, 0, 1, 0)
  374. Outline_2.Image = "rbxassetid://1285673399"
  375. Outline_2.ImageColor3 = Color3.new(0.137255, 0.356863, 0.701961)
  376. Outline_2.ScaleType = Enum.ScaleType.Slice
  377. Outline_2.SliceCenter = Rect.new(8, 8, 247, 247)
  378.  
  379. TextLabel_2.Parent = Settings
  380. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  381. TextLabel_2.BackgroundTransparency = 1
  382. TextLabel_2.Position = UDim2.new(0.0749999881, 0, -0.0700000003, 0)
  383. TextLabel_2.Size = UDim2.new(0.850000024, 0, 0.150000006, 0)
  384. TextLabel_2.ZIndex = 2
  385. TextLabel_2.Font = Enum.Font.Cartoon
  386. TextLabel_2.Text = "SETTINGS"
  387. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  388. TextLabel_2.TextScaled = true
  389. TextLabel_2.TextSize = 14
  390. TextLabel_2.TextStrokeTransparency = 0.80000001192093
  391. TextLabel_2.TextWrapped = true
  392.  
  393. Outline2_2.Name = "Outline2"
  394. Outline2_2.Parent = Settings
  395. Outline2_2.BackgroundTransparency = 1
  396. Outline2_2.BorderSizePixel = 0
  397. Outline2_2.Position = UDim2.new(0.0749999881, 0, -0.0599999987, 0)
  398. Outline2_2.Size = UDim2.new(0.850000024, 0, 1, 0)
  399. Outline2_2.Image = "rbxassetid://1285673399"
  400. Outline2_2.ImageColor3 = Color3.new(0.2, 0.505882, 1)
  401. Outline2_2.ScaleType = Enum.ScaleType.Slice
  402. Outline2_2.SliceCenter = Rect.new(8, 8, 247, 247)
  403.  
  404. TripleEgg.Name = "TripleEgg"
  405. TripleEgg.Parent = Settings
  406. TripleEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  407. TripleEgg.BackgroundTransparency = 1
  408. TripleEgg.Position = UDim2.new(0.0500000007, 0, 0.150000006, 0)
  409. TripleEgg.Size = UDim2.new(0.550000012, 0, 0.100000001, 0)
  410. TripleEgg.ZIndex = 3
  411. TripleEgg.Font = Enum.Font.Cartoon
  412. TripleEgg.Text = "Triple Egg:"
  413. TripleEgg.TextColor3 = Color3.new(1, 1, 1)
  414. TripleEgg.TextScaled = true
  415. TripleEgg.TextSize = 14
  416. TripleEgg.TextStrokeTransparency = 0.80000001192093
  417. TripleEgg.TextWrapped = true
  418. TripleEgg.TextXAlignment = Enum.TextXAlignment.Left
  419.  
  420. TripleEggStatus.Name = "TripleEggStatus"
  421. TripleEggStatus.Parent = Settings
  422. TripleEggStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  423. TripleEggStatus.BackgroundTransparency = 1
  424. TripleEggStatus.Position = UDim2.new(0.5, 0, 0.150000006, 0)
  425. TripleEggStatus.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  426. TripleEggStatus.ZIndex = 3
  427. TripleEggStatus.Font = Enum.Font.Cartoon
  428. TripleEggStatus.Text = "FALSE"
  429. TripleEggStatus.TextColor3 = Color3.new(1, 0, 0)
  430. TripleEggStatus.TextScaled = true
  431. TripleEggStatus.TextSize = 14
  432. TripleEggStatus.TextStrokeTransparency = 0.89999997615814
  433. TripleEggStatus.TextWrapped = true
  434. TripleEggStatus.TextXAlignment = Enum.TextXAlignment.Left
  435.  
  436. KeepEpic.Name = "KeepEpic"
  437. KeepEpic.Parent = Settings
  438. KeepEpic.BackgroundColor3 = Color3.new(1, 1, 1)
  439. KeepEpic.BackgroundTransparency = 1
  440. KeepEpic.Position = UDim2.new(0.0500000007, 0, 0.300000012, 0)
  441. KeepEpic.Size = UDim2.new(0.550000012, 0, 0.100000001, 0)
  442. KeepEpic.ZIndex = 3
  443. KeepEpic.Font = Enum.Font.Cartoon
  444. KeepEpic.Text = "Keep Epic:"
  445. KeepEpic.TextColor3 = Color3.new(1, 1, 1)
  446. KeepEpic.TextScaled = true
  447. KeepEpic.TextSize = 14
  448. KeepEpic.TextStrokeTransparency = 0.80000001192093
  449. KeepEpic.TextWrapped = true
  450. KeepEpic.TextXAlignment = Enum.TextXAlignment.Left
  451.  
  452. KeepLegendary.Name = "KeepLegendary"
  453. KeepLegendary.Parent = Settings
  454. KeepLegendary.BackgroundColor3 = Color3.new(1, 1, 1)
  455. KeepLegendary.BackgroundTransparency = 1
  456. KeepLegendary.Position = UDim2.new(0.0500000007, 0, 0.449999988, 0)
  457. KeepLegendary.Size = UDim2.new(0.550000012, 0, 0.100000001, 0)
  458. KeepLegendary.ZIndex = 3
  459. KeepLegendary.Font = Enum.Font.Cartoon
  460. KeepLegendary.Text = "Keep Legend:"
  461. KeepLegendary.TextColor3 = Color3.new(1, 1, 1)
  462. KeepLegendary.TextScaled = true
  463. KeepLegendary.TextSize = 14
  464. KeepLegendary.TextStrokeTransparency = 0.80000001192093
  465. KeepLegendary.TextWrapped = true
  466. KeepLegendary.TextXAlignment = Enum.TextXAlignment.Left
  467.  
  468. FastOpenLabel.Name = "KeepLegendary"
  469. FastOpenLabel.Parent = Settings
  470. FastOpenLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  471. FastOpenLabel.BackgroundTransparency = 1
  472. FastOpenLabel.Position = UDim2.new(0.0500000007, 0, 0.6, 0)
  473. FastOpenLabel.Size = UDim2.new(0.550000012, 0, 0.100000001, 0)
  474. FastOpenLabel.ZIndex = 3
  475. FastOpenLabel.Font = Enum.Font.Cartoon
  476. FastOpenLabel.Text = "Faster Open:"
  477. FastOpenLabel.TextColor3 = Color3.new(1, 1, 1)
  478. FastOpenLabel.TextScaled = true
  479. FastOpenLabel.TextSize = 14
  480. FastOpenLabel.TextStrokeTransparency = 0.80000001192093
  481. FastOpenLabel.TextWrapped = true
  482. FastOpenLabel.TextXAlignment = Enum.TextXAlignment.Left
  483.  
  484. AutoBlowBubble_2.Name = "AutoBlowBubble" -- Keep Epic
  485. AutoBlowBubble_2.Parent = Settings
  486. AutoBlowBubble_2.AnchorPoint = Vector2.new(0, 1)
  487. AutoBlowBubble_2.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  488. AutoBlowBubble_2.BackgroundTransparency = 1
  489. AutoBlowBubble_2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  490. AutoBlowBubble_2.Position = UDim2.new(0.5, 0, 0.400000006, 0)
  491. AutoBlowBubble_2.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  492. AutoBlowBubble_2.ZIndex = 2
  493. AutoBlowBubble_2.Image = "rbxassetid://1511196841"
  494. AutoBlowBubble_2.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  495. AutoBlowBubble_2.ScaleType = Enum.ScaleType.Slice
  496. AutoBlowBubble_2.SliceCenter = Rect.new(9, 11, 91, 89)
  497.  
  498. AutoBubbleBlowerText_3.Name = "AutoBubbleBlowerText"
  499. AutoBubbleBlowerText_3.Parent = AutoBlowBubble_2
  500. AutoBubbleBlowerText_3.AnchorPoint = Vector2.new(0.5, 0.5)
  501. AutoBubbleBlowerText_3.BackgroundColor3 = Color3.new(1, 1, 1)
  502. AutoBubbleBlowerText_3.BackgroundTransparency = 1
  503. AutoBubbleBlowerText_3.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  504. AutoBubbleBlowerText_3.Position = UDim2.new(0.5, 0, 0.5, -2)
  505. AutoBubbleBlowerText_3.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  506. AutoBubbleBlowerText_3.ZIndex = 2
  507. AutoBubbleBlowerText_3.Font = Enum.Font.Cartoon
  508. AutoBubbleBlowerText_3.Text = "DISABLED"
  509. AutoBubbleBlowerText_3.TextColor3 = Color3.new(1, 1, 1)
  510. AutoBubbleBlowerText_3.TextScaled = true
  511. AutoBubbleBlowerText_3.TextSize = 14
  512. AutoBubbleBlowerText_3.TextStrokeTransparency = 0.75
  513. AutoBubbleBlowerText_3.TextWrapped = true
  514.  
  515. UIAspectRatioConstraint_5.Parent = AutoBlowBubble_2
  516. UIAspectRatioConstraint_5.AspectRatio = 3
  517.  
  518. AutoBlowBubble_3.Name = "AutoBlowBubble" -- Keep Legendary
  519. AutoBlowBubble_3.Parent = Settings
  520. AutoBlowBubble_3.AnchorPoint = Vector2.new(0, 1)
  521. AutoBlowBubble_3.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  522. AutoBlowBubble_3.BackgroundTransparency = 1
  523. AutoBlowBubble_3.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  524. AutoBlowBubble_3.Position = UDim2.new(0.600000024, 0, 0.550000012, 0)
  525. AutoBlowBubble_3.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  526. AutoBlowBubble_3.ZIndex = 2
  527. AutoBlowBubble_3.Image = "rbxassetid://1511196841"
  528. AutoBlowBubble_3.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  529. AutoBlowBubble_3.ScaleType = Enum.ScaleType.Slice
  530. AutoBlowBubble_3.SliceCenter = Rect.new(9, 11, 91, 89)
  531.  
  532. AutoBubbleBlowerText_4.Name = "AutoBubbleBlowerText"
  533. AutoBubbleBlowerText_4.Parent = AutoBlowBubble_3
  534. AutoBubbleBlowerText_4.AnchorPoint = Vector2.new(0.5, 0.5)
  535. AutoBubbleBlowerText_4.BackgroundColor3 = Color3.new(1, 1, 1)
  536. AutoBubbleBlowerText_4.BackgroundTransparency = 1
  537. AutoBubbleBlowerText_4.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  538. AutoBubbleBlowerText_4.Position = UDim2.new(0.5, 0, 0.5, -2)
  539. AutoBubbleBlowerText_4.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  540. AutoBubbleBlowerText_4.ZIndex = 2
  541. AutoBubbleBlowerText_4.Font = Enum.Font.Cartoon
  542. AutoBubbleBlowerText_4.Text = "DISABLED"
  543. AutoBubbleBlowerText_4.TextColor3 = Color3.new(1, 1, 1)
  544. AutoBubbleBlowerText_4.TextScaled = true
  545. AutoBubbleBlowerText_4.TextSize = 14
  546. AutoBubbleBlowerText_4.TextStrokeTransparency = 0.75
  547. AutoBubbleBlowerText_4.TextWrapped = true
  548.  
  549. UIAspectRatioConstraint_6.Parent = AutoBlowBubble_3
  550. UIAspectRatioConstraint_6.AspectRatio = 3
  551.  
  552. -- Faster Open
  553. FastOpenButton.Name = "AutoBlowBubble" -- Keep Legendary
  554. FastOpenButton.Parent = Settings
  555. FastOpenButton.AnchorPoint = Vector2.new(0, 1)
  556. FastOpenButton.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  557. FastOpenButton.BackgroundTransparency = 1
  558. FastOpenButton.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  559. FastOpenButton.Position = UDim2.new(0.6, 0, 0.7, 0)
  560. FastOpenButton.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  561. FastOpenButton.ZIndex = 2
  562. FastOpenButton.Image = "rbxassetid://1511196841"
  563. FastOpenButton.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  564. FastOpenButton.ScaleType = Enum.ScaleType.Slice
  565. FastOpenButton.SliceCenter = Rect.new(9, 11, 91, 89)
  566.  
  567. FastOpenButtonText.Name = "AutoBubbleBlowerText"
  568. FastOpenButtonText.Parent = FastOpenButton
  569. FastOpenButtonText.AnchorPoint = Vector2.new(0.5, 0.5)
  570. FastOpenButtonText.BackgroundColor3 = Color3.new(1, 1, 1)
  571. FastOpenButtonText.BackgroundTransparency = 1
  572. FastOpenButtonText.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  573. FastOpenButtonText.Position = UDim2.new(0.5, 0, 0.5, -2)
  574. FastOpenButtonText.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  575. FastOpenButtonText.ZIndex = 2
  576. FastOpenButtonText.Font = Enum.Font.Cartoon
  577. FastOpenButtonText.Text = "DISABLED"
  578. FastOpenButtonText.TextColor3 = Color3.new(1, 1, 1)
  579. FastOpenButtonText.TextScaled = true
  580. FastOpenButtonText.TextSize = 14
  581. FastOpenButtonText.TextStrokeTransparency = 0.75
  582. FastOpenButtonText.TextWrapped = true
  583.  
  584. FastOpenUIAspectRatioConstraint.Parent = FastOpenButton
  585. FastOpenUIAspectRatioConstraint.AspectRatio = 3
  586.  
  587.  
  588.  
  589. AutoEggDesc_2.Name = "AutoEggDesc"
  590. AutoEggDesc_2.Parent = Settings
  591. AutoEggDesc_2.AnchorPoint = Vector2.new(1, 0.5)
  592. AutoEggDesc_2.BackgroundColor3 = Color3.new(1, 1, 1)
  593. AutoEggDesc_2.BackgroundTransparency = 1
  594. AutoEggDesc_2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  595. AutoEggDesc_2.Position = UDim2.new(0.95, 0, 0.88, 0)
  596. AutoEggDesc_2.Size = UDim2.new(0.9, 0, 0.25, 0)
  597. AutoEggDesc_2.ZIndex = 2
  598. AutoEggDesc_2.Font = Enum.Font.ArialBold
  599. AutoEggDesc_2.Text = "NOTE: If \"Keep Epic\" or \"Keep Legendary\" is set to disabled, then they will delete automatically when recieved."
  600. AutoEggDesc_2.TextColor3 = Color3.new(1, 1, 1)
  601. AutoEggDesc_2.TextScaled = true
  602. AutoEggDesc_2.TextSize = 14
  603. AutoEggDesc_2.TextStrokeTransparency = 0.75
  604. AutoEggDesc_2.TextWrapped = true
  605.  
  606. Log.Name = "Log"
  607. Log.Parent = BubbleGUI
  608. Log.AnchorPoint = Vector2.new(0.5, 0)
  609. Log.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  610. Log.BackgroundTransparency = 1
  611. Log.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  612. Log.Position = UDim2.new(0.499593467, 0, 0.0274019241, 0)
  613. Log.Size = UDim2.new(0.300000012, 0, 0.06332881, 0)
  614. Log.ZIndex = 55
  615. Log.Image = "rbxassetid://1511196841"
  616. Log.ImageColor3 = Color3.new(0.243137, 0.380392, 1)
  617. Log.ScaleType = Enum.ScaleType.Slice
  618. Log.SliceCenter = Rect.new(9, 11, 91, 89)
  619.  
  620. LogText.Name = "LogText"
  621. LogText.Parent = Log
  622. LogText.AnchorPoint = Vector2.new(0.5, 0.5)
  623. LogText.BackgroundColor3 = Color3.new(1, 1, 1)
  624. LogText.BackgroundTransparency = 1
  625. LogText.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  626. LogText.Position = UDim2.new(0.5, 0, 0.5, -2)
  627. LogText.Size = UDim2.new(0.899999976, 0, 0.899999976, 0)
  628. LogText.ZIndex = 56
  629. LogText.Font = Enum.Font.Cartoon
  630. LogText.Text = "Click to Open"
  631. LogText.TextColor3 = Color3.new(1, 1, 1)
  632. LogText.TextScaled = true
  633. LogText.TextSize = 14
  634. LogText.TextStrokeTransparency = 0.75
  635. LogText.TextWrapped = true
  636.  
  637. -- Scripts:
  638. local Player = game.Players.LocalPlayer
  639. local Character = Player.Character or Player.CharacterAdded:wait()
  640. local Eggs = {}
  641. local Functions = {}
  642. local Settings = {
  643. TripleEgg = game:GetService("MarketplaceService"):UserOwnsGamePassAsync(Player.userId, 5502695),
  644. KeepEpic = true,
  645. KeepLegendary = true,
  646. RemoveUI = false
  647. }
  648. local SavedInstancesFolder = Instance.new("Folder")
  649. SavedInstancesFolder.Name = "SavedInstancesFolder"
  650. SavedInstancesFolder.Parent = game.CoreGui
  651. -- Will figure out how to properly restore these elements below in future update
  652. local SavedInstances = {
  653. "StatsFrame",
  654. "MainButtons",
  655. "Settings",
  656. "HeightMeter",
  657. "Hotkey",
  658. "PetHatch"
  659. }
  660. local ChosenEgg = "Common Egg"
  661. local DisabledColor = Color3.fromRGB(125, 125, 125)
  662. local EnabledColor = Color3.fromRGB(64, 255, 64)
  663. local PetModule
  664. local HatModule
  665. local AutoProfit = false
  666. local AutoOpen = false
  667.  
  668. -- Grab Modules
  669. for _, ModuleScript in pairs(game.ReplicatedStorage:GetDescendants()) do
  670. if ModuleScript:IsA("ModuleScript") and ModuleScript.Name == "PetModule" then
  671. PetModule = require(ModuleScript)
  672. elseif ModuleScript:IsA("ModuleScript") and ModuleScript.Name == "HatModule" then
  673. HatModule = require(ModuleScript)
  674. end
  675. end
  676.  
  677. -- Grab Eggs
  678. for _, egg in next, workspace.Eggs:GetChildren() do
  679. Eggs[#Eggs + 1] = egg
  680. end
  681.  
  682. -- Log Text Functions
  683. local LogText = function(Text)
  684. pcall(function()
  685. LogText.Text = tostring(Text)
  686. end)
  687. end
  688.  
  689. -- Grab Functions
  690. local FireNetwork = function(...)
  691. Functions[1]:FireServer(...)
  692. end
  693.  
  694. for A,B in next, debug.getregistry() do
  695. if type(B) == "function" then
  696. pcall(function()
  697. for X,Z in next, debug.getupvalues(B) do
  698. if X == "Network" then
  699. Functions[#Functions + 1] = Z
  700. end
  701. end
  702. end)
  703. end
  704. end
  705.  
  706. for _,Remote in pairs (game:GetDescendants()) do
  707. if Remote:IsA("RemoteEvent") then
  708. Remote.OnClientEvent:Connect(function(ArgOne, ...)
  709. if AutoOpen == true then
  710. if ArgOne == "DataChanged" then
  711. if typeof (...) == "table" then
  712. for A,B in ipairs (...) do
  713. if typeof(B) == "table" then
  714. if string.len(tostring(B[1])) == 36 then
  715. wait()
  716. --print(B[2])
  717. if string.sub(ChosenEgg, -5) == "Crate" then
  718. -- Delete hat code
  719. pcall(function()
  720. if HatModule[tostring(B[2])]["Rarity"] == "Epic" then
  721. if Settings.KeepEpic ~= true then
  722. if B[6] ~= true then
  723. LogText("Deleted Hat: " .. tostring(B[2]))
  724. FireNetwork("DeleteHat", tostring(B[1]))
  725. end
  726. end
  727. elseif HatModule[tostring(B[2])]["Rarity"] == "Legendary" then
  728. if Settings.KeepLegendary ~= true then
  729. if B[6] ~= true then
  730. LogText("Deleted Hat: " .. tostring(B[2]))
  731. FireNetwork("DeleteHat", tostring(B[1]))
  732. end
  733. end
  734. else
  735. if B[6] ~= true then
  736. LogText("Deleted Hat: " .. tostring(B[2]))
  737. FireNetwork("DeleteHat", tostring(B[1]))
  738. end
  739. end
  740. end)
  741. elseif string.sub(ChosenEgg, -3) == "Egg" then
  742. pcall(function()
  743. if PetModule[tostring(B[2])]["Rarity"] == "Epic" then
  744. if Settings.KeepEpic ~= true then
  745. if B[6] ~= true then
  746. LogText("Deleted Pet: " .. tostring(B[2]))
  747. FireNetwork("DeletePet", tostring(B[1]))
  748. end
  749. end
  750. elseif PetModule[tostring(B[2])]["Rarity"] == "Legendary" then
  751. if Settings.KeepLegendary ~= true then
  752. if B[6] ~= true then
  753. LogText("Deleted Pet: " .. tostring(B[2]))
  754. FireNetwork("DeletePet", tostring(B[1]))
  755. end
  756. end
  757. else
  758. if B[6] ~= true then
  759. LogText("Deleted Pet: " .. tostring(B[2]))
  760. FireNetwork("DeletePet", tostring(B[1]))
  761. end
  762. end
  763. end)
  764. end
  765. end
  766. end
  767. end
  768. end
  769. end
  770. end
  771. end)
  772. end
  773. end
  774.  
  775. for i,v in pairs(Player.PlayerGui.ScreenGui:GetDescendants()) do
  776. if v.Name == SavedInstances[1] or v.Name == SavedInstances[2] or v.Name == SavedInstances[3] or v.Name == SavedInstances[4] or v.Name == SavedInstances[5] or v.Name == SavedInstances[6] then
  777. local new = v:Clone()
  778. new.Name = v.Name
  779. new.Parent = SavedInstancesFolder
  780. end
  781. end
  782. -----------
  783. if Settings.TripleEgg == true then
  784. TripleEggStatus.Text = "TRUE"
  785. TripleEggStatus.TextColor3 = Color3.fromRGB(64, 255, 64)
  786. elseif Settings.TripleEgg == false then
  787. TripleEggStatus.Text = "FALSE"
  788. TripleEggStatus.TextColor3 = Color3.fromRGB(255, 0, 0)
  789. end
  790.  
  791. AutoBlowBubble_2.ImageColor3 = EnabledColor
  792. AutoBubbleBlowerText_3.Text = "ENABLED"
  793.  
  794. AutoBlowBubble_3.ImageColor3 = EnabledColor
  795. AutoBubbleBlowerText_4.Text = "ENABLED"
  796.  
  797. LogText("Developer: Titanium Developer#9736")
  798. wait(3)
  799. LogText("Discord: https://discord.gg/6qcVZcU")
  800. wait(3)
  801. LogText("New UI & Crate Opening - Stevee#7213")
  802. wait(3)
  803. LogText("Click To Open")
  804.  
  805. AutoBlowBubble.MouseButton1Click:Connect(function()
  806. if AutoProfit then
  807. LogText("Disabled Bubble Blower")
  808. AutoBubbleBlowerText_2.Text = "DISABLED"
  809. AutoBlowBubble.ImageColor3 = DisabledColor
  810. AutoProfit = false
  811. else
  812. AutoProfit = true
  813. AutoBubbleBlowerText_2.Text = "ENABLED"
  814. AutoBlowBubble.ImageColor3 = EnabledColor
  815. LogText("Enabled Bubble Blower")
  816. repeat
  817. wait(1)
  818. FireNetwork("BlowBubble")
  819. FireNetwork("ClaimAchievement", 1)
  820. FireNetwork("ClaimAchievement", 2)
  821. FireNetwork("ClaimAchievement", 3)
  822. FireNetwork("ClaimAchievement", 4)
  823. until AutoProfit == false
  824. end
  825. end)
  826.  
  827. AutoOpenerButton.MouseButton1Click:Connect(function()
  828. if AutoOpen then
  829. LogText("Disabled Auto Open")
  830. AutoOpen = false
  831. AutoOpenerButton.ImageColor3 = DisabledColor
  832. AutoBubbleBlowerText.Text = "DISABLED"
  833. else
  834. AutoOpen = true
  835. AutoOpenerButton.ImageColor3 = EnabledColor
  836. AutoBubbleBlowerText.Text = "ENABLED"
  837. LogText("Enabled Auto Open")
  838. repeat
  839. if Settings.TripleEgg == true then
  840. FireNetwork("PurchaseEgg", Object.Text, "Multi")
  841. elseif Settings.TripleEgg == false then
  842. FireNetwork("PurchaseEgg", Object.Text)
  843. end
  844. if Settings.RemoveUI == true then
  845. wait(2)
  846. elseif Settings.RemoveUI == false then
  847. wait(4)
  848. end
  849. until AutoOpen == false
  850. end
  851. end)
  852.  
  853. ChooseEgg.MouseButton1Click:Connect(function()
  854. if EggScroller.Visible then
  855. EggScroller.Visible = false
  856. else
  857. -- Delete old buttons incase of a break
  858. for i, v in pairs(EggScroller:GetChildren()) do
  859. if v:IsA("TextLabel") or v:IsA("TextButton") or v:IsA("ImageButton") then
  860. v:Destroy()
  861. end
  862. end
  863. -- Set up buttons
  864. local count = 0
  865. for i,v in pairs(Eggs) do
  866. if #EggScroller:GetChildren() < 1 then
  867. local Template = TemplateButton:Clone()
  868. Template.Name = tostring(v)
  869. Template.Text = tostring(v)
  870. Template.Visible = true
  871. Template.Position = UDim2.new(0.1, 0, 0, 0)
  872. Template.Parent = EggScroller
  873. count = count + 1
  874. else
  875. local Template = TemplateButton:Clone()
  876. Template.Name = tostring(v)
  877. Template.Text = tostring(v)
  878. Template.Visible = true
  879. Template.Position = UDim2.new(0.1, 0, (count / 10) / 3, 0)
  880. Template.Parent = EggScroller
  881. count = count + 1
  882. end
  883. end
  884. EggScroller.Visible = true
  885. end
  886. end)
  887.  
  888. AutoBlowBubble_2.MouseButton1Click:Connect(function()
  889. if Settings.KeepEpic then
  890. Settings.KeepEpic = false
  891. LogText("Disabled keeping Epic Items")
  892. AutoBubbleBlowerText_3.Text = "DISABLED"
  893. AutoBlowBubble_2.ImageColor3 = DisabledColor
  894. else
  895. Settings.KeepEpic = true
  896. LogText("Enabled keeping Epic Items")
  897. AutoBubbleBlowerText_3.Text = "ENABLED"
  898. AutoBlowBubble_2.ImageColor3 = EnabledColor
  899. end
  900. end)
  901.  
  902. AutoBlowBubble_3.MouseButton1Click:Connect(function()
  903. if Settings.KeepLegendary then
  904. Settings.KeepLegendary = false
  905. LogText("Disabled keeping Legendary Items")
  906. AutoBubbleBlowerText_4.Text = "DISABLED"
  907. AutoBlowBubble_3.ImageColor3 = DisabledColor
  908. else
  909. Settings.KeepLegendary = true
  910. LogText("Enabled keeping Legendary Items")
  911. AutoBubbleBlowerText_4.Text = "ENABLED"
  912. AutoBlowBubble_3.ImageColor3 = EnabledColor
  913. end
  914. end)
  915.  
  916. Log.MouseButton1Click:Connect(function()
  917. if Main.Visible == true then
  918. LogText("Click to Open")
  919. for i,v in pairs(BubbleGUI:GetChildren()) do
  920. if v.Name ~= "Log" then
  921. v.Visible = false
  922. end
  923. end
  924. else
  925. LogText("Click to Close")
  926. for i,v in pairs(BubbleGUI:GetChildren()) do
  927. if v.Name ~= "Log" then
  928. v.Visible = true
  929. end
  930. end
  931. end
  932. end)
  933.  
  934. FastOpenButton.MouseButton1Click:Connect(function()
  935. if Settings.RemoveUI == true then
  936. LogText("Disabled Faster Open")
  937. Settings.RemoveUI = false
  938. FastOpenButtonText.Text = "DISABLED"
  939. FastOpenButton.ImageColor3 = DisabledColor
  940. else
  941. LogText("Enabled Faster Open")
  942. Settings.RemoveUI = true
  943. FastOpenButtonText.Text = "ENABLED"
  944. FastOpenButton.ImageColor3 = EnabledColor
  945. end
  946. end)
  947.  
  948. -- Anti AFK
  949. local VirtualUser = game:GetService("VirtualUser")
  950. Player.Idled:Connect(function()
  951. VirtualUser:CaptureController()
  952. VirtualUser:ClickButton2(Vector2.new())
  953. end)
  954.  
  955.  
  956. game.Players.LocalPlayer.PlayerGui.ScreenGui.ChildAdded:Connect(function(Child)
  957. if Settings.RemoveUI == true then
  958. if Child.Name == "MultiPetHatch" or Child.Name == "PetHatch" then
  959. Child:Destroy()
  960. end
  961. end
  962. end)
  963.  
  964. while wait() do
  965. for i,v in pairs(EggScroller:GetChildren()) do
  966. if v:IsA("TextLabel") or v:IsA("TextButton") or v:IsA("ImageButton") then
  967. v.MouseButton1Click:Connect(function()
  968. ChosenEgg = v.Name
  969. Object.Text = v.Name
  970. LogText("Selected " .. v.Name)
  971. if EggScroller.Visible then
  972. EggScroller.Visible = false
  973. end
  974. end)
  975. end
  976. end
  977. end
  978.  
  979. game:GetService("RunService").Heartbeat:Connect(function()
  980. Settings.TripleEgg = game:GetService("MarketplaceService"):UserOwnsGamePassAsync(Player.userId, 5502695)
  981. if Settings.TripleEgg == true then
  982. TripleEggStatus.Text = "TRUE"
  983. TripleEggStatus.TextColor3 = Color3.fromRGB(64, 255, 64)
  984. elseif Settings.TripleEgg == false then
  985. TripleEggStatus.Text = "FALSE"
  986. TripleEggStatus.TextColor3 = Color3.fromRGB(255, 0, 0)
  987. end
  988. end)
  989. end)
  990.  
  991. CANDY.Name = "CANDY"
  992. CANDY.Parent = THESIDX
  993. CANDY.BackgroundColor3 = Color3.new(1, 1, 1)
  994. CANDY.Position = UDim2.new(0.0387931094, 0, 0.72559011, 0)
  995. CANDY.Size = UDim2.new(0, 200, 0, 50)
  996. CANDY.Style = Enum.ButtonStyle.RobloxRoundButton
  997. CANDY.Font = Enum.Font.SourceSans
  998. CANDY.Text = "AUTO FARM BRICKS"
  999. CANDY.TextColor3 = Color3.new(0, 0, 0)
  1000. CANDY.TextSize = 26
  1001. CANDY.MouseButton1Click:connect(function()
  1002.  
  1003. -- This is made for the last toy land area
  1004. for i , v in pairs(game.Workspace.FloatingIslands["Toy Land"]["Teddy Island"]:GetChildren()) do
  1005. if v.ClassName == "Model" then
  1006. for i , b in pairs(v:GetChildren()) do
  1007. if b.ClassName ~= "Model" then
  1008. if b.ClassName ~= "BillboardGui" then
  1009. b.CanCollide = false
  1010. end
  1011. end
  1012. if b.ClassName == "Model" then
  1013. for i , c in pairs(b:GetChildren()) do
  1014. if c.ClassName ~= "Model" then
  1015. c.CanCollide = false
  1016. end
  1017. if c.ClassName == "Model" then
  1018. for i , d in pairs(c:GetChildren()) do
  1019. if d.ClassName ~= "Model" then
  1020. d.CanCollide = false
  1021. end
  1022. end
  1023. end
  1024. end
  1025. end
  1026. end
  1027. end
  1028. end
  1029. for i , v in pairs(game.Workspace.FloatingIslands["Toy Land"]["Teddy Island"].Decore.Shrine.Decore.Mountains:GetChildren()) do
  1030. if v.ClassName ~= "Model" then
  1031. v.CanCollide = false
  1032. else
  1033. for i,b in pairs(v:GetChildren()) do
  1034. b.CanCollide = false
  1035. end
  1036. end
  1037.  
  1038. end
  1039. for i , v in pairs(game.Workspace.Eggs:GetChildren()) do
  1040. for i , b in pairs(v:GetChildren()) do
  1041. if b.ClassName == "Model" then
  1042. for i , c in pairs(b:GetChildren()) do
  1043. if c.ClassName == "Model" then
  1044. for i , as in pairs(c:GetChildren()) do
  1045. if as.ClassName ~= "Script" then
  1046. as.CanCollide = false
  1047. end
  1048. end
  1049. else
  1050. if c.ClassName ~= "StringValue" then
  1051. c.CanCollide = false
  1052. end
  1053. end
  1054. end
  1055. else
  1056. b.CanCollide = false
  1057. end
  1058. end
  1059. end
  1060.  
  1061.  
  1062. while wait() do
  1063. local hum = game:GetService("Players").LocalPlayer.Character.Humanoid
  1064. for i , v in pairs(game.Workspace.Pickups:GetChildren()) do
  1065. if v.ClassName ~= "Model" then
  1066. if game.Players.LocalPlayer:DistanceFromCharacter(v.Position) < 100 then
  1067. hum:MoveTo(v.Position)
  1068. hum.MoveToFinished:wait()
  1069. end
  1070. end
  1071. end
  1072. end
  1073. end)
  1074.  
  1075. EARTH.Name = "EARTH"
  1076. EARTH.Parent = THESIDX
  1077. EARTH.BackgroundColor3 = Color3.new(1, 1, 1)
  1078. EARTH.Position = UDim2.new(0.0344827585, 0, 0.393822372, 0)
  1079. EARTH.Size = UDim2.new(0, 95, 0, 50)
  1080. EARTH.Style = Enum.ButtonStyle.RobloxRoundButton
  1081. EARTH.Font = Enum.Font.SourceSans
  1082. EARTH.Text = "TOY LAND"
  1083. EARTH.TextColor3 = Color3.new(0, 0, 0)
  1084. EARTH.TextSize = 22
  1085. EARTH.MouseButton1Click:connect(function()
  1086. for i,v in pairs(game.Workspace.FloatingIslands["Toy Land"]:GetChildren()) do
  1087. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Collision.CFrame
  1088. wait(1)
  1089. end
  1090. end)
  1091.  
  1092. CANDYL.Name = "CANDYL"
  1093. CANDYL.Parent = THESIDX
  1094. CANDYL.BackgroundColor3 = Color3.new(1, 1, 1)
  1095. CANDYL.Position = UDim2.new(0.517241359, 0, 0.393822372, 0)
  1096. CANDYL.Size = UDim2.new(0, 95, 0, 50)
  1097. CANDYL.Style = Enum.ButtonStyle.RobloxRoundButton
  1098. CANDYL.Font = Enum.Font.SourceSans
  1099. CANDYL.Text = "CANDY LAND"
  1100. CANDYL.TextColor3 = Color3.new(0, 0, 0)
  1101. CANDYL.TextSize = 20
  1102. CANDYL.MouseButton1Click:connect(function()
  1103. for i,v in pairs(game.Workspace.FloatingIslands["Candy Land"]:GetChildren()) do
  1104. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Collision.CFrame
  1105. wait(1)
  1106. end
  1107. end)
  1108.  
  1109. up.Name = "up"
  1110. up.Parent = THESIDX
  1111. up.BackgroundColor3 = Color3.new(0, 0, 0)
  1112. up.Position = UDim2.new(-0.0392613895, 0, -0.039538648, 0)
  1113. up.Size = UDim2.new(0, 230, 0, 12)
  1114. up.Font = Enum.Font.SourceSans
  1115. up.Text = "BGS GUI BY NAME4YOU"
  1116. up.TextColor3 = Color3.new(1, 1, 1)
  1117. up.TextSize = 20
  1118.  
  1119. down.Name = "down"
  1120. down.Parent = THESIDX
  1121. down.BackgroundColor3 = Color3.new(0, 0, 0)
  1122. down.Position = UDim2.new(-0.0392613895, 0, 0.964322329, 0)
  1123. down.Size = UDim2.new(0, 230, 0, 12)
  1124. down.Font = Enum.Font.SourceSans
  1125. down.Text = "BGS GUI BY NAME4YOU"
  1126. down.TextColor3 = Color3.new(1, 1, 1)
  1127. down.TextSize = 20
  1128.  
  1129. CREDITS.Name = "CREDITS"
  1130. CREDITS.Parent = ScreenGui
  1131. CREDITS.BackgroundColor3 = Color3.new(0.27451, 0.772549, 1)
  1132. CREDITS.Position = UDim2.new(0, 0, 0.154791161, 0)
  1133. CREDITS.Size = UDim2.new(0, 1267, 0, 529)
  1134.  
  1135. TextButton.Parent = CREDITS
  1136. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1137. TextButton.Position = UDim2.new(0.0390840806, 0, 0.517958403, 0)
  1138. TextButton.Size = UDim2.new(0, 1166, 0, 185)
  1139. TextButton.Style = Enum.ButtonStyle.RobloxRoundButton
  1140. TextButton.Font = Enum.Font.SourceSans
  1141. TextButton.Text = "CREDITS TO : ANTRAXO, TITANIUM DEVELOPER, NOT A TRAP, KRXNKY, NAME4YOU, REALLYSECURE, STEVEE"
  1142. TextButton.TextColor3 = Color3.new(0, 0, 0)
  1143. TextButton.TextSize = 32
  1144.  
  1145. X.Name = "X"
  1146. X.Parent = CREDITS
  1147. X.BackgroundColor3 = Color3.new(1, 1, 1)
  1148. X.Position = UDim2.new(0.146014214, 0, 0.0434782617, 0)
  1149. X.Size = UDim2.new(0, 894, 0, 232)
  1150. X.Style = Enum.ButtonStyle.RobloxButton
  1151. X.Font = Enum.Font.SourceSans
  1152. X.Text = "X"
  1153. X.TextColor3 = Color3.new(1, 1, 1)
  1154. X.TextSize = 100
  1155. X.TextWrapped = true
  1156. X.MouseButton1Click:connect(function()
  1157. CREDITS.Visible = false
  1158. end)
  1159. -- Scripts:
Add Comment
Please, Sign In to add comment