Upscalefanatic3

Bubble Gum Simulator GUI *NEW*

Mar 18th, 2019
638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.17 KB | None | 0 0
  1. --[[ #Credits
  2. #Discord Server: https://discord.gg/5AWTa7
  3. #Update 2 [2/5/2019]:
  4. * Auto Bubble blower is faster if you own the gamepass "Fast Chewer"
  5. * Fixed performance issues and crashing issue
  6. * I ran the script constantly opening eggs for 11 hours without any issue
  7. #Update [1/15/2019]:
  8. #Credit: ChhevOnly#2108
  9. #1) Remade UI and added settings to UI
  10. #2) Automatically determine if the player owns Triple Egg Pass ("Multi Hatch") and updates if bought in game
  11. #3) Supports the new crate update and deletes the hats that aren't wanted according to users settings.
  12. #4) Supports anti-lag by using "faster open"
  13. ]]
  14.  
  15. --[[
  16. !! NOTE: CLICK "COMMON EGG" TO SELECT THE EGG OR CRATE YOU WANT TO OPEN
  17. SEND ANY BUGS TO ChhevOnly#2108
  18. UPDATES WILL BE POSTED ON THIS EXACT PASTEBIN THREAD
  19. ]]
  20.  
  21. -- Instances:
  22. local BubbleGUI = Instance.new("ScreenGui")
  23. local Main = Instance.new("ImageLabel")
  24. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  25. local Outline = Instance.new("ImageLabel")
  26. local TextLabel = Instance.new("TextLabel")
  27. local Outline2 = Instance.new("ImageLabel")
  28. local ChooseEgg = Instance.new("ImageButton")
  29. local Object = Instance.new("TextLabel")
  30. local AutoOpenerButton = Instance.new("ImageButton")
  31. local AutoBubbleBlowerText = Instance.new("TextLabel")
  32. local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
  33. local TemplateButton = Instance.new("TextButton")
  34. local AutoBlowerDesc = Instance.new("TextLabel")
  35. local AutoBubbleBlowerTitle = Instance.new("TextLabel")
  36. local AutoEggDesc = Instance.new("TextLabel")
  37. local AutoPetTitle = Instance.new("TextLabel")
  38. local AutoBlowBubble = Instance.new("ImageButton")
  39. local AutoBubbleBlowerText_2 = Instance.new("TextLabel")
  40. local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
  41. local EggScroller = Instance.new("ScrollingFrame")
  42. local UIListLayout = Instance.new("UIListLayout")
  43. local Settings = Instance.new("ImageLabel")
  44. local UIAspectRatioConstraint_4 = Instance.new("UIAspectRatioConstraint")
  45. local Outline_2 = Instance.new("ImageLabel")
  46. local TextLabel_2 = Instance.new("TextLabel")
  47. local Outline2_2 = Instance.new("ImageLabel")
  48. local TripleEgg = Instance.new("TextLabel")
  49. local TripleEggStatus = Instance.new("TextLabel")
  50. local KeepEpic = Instance.new("TextLabel")
  51. local KeepLegendary = Instance.new("TextLabel")
  52. local AutoBlowBubble_2 = Instance.new("ImageButton")
  53. local AutoBubbleBlowerText_3 = Instance.new("TextLabel")
  54. local UIAspectRatioConstraint_5 = Instance.new("UIAspectRatioConstraint")
  55. local AutoBlowBubble_3 = Instance.new("ImageButton")
  56. local AutoBubbleBlowerText_4 = Instance.new("TextLabel")
  57. local UIAspectRatioConstraint_6 = Instance.new("UIAspectRatioConstraint")
  58. local AutoEggDesc_2 = Instance.new("TextLabel")
  59. local FastOpenLabel = Instance.new("TextLabel")
  60. local FastOpenButton = Instance.new("ImageButton")
  61. local FastOpenButtonText = Instance.new("TextLabel")
  62. local FastOpenUIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  63. local Log = Instance.new("ImageButton")
  64. local LogText = Instance.new("TextLabel")
  65.  
  66. local UIPageLayout = Instance.new("UIPageLayout")
  67. UIPageLayout.Parent = EggScroller
  68. UIPageLayout.Circular = true
  69. UIPageLayout.Animated = true
  70. UIPageLayout.FillDirection = Enum.FillDirection.Vertical
  71. UIPageLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  72. UIPageLayout.SortOrder = Enum.SortOrder.Name
  73. UIPageLayout.VerticalAlignment = Enum.VerticalAlignment.Top
  74. UIPageLayout.TweenTime = 0.6
  75. UIPageLayout.Padding = UDim.new(-0.96, 0)
  76.  
  77. local _VERSION = 3
  78. --Properties:
  79. BubbleGUI.Name = "BubbleGUI"
  80. BubbleGUI.Parent = game.CoreGui
  81. Main.Name = "Main"
  82. Main.Parent = BubbleGUI
  83. Main.BackgroundTransparency = 1
  84. Main.BorderSizePixel = 0
  85. Main.Position = UDim2.new(0.324999988, 0, 0.224999994, 0)
  86. Main.Size = UDim2.new(0.35, 0, 0.55, 0)
  87. Main.ZIndex = 2
  88. Main.Image = "rbxassetid://1285673399"
  89. Main.ImageColor3 = Color3.new(0.2, 0.505882, 1)
  90. Main.ScaleType = Enum.ScaleType.Slice
  91. Main.SliceCenter = Rect.new(8, 8, 247, 247)
  92. Main.Visible = false
  93.  
  94. UIAspectRatioConstraint.Parent = Main
  95. UIAspectRatioConstraint.DominantAxis = Enum.DominantAxis.Height
  96.  
  97. Outline.Name = "Outline"
  98. Outline.Parent = Main
  99. Outline.BackgroundTransparency = 1
  100. Outline.BorderSizePixel = 0
  101. Outline.Position = UDim2.new(0, 0, 0.0199999996, 0)
  102. Outline.Size = UDim2.new(1, 0, 1, 0)
  103. Outline.Image = "rbxassetid://1285673399"
  104. Outline.ImageColor3 = Color3.new(0.137255, 0.356863, 0.701961)
  105. Outline.ScaleType = Enum.ScaleType.Slice
  106. Outline.SliceCenter = Rect.new(8, 8, 247, 247)
  107.  
  108. TextLabel.Parent = Main
  109. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  110. TextLabel.BackgroundTransparency = 1
  111. TextLabel.Position = UDim2.new(0.0749999881, 0, -0.0700000003, 0)
  112. TextLabel.Size = UDim2.new(0.85, 0, 0.15, 0)
  113. TextLabel.ZIndex = 2
  114. TextLabel.Font = Enum.Font.Cartoon
  115. TextLabel.Text = string.format(" AUTO [V.0.%d]", _VERSION) --"AUTO [V.0.1]"
  116. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  117. TextLabel.TextScaled = true
  118. TextLabel.TextSize = 14
  119. TextLabel.TextStrokeTransparency = 0.80000001192093
  120. TextLabel.TextWrapped = true
  121.  
  122. Outline2.Name = "Outline2"
  123. Outline2.Parent = Main
  124. Outline2.BackgroundTransparency = 1
  125. Outline2.BorderSizePixel = 0
  126. Outline2.Position = UDim2.new(0.0749999881, 0, -0.0599999987, 0)
  127. Outline2.Size = UDim2.new(0.850000024, 0, 1, 0)
  128. Outline2.Image = "rbxassetid://1285673399"
  129. Outline2.ImageColor3 = Color3.new(0.2, 0.505882, 1)
  130. Outline2.ScaleType = Enum.ScaleType.Slice
  131. Outline2.SliceCenter = Rect.new(8, 8, 247, 247)
  132.  
  133. ChooseEgg.Name = "ChooseEgg"
  134. ChooseEgg.Parent = Main
  135. ChooseEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  136. ChooseEgg.BackgroundTransparency = 1
  137. ChooseEgg.Position = UDim2.new(0.099999994, 0, 0.699999988, 0)
  138. ChooseEgg.Size = UDim2.new(0.800000012, 0, 0.119999997, 0)
  139. ChooseEgg.ZIndex = 3
  140. ChooseEgg.Image = "rbxassetid://1285673399"
  141. ChooseEgg.ImageColor3 = Color3.new(0.137255, 0.356863, 0.701961)
  142. ChooseEgg.ScaleType = Enum.ScaleType.Slice
  143. ChooseEgg.SliceCenter = Rect.new(8, 8, 247, 247)
  144.  
  145. Object.Name = "Object"
  146. Object.Parent = ChooseEgg
  147. Object.BackgroundColor3 = Color3.new(1, 1, 1)
  148. Object.BackgroundTransparency = 1
  149. Object.Position = UDim2.new(0.025000006, 0, 0.0500000119, 0)
  150. Object.Size = UDim2.new(0.949999988, 0, 0.899999976, 0)
  151. Object.ZIndex = 3
  152. Object.Font = Enum.Font.Cartoon
  153. Object.Text = "Common Egg"
  154. Object.TextColor3 = Color3.new(1, 1, 1)
  155. Object.TextScaled = true
  156. Object.TextSize = 14
  157. Object.TextStrokeTransparency = 0.80000001192093
  158. Object.TextWrapped = true
  159.  
  160. AutoOpenerButton.Name = "AutoOpenerButton"
  161. AutoOpenerButton.Parent = Main
  162. AutoOpenerButton.AnchorPoint = Vector2.new(0, 1)
  163. AutoOpenerButton.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  164. AutoOpenerButton.BackgroundTransparency = 1
  165. AutoOpenerButton.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  166. AutoOpenerButton.Position = UDim2.new(0.349999994, 0, 0.949999988, 0)
  167. AutoOpenerButton.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  168. AutoOpenerButton.ZIndex = 2
  169. AutoOpenerButton.Image = "rbxassetid://1511196841"
  170. AutoOpenerButton.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  171. AutoOpenerButton.ScaleType = Enum.ScaleType.Slice
  172. AutoOpenerButton.SliceCenter = Rect.new(9, 11, 91, 89)
  173.  
  174. AutoBubbleBlowerText.Name = "AutoBubbleBlowerText"
  175. AutoBubbleBlowerText.Parent = AutoOpenerButton
  176. AutoBubbleBlowerText.AnchorPoint = Vector2.new(0.5, 0.5)
  177. AutoBubbleBlowerText.BackgroundColor3 = Color3.new(1, 1, 1)
  178. AutoBubbleBlowerText.BackgroundTransparency = 1
  179. AutoBubbleBlowerText.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  180. AutoBubbleBlowerText.Position = UDim2.new(0.5, 0, 0.5, -2)
  181. AutoBubbleBlowerText.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  182. AutoBubbleBlowerText.ZIndex = 2
  183. AutoBubbleBlowerText.Font = Enum.Font.Cartoon
  184. AutoBubbleBlowerText.Text = "DISABLED"
  185. AutoBubbleBlowerText.TextColor3 = Color3.new(1, 1, 1)
  186. AutoBubbleBlowerText.TextScaled = true
  187. AutoBubbleBlowerText.TextSize = 14
  188. AutoBubbleBlowerText.TextStrokeTransparency = 0.75
  189. AutoBubbleBlowerText.TextWrapped = true
  190.  
  191. UIAspectRatioConstraint_2.Parent = AutoOpenerButton
  192. UIAspectRatioConstraint_2.AspectRatio = 3
  193.  
  194. TemplateButton.Name = "TemplateButton"
  195. TemplateButton.Parent = Main
  196. TemplateButton.BackgroundColor3 = Color3.new(1, 1, 1)
  197. TemplateButton.BackgroundTransparency = 1
  198. TemplateButton.Position = UDim2.new(8, 0, 0.100000001, 0)
  199. TemplateButton.Size = UDim2.new(0.800000012, 0, 0.03, 0)
  200. TemplateButton.Visible = false
  201. TemplateButton.ZIndex = 5
  202. TemplateButton.Font = Enum.Font.Cartoon
  203. TemplateButton.TextColor3 = Color3.new(1, 1, 1)
  204. TemplateButton.TextScaled = true
  205. TemplateButton.TextSize = 14
  206. TemplateButton.TextStrokeTransparency = 0.80000001192093
  207. TemplateButton.TextWrapped = true
  208.  
  209. AutoBlowerDesc.Name = "AutoBlowerDesc"
  210. AutoBlowerDesc.Parent = Main
  211. AutoBlowerDesc.AnchorPoint = Vector2.new(1, 0.5)
  212. AutoBlowerDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  213. AutoBlowerDesc.BackgroundTransparency = 1
  214. AutoBlowerDesc.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  215. AutoBlowerDesc.Position = UDim2.new(0.967238188, 0, 0.25, 0)
  216. AutoBlowerDesc.Size = UDim2.new(0.92200011, 0, 0.115160845, 0)
  217. AutoBlowerDesc.ZIndex = 2
  218. AutoBlowerDesc.Font = Enum.Font.Arial
  219. AutoBlowerDesc.Text = "Automatically blows and sells bubbles for you."
  220. AutoBlowerDesc.TextColor3 = Color3.new(1, 1, 1)
  221. AutoBlowerDesc.TextScaled = true
  222. AutoBlowerDesc.TextSize = 14
  223. AutoBlowerDesc.TextStrokeTransparency = 0.75
  224. AutoBlowerDesc.TextWrapped = true
  225.  
  226. AutoBubbleBlowerTitle.Name = "AutoBubbleBlowerTitle"
  227. AutoBubbleBlowerTitle.Parent = Main
  228. AutoBubbleBlowerTitle.AnchorPoint = Vector2.new(1, 0.5)
  229. AutoBubbleBlowerTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  230. AutoBubbleBlowerTitle.BackgroundTransparency = 1
  231. AutoBubbleBlowerTitle.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  232. AutoBubbleBlowerTitle.Position = UDim2.new(0.781523764, 0, 0.150000006, 0)
  233. AutoBubbleBlowerTitle.Size = UDim2.new(0.529142916, 0, 0.0897916555, 0)
  234. AutoBubbleBlowerTitle.ZIndex = 2
  235. AutoBubbleBlowerTitle.Font = Enum.Font.ArialBold
  236. AutoBubbleBlowerTitle.Text = "Auto Bubble Blower"
  237. AutoBubbleBlowerTitle.TextColor3 = Color3.new(1, 1, 1)
  238. AutoBubbleBlowerTitle.TextScaled = true
  239. AutoBubbleBlowerTitle.TextSize = 14
  240. AutoBubbleBlowerTitle.TextStrokeTransparency = 0.75
  241. AutoBubbleBlowerTitle.TextWrapped = true
  242. AutoBubbleBlowerTitle.TextXAlignment = Enum.TextXAlignment.Left
  243.  
  244. AutoEggDesc.Name = "AutoEggDesc"
  245. AutoEggDesc.Parent = Main
  246. AutoEggDesc.AnchorPoint = Vector2.new(1, 0.5)
  247. AutoEggDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  248. AutoEggDesc.BackgroundTransparency = 1
  249. AutoEggDesc.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  250. AutoEggDesc.Position = UDim2.new(0.967238188, 0, 0.600000024, 2)
  251. AutoEggDesc.Size = UDim2.new(0.92200017, 0, 0.137250707, 0)
  252. AutoEggDesc.ZIndex = 2
  253. AutoEggDesc.Font = Enum.Font.Arial
  254. 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!"
  255. AutoEggDesc.TextColor3 = Color3.new(1, 1, 1)
  256. AutoEggDesc.TextScaled = true
  257. AutoEggDesc.TextSize = 14
  258. AutoEggDesc.TextStrokeTransparency = 0.75
  259. AutoEggDesc.TextWrapped = true
  260.  
  261. AutoPetTitle.Name = "AutoPetTitle"
  262. AutoPetTitle.Parent = Main
  263. AutoPetTitle.AnchorPoint = Vector2.new(1, 0.5)
  264. AutoPetTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  265. AutoPetTitle.BackgroundTransparency = 1
  266. AutoPetTitle.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  267. AutoPetTitle.Position = UDim2.new(0.913214386, 0, 0.5, -4)
  268. AutoPetTitle.Size = UDim2.new(0.800345302, 0, 0.0897916555, 0)
  269. AutoPetTitle.ZIndex = 2
  270. AutoPetTitle.Font = Enum.Font.ArialBold
  271. AutoPetTitle.Text = "Auto Pet / Hat Purchase/Deletion"
  272. AutoPetTitle.TextColor3 = Color3.new(1, 1, 1)
  273. AutoPetTitle.TextScaled = true
  274. AutoPetTitle.TextSize = 14
  275. AutoPetTitle.TextStrokeTransparency = 0.75
  276. AutoPetTitle.TextWrapped = true
  277.  
  278. AutoBlowBubble.Name = "AutoBlowBubble"
  279. AutoBlowBubble.Parent = Main
  280. AutoBlowBubble.AnchorPoint = Vector2.new(0, 1)
  281. AutoBlowBubble.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  282. AutoBlowBubble.BackgroundTransparency = 1
  283. AutoBlowBubble.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  284. AutoBlowBubble.Position = UDim2.new(0.349999994, 0, 0.419999987, 0)
  285. AutoBlowBubble.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  286. AutoBlowBubble.ZIndex = 2
  287. AutoBlowBubble.Image = "rbxassetid://1511196841"
  288. AutoBlowBubble.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  289. AutoBlowBubble.ScaleType = Enum.ScaleType.Slice
  290. AutoBlowBubble.SliceCenter = Rect.new(9, 11, 91, 89)
  291.  
  292. AutoBubbleBlowerText_2.Name = "AutoBubbleBlowerText"
  293. AutoBubbleBlowerText_2.Parent = AutoBlowBubble
  294. AutoBubbleBlowerText_2.AnchorPoint = Vector2.new(0.5, 0.5)
  295. AutoBubbleBlowerText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  296. AutoBubbleBlowerText_2.BackgroundTransparency = 1
  297. AutoBubbleBlowerText_2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  298. AutoBubbleBlowerText_2.Position = UDim2.new(0.5, 0, 0.5, -2)
  299. AutoBubbleBlowerText_2.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  300. AutoBubbleBlowerText_2.ZIndex = 2
  301. AutoBubbleBlowerText_2.Font = Enum.Font.Cartoon
  302. AutoBubbleBlowerText_2.Text = "DISABLED"
  303. AutoBubbleBlowerText_2.TextColor3 = Color3.new(1, 1, 1)
  304. AutoBubbleBlowerText_2.TextScaled = true
  305. AutoBubbleBlowerText_2.TextSize = 14
  306. AutoBubbleBlowerText_2.TextStrokeTransparency = 0.75
  307. AutoBubbleBlowerText_2.TextWrapped = true
  308.  
  309. UIAspectRatioConstraint_3.Parent = AutoBlowBubble
  310. UIAspectRatioConstraint_3.AspectRatio = 3
  311.  
  312. EggScroller.Name = "EggScroller"
  313. EggScroller.Parent = Main
  314. EggScroller.BackgroundColor3 = Color3.new(0.2, 0.505882, 1)
  315. EggScroller.BorderSizePixel = 0
  316. EggScroller.Position = UDim2.new(0.0500000119, 0, 0.119999997, 1)
  317. EggScroller.Size = UDim2.new(0.899999976, 0, 0.550000012, 0)
  318. EggScroller.Visible = false
  319. EggScroller.ZIndex = 5
  320. EggScroller.ScrollingEnabled = false
  321. EggScroller.ScrollBarThickness = 0
  322. EggScroller.CanvasSize = UDim2.new(0, 0, 2.6, 0)
  323.  
  324. UIListLayout.Parent = nil
  325. UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  326. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  327. UIListLayout.Padding = UDim.new(0, 0)
  328.  
  329. Settings.Name = "Settings"
  330. Settings.Parent = BubbleGUI
  331. Settings.BackgroundTransparency = 1
  332. Settings.BorderSizePixel = 0
  333. Settings.Position = UDim2.new(0.635, 0, 0.25, 0)
  334. Settings.Size = UDim2.new(0.25, 0, 0.550000012, 0)
  335. Settings.ZIndex = 2
  336. Settings.Image = "rbxassetid://1285673399"
  337. Settings.ImageColor3 = Color3.new(0.2, 0.505882, 1)
  338. Settings.ScaleType = Enum.ScaleType.Slice
  339. Settings.SliceCenter = Rect.new(8, 8, 247, 247)
  340. Settings.Visible = false
  341.  
  342. UIAspectRatioConstraint_4.Parent = Settings
  343. UIAspectRatioConstraint_4.DominantAxis = Enum.DominantAxis.Height
  344.  
  345. Outline_2.Name = "Outline"
  346. Outline_2.Parent = Settings
  347. Outline_2.BackgroundTransparency = 1
  348. Outline_2.BorderSizePixel = 0
  349. Outline_2.Position = UDim2.new(0, 0, 0.0199999996, 0)
  350. Outline_2.Size = UDim2.new(1, 0, 1, 0)
  351. Outline_2.Image = "rbxassetid://1285673399"
  352. Outline_2.ImageColor3 = Color3.new(0.137255, 0.356863, 0.701961)
  353. Outline_2.ScaleType = Enum.ScaleType.Slice
  354. Outline_2.SliceCenter = Rect.new(8, 8, 247, 247)
  355.  
  356. TextLabel_2.Parent = Settings
  357. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  358. TextLabel_2.BackgroundTransparency = 1
  359. TextLabel_2.Position = UDim2.new(0.0749999881, 0, -0.0700000003, 0)
  360. TextLabel_2.Size = UDim2.new(0.850000024, 0, 0.150000006, 0)
  361. TextLabel_2.ZIndex = 2
  362. TextLabel_2.Font = Enum.Font.Cartoon
  363. TextLabel_2.Text = "SETTINGS"
  364. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  365. TextLabel_2.TextScaled = true
  366. TextLabel_2.TextSize = 14
  367. TextLabel_2.TextStrokeTransparency = 0.80000001192093
  368. TextLabel_2.TextWrapped = true
  369.  
  370. Outline2_2.Name = "Outline2"
  371. Outline2_2.Parent = Settings
  372. Outline2_2.BackgroundTransparency = 1
  373. Outline2_2.BorderSizePixel = 0
  374. Outline2_2.Position = UDim2.new(0.0749999881, 0, -0.0599999987, 0)
  375. Outline2_2.Size = UDim2.new(0.850000024, 0, 1, 0)
  376. Outline2_2.Image = "rbxassetid://1285673399"
  377. Outline2_2.ImageColor3 = Color3.new(0.2, 0.505882, 1)
  378. Outline2_2.ScaleType = Enum.ScaleType.Slice
  379. Outline2_2.SliceCenter = Rect.new(8, 8, 247, 247)
  380.  
  381. TripleEgg.Name = "TripleEgg"
  382. TripleEgg.Parent = Settings
  383. TripleEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  384. TripleEgg.BackgroundTransparency = 1
  385. TripleEgg.Position = UDim2.new(0.0500000007, 0, 0.150000006, 0)
  386. TripleEgg.Size = UDim2.new(0.550000012, 0, 0.100000001, 0)
  387. TripleEgg.ZIndex = 3
  388. TripleEgg.Font = Enum.Font.Cartoon
  389. TripleEgg.Text = "Triple Egg:"
  390. TripleEgg.TextColor3 = Color3.new(1, 1, 1)
  391. TripleEgg.TextScaled = true
  392. TripleEgg.TextSize = 14
  393. TripleEgg.TextStrokeTransparency = 0.80000001192093
  394. TripleEgg.TextWrapped = true
  395. TripleEgg.TextXAlignment = Enum.TextXAlignment.Left
  396.  
  397. TripleEggStatus.Name = "TripleEggStatus"
  398. TripleEggStatus.Parent = Settings
  399. TripleEggStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  400. TripleEggStatus.BackgroundTransparency = 1
  401. TripleEggStatus.Position = UDim2.new(0.5, 0, 0.150000006, 0)
  402. TripleEggStatus.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  403. TripleEggStatus.ZIndex = 3
  404. TripleEggStatus.Font = Enum.Font.Cartoon
  405. TripleEggStatus.Text = "FALSE"
  406. TripleEggStatus.TextColor3 = Color3.new(1, 0, 0)
  407. TripleEggStatus.TextScaled = true
  408. TripleEggStatus.TextSize = 14
  409. TripleEggStatus.TextStrokeTransparency = 0.89999997615814
  410. TripleEggStatus.TextWrapped = true
  411. TripleEggStatus.TextXAlignment = Enum.TextXAlignment.Left
  412.  
  413. KeepEpic.Name = "KeepEpic"
  414. KeepEpic.Parent = Settings
  415. KeepEpic.BackgroundColor3 = Color3.new(1, 1, 1)
  416. KeepEpic.BackgroundTransparency = 1
  417. KeepEpic.Position = UDim2.new(0.0500000007, 0, 0.300000012, 0)
  418. KeepEpic.Size = UDim2.new(0.550000012, 0, 0.100000001, 0)
  419. KeepEpic.ZIndex = 3
  420. KeepEpic.Font = Enum.Font.Cartoon
  421. KeepEpic.Text = "Keep Epic:"
  422. KeepEpic.TextColor3 = Color3.new(1, 1, 1)
  423. KeepEpic.TextScaled = true
  424. KeepEpic.TextSize = 14
  425. KeepEpic.TextStrokeTransparency = 0.80000001192093
  426. KeepEpic.TextWrapped = true
  427. KeepEpic.TextXAlignment = Enum.TextXAlignment.Left
  428.  
  429. KeepLegendary.Name = "KeepLegendary"
  430. KeepLegendary.Parent = Settings
  431. KeepLegendary.BackgroundColor3 = Color3.new(1, 1, 1)
  432. KeepLegendary.BackgroundTransparency = 1
  433. KeepLegendary.Position = UDim2.new(0.0500000007, 0, 0.449999988, 0)
  434. KeepLegendary.Size = UDim2.new(0.550000012, 0, 0.100000001, 0)
  435. KeepLegendary.ZIndex = 3
  436. KeepLegendary.Font = Enum.Font.Cartoon
  437. KeepLegendary.Text = "Keep Legend:"
  438. KeepLegendary.TextColor3 = Color3.new(1, 1, 1)
  439. KeepLegendary.TextScaled = true
  440. KeepLegendary.TextSize = 14
  441. KeepLegendary.TextStrokeTransparency = 0.80000001192093
  442. KeepLegendary.TextWrapped = true
  443. KeepLegendary.TextXAlignment = Enum.TextXAlignment.Left
  444.  
  445. FastOpenLabel.Name = "KeepLegendary"
  446. FastOpenLabel.Parent = Settings
  447. FastOpenLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  448. FastOpenLabel.BackgroundTransparency = 1
  449. FastOpenLabel.Position = UDim2.new(0.0500000007, 0, 0.6, 0)
  450. FastOpenLabel.Size = UDim2.new(0.550000012, 0, 0.100000001, 0)
  451. FastOpenLabel.ZIndex = 3
  452. FastOpenLabel.Font = Enum.Font.Cartoon
  453. FastOpenLabel.Text = "Faster Open:"
  454. FastOpenLabel.TextColor3 = Color3.new(1, 1, 1)
  455. FastOpenLabel.TextScaled = true
  456. FastOpenLabel.TextSize = 14
  457. FastOpenLabel.TextStrokeTransparency = 0.80000001192093
  458. FastOpenLabel.TextWrapped = true
  459. FastOpenLabel.TextXAlignment = Enum.TextXAlignment.Left
  460.  
  461. AutoBlowBubble_2.Name = "AutoBlowBubble" -- Keep Epic
  462. AutoBlowBubble_2.Parent = Settings
  463. AutoBlowBubble_2.AnchorPoint = Vector2.new(0, 1)
  464. AutoBlowBubble_2.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  465. AutoBlowBubble_2.BackgroundTransparency = 1
  466. AutoBlowBubble_2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  467. AutoBlowBubble_2.Position = UDim2.new(0.5, 0, 0.400000006, 0)
  468. AutoBlowBubble_2.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  469. AutoBlowBubble_2.ZIndex = 2
  470. AutoBlowBubble_2.Image = "rbxassetid://1511196841"
  471. AutoBlowBubble_2.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  472. AutoBlowBubble_2.ScaleType = Enum.ScaleType.Slice
  473. AutoBlowBubble_2.SliceCenter = Rect.new(9, 11, 91, 89)
  474.  
  475. AutoBubbleBlowerText_3.Name = "AutoBubbleBlowerText"
  476. AutoBubbleBlowerText_3.Parent = AutoBlowBubble_2
  477. AutoBubbleBlowerText_3.AnchorPoint = Vector2.new(0.5, 0.5)
  478. AutoBubbleBlowerText_3.BackgroundColor3 = Color3.new(1, 1, 1)
  479. AutoBubbleBlowerText_3.BackgroundTransparency = 1
  480. AutoBubbleBlowerText_3.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  481. AutoBubbleBlowerText_3.Position = UDim2.new(0.5, 0, 0.5, -2)
  482. AutoBubbleBlowerText_3.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  483. AutoBubbleBlowerText_3.ZIndex = 2
  484. AutoBubbleBlowerText_3.Font = Enum.Font.Cartoon
  485. AutoBubbleBlowerText_3.Text = "DISABLED"
  486. AutoBubbleBlowerText_3.TextColor3 = Color3.new(1, 1, 1)
  487. AutoBubbleBlowerText_3.TextScaled = true
  488. AutoBubbleBlowerText_3.TextSize = 14
  489. AutoBubbleBlowerText_3.TextStrokeTransparency = 0.75
  490. AutoBubbleBlowerText_3.TextWrapped = true
  491.  
  492. UIAspectRatioConstraint_5.Parent = AutoBlowBubble_2
  493. UIAspectRatioConstraint_5.AspectRatio = 3
  494.  
  495. AutoBlowBubble_3.Name = "AutoBlowBubble" -- Keep Legendary
  496. AutoBlowBubble_3.Parent = Settings
  497. AutoBlowBubble_3.AnchorPoint = Vector2.new(0, 1)
  498. AutoBlowBubble_3.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  499. AutoBlowBubble_3.BackgroundTransparency = 1
  500. AutoBlowBubble_3.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  501. AutoBlowBubble_3.Position = UDim2.new(0.600000024, 0, 0.550000012, 0)
  502. AutoBlowBubble_3.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  503. AutoBlowBubble_3.ZIndex = 2
  504. AutoBlowBubble_3.Image = "rbxassetid://1511196841"
  505. AutoBlowBubble_3.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  506. AutoBlowBubble_3.ScaleType = Enum.ScaleType.Slice
  507. AutoBlowBubble_3.SliceCenter = Rect.new(9, 11, 91, 89)
  508.  
  509. AutoBubbleBlowerText_4.Name = "AutoBubbleBlowerText"
  510. AutoBubbleBlowerText_4.Parent = AutoBlowBubble_3
  511. AutoBubbleBlowerText_4.AnchorPoint = Vector2.new(0.5, 0.5)
  512. AutoBubbleBlowerText_4.BackgroundColor3 = Color3.new(1, 1, 1)
  513. AutoBubbleBlowerText_4.BackgroundTransparency = 1
  514. AutoBubbleBlowerText_4.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  515. AutoBubbleBlowerText_4.Position = UDim2.new(0.5, 0, 0.5, -2)
  516. AutoBubbleBlowerText_4.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  517. AutoBubbleBlowerText_4.ZIndex = 2
  518. AutoBubbleBlowerText_4.Font = Enum.Font.Cartoon
  519. AutoBubbleBlowerText_4.Text = "DISABLED"
  520. AutoBubbleBlowerText_4.TextColor3 = Color3.new(1, 1, 1)
  521. AutoBubbleBlowerText_4.TextScaled = true
  522. AutoBubbleBlowerText_4.TextSize = 14
  523. AutoBubbleBlowerText_4.TextStrokeTransparency = 0.75
  524. AutoBubbleBlowerText_4.TextWrapped = true
  525.  
  526. UIAspectRatioConstraint_6.Parent = AutoBlowBubble_3
  527. UIAspectRatioConstraint_6.AspectRatio = 3
  528.  
  529. -- Faster Open
  530. FastOpenButton.Name = "AutoBlowBubble" -- Keep Legendary
  531. FastOpenButton.Parent = Settings
  532. FastOpenButton.AnchorPoint = Vector2.new(0, 1)
  533. FastOpenButton.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  534. FastOpenButton.BackgroundTransparency = 1
  535. FastOpenButton.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  536. FastOpenButton.Position = UDim2.new(0.6, 0, 0.7, 0)
  537. FastOpenButton.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  538. FastOpenButton.ZIndex = 2
  539. FastOpenButton.Image = "rbxassetid://1511196841"
  540. FastOpenButton.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  541. FastOpenButton.ScaleType = Enum.ScaleType.Slice
  542. FastOpenButton.SliceCenter = Rect.new(9, 11, 91, 89)
  543.  
  544. FastOpenButtonText.Name = "AutoBubbleBlowerText"
  545. FastOpenButtonText.Parent = FastOpenButton
  546. FastOpenButtonText.AnchorPoint = Vector2.new(0.5, 0.5)
  547. FastOpenButtonText.BackgroundColor3 = Color3.new(1, 1, 1)
  548. FastOpenButtonText.BackgroundTransparency = 1
  549. FastOpenButtonText.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  550. FastOpenButtonText.Position = UDim2.new(0.5, 0, 0.5, -2)
  551. FastOpenButtonText.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  552. FastOpenButtonText.ZIndex = 2
  553. FastOpenButtonText.Font = Enum.Font.Cartoon
  554. FastOpenButtonText.Text = "DISABLED"
  555. FastOpenButtonText.TextColor3 = Color3.new(1, 1, 1)
  556. FastOpenButtonText.TextScaled = true
  557. FastOpenButtonText.TextSize = 14
  558. FastOpenButtonText.TextStrokeTransparency = 0.75
  559. FastOpenButtonText.TextWrapped = true
  560.  
  561. FastOpenUIAspectRatioConstraint.Parent = FastOpenButton
  562. FastOpenUIAspectRatioConstraint.AspectRatio = 3
  563.  
  564.  
  565.  
  566. AutoEggDesc_2.Name = "AutoEggDesc"
  567. AutoEggDesc_2.Parent = Settings
  568. AutoEggDesc_2.AnchorPoint = Vector2.new(1, 0.5)
  569. AutoEggDesc_2.BackgroundColor3 = Color3.new(1, 1, 1)
  570. AutoEggDesc_2.BackgroundTransparency = 1
  571. AutoEggDesc_2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  572. AutoEggDesc_2.Position = UDim2.new(0.95, 0, 0.88, 0)
  573. AutoEggDesc_2.Size = UDim2.new(0.9, 0, 0.25, 0)
  574. AutoEggDesc_2.ZIndex = 2
  575. AutoEggDesc_2.Font = Enum.Font.ArialBold
  576. AutoEggDesc_2.Text = "NOTE: If \"Keep Epic\" or \"Keep Legendary\" is set to disabled, then they will delete automatically when recieved."
  577. AutoEggDesc_2.TextColor3 = Color3.new(1, 1, 1)
  578. AutoEggDesc_2.TextScaled = true
  579. AutoEggDesc_2.TextSize = 14
  580. AutoEggDesc_2.TextStrokeTransparency = 0.75
  581. AutoEggDesc_2.TextWrapped = true
  582.  
  583. Log.Name = "Log"
  584. Log.Parent = BubbleGUI
  585. Log.AnchorPoint = Vector2.new(0.5, 0)
  586. Log.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  587. Log.BackgroundTransparency = 1
  588. Log.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  589. Log.Position = UDim2.new(0.499593467, 0, 0.0274019241, 0)
  590. Log.Size = UDim2.new(0.300000012, 0, 0.06332881, 0)
  591. Log.ZIndex = 55
  592. Log.Image = "rbxassetid://1511196841"
  593. Log.ImageColor3 = Color3.new(0.243137, 0.380392, 1)
  594. Log.ScaleType = Enum.ScaleType.Slice
  595. Log.SliceCenter = Rect.new(9, 11, 91, 89)
  596.  
  597. LogText.Name = "LogText"
  598. LogText.Parent = Log
  599. LogText.AnchorPoint = Vector2.new(0.5, 0.5)
  600. LogText.BackgroundColor3 = Color3.new(1, 1, 1)
  601. LogText.BackgroundTransparency = 1
  602. LogText.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  603. LogText.Position = UDim2.new(0.5, 0, 0.5, -2)
  604. LogText.Size = UDim2.new(0.899999976, 0, 0.899999976, 0)
  605. LogText.ZIndex = 56
  606. LogText.Font = Enum.Font.Cartoon
  607. LogText.Text = "Click to Open"
  608. LogText.TextColor3 = Color3.new(1, 1, 1)
  609. LogText.TextScaled = true
  610. LogText.TextSize = 14
  611. LogText.TextStrokeTransparency = 0.75
  612. LogText.TextWrapped = true
  613.  
  614. -- Scripts:
  615. local Player = game.Players.LocalPlayer
  616. local Character = Player.Character or Player.CharacterAdded:wait()
  617. local Eggs = {}
  618. local Functions = {}
  619. local Settings = {
  620. TripleEgg = game:GetService("MarketplaceService"):UserOwnsGamePassAsync(Player.UserId, 5502695),
  621. KeepEpic = true,
  622. KeepLegendary = true,
  623. RemoveUI = false,
  624. blowWait = 1
  625. }
  626. local SavedInstancesFolder = Instance.new("Folder")
  627. SavedInstancesFolder.Name = "SavedInstancesFolder"
  628. SavedInstancesFolder.Parent = game.CoreGui
  629. -- Will figure out how to properly restore these elements below in future update
  630. local SavedInstances = {
  631. "StatsFrame",
  632. "MainButtons",
  633. "Settings",
  634. "HeightMeter",
  635. "Hotkey",
  636. "PetHatch"
  637. }
  638. local ChosenEgg = "Common Egg"
  639. local DisabledColor = Color3.fromRGB(125, 125, 125)
  640. local EnabledColor = Color3.fromRGB(64, 255, 64)
  641. local PetModule
  642. local HatModule
  643. local AutoProfit = false
  644. local AutoOpen = false
  645.  
  646. -- Grab Modules
  647. for _, ModuleScript in pairs(game.ReplicatedStorage:GetDescendants()) do
  648. if ModuleScript:IsA("ModuleScript") and ModuleScript.Name == "PetModule" then
  649. PetModule = require(ModuleScript)
  650. elseif ModuleScript:IsA("ModuleScript") and ModuleScript.Name == "HatModule" then
  651. HatModule = require(ModuleScript)
  652. end
  653. end
  654.  
  655. -- Grab Eggs
  656. for _, egg in next, workspace.Eggs:GetChildren() do
  657. Eggs[#Eggs + 1] = egg
  658. end
  659.  
  660. -- Log Text Functions
  661. local LogText = function(Text)
  662. pcall(function()
  663. LogText.Text = tostring(Text)
  664. end)
  665. end
  666.  
  667. -- Grab Functions
  668. local FireNetwork = function(...)
  669. Functions[1]:FireServer(...)
  670. end
  671.  
  672. for A,B in next, debug.getregistry() do
  673. if type(B) == "function" then
  674. pcall(function()
  675. for X,Z in next, debug.getupvalues(B) do
  676. if X == "Network" then
  677. Functions[#Functions + 1] = Z
  678. end
  679. end
  680. end)
  681. end
  682. end
  683.  
  684. for _,Remote in pairs (game:GetDescendants()) do
  685. if Remote:IsA("RemoteEvent") then
  686. Remote.OnClientEvent:Connect(function(ArgOne, ...)
  687. if AutoOpen then
  688. if ArgOne == "DataChanged" then
  689. if typeof (...) == "table" then
  690. for A,B in ipairs (...) do
  691. if typeof(B) == "table" then
  692. if string.len(tostring(B[1])) == 36 then
  693. wait()
  694. --print(B[2])
  695. if string.sub(ChosenEgg, -5) == "Crate" then
  696. -- Delete hat code
  697. pcall(function()
  698. if HatModule[tostring(B[2])]["Rarity"] == "Epic" then
  699. if Settings.KeepEpic ~= true then
  700. if B[6] ~= true then
  701. LogText("Deleted Hat: " .. tostring(B[2]))
  702. FireNetwork("DeleteHat", tostring(B[1]))
  703. end
  704. end
  705. elseif HatModule[tostring(B[2])]["Rarity"] == "Legendary" then
  706. if Settings.KeepLegendary ~= true then
  707. if B[6] ~= true then
  708. LogText("Deleted Hat: " .. tostring(B[2]))
  709. FireNetwork("DeleteHat", tostring(B[1]))
  710. end
  711. end
  712. else
  713. if B[6] ~= true then
  714. LogText("Deleted Hat: " .. tostring(B[2]))
  715. FireNetwork("DeleteHat", tostring(B[1]))
  716. end
  717. end
  718. end)
  719. elseif string.sub(ChosenEgg, -3) == "Egg" then
  720. pcall(function()
  721. if PetModule[tostring(B[2])]["Rarity"] == "Epic" then
  722. if Settings.KeepEpic ~= true then
  723. if B[6] ~= true then
  724. LogText("Deleted Pet: " .. tostring(B[2]))
  725. FireNetwork("DeletePet", tostring(B[1]))
  726. end
  727. end
  728. elseif PetModule[tostring(B[2])]["Rarity"] == "Legendary" then
  729. if Settings.KeepLegendary ~= true then
  730. if B[6] ~= true then
  731. LogText("Deleted Pet: " .. tostring(B[2]))
  732. FireNetwork("DeletePet", tostring(B[1]))
  733. end
  734. end
  735. else
  736. if B[6] ~= true then
  737. LogText("Deleted Pet: " .. tostring(B[2]))
  738. FireNetwork("DeletePet", tostring(B[1]))
  739. end
  740. end
  741. end)
  742. end
  743. end
  744. end
  745. end
  746. end
  747. end
  748. end
  749. end)
  750. end
  751. end
  752. -----------
  753. if Settings.TripleEgg then
  754. TripleEggStatus.Text = "TRUE"
  755. TripleEggStatus.TextColor3 = Color3.fromRGB(64, 255, 64)
  756. elseif Settings.TripleEgg == false then
  757. TripleEggStatus.Text = "FALSE"
  758. TripleEggStatus.TextColor3 = Color3.fromRGB(255, 0, 0)
  759. end
  760.  
  761. AutoBlowBubble_2.ImageColor3 = EnabledColor
  762. AutoBubbleBlowerText_3.Text = "ENABLED"
  763.  
  764. AutoBlowBubble_3.ImageColor3 = EnabledColor
  765. AutoBubbleBlowerText_4.Text = "ENABLED"
  766.  
  767. LogText("Developer: Titanium Developer#9736")
  768. wait(3)
  769. LogText("Discord: https://discord.gg/6qcVZcU")
  770. wait(3)
  771. LogText("New UI & Crate Opening - Stevee#7213")
  772. wait(3)
  773. LogText("Click To Open")
  774.  
  775. AutoBlowBubble.MouseButton1Down:Connect(function()
  776. if AutoProfit then
  777. LogText("Disabled Bubble Blower")
  778. AutoBubbleBlowerText_2.Text = "DISABLED"
  779. AutoBlowBubble.ImageColor3 = DisabledColor
  780. AutoProfit = false
  781. else
  782. AutoProfit = true
  783. AutoBubbleBlowerText_2.Text = "ENABLED"
  784. AutoBlowBubble.ImageColor3 = EnabledColor
  785. LogText("Enabled Bubble Blower")
  786. repeat
  787. wait(Settings.blowWait)
  788. FireNetwork("BlowBubble")
  789. FireNetwork("ClaimAchievement", 1)
  790. FireNetwork("ClaimAchievement", 2)
  791. FireNetwork("ClaimAchievement", 3)
  792. FireNetwork("ClaimAchievement", 4)
  793. until AutoProfit == false
  794. end
  795. end)
  796.  
  797. AutoOpenerButton.MouseButton1Down:Connect(function()
  798. if AutoOpen then
  799. LogText("Disabled Auto Open")
  800. AutoOpen = false
  801. AutoOpenerButton.ImageColor3 = DisabledColor
  802. AutoBubbleBlowerText.Text = "DISABLED"
  803. else
  804. AutoOpen = true
  805. AutoOpenerButton.ImageColor3 = EnabledColor
  806. AutoBubbleBlowerText.Text = "ENABLED"
  807. LogText("Enabled Auto Open")
  808. repeat
  809. if Settings.TripleEgg then
  810. FireNetwork("PurchaseEgg", Object.Text, "Multi")
  811. elseif Settings.TripleEgg == false then
  812. FireNetwork("PurchaseEgg", Object.Text)
  813. end
  814. if Settings.RemoveUI then
  815. wait(2)
  816. elseif Settings.RemoveUI == false then
  817. wait(3.5)
  818. end
  819. until AutoOpen == false
  820. end
  821. end)
  822.  
  823.  
  824. ChooseEgg.MouseButton1Down:Connect(function()
  825. -- (2/4/2019) ~ No longer recreate buttons & removed while loop for button click connection
  826. if EggScroller.Visible then
  827. EggScroller.Visible = false
  828. else
  829. local count = 0
  830. for i,v in pairs(Eggs) do
  831. if not EggScroller:FindFirstChild(v.Name) then
  832. local btn = TemplateButton:Clone()
  833. btn.Name, btn.Text = v.Name, v.Name
  834. btn.Visible = true
  835. btn.Position = UDim2.new(0.1, 0, (count / 10) / 3.5, 0)
  836. btn.Parent = EggScroller
  837. count = count + 1
  838.  
  839. -- Clicked
  840. btn.MouseButton1Down:Connect(function()
  841. ChosenEgg = v.Name
  842. Object.Text = v.Name
  843. LogText("Selected " .. v.Name)
  844. EggScroller.Visible = not EggScroller.Visible
  845. end)
  846. end
  847. end
  848. EggScroller.Visible = true
  849. end
  850. end)
  851.  
  852. AutoBlowBubble_2.MouseButton1Down:Connect(function()
  853. if Settings.KeepEpic then
  854. Settings.KeepEpic = false
  855. LogText("Disabled keeping Epic Items")
  856. AutoBubbleBlowerText_3.Text = "DISABLED"
  857. AutoBlowBubble_2.ImageColor3 = DisabledColor
  858. else
  859. Settings.KeepEpic = true
  860. LogText("Enabled keeping Epic Items")
  861. AutoBubbleBlowerText_3.Text = "ENABLED"
  862. AutoBlowBubble_2.ImageColor3 = EnabledColor
  863. end
  864. end)
  865.  
  866. AutoBlowBubble_3.MouseButton1Down:Connect(function()
  867. if Settings.KeepLegendary then
  868. Settings.KeepLegendary = false
  869. LogText("Disabled keeping Legendary Items")
  870. AutoBubbleBlowerText_4.Text = "DISABLED"
  871. AutoBlowBubble_3.ImageColor3 = DisabledColor
  872. else
  873. Settings.KeepLegendary = true
  874. LogText("Enabled keeping Legendary Items")
  875. AutoBubbleBlowerText_4.Text = "ENABLED"
  876. AutoBlowBubble_3.ImageColor3 = EnabledColor
  877. end
  878. end)
  879.  
  880. Log.MouseButton1Down:Connect(function()
  881. if Main.Visible then
  882. LogText("Click to Open")
  883. for i,v in pairs(BubbleGUI:GetChildren()) do
  884. if v.Name ~= "Log" then
  885. v.Visible = false
  886. end
  887. end
  888. else
  889. LogText("Click to Close")
  890. for i,v in pairs(BubbleGUI:GetChildren()) do
  891. if v.Name ~= "Log" then
  892. v.Visible = true
  893. end
  894. end
  895. end
  896. end)
  897.  
  898. FastOpenButton.MouseButton1Down:Connect(function()
  899. if Settings.RemoveUI then
  900. LogText("Disabled Faster Open")
  901. Settings.RemoveUI = false
  902. FastOpenButtonText.Text = "DISABLED"
  903. FastOpenButton.ImageColor3 = DisabledColor
  904. else
  905. LogText("Enabled Faster Open")
  906. Settings.RemoveUI = true
  907. FastOpenButtonText.Text = "ENABLED"
  908. FastOpenButton.ImageColor3 = EnabledColor
  909. end
  910. end)
  911.  
  912. -- Anti AFK
  913. local VirtualUser = game:GetService("VirtualUser")
  914. Player.Idled:Connect(function()
  915. VirtualUser:CaptureController()
  916. VirtualUser:ClickButton2(Vector2.new())
  917. end)
  918.  
  919.  
  920. game.Players.LocalPlayer.PlayerGui.ScreenGui.ChildAdded:Connect(function(Child)
  921. if Settings.RemoveUI then
  922. if Child.Name == "MultiPetHatch" or Child.Name == "PetHatch" then
  923. Child:Destroy()
  924. end
  925. end
  926. end)
  927.  
  928.  
  929.  
  930. -- (2/4/2019) ~ Removed While loop and RunService loop { *POSSIBLE CRASH REASONS* }
  931. Settings.TripleEgg = game:GetService("MarketplaceService"):UserOwnsGamePassAsync(Player.UserId, 5502695)
  932. if Settings.TripleEgg then
  933. TripleEggStatus.Text = "TRUE"
  934. TripleEggStatus.TextColor3 = Color3.fromRGB(64, 255, 64)
  935. elseif Settings.TripleEgg == false then
  936. TripleEggStatus.Text = "FALSE"
  937. TripleEggStatus.TextColor3 = Color3.fromRGB(255, 0, 0)
  938. end
  939.  
  940. if game:GetService("MarketplaceService"):UserOwnsGamePassAsync(Player.UserId, 5418177) then
  941. Settings.blowWait = 0.5
  942. else
  943. Settings.blowWait = 1
  944. end
Add Comment
Please, Sign In to add comment