Advertisement
ExploitsBringFun

Bubble Gum Simulator Updated GUI

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