Advertisement
nguyenminhnghia

sada

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