Qamyz

Untitled

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