imodex

Bubbl gum sim

Feb 23rd, 2019
907
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 92.79 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Earth = Instance.new("Frame")
  6. local EARTHMAIN = Instance.new("TextButton")
  7. local ESCP = Instance.new("Frame")
  8. local EARTHU = Instance.new("TextButton")
  9. local XPFARM = Instance.new("TextButton")
  10. local SOON = Instance.new("TextButton")
  11. local EARTH = Instance.new("TextLabel")
  12. local EARTH2 = Instance.new("TextLabel")
  13. local XE = Instance.new("TextButton")
  14. local ToyLand = Instance.new("Frame")
  15. local TOYMAIN = Instance.new("TextButton")
  16. local TSCP = Instance.new("Frame")
  17. local TOYUNLOCK = Instance.new("TextButton")
  18. local BRICKFARM = Instance.new("TextButton")
  19. local EGGS = Instance.new("TextButton")
  20. local TOY = Instance.new("TextLabel")
  21. local TOY2 = Instance.new("TextLabel")
  22. local XT = Instance.new("TextButton")
  23. local CandyLand = Instance.new("Frame")
  24. local CANDYMAIN = Instance.new("TextButton")
  25. local CSCP = Instance.new("Frame")
  26. local CANDYUNLOCK = Instance.new("TextButton")
  27. local CANDYFARM = Instance.new("TextButton")
  28. local EGGSC = Instance.new("TextButton")
  29. local CANDY = Instance.new("TextLabel")
  30. local CANDY2 = Instance.new("TextLabel")
  31. local XCL = Instance.new("TextButton")
  32. local Credits = Instance.new("Frame")
  33. local CREDITSMAIN = Instance.new("TextButton")
  34. local CREDITSINFO = Instance.new("Frame")
  35. local CREDITS2 = Instance.new("TextLabel")
  36. local CREDITS = Instance.new("TextLabel")
  37. local XC = Instance.new("TextButton")
  38. local CREDITSTO = Instance.new("TextLabel")
  39. local CRED = Instance.new("TextLabel")
  40. local CREDI = Instance.new("TextLabel")
  41. --Properties:
  42. ScreenGui.Parent = game.CoreGui
  43.  
  44. CSCP.Draggable = true
  45. CREDITSINFO.Draggable = true
  46. ESCP.Draggable = true
  47. TSCP.Draggable = true
  48. CSCP.Active = true
  49. CREDITSINFO.Active = true
  50. ESCP.Active = true
  51. TSCP.Active = true
  52.  
  53. Earth.Name = "Earth"
  54. Earth.Parent = ScreenGui
  55. Earth.BackgroundColor3 = Color3.new(1, 1, 1)
  56. Earth.Position = UDim2.new(0, 0, 0.418918908, 0)
  57. Earth.Size = UDim2.new(0, 77, 0, 65)
  58. Earth.Style = Enum.FrameStyle.DropShadow
  59.  
  60. EARTHMAIN.Name = "EARTHMAIN"
  61. EARTHMAIN.Parent = Earth
  62. EARTHMAIN.BackgroundColor3 = Color3.new(1, 1, 1)
  63. EARTHMAIN.Position = UDim2.new(-0.0541406646, 0, 0.17796348, 0)
  64. EARTHMAIN.Size = UDim2.new(0, 66, 0, 31)
  65. EARTHMAIN.SizeConstraint = Enum.SizeConstraint.RelativeYY
  66. EARTHMAIN.Style = Enum.ButtonStyle.RobloxRoundButton
  67. EARTHMAIN.Font = Enum.Font.ArialBold
  68. EARTHMAIN.Text = "EARTH"
  69. EARTHMAIN.TextColor3 = Color3.new(0, 0, 0)
  70. EARTHMAIN.TextSize = 14
  71. EARTHMAIN.MouseButton1Click:connect(function()
  72. ESCP.Visible = true
  73. end)
  74.  
  75. ESCP.Name = "ESCP"
  76. ESCP.Parent = Earth
  77. ESCP.BackgroundColor3 = Color3.new(0.12549, 0.686275, 0.498039)
  78. ESCP.Position = UDim2.new(2.24388599, 0, -0.155266389, 0)
  79. ESCP.Size = UDim2.new(0, 200, 0, 297)
  80. ESCP.Visible = false
  81. ESCP.Style = Enum.FrameStyle.DropShadow
  82.  
  83. EARTHU.Name = "EARTHU"
  84. EARTHU.Parent = ESCP
  85. EARTHU.BackgroundColor3 = Color3.new(1, 1, 1)
  86. EARTHU.Position = UDim2.new(-0.0449999981, 0, 0.75757575, 0)
  87. EARTHU.Size = UDim2.new(0, 200, 0, 50)
  88. EARTHU.Style = Enum.ButtonStyle.RobloxRoundButton
  89. EARTHU.Font = Enum.Font.ArialBold
  90. EARTHU.Text = "EARTH UNLOCK"
  91. EARTHU.TextColor3 = Color3.new(0, 0, 0)
  92. EARTHU.TextSize = 14
  93. EARTHU.MouseButton1Click:connect(function()
  94. for i,v in pairs(game.Workspace.FloatingIslands.Overworld:GetChildren()) do
  95. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Collision.CFrame
  96. wait(1)
  97. end
  98. end)
  99.  
  100. XPFARM.Name = "XPFARM"
  101. XPFARM.Parent = ESCP
  102. XPFARM.BackgroundColor3 = Color3.new(1, 1, 1)
  103. XPFARM.Position = UDim2.new(-0.0449999981, 0, 0.0606060624, 0)
  104. XPFARM.Size = UDim2.new(0, 200, 0, 50)
  105. XPFARM.Style = Enum.ButtonStyle.RobloxRoundButton
  106. XPFARM.Font = Enum.Font.ArialBold
  107. XPFARM.Text = "XPFARM"
  108. XPFARM.TextColor3 = Color3.new(0, 0, 0)
  109. XPFARM.TextSize = 14
  110. XPFARM.MouseButton1Click:connect(function()
  111.  
  112. for i , v in pairs(game.Workspace.FloatingIslands.Overworld["XP Island"]:GetChildren()) do
  113. if v.ClassName == "Model" then
  114. for i , b in pairs(v:GetChildren()) do
  115. if b.ClassName ~= "Model" then
  116. if b.ClassName ~= "BillboardGui" then
  117. b.CanCollide = false
  118. end
  119. end
  120. if b.ClassName == "Model" then
  121. for i , c in pairs(b:GetChildren()) do
  122. if c.ClassName ~= "Model" then
  123. c.CanCollide = false
  124. end
  125. if c.ClassName == "Model" then
  126. for i , d in pairs(c:GetChildren()) do
  127. if d.ClassName ~= "Model" then
  128. d.CanCollide = false
  129. end
  130. end
  131. end
  132. end
  133. end
  134. end
  135. end
  136. end
  137. for i , v in pairs(game.Workspace.FloatingIslands.Overworld["XP Island"].Decore.Shrine.Decore.Model:GetChildren()) do
  138. if v.ClassName ~= "Model" then
  139. v.CanCollide = false
  140. else
  141. for i,b in pairs(v:GetChildren()) do
  142. b.CanCollide = false
  143. end
  144. end
  145.  
  146. end
  147. for i , v in pairs(game.Workspace.Eggs:GetChildren()) do
  148. for i , b in pairs(v:GetChildren()) do
  149. if b.ClassName == "Model" then
  150. for i , c in pairs(b:GetChildren()) do
  151. if c.ClassName == "Model" then
  152. for i , as in pairs(c:GetChildren()) do
  153. if as.ClassName ~= "Script" then
  154. as.CanCollide = false
  155. end
  156. end
  157. else
  158. if c.ClassName ~= "StringValue" then
  159. c.CanCollide = false
  160. end
  161. end
  162. end
  163. else
  164. b.CanCollide = false
  165. end
  166. end
  167. end
  168.  
  169.  
  170. while wait() do
  171. local hum = game:GetService("Players").LocalPlayer.Character.Humanoid
  172. for i , v in pairs(game.Workspace.Pickups:GetChildren()) do
  173. if v.ClassName ~= "Model" then
  174. if game.Players.LocalPlayer:DistanceFromCharacter(v.Position) < 100 then
  175. hum:MoveTo(v.Position)
  176. hum.MoveToFinished:wait()
  177. end
  178. end
  179. end
  180. end
  181. end)
  182.  
  183. SOON.Name = "SOON"
  184. SOON.Parent = ESCP
  185. SOON.BackgroundColor3 = Color3.new(1, 1, 1)
  186. SOON.Position = UDim2.new(-0.0449999981, 0, 0.404040396, 0)
  187. SOON.Size = UDim2.new(0, 200, 0, 50)
  188. SOON.Style = Enum.ButtonStyle.RobloxRoundButton
  189. SOON.Font = Enum.Font.ArialBold
  190. SOON.Text = "GEM GEMIE AUTOFARM"
  191. SOON.TextColor3 = Color3.new(0, 0, 0)
  192. SOON.TextSize = 14
  193. SOON.MouseButton1Click:connect(function()
  194. while wait(1) do
  195. local function GetObject()
  196. local least = math.huge
  197. local Object
  198. for _,Stuff in pairs (workspace:GetDescendants()) do
  199. if Stuff:IsA("MeshPart") then
  200. if Stuff.MeshId == "rbxassetid://2542638609" or Stuff.MeshId == "rbxassetid://2542638609" or Stuff.MeshId == "rbxassetid://2558194071" or Stuff.MeshId == "rbxassetid://2558179804" then
  201. local Distance = game.Players.LocalPlayer:DistanceFromCharacter(Stuff.Position)
  202. if Distance < least and Distance < 100 then
  203. least = Distance
  204. Object = Stuff
  205. end
  206. end
  207. end
  208. end
  209. return Object
  210. end
  211.  
  212. if GetObject() ~= nil then game.Players.LocalPlayer.Character.Humanoid:MoveTo(GetObject().Position)
  213. end
  214.  
  215. local VirtualUser=game:service'VirtualUser'
  216. game:service'Players'.LocalPlayer.Idled:connect(function()
  217. VirtualUser:CaptureController()
  218. VirtualUser:ClickButton2(Vector2.new())
  219. end)
  220. end
  221. end)
  222.  
  223. EARTH.Name = "EARTH"
  224. EARTH.Parent = ESCP
  225. EARTH.BackgroundColor3 = Color3.new(0, 0, 0)
  226. EARTH.Position = UDim2.new(-0.0509999879, 0, -0.0844811797, 0)
  227. EARTH.Size = UDim2.new(0, 201, 0, 22)
  228. EARTH.Font = Enum.Font.ArialBold
  229. EARTH.Text = "EARTH SCRIPTS"
  230. EARTH.TextColor3 = Color3.new(1, 1, 1)
  231. EARTH.TextSize = 14
  232.  
  233. EARTH2.Name = "EARTH2"
  234. EARTH2.Parent = ESCP
  235. EARTH2.BackgroundColor3 = Color3.new(0, 0, 0)
  236. EARTH2.Position = UDim2.new(-0.0509999879, 0, 0.966023862, 0)
  237. EARTH2.Size = UDim2.new(0, 201, 0, 22)
  238. EARTH2.Font = Enum.Font.ArialBold
  239. EARTH2.Text = "EARTH SCRIPTS"
  240. EARTH2.TextColor3 = Color3.new(1, 1, 1)
  241. EARTH2.TextSize = 14
  242.  
  243. XE.Name = "XE"
  244. XE.Parent = ESCP
  245. XE.BackgroundColor3 = Color3.new(0, 0, 0)
  246. XE.Position = UDim2.new(0.898800254, 0, -0.0823158771, 0)
  247. XE.Size = UDim2.new(0, 20, 0, 21)
  248. XE.Font = Enum.Font.ArialBold
  249. XE.Text = "X"
  250. XE.TextColor3 = Color3.new(1, 1, 1)
  251. XE.TextSize = 14
  252. XE.MouseButton1Click:connect(function()
  253. ESCP.Visible = false
  254. end)
  255.  
  256. ToyLand.Name = "ToyLand"
  257. ToyLand.Parent = ScreenGui
  258. ToyLand.BackgroundColor3 = Color3.new(1, 1, 1)
  259. ToyLand.Position = UDim2.new(0, 0, 0.585995078, 0)
  260. ToyLand.Size = UDim2.new(0, 77, 0, 64)
  261. ToyLand.Style = Enum.FrameStyle.DropShadow
  262.  
  263. TOYMAIN.Name = "TOYMAIN"
  264. TOYMAIN.Parent = ToyLand
  265. TOYMAIN.BackgroundColor3 = Color3.new(1, 1, 1)
  266. TOYMAIN.Position = UDim2.new(-0.0541406646, 0, 0.17796348, 0)
  267. TOYMAIN.Size = UDim2.new(0, 66, 0, 31)
  268. TOYMAIN.SizeConstraint = Enum.SizeConstraint.RelativeYY
  269. TOYMAIN.Style = Enum.ButtonStyle.RobloxRoundButton
  270. TOYMAIN.Font = Enum.Font.ArialBold
  271. TOYMAIN.Text = "TOY LAND"
  272. TOYMAIN.TextColor3 = Color3.new(0, 0, 0)
  273. TOYMAIN.TextSize = 12
  274. TOYMAIN.MouseButton1Click:connect(function()
  275. TSCP.Visible = true
  276. end)
  277.  
  278. TSCP.Name = "TSCP"
  279. TSCP.Parent = ToyLand
  280. TSCP.BackgroundColor3 = Color3.new(0.12549, 0.686275, 0.498039)
  281. TSCP.Position = UDim2.new(2.73739243, 0, -2.99901628, 0)
  282. TSCP.Size = UDim2.new(0, 200, 0, 297)
  283. TSCP.Visible = false
  284. TSCP.Style = Enum.FrameStyle.DropShadow
  285.  
  286. TOYUNLOCK.Name = "TOYUNLOCK"
  287. TOYUNLOCK.Parent = TSCP
  288. TOYUNLOCK.BackgroundColor3 = Color3.new(1, 1, 1)
  289. TOYUNLOCK.Position = UDim2.new(-0.0449999981, 0, 0.75757575, 0)
  290. TOYUNLOCK.Size = UDim2.new(0, 200, 0, 50)
  291. TOYUNLOCK.Style = Enum.ButtonStyle.RobloxRoundButton
  292. TOYUNLOCK.Font = Enum.Font.ArialBold
  293. TOYUNLOCK.Text = "TOY LAND UNLOCK"
  294. TOYUNLOCK.TextColor3 = Color3.new(0, 0, 0)
  295. TOYUNLOCK.TextSize = 14
  296. TOYUNLOCK.MouseButton1Click:connect(function()
  297. for i,v in pairs(game.Workspace.FloatingIslands["Toy Land"]:GetChildren()) do
  298. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Collision.CFrame
  299. wait(1)
  300. end
  301. end)
  302.  
  303. BRICKFARM.Name = "BRICKFARM"
  304. BRICKFARM.Parent = TSCP
  305. BRICKFARM.BackgroundColor3 = Color3.new(1, 1, 1)
  306. BRICKFARM.Position = UDim2.new(-0.0449999981, 0, 0.0606060624, 0)
  307. BRICKFARM.Size = UDim2.new(0, 200, 0, 50)
  308. BRICKFARM.Style = Enum.ButtonStyle.RobloxRoundButton
  309. BRICKFARM.Font = Enum.Font.ArialBold
  310. BRICKFARM.Text = "BRICK FARM"
  311. BRICKFARM.TextColor3 = Color3.new(0, 0, 0)
  312. BRICKFARM.TextSize = 14
  313. BRICKFARM.MouseButton1Click:connect(function()
  314. -- This is made for the last toy land area
  315. for i , v in pairs(game.Workspace.FloatingIslands["Toy Land"]["Treasure Isle"]:GetChildren()) do
  316. if v.ClassName == "Model" then
  317. for i , b in pairs(v:GetChildren()) do
  318. if b.ClassName ~= "Model" then
  319. if b.ClassName ~= "BillboardGui" then
  320. b.CanCollide = false
  321. end
  322. end
  323. if b.ClassName == "Model" then
  324. for i , c in pairs(b:GetChildren()) do
  325. if c.ClassName ~= "Model" then
  326. c.CanCollide = false
  327. end
  328. if c.ClassName == "Model" then
  329. for i , d in pairs(c:GetChildren()) do
  330. if d.ClassName ~= "Model" then
  331. d.CanCollide = false
  332. end
  333. end
  334. end
  335. end
  336. end
  337. end
  338. end
  339. end
  340. for i , v in pairs(game.Workspace.FloatingIslands["Toy Land"]["Treasure Isle"].Decore.Shrine.Decore.Mountains:GetChildren()) do
  341. if v.ClassName ~= "Model" then
  342. v.CanCollide = false
  343. else
  344. for i,b in pairs(v:GetChildren()) do
  345. b.CanCollide = false
  346. end
  347. end
  348.  
  349. end
  350. for i , v in pairs(game.Workspace.Eggs:GetChildren()) do
  351. for i , b in pairs(v:GetChildren()) do
  352. if b.ClassName == "Model" then
  353. for i , c in pairs(b:GetChildren()) do
  354. if c.ClassName == "Model" then
  355. for i , as in pairs(c:GetChildren()) do
  356. if as.ClassName ~= "Script" then
  357. as.CanCollide = false
  358. end
  359. end
  360. else
  361. if c.ClassName ~= "StringValue" then
  362. c.CanCollide = false
  363. end
  364. end
  365. end
  366. else
  367. b.CanCollide = false
  368. end
  369. end
  370. end
  371.  
  372.  
  373. while wait() do
  374. local hum = game:GetService("Players").LocalPlayer.Character.Humanoid
  375. for i , v in pairs(game.Workspace.Pickups:GetChildren()) do
  376. if v.ClassName ~= "Model" then
  377. if game.Players.LocalPlayer:DistanceFromCharacter(v.Position) < 100 then
  378. hum:MoveTo(v.Position)
  379. hum.MoveToFinished:wait()
  380. end
  381. end
  382. end
  383. end
  384. end)
  385.  
  386. EGGS.Name = "EGGS"
  387. EGGS.Parent = TSCP
  388. EGGS.BackgroundColor3 = Color3.new(1, 1, 1)
  389. EGGS.Position = UDim2.new(-0.0449999981, 0, 0.404040396, 0)
  390. EGGS.Size = UDim2.new(0, 200, 0, 50)
  391. EGGS.Style = Enum.ButtonStyle.RobloxRoundButton
  392. EGGS.Font = Enum.Font.ArialBold
  393. EGGS.Text = "AUTO OPEN & DELETE EGGS"
  394. EGGS.TextColor3 = Color3.new(0, 0, 0)
  395. EGGS.TextSize = 14
  396. EGGS.MouseButton1Click:connect(function()
  397. --[[ #Credits
  398. #Developer: Titanium Developer#9736
  399. #Discord Server: https://discord.gg/6qcVZcU
  400. #Update 2 [2/5/2019]:
  401. * Auto Bubble blower is faster if you own the gamepass "Fast Chewer"
  402. * Fixed performance issues and crashing issue
  403. * I ran the script constantly opening eggs for 11 hours without any issue
  404. #Update [1/15/2019]:
  405. #Credit: Stevee#7213
  406. #1) Remade UI and added settings to UI
  407. #2) Automatically determine if the player owns Triple Egg Pass ("Multi Hatch") and updates if bought in game
  408. #3) Supports the new crate update and deletes the hats that aren't wanted according to users settings.
  409. #4) Supports anti-lag by using "faster open"
  410. ]]
  411.  
  412. --[[
  413. !! NOTE: CLICK "COMMON EGG" TO SELECT THE EGG OR CRATE YOU WANT TO OPEN
  414. SEND ANY BUGS TO Stevee#7213
  415. UPDATES WILL BE POSTED ON THIS EXACT PASTEBIN THREAD
  416. ]]
  417.  
  418. -- Instances:
  419. local BubbleGUI = Instance.new("ScreenGui")
  420. local Main = Instance.new("ImageLabel")
  421. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  422. local Outline = Instance.new("ImageLabel")
  423. local TextLabel = Instance.new("TextLabel")
  424. local Outline2 = Instance.new("ImageLabel")
  425. local ChooseEgg = Instance.new("ImageButton")
  426. local Object = Instance.new("TextLabel")
  427. local AutoOpenerButton = Instance.new("ImageButton")
  428. local AutoBubbleBlowerText = Instance.new("TextLabel")
  429. local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
  430. local TemplateButton = Instance.new("TextButton")
  431. local AutoBlowerDesc = Instance.new("TextLabel")
  432. local AutoBubbleBlowerTitle = Instance.new("TextLabel")
  433. local AutoEggDesc = Instance.new("TextLabel")
  434. local AutoPetTitle = Instance.new("TextLabel")
  435. local AutoBlowBubble = Instance.new("ImageButton")
  436. local AutoBubbleBlowerText_2 = Instance.new("TextLabel")
  437. local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
  438. local EggScroller = Instance.new("ScrollingFrame")
  439. local UIListLayout = Instance.new("UIListLayout")
  440. local Settings = Instance.new("ImageLabel")
  441. local UIAspectRatioConstraint_4 = Instance.new("UIAspectRatioConstraint")
  442. local Outline_2 = Instance.new("ImageLabel")
  443. local TextLabel_2 = Instance.new("TextLabel")
  444. local Outline2_2 = Instance.new("ImageLabel")
  445. local TripleEgg = Instance.new("TextLabel")
  446. local TripleEggStatus = Instance.new("TextLabel")
  447. local KeepEpic = Instance.new("TextLabel")
  448. local KeepLegendary = Instance.new("TextLabel")
  449. local AutoBlowBubble_2 = Instance.new("ImageButton")
  450. local AutoBubbleBlowerText_3 = Instance.new("TextLabel")
  451. local UIAspectRatioConstraint_5 = Instance.new("UIAspectRatioConstraint")
  452. local AutoBlowBubble_3 = Instance.new("ImageButton")
  453. local AutoBubbleBlowerText_4 = Instance.new("TextLabel")
  454. local UIAspectRatioConstraint_6 = Instance.new("UIAspectRatioConstraint")
  455. local AutoEggDesc_2 = Instance.new("TextLabel")
  456. local FastOpenLabel = Instance.new("TextLabel")
  457. local FastOpenButton = Instance.new("ImageButton")
  458. local FastOpenButtonText = Instance.new("TextLabel")
  459. local FastOpenUIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  460. local Log = Instance.new("ImageButton")
  461. local LogText = Instance.new("TextLabel")
  462. local _VERSION = 2
  463. --Properties:
  464. BubbleGUI.Name = "BubbleGUI"
  465. BubbleGUI.Parent = game.CoreGui
  466. Main.Name = "Main"
  467. Main.Parent = BubbleGUI
  468. Main.BackgroundTransparency = 1
  469. Main.BorderSizePixel = 0
  470. Main.Position = UDim2.new(0.324999988, 0, 0.224999994, 0)
  471. Main.Size = UDim2.new(0.35, 0, 0.55, 0)
  472. Main.ZIndex = 2
  473. Main.Image = "rbxassetid://1285673399"
  474. Main.ImageColor3 = Color3.new(0.2, 0.505882, 1)
  475. Main.ScaleType = Enum.ScaleType.Slice
  476. Main.SliceCenter = Rect.new(8, 8, 247, 247)
  477. Main.Visible = false
  478.  
  479. UIAspectRatioConstraint.Parent = Main
  480. UIAspectRatioConstraint.DominantAxis = Enum.DominantAxis.Height
  481.  
  482. Outline.Name = "Outline"
  483. Outline.Parent = Main
  484. Outline.BackgroundTransparency = 1
  485. Outline.BorderSizePixel = 0
  486. Outline.Position = UDim2.new(0, 0, 0.0199999996, 0)
  487. Outline.Size = UDim2.new(1, 0, 1, 0)
  488. Outline.Image = "rbxassetid://1285673399"
  489. Outline.ImageColor3 = Color3.new(0.137255, 0.356863, 0.701961)
  490. Outline.ScaleType = Enum.ScaleType.Slice
  491. Outline.SliceCenter = Rect.new(8, 8, 247, 247)
  492.  
  493. TextLabel.Parent = Main
  494. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  495. TextLabel.BackgroundTransparency = 1
  496. TextLabel.Position = UDim2.new(0.0749999881, 0, -0.0700000003, 0)
  497. TextLabel.Size = UDim2.new(0.85, 0, 0.15, 0)
  498. TextLabel.ZIndex = 2
  499. TextLabel.Font = Enum.Font.Cartoon
  500. TextLabel.Text = string.format(" AUTO [V.0.%d]", _VERSION) --"AUTO [V.0.1]"
  501. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  502. TextLabel.TextScaled = true
  503. TextLabel.TextSize = 14
  504. TextLabel.TextStrokeTransparency = 0.80000001192093
  505. TextLabel.TextWrapped = true
  506.  
  507. Outline2.Name = "Outline2"
  508. Outline2.Parent = Main
  509. Outline2.BackgroundTransparency = 1
  510. Outline2.BorderSizePixel = 0
  511. Outline2.Position = UDim2.new(0.0749999881, 0, -0.0599999987, 0)
  512. Outline2.Size = UDim2.new(0.850000024, 0, 1, 0)
  513. Outline2.Image = "rbxassetid://1285673399"
  514. Outline2.ImageColor3 = Color3.new(0.2, 0.505882, 1)
  515. Outline2.ScaleType = Enum.ScaleType.Slice
  516. Outline2.SliceCenter = Rect.new(8, 8, 247, 247)
  517.  
  518. ChooseEgg.Name = "ChooseEgg"
  519. ChooseEgg.Parent = Main
  520. ChooseEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  521. ChooseEgg.BackgroundTransparency = 1
  522. ChooseEgg.Position = UDim2.new(0.099999994, 0, 0.699999988, 0)
  523. ChooseEgg.Size = UDim2.new(0.800000012, 0, 0.119999997, 0)
  524. ChooseEgg.ZIndex = 3
  525. ChooseEgg.Image = "rbxassetid://1285673399"
  526. ChooseEgg.ImageColor3 = Color3.new(0.137255, 0.356863, 0.701961)
  527. ChooseEgg.ScaleType = Enum.ScaleType.Slice
  528. ChooseEgg.SliceCenter = Rect.new(8, 8, 247, 247)
  529.  
  530. Object.Name = "Object"
  531. Object.Parent = ChooseEgg
  532. Object.BackgroundColor3 = Color3.new(1, 1, 1)
  533. Object.BackgroundTransparency = 1
  534. Object.Position = UDim2.new(0.025000006, 0, 0.0500000119, 0)
  535. Object.Size = UDim2.new(0.949999988, 0, 0.899999976, 0)
  536. Object.ZIndex = 3
  537. Object.Font = Enum.Font.Cartoon
  538. Object.Text = "Common Egg"
  539. Object.TextColor3 = Color3.new(1, 1, 1)
  540. Object.TextScaled = true
  541. Object.TextSize = 14
  542. Object.TextStrokeTransparency = 0.80000001192093
  543. Object.TextWrapped = true
  544.  
  545. AutoOpenerButton.Name = "AutoOpenerButton"
  546. AutoOpenerButton.Parent = Main
  547. AutoOpenerButton.AnchorPoint = Vector2.new(0, 1)
  548. AutoOpenerButton.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  549. AutoOpenerButton.BackgroundTransparency = 1
  550. AutoOpenerButton.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  551. AutoOpenerButton.Position = UDim2.new(0.349999994, 0, 0.949999988, 0)
  552. AutoOpenerButton.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  553. AutoOpenerButton.ZIndex = 2
  554. AutoOpenerButton.Image = "rbxassetid://1511196841"
  555. AutoOpenerButton.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  556. AutoOpenerButton.ScaleType = Enum.ScaleType.Slice
  557. AutoOpenerButton.SliceCenter = Rect.new(9, 11, 91, 89)
  558.  
  559. AutoBubbleBlowerText.Name = "AutoBubbleBlowerText"
  560. AutoBubbleBlowerText.Parent = AutoOpenerButton
  561. AutoBubbleBlowerText.AnchorPoint = Vector2.new(0.5, 0.5)
  562. AutoBubbleBlowerText.BackgroundColor3 = Color3.new(1, 1, 1)
  563. AutoBubbleBlowerText.BackgroundTransparency = 1
  564. AutoBubbleBlowerText.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  565. AutoBubbleBlowerText.Position = UDim2.new(0.5, 0, 0.5, -2)
  566. AutoBubbleBlowerText.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  567. AutoBubbleBlowerText.ZIndex = 2
  568. AutoBubbleBlowerText.Font = Enum.Font.Cartoon
  569. AutoBubbleBlowerText.Text = "DISABLED"
  570. AutoBubbleBlowerText.TextColor3 = Color3.new(1, 1, 1)
  571. AutoBubbleBlowerText.TextScaled = true
  572. AutoBubbleBlowerText.TextSize = 14
  573. AutoBubbleBlowerText.TextStrokeTransparency = 0.75
  574. AutoBubbleBlowerText.TextWrapped = true
  575.  
  576. UIAspectRatioConstraint_2.Parent = AutoOpenerButton
  577. UIAspectRatioConstraint_2.AspectRatio = 3
  578.  
  579. TemplateButton.Name = "TemplateButton"
  580. TemplateButton.Parent = Main
  581. TemplateButton.BackgroundColor3 = Color3.new(1, 1, 1)
  582. TemplateButton.BackgroundTransparency = 1
  583. TemplateButton.Position = UDim2.new(8, 0, 0.100000001, 0)
  584. TemplateButton.Size = UDim2.new(0.800000012, 0, 0.045, 0)
  585. TemplateButton.Visible = false
  586. TemplateButton.ZIndex = 5
  587. TemplateButton.Font = Enum.Font.Cartoon
  588. TemplateButton.TextColor3 = Color3.new(1, 1, 1)
  589. TemplateButton.TextScaled = true
  590. TemplateButton.TextSize = 14
  591. TemplateButton.TextStrokeTransparency = 0.80000001192093
  592. TemplateButton.TextWrapped = true
  593.  
  594. AutoBlowerDesc.Name = "AutoBlowerDesc"
  595. AutoBlowerDesc.Parent = Main
  596. AutoBlowerDesc.AnchorPoint = Vector2.new(1, 0.5)
  597. AutoBlowerDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  598. AutoBlowerDesc.BackgroundTransparency = 1
  599. AutoBlowerDesc.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  600. AutoBlowerDesc.Position = UDim2.new(0.967238188, 0, 0.25, 0)
  601. AutoBlowerDesc.Size = UDim2.new(0.92200011, 0, 0.115160845, 0)
  602. AutoBlowerDesc.ZIndex = 2
  603. AutoBlowerDesc.Font = Enum.Font.Arial
  604. AutoBlowerDesc.Text = "Automatically blows and sells bubbles for you."
  605. AutoBlowerDesc.TextColor3 = Color3.new(1, 1, 1)
  606. AutoBlowerDesc.TextScaled = true
  607. AutoBlowerDesc.TextSize = 14
  608. AutoBlowerDesc.TextStrokeTransparency = 0.75
  609. AutoBlowerDesc.TextWrapped = true
  610.  
  611. AutoBubbleBlowerTitle.Name = "AutoBubbleBlowerTitle"
  612. AutoBubbleBlowerTitle.Parent = Main
  613. AutoBubbleBlowerTitle.AnchorPoint = Vector2.new(1, 0.5)
  614. AutoBubbleBlowerTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  615. AutoBubbleBlowerTitle.BackgroundTransparency = 1
  616. AutoBubbleBlowerTitle.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  617. AutoBubbleBlowerTitle.Position = UDim2.new(0.781523764, 0, 0.150000006, 0)
  618. AutoBubbleBlowerTitle.Size = UDim2.new(0.529142916, 0, 0.0897916555, 0)
  619. AutoBubbleBlowerTitle.ZIndex = 2
  620. AutoBubbleBlowerTitle.Font = Enum.Font.ArialBold
  621. AutoBubbleBlowerTitle.Text = "Auto Bubble Blower"
  622. AutoBubbleBlowerTitle.TextColor3 = Color3.new(1, 1, 1)
  623. AutoBubbleBlowerTitle.TextScaled = true
  624. AutoBubbleBlowerTitle.TextSize = 14
  625. AutoBubbleBlowerTitle.TextStrokeTransparency = 0.75
  626. AutoBubbleBlowerTitle.TextWrapped = true
  627. AutoBubbleBlowerTitle.TextXAlignment = Enum.TextXAlignment.Left
  628.  
  629. AutoEggDesc.Name = "AutoEggDesc"
  630. AutoEggDesc.Parent = Main
  631. AutoEggDesc.AnchorPoint = Vector2.new(1, 0.5)
  632. AutoEggDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  633. AutoEggDesc.BackgroundTransparency = 1
  634. AutoEggDesc.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  635. AutoEggDesc.Position = UDim2.new(0.967238188, 0, 0.600000024, 2)
  636. AutoEggDesc.Size = UDim2.new(0.92200017, 0, 0.137250707, 0)
  637. AutoEggDesc.ZIndex = 2
  638. AutoEggDesc.Font = Enum.Font.Arial
  639. 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!"
  640. AutoEggDesc.TextColor3 = Color3.new(1, 1, 1)
  641. AutoEggDesc.TextScaled = true
  642. AutoEggDesc.TextSize = 14
  643. AutoEggDesc.TextStrokeTransparency = 0.75
  644. AutoEggDesc.TextWrapped = true
  645.  
  646. AutoPetTitle.Name = "AutoPetTitle"
  647. AutoPetTitle.Parent = Main
  648. AutoPetTitle.AnchorPoint = Vector2.new(1, 0.5)
  649. AutoPetTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  650. AutoPetTitle.BackgroundTransparency = 1
  651. AutoPetTitle.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  652. AutoPetTitle.Position = UDim2.new(0.913214386, 0, 0.5, -4)
  653. AutoPetTitle.Size = UDim2.new(0.800345302, 0, 0.0897916555, 0)
  654. AutoPetTitle.ZIndex = 2
  655. AutoPetTitle.Font = Enum.Font.ArialBold
  656. AutoPetTitle.Text = "Auto Pet / Hat Purchase/Deletion"
  657. AutoPetTitle.TextColor3 = Color3.new(1, 1, 1)
  658. AutoPetTitle.TextScaled = true
  659. AutoPetTitle.TextSize = 14
  660. AutoPetTitle.TextStrokeTransparency = 0.75
  661. AutoPetTitle.TextWrapped = true
  662.  
  663. AutoBlowBubble.Name = "AutoBlowBubble"
  664. AutoBlowBubble.Parent = Main
  665. AutoBlowBubble.AnchorPoint = Vector2.new(0, 1)
  666. AutoBlowBubble.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  667. AutoBlowBubble.BackgroundTransparency = 1
  668. AutoBlowBubble.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  669. AutoBlowBubble.Position = UDim2.new(0.349999994, 0, 0.419999987, 0)
  670. AutoBlowBubble.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  671. AutoBlowBubble.ZIndex = 2
  672. AutoBlowBubble.Image = "rbxassetid://1511196841"
  673. AutoBlowBubble.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  674. AutoBlowBubble.ScaleType = Enum.ScaleType.Slice
  675. AutoBlowBubble.SliceCenter = Rect.new(9, 11, 91, 89)
  676.  
  677. AutoBubbleBlowerText_2.Name = "AutoBubbleBlowerText"
  678. AutoBubbleBlowerText_2.Parent = AutoBlowBubble
  679. AutoBubbleBlowerText_2.AnchorPoint = Vector2.new(0.5, 0.5)
  680. AutoBubbleBlowerText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  681. AutoBubbleBlowerText_2.BackgroundTransparency = 1
  682. AutoBubbleBlowerText_2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  683. AutoBubbleBlowerText_2.Position = UDim2.new(0.5, 0, 0.5, -2)
  684. AutoBubbleBlowerText_2.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  685. AutoBubbleBlowerText_2.ZIndex = 2
  686. AutoBubbleBlowerText_2.Font = Enum.Font.Cartoon
  687. AutoBubbleBlowerText_2.Text = "DISABLED"
  688. AutoBubbleBlowerText_2.TextColor3 = Color3.new(1, 1, 1)
  689. AutoBubbleBlowerText_2.TextScaled = true
  690. AutoBubbleBlowerText_2.TextSize = 14
  691. AutoBubbleBlowerText_2.TextStrokeTransparency = 0.75
  692. AutoBubbleBlowerText_2.TextWrapped = true
  693.  
  694. UIAspectRatioConstraint_3.Parent = AutoBlowBubble
  695. UIAspectRatioConstraint_3.AspectRatio = 3
  696.  
  697. EggScroller.Name = "EggScroller"
  698. EggScroller.Parent = Main
  699. EggScroller.BackgroundColor3 = Color3.new(0.2, 0.505882, 1)
  700. EggScroller.BorderSizePixel = 0
  701. EggScroller.Position = UDim2.new(0.0500000119, 0, 0.119999997, 1)
  702. EggScroller.Size = UDim2.new(0.899999976, 0, 0.550000012, 0)
  703. EggScroller.Visible = false
  704. EggScroller.ZIndex = 5
  705. EggScroller.ScrollBarThickness = 8
  706. EggScroller.CanvasSize = UDim2.new(0, 0, 2.2, 0)
  707.  
  708. UIListLayout.Parent = nil
  709. UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  710. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  711. UIListLayout.Padding = UDim.new(0, 0)
  712.  
  713. Settings.Name = "Settings"
  714. Settings.Parent = BubbleGUI
  715. Settings.BackgroundTransparency = 1
  716. Settings.BorderSizePixel = 0
  717. Settings.Position = UDim2.new(0.635, 0, 0.25, 0)
  718. Settings.Size = UDim2.new(0.25, 0, 0.550000012, 0)
  719. Settings.ZIndex = 2
  720. Settings.Image = "rbxassetid://1285673399"
  721. Settings.ImageColor3 = Color3.new(0.2, 0.505882, 1)
  722. Settings.ScaleType = Enum.ScaleType.Slice
  723. Settings.SliceCenter = Rect.new(8, 8, 247, 247)
  724. Settings.Visible = false
  725.  
  726. UIAspectRatioConstraint_4.Parent = Settings
  727. UIAspectRatioConstraint_4.DominantAxis = Enum.DominantAxis.Height
  728.  
  729. Outline_2.Name = "Outline"
  730. Outline_2.Parent = Settings
  731. Outline_2.BackgroundTransparency = 1
  732. Outline_2.BorderSizePixel = 0
  733. Outline_2.Position = UDim2.new(0, 0, 0.0199999996, 0)
  734. Outline_2.Size = UDim2.new(1, 0, 1, 0)
  735. Outline_2.Image = "rbxassetid://1285673399"
  736. Outline_2.ImageColor3 = Color3.new(0.137255, 0.356863, 0.701961)
  737. Outline_2.ScaleType = Enum.ScaleType.Slice
  738. Outline_2.SliceCenter = Rect.new(8, 8, 247, 247)
  739.  
  740. TextLabel_2.Parent = Settings
  741. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  742. TextLabel_2.BackgroundTransparency = 1
  743. TextLabel_2.Position = UDim2.new(0.0749999881, 0, -0.0700000003, 0)
  744. TextLabel_2.Size = UDim2.new(0.850000024, 0, 0.150000006, 0)
  745. TextLabel_2.ZIndex = 2
  746. TextLabel_2.Font = Enum.Font.Cartoon
  747. TextLabel_2.Text = "SETTINGS"
  748. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  749. TextLabel_2.TextScaled = true
  750. TextLabel_2.TextSize = 14
  751. TextLabel_2.TextStrokeTransparency = 0.80000001192093
  752. TextLabel_2.TextWrapped = true
  753.  
  754. Outline2_2.Name = "Outline2"
  755. Outline2_2.Parent = Settings
  756. Outline2_2.BackgroundTransparency = 1
  757. Outline2_2.BorderSizePixel = 0
  758. Outline2_2.Position = UDim2.new(0.0749999881, 0, -0.0599999987, 0)
  759. Outline2_2.Size = UDim2.new(0.850000024, 0, 1, 0)
  760. Outline2_2.Image = "rbxassetid://1285673399"
  761. Outline2_2.ImageColor3 = Color3.new(0.2, 0.505882, 1)
  762. Outline2_2.ScaleType = Enum.ScaleType.Slice
  763. Outline2_2.SliceCenter = Rect.new(8, 8, 247, 247)
  764.  
  765. TripleEgg.Name = "TripleEgg"
  766. TripleEgg.Parent = Settings
  767. TripleEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  768. TripleEgg.BackgroundTransparency = 1
  769. TripleEgg.Position = UDim2.new(0.0500000007, 0, 0.150000006, 0)
  770. TripleEgg.Size = UDim2.new(0.550000012, 0, 0.100000001, 0)
  771. TripleEgg.ZIndex = 3
  772. TripleEgg.Font = Enum.Font.Cartoon
  773. TripleEgg.Text = "Triple Egg:"
  774. TripleEgg.TextColor3 = Color3.new(1, 1, 1)
  775. TripleEgg.TextScaled = true
  776. TripleEgg.TextSize = 14
  777. TripleEgg.TextStrokeTransparency = 0.80000001192093
  778. TripleEgg.TextWrapped = true
  779. TripleEgg.TextXAlignment = Enum.TextXAlignment.Left
  780.  
  781. TripleEggStatus.Name = "TripleEggStatus"
  782. TripleEggStatus.Parent = Settings
  783. TripleEggStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  784. TripleEggStatus.BackgroundTransparency = 1
  785. TripleEggStatus.Position = UDim2.new(0.5, 0, 0.150000006, 0)
  786. TripleEggStatus.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  787. TripleEggStatus.ZIndex = 3
  788. TripleEggStatus.Font = Enum.Font.Cartoon
  789. TripleEggStatus.Text = "FALSE"
  790. TripleEggStatus.TextColor3 = Color3.new(1, 0, 0)
  791. TripleEggStatus.TextScaled = true
  792. TripleEggStatus.TextSize = 14
  793. TripleEggStatus.TextStrokeTransparency = 0.89999997615814
  794. TripleEggStatus.TextWrapped = true
  795. TripleEggStatus.TextXAlignment = Enum.TextXAlignment.Left
  796.  
  797. KeepEpic.Name = "KeepEpic"
  798. KeepEpic.Parent = Settings
  799. KeepEpic.BackgroundColor3 = Color3.new(1, 1, 1)
  800. KeepEpic.BackgroundTransparency = 1
  801. KeepEpic.Position = UDim2.new(0.0500000007, 0, 0.300000012, 0)
  802. KeepEpic.Size = UDim2.new(0.550000012, 0, 0.100000001, 0)
  803. KeepEpic.ZIndex = 3
  804. KeepEpic.Font = Enum.Font.Cartoon
  805. KeepEpic.Text = "Keep Epic:"
  806. KeepEpic.TextColor3 = Color3.new(1, 1, 1)
  807. KeepEpic.TextScaled = true
  808. KeepEpic.TextSize = 14
  809. KeepEpic.TextStrokeTransparency = 0.80000001192093
  810. KeepEpic.TextWrapped = true
  811. KeepEpic.TextXAlignment = Enum.TextXAlignment.Left
  812.  
  813. KeepLegendary.Name = "KeepLegendary"
  814. KeepLegendary.Parent = Settings
  815. KeepLegendary.BackgroundColor3 = Color3.new(1, 1, 1)
  816. KeepLegendary.BackgroundTransparency = 1
  817. KeepLegendary.Position = UDim2.new(0.0500000007, 0, 0.449999988, 0)
  818. KeepLegendary.Size = UDim2.new(0.550000012, 0, 0.100000001, 0)
  819. KeepLegendary.ZIndex = 3
  820. KeepLegendary.Font = Enum.Font.Cartoon
  821. KeepLegendary.Text = "Keep Legend:"
  822. KeepLegendary.TextColor3 = Color3.new(1, 1, 1)
  823. KeepLegendary.TextScaled = true
  824. KeepLegendary.TextSize = 14
  825. KeepLegendary.TextStrokeTransparency = 0.80000001192093
  826. KeepLegendary.TextWrapped = true
  827. KeepLegendary.TextXAlignment = Enum.TextXAlignment.Left
  828.  
  829. FastOpenLabel.Name = "KeepLegendary"
  830. FastOpenLabel.Parent = Settings
  831. FastOpenLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  832. FastOpenLabel.BackgroundTransparency = 1
  833. FastOpenLabel.Position = UDim2.new(0.0500000007, 0, 0.6, 0)
  834. FastOpenLabel.Size = UDim2.new(0.550000012, 0, 0.100000001, 0)
  835. FastOpenLabel.ZIndex = 3
  836. FastOpenLabel.Font = Enum.Font.Cartoon
  837. FastOpenLabel.Text = "Faster Open:"
  838. FastOpenLabel.TextColor3 = Color3.new(1, 1, 1)
  839. FastOpenLabel.TextScaled = true
  840. FastOpenLabel.TextSize = 14
  841. FastOpenLabel.TextStrokeTransparency = 0.80000001192093
  842. FastOpenLabel.TextWrapped = true
  843. FastOpenLabel.TextXAlignment = Enum.TextXAlignment.Left
  844.  
  845. AutoBlowBubble_2.Name = "AutoBlowBubble" -- Keep Epic
  846. AutoBlowBubble_2.Parent = Settings
  847. AutoBlowBubble_2.AnchorPoint = Vector2.new(0, 1)
  848. AutoBlowBubble_2.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  849. AutoBlowBubble_2.BackgroundTransparency = 1
  850. AutoBlowBubble_2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  851. AutoBlowBubble_2.Position = UDim2.new(0.5, 0, 0.400000006, 0)
  852. AutoBlowBubble_2.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  853. AutoBlowBubble_2.ZIndex = 2
  854. AutoBlowBubble_2.Image = "rbxassetid://1511196841"
  855. AutoBlowBubble_2.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  856. AutoBlowBubble_2.ScaleType = Enum.ScaleType.Slice
  857. AutoBlowBubble_2.SliceCenter = Rect.new(9, 11, 91, 89)
  858.  
  859. AutoBubbleBlowerText_3.Name = "AutoBubbleBlowerText"
  860. AutoBubbleBlowerText_3.Parent = AutoBlowBubble_2
  861. AutoBubbleBlowerText_3.AnchorPoint = Vector2.new(0.5, 0.5)
  862. AutoBubbleBlowerText_3.BackgroundColor3 = Color3.new(1, 1, 1)
  863. AutoBubbleBlowerText_3.BackgroundTransparency = 1
  864. AutoBubbleBlowerText_3.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  865. AutoBubbleBlowerText_3.Position = UDim2.new(0.5, 0, 0.5, -2)
  866. AutoBubbleBlowerText_3.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  867. AutoBubbleBlowerText_3.ZIndex = 2
  868. AutoBubbleBlowerText_3.Font = Enum.Font.Cartoon
  869. AutoBubbleBlowerText_3.Text = "DISABLED"
  870. AutoBubbleBlowerText_3.TextColor3 = Color3.new(1, 1, 1)
  871. AutoBubbleBlowerText_3.TextScaled = true
  872. AutoBubbleBlowerText_3.TextSize = 14
  873. AutoBubbleBlowerText_3.TextStrokeTransparency = 0.75
  874. AutoBubbleBlowerText_3.TextWrapped = true
  875.  
  876. UIAspectRatioConstraint_5.Parent = AutoBlowBubble_2
  877. UIAspectRatioConstraint_5.AspectRatio = 3
  878.  
  879. AutoBlowBubble_3.Name = "AutoBlowBubble" -- Keep Legendary
  880. AutoBlowBubble_3.Parent = Settings
  881. AutoBlowBubble_3.AnchorPoint = Vector2.new(0, 1)
  882. AutoBlowBubble_3.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  883. AutoBlowBubble_3.BackgroundTransparency = 1
  884. AutoBlowBubble_3.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  885. AutoBlowBubble_3.Position = UDim2.new(0.600000024, 0, 0.550000012, 0)
  886. AutoBlowBubble_3.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  887. AutoBlowBubble_3.ZIndex = 2
  888. AutoBlowBubble_3.Image = "rbxassetid://1511196841"
  889. AutoBlowBubble_3.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  890. AutoBlowBubble_3.ScaleType = Enum.ScaleType.Slice
  891. AutoBlowBubble_3.SliceCenter = Rect.new(9, 11, 91, 89)
  892.  
  893. AutoBubbleBlowerText_4.Name = "AutoBubbleBlowerText"
  894. AutoBubbleBlowerText_4.Parent = AutoBlowBubble_3
  895. AutoBubbleBlowerText_4.AnchorPoint = Vector2.new(0.5, 0.5)
  896. AutoBubbleBlowerText_4.BackgroundColor3 = Color3.new(1, 1, 1)
  897. AutoBubbleBlowerText_4.BackgroundTransparency = 1
  898. AutoBubbleBlowerText_4.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  899. AutoBubbleBlowerText_4.Position = UDim2.new(0.5, 0, 0.5, -2)
  900. AutoBubbleBlowerText_4.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  901. AutoBubbleBlowerText_4.ZIndex = 2
  902. AutoBubbleBlowerText_4.Font = Enum.Font.Cartoon
  903. AutoBubbleBlowerText_4.Text = "DISABLED"
  904. AutoBubbleBlowerText_4.TextColor3 = Color3.new(1, 1, 1)
  905. AutoBubbleBlowerText_4.TextScaled = true
  906. AutoBubbleBlowerText_4.TextSize = 14
  907. AutoBubbleBlowerText_4.TextStrokeTransparency = 0.75
  908. AutoBubbleBlowerText_4.TextWrapped = true
  909.  
  910. UIAspectRatioConstraint_6.Parent = AutoBlowBubble_3
  911. UIAspectRatioConstraint_6.AspectRatio = 3
  912.  
  913. -- Faster Open
  914. FastOpenButton.Name = "AutoBlowBubble" -- Keep Legendary
  915. FastOpenButton.Parent = Settings
  916. FastOpenButton.AnchorPoint = Vector2.new(0, 1)
  917. FastOpenButton.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  918. FastOpenButton.BackgroundTransparency = 1
  919. FastOpenButton.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  920. FastOpenButton.Position = UDim2.new(0.6, 0, 0.7, 0)
  921. FastOpenButton.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  922. FastOpenButton.ZIndex = 2
  923. FastOpenButton.Image = "rbxassetid://1511196841"
  924. FastOpenButton.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  925. FastOpenButton.ScaleType = Enum.ScaleType.Slice
  926. FastOpenButton.SliceCenter = Rect.new(9, 11, 91, 89)
  927.  
  928. FastOpenButtonText.Name = "AutoBubbleBlowerText"
  929. FastOpenButtonText.Parent = FastOpenButton
  930. FastOpenButtonText.AnchorPoint = Vector2.new(0.5, 0.5)
  931. FastOpenButtonText.BackgroundColor3 = Color3.new(1, 1, 1)
  932. FastOpenButtonText.BackgroundTransparency = 1
  933. FastOpenButtonText.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  934. FastOpenButtonText.Position = UDim2.new(0.5, 0, 0.5, -2)
  935. FastOpenButtonText.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  936. FastOpenButtonText.ZIndex = 2
  937. FastOpenButtonText.Font = Enum.Font.Cartoon
  938. FastOpenButtonText.Text = "DISABLED"
  939. FastOpenButtonText.TextColor3 = Color3.new(1, 1, 1)
  940. FastOpenButtonText.TextScaled = true
  941. FastOpenButtonText.TextSize = 14
  942. FastOpenButtonText.TextStrokeTransparency = 0.75
  943. FastOpenButtonText.TextWrapped = true
  944.  
  945. FastOpenUIAspectRatioConstraint.Parent = FastOpenButton
  946. FastOpenUIAspectRatioConstraint.AspectRatio = 3
  947.  
  948.  
  949.  
  950. AutoEggDesc_2.Name = "AutoEggDesc"
  951. AutoEggDesc_2.Parent = Settings
  952. AutoEggDesc_2.AnchorPoint = Vector2.new(1, 0.5)
  953. AutoEggDesc_2.BackgroundColor3 = Color3.new(1, 1, 1)
  954. AutoEggDesc_2.BackgroundTransparency = 1
  955. AutoEggDesc_2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  956. AutoEggDesc_2.Position = UDim2.new(0.95, 0, 0.88, 0)
  957. AutoEggDesc_2.Size = UDim2.new(0.9, 0, 0.25, 0)
  958. AutoEggDesc_2.ZIndex = 2
  959. AutoEggDesc_2.Font = Enum.Font.ArialBold
  960. AutoEggDesc_2.Text = "NOTE: If \"Keep Epic\" or \"Keep Legendary\" is set to disabled, then they will delete automatically when recieved."
  961. AutoEggDesc_2.TextColor3 = Color3.new(1, 1, 1)
  962. AutoEggDesc_2.TextScaled = true
  963. AutoEggDesc_2.TextSize = 14
  964. AutoEggDesc_2.TextStrokeTransparency = 0.75
  965. AutoEggDesc_2.TextWrapped = true
  966.  
  967. Log.Name = "Log"
  968. Log.Parent = BubbleGUI
  969. Log.AnchorPoint = Vector2.new(0.5, 0)
  970. Log.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  971. Log.BackgroundTransparency = 1
  972. Log.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  973. Log.Position = UDim2.new(0.499593467, 0, 0.0274019241, 0)
  974. Log.Size = UDim2.new(0.300000012, 0, 0.06332881, 0)
  975. Log.ZIndex = 55
  976. Log.Image = "rbxassetid://1511196841"
  977. Log.ImageColor3 = Color3.new(0.243137, 0.380392, 1)
  978. Log.ScaleType = Enum.ScaleType.Slice
  979. Log.SliceCenter = Rect.new(9, 11, 91, 89)
  980.  
  981. LogText.Name = "LogText"
  982. LogText.Parent = Log
  983. LogText.AnchorPoint = Vector2.new(0.5, 0.5)
  984. LogText.BackgroundColor3 = Color3.new(1, 1, 1)
  985. LogText.BackgroundTransparency = 1
  986. LogText.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  987. LogText.Position = UDim2.new(0.5, 0, 0.5, -2)
  988. LogText.Size = UDim2.new(0.899999976, 0, 0.899999976, 0)
  989. LogText.ZIndex = 56
  990. LogText.Font = Enum.Font.Cartoon
  991. LogText.Text = "YOUR EXPLOIT NEED DEBUG LIBRARY"
  992. LogText.TextColor3 = Color3.new(1, 1, 1)
  993. LogText.TextScaled = true
  994. LogText.TextSize = 12
  995. LogText.TextStrokeTransparency = 0.75
  996. LogText.TextWrapped = true
  997.  
  998. -- Scripts:
  999. local Player = game.Players.LocalPlayer
  1000. local Character = Player.Character or Player.CharacterAdded:wait()
  1001. local Eggs = {}
  1002. local Functions = {}
  1003. local Settings = {
  1004. TripleEgg = game:GetService("MarketplaceService"):UserOwnsGamePassAsync(Player.UserId, 5502695),
  1005. KeepEpic = true,
  1006. KeepLegendary = true,
  1007. RemoveUI = false,
  1008. blowWait = 1
  1009. }
  1010. local SavedInstancesFolder = Instance.new("Folder")
  1011. SavedInstancesFolder.Name = "SavedInstancesFolder"
  1012. SavedInstancesFolder.Parent = game.CoreGui
  1013. -- Will figure out how to properly restore these elements below in future update
  1014. local SavedInstances = {
  1015. "StatsFrame",
  1016. "MainButtons",
  1017. "Settings",
  1018. "HeightMeter",
  1019. "Hotkey",
  1020. "PetHatch"
  1021. }
  1022. local ChosenEgg = "Common Egg"
  1023. local DisabledColor = Color3.fromRGB(125, 125, 125)
  1024. local EnabledColor = Color3.fromRGB(64, 255, 64)
  1025. local PetModule
  1026. local HatModule
  1027. local AutoProfit = false
  1028. local AutoOpen = false
  1029.  
  1030. -- Grab Modules
  1031. for _, ModuleScript in pairs(game.ReplicatedStorage:GetDescendants()) do
  1032. if ModuleScript:IsA("ModuleScript") and ModuleScript.Name == "PetModule" then
  1033. PetModule = require(ModuleScript)
  1034. elseif ModuleScript:IsA("ModuleScript") and ModuleScript.Name == "HatModule" then
  1035. HatModule = require(ModuleScript)
  1036. end
  1037. end
  1038.  
  1039. -- Grab Eggs
  1040. for _, egg in next, workspace.Eggs:GetChildren() do
  1041. Eggs[#Eggs + 1] = egg
  1042. end
  1043.  
  1044. -- Log Text Functions
  1045. local LogText = function(Text)
  1046. pcall(function()
  1047. LogText.Text = tostring(Text)
  1048. end)
  1049. end
  1050.  
  1051. -- Grab Functions
  1052. local FireNetwork = function(...)
  1053. Functions[1]:FireServer(...)
  1054. end
  1055.  
  1056. for A,B in next, debug.getregistry() do
  1057. if type(B) == "function" then
  1058. pcall(function()
  1059. for X,Z in next, debug.getupvalues(B) do
  1060. if X == "Network" then
  1061. Functions[#Functions + 1] = Z
  1062. end
  1063. end
  1064. end)
  1065. end
  1066. end
  1067.  
  1068. for _,Remote in pairs (game:GetDescendants()) do
  1069. if Remote:IsA("RemoteEvent") then
  1070. Remote.OnClientEvent:Connect(function(ArgOne, ...)
  1071. if AutoOpen then
  1072. if ArgOne == "DataChanged" then
  1073. if typeof (...) == "table" then
  1074. for A,B in ipairs (...) do
  1075. if typeof(B) == "table" then
  1076. if string.len(tostring(B[1])) == 36 then
  1077. wait()
  1078. --print(B[2])
  1079. if string.sub(ChosenEgg, -5) == "Crate" then
  1080. -- Delete hat code
  1081. pcall(function()
  1082. if HatModule[tostring(B[2])]["Rarity"] == "Epic" then
  1083. if Settings.KeepEpic ~= true then
  1084. if B[6] ~= true then
  1085. LogText("Deleted Hat: " .. tostring(B[2]))
  1086. FireNetwork("DeleteHat", tostring(B[1]))
  1087. end
  1088. end
  1089. elseif HatModule[tostring(B[2])]["Rarity"] == "Legendary" then
  1090. if Settings.KeepLegendary ~= true then
  1091. if B[6] ~= true then
  1092. LogText("Deleted Hat: " .. tostring(B[2]))
  1093. FireNetwork("DeleteHat", tostring(B[1]))
  1094. end
  1095. end
  1096. else
  1097. if B[6] ~= true then
  1098. LogText("Deleted Hat: " .. tostring(B[2]))
  1099. FireNetwork("DeleteHat", tostring(B[1]))
  1100. end
  1101. end
  1102. end)
  1103. elseif string.sub(ChosenEgg, -3) == "Egg" then
  1104. pcall(function()
  1105. if PetModule[tostring(B[2])]["Rarity"] == "Epic" then
  1106. if Settings.KeepEpic ~= true then
  1107. if B[6] ~= true then
  1108. LogText("Deleted Pet: " .. tostring(B[2]))
  1109. FireNetwork("DeletePet", tostring(B[1]))
  1110. end
  1111. end
  1112. elseif PetModule[tostring(B[2])]["Rarity"] == "Legendary" then
  1113. if Settings.KeepLegendary ~= true then
  1114. if B[6] ~= true then
  1115. LogText("Deleted Pet: " .. tostring(B[2]))
  1116. FireNetwork("DeletePet", tostring(B[1]))
  1117. end
  1118. end
  1119. else
  1120. if B[6] ~= true then
  1121. LogText("Deleted Pet: " .. tostring(B[2]))
  1122. FireNetwork("DeletePet", tostring(B[1]))
  1123. end
  1124. end
  1125. end)
  1126. end
  1127. end
  1128. end
  1129. end
  1130. end
  1131. end
  1132. end
  1133. end)
  1134. end
  1135. end
  1136. -----------
  1137. if Settings.TripleEgg then
  1138. TripleEggStatus.Text = "TRUE"
  1139. TripleEggStatus.TextColor3 = Color3.fromRGB(64, 255, 64)
  1140. elseif Settings.TripleEgg == false then
  1141. TripleEggStatus.Text = "FALSE"
  1142. TripleEggStatus.TextColor3 = Color3.fromRGB(255, 0, 0)
  1143. end
  1144.  
  1145. AutoBlowBubble_2.ImageColor3 = EnabledColor
  1146. AutoBubbleBlowerText_3.Text = "ENABLED"
  1147.  
  1148. AutoBlowBubble_3.ImageColor3 = EnabledColor
  1149. AutoBubbleBlowerText_4.Text = "ENABLED"
  1150.  
  1151. LogText("Developer: Titanium Developer#9736")
  1152. wait(3)
  1153. LogText("Discord: https://discord.gg/6qcVZcU")
  1154. wait(3)
  1155. LogText("New UI & Crate Opening - Stevee#7213")
  1156. wait(3)
  1157. LogText("Click To Open")
  1158.  
  1159. AutoBlowBubble.MouseButton1Down:Connect(function()
  1160. if AutoProfit then
  1161. LogText("Disabled Bubble Blower")
  1162. AutoBubbleBlowerText_2.Text = "DISABLED"
  1163. AutoBlowBubble.ImageColor3 = DisabledColor
  1164. AutoProfit = false
  1165. else
  1166. AutoProfit = true
  1167. AutoBubbleBlowerText_2.Text = "ENABLED"
  1168. AutoBlowBubble.ImageColor3 = EnabledColor
  1169. LogText("Enabled Bubble Blower")
  1170. repeat
  1171. wait(Settings.blowWait)
  1172. FireNetwork("BlowBubble")
  1173. FireNetwork("ClaimAchievement", 1)
  1174. FireNetwork("ClaimAchievement", 2)
  1175. FireNetwork("ClaimAchievement", 3)
  1176. FireNetwork("ClaimAchievement", 4)
  1177. until AutoProfit == false
  1178. end
  1179. end)
  1180.  
  1181. AutoOpenerButton.MouseButton1Down:Connect(function()
  1182. if AutoOpen then
  1183. LogText("Disabled Auto Open")
  1184. AutoOpen = false
  1185. AutoOpenerButton.ImageColor3 = DisabledColor
  1186. AutoBubbleBlowerText.Text = "DISABLED"
  1187. else
  1188. AutoOpen = true
  1189. AutoOpenerButton.ImageColor3 = EnabledColor
  1190. AutoBubbleBlowerText.Text = "ENABLED"
  1191. LogText("Enabled Auto Open")
  1192. repeat
  1193. if Settings.TripleEgg then
  1194. FireNetwork("PurchaseEgg", Object.Text, "Multi")
  1195. elseif Settings.TripleEgg == false then
  1196. FireNetwork("PurchaseEgg", Object.Text)
  1197. end
  1198. if Settings.RemoveUI then
  1199. wait(2)
  1200. elseif Settings.RemoveUI == false then
  1201. wait(4)
  1202. end
  1203. until AutoOpen == false
  1204. end
  1205. end)
  1206.  
  1207.  
  1208. ChooseEgg.MouseButton1Down:Connect(function()
  1209. -- (2/4/2019) ~ No longer recreate buttons & removed while loop for button click connection
  1210. if EggScroller.Visible then
  1211. EggScroller.Visible = false
  1212. else
  1213. local count = 0
  1214. for i,v in pairs(Eggs) do
  1215. if not EggScroller:FindFirstChild(v.Name) then
  1216. local btn = TemplateButton:Clone()
  1217. btn.Name, btn.Text = v.Name, v.Name
  1218. btn.Visible = true
  1219. btn.Position = UDim2.new(0.1, 0, (count / 10) / 3, 0)
  1220. btn.Parent = EggScroller
  1221. count = count + 1
  1222.  
  1223. -- Clicked
  1224. btn.MouseButton1Down:Connect(function()
  1225. ChosenEgg = v.Name
  1226. Object.Text = v.Name
  1227. LogText("Selected " .. v.Name)
  1228. EggScroller.Visible = not EggScroller.Visible
  1229. end)
  1230. end
  1231. end
  1232. EggScroller.Visible = true
  1233. end
  1234. end)
  1235.  
  1236. AutoBlowBubble_2.MouseButton1Down:Connect(function()
  1237. if Settings.KeepEpic then
  1238. Settings.KeepEpic = false
  1239. LogText("Disabled keeping Epic Items")
  1240. AutoBubbleBlowerText_3.Text = "DISABLED"
  1241. AutoBlowBubble_2.ImageColor3 = DisabledColor
  1242. else
  1243. Settings.KeepEpic = true
  1244. LogText("Enabled keeping Epic Items")
  1245. AutoBubbleBlowerText_3.Text = "ENABLED"
  1246. AutoBlowBubble_2.ImageColor3 = EnabledColor
  1247. end
  1248. end)
  1249.  
  1250. AutoBlowBubble_3.MouseButton1Down:Connect(function()
  1251. if Settings.KeepLegendary then
  1252. Settings.KeepLegendary = false
  1253. LogText("Disabled keeping Legendary Items")
  1254. AutoBubbleBlowerText_4.Text = "DISABLED"
  1255. AutoBlowBubble_3.ImageColor3 = DisabledColor
  1256. else
  1257. Settings.KeepLegendary = true
  1258. LogText("Enabled keeping Legendary Items")
  1259. AutoBubbleBlowerText_4.Text = "ENABLED"
  1260. AutoBlowBubble_3.ImageColor3 = EnabledColor
  1261. end
  1262. end)
  1263.  
  1264. Log.MouseButton1Down:Connect(function()
  1265. if Main.Visible then
  1266. LogText("Click to Open")
  1267. for i,v in pairs(BubbleGUI:GetChildren()) do
  1268. if v.Name ~= "Log" then
  1269. v.Visible = false
  1270. end
  1271. end
  1272. else
  1273. LogText("Click to Close")
  1274. for i,v in pairs(BubbleGUI:GetChildren()) do
  1275. if v.Name ~= "Log" then
  1276. v.Visible = true
  1277. end
  1278. end
  1279. end
  1280. end)
  1281.  
  1282. FastOpenButton.MouseButton1Down:Connect(function()
  1283. if Settings.RemoveUI then
  1284. LogText("Disabled Faster Open")
  1285. Settings.RemoveUI = false
  1286. FastOpenButtonText.Text = "DISABLED"
  1287. FastOpenButton.ImageColor3 = DisabledColor
  1288. else
  1289. LogText("Enabled Faster Open")
  1290. Settings.RemoveUI = true
  1291. FastOpenButtonText.Text = "ENABLED"
  1292. FastOpenButton.ImageColor3 = EnabledColor
  1293. end
  1294. end)
  1295.  
  1296. -- Anti AFK
  1297. local VirtualUser = game:GetService("VirtualUser")
  1298. Player.Idled:Connect(function()
  1299. VirtualUser:CaptureController()
  1300. VirtualUser:ClickButton2(Vector2.new())
  1301. end)
  1302.  
  1303.  
  1304. game.Players.LocalPlayer.PlayerGui.ScreenGui.ChildAdded:Connect(function(Child)
  1305. if Settings.RemoveUI then
  1306. if Child.Name == "MultiPetHatch" or Child.Name == "PetHatch" then
  1307. Child:Destroy()
  1308. end
  1309. end
  1310. end)
  1311.  
  1312.  
  1313.  
  1314. -- (2/4/2019) ~ Removed While loop and RunService loop { *POSSIBLE CRASH REASONS* }
  1315. Settings.TripleEgg = game:GetService("MarketplaceService"):UserOwnsGamePassAsync(Player.UserId, 5502695)
  1316. if Settings.TripleEgg then
  1317. TripleEggStatus.Text = "TRUE"
  1318. TripleEggStatus.TextColor3 = Color3.fromRGB(64, 255, 64)
  1319. elseif Settings.TripleEgg == false then
  1320. TripleEggStatus.Text = "FALSE"
  1321. TripleEggStatus.TextColor3 = Color3.fromRGB(255, 0, 0)
  1322. end
  1323.  
  1324. if game:GetService("MarketplaceService"):UserOwnsGamePassAsync(Player.UserId, 5418177) then
  1325. Settings.blowWait = 0.5
  1326. else
  1327. Settings.blowWait = 1
  1328. end
  1329. end)
  1330.  
  1331. TOY.Name = "TOY"
  1332. TOY.Parent = TSCP
  1333. TOY.BackgroundColor3 = Color3.new(0, 0, 0)
  1334. TOY.Position = UDim2.new(-0.0509999879, 0, -0.0844811797, 0)
  1335. TOY.Size = UDim2.new(0, 201, 0, 22)
  1336. TOY.Font = Enum.Font.ArialBold
  1337. TOY.Text = "TOY LAND SCRIPTS"
  1338. TOY.TextColor3 = Color3.new(1, 1, 1)
  1339. TOY.TextSize = 14
  1340.  
  1341. TOY2.Name = "TOY2"
  1342. TOY2.Parent = TSCP
  1343. TOY2.BackgroundColor3 = Color3.new(0, 0, 0)
  1344. TOY2.Position = UDim2.new(-0.0509999879, 0, 0.966023862, 0)
  1345. TOY2.Size = UDim2.new(0, 201, 0, 22)
  1346. TOY2.Font = Enum.Font.ArialBold
  1347. TOY2.Text = "TOY LAND SCRIPTS"
  1348. TOY2.TextColor3 = Color3.new(1, 1, 1)
  1349. TOY2.TextSize = 14
  1350.  
  1351. XT.Name = "XT"
  1352. XT.Parent = TSCP
  1353. XT.BackgroundColor3 = Color3.new(0, 0, 0)
  1354. XT.Position = UDim2.new(0.898800254, 0, -0.0823158771, 0)
  1355. XT.Size = UDim2.new(0, 20, 0, 21)
  1356. XT.Font = Enum.Font.ArialBold
  1357. XT.Text = "X"
  1358. XT.TextColor3 = Color3.new(1, 1, 1)
  1359. XT.TextSize = 14
  1360. XT.MouseButton1Click:connect(function()
  1361. TSCP.Visible = false
  1362. end)
  1363.  
  1364. CandyLand.Name = "CandyLand"
  1365. CandyLand.Parent = ScreenGui
  1366. CandyLand.BackgroundColor3 = Color3.new(1, 1, 1)
  1367. CandyLand.Position = UDim2.new(0, 0, 0.498771489, 0)
  1368. CandyLand.Size = UDim2.new(0, 77, 0, 65)
  1369. CandyLand.Style = Enum.FrameStyle.DropShadow
  1370.  
  1371. CANDYMAIN.Name = "CANDYMAIN"
  1372. CANDYMAIN.Parent = CandyLand
  1373. CANDYMAIN.BackgroundColor3 = Color3.new(1, 1, 1)
  1374. CANDYMAIN.Position = UDim2.new(-0.0541406646, 0, 0.17796348, 0)
  1375. CANDYMAIN.Size = UDim2.new(0, 66, 0, 31)
  1376. CANDYMAIN.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1377. CANDYMAIN.Style = Enum.ButtonStyle.RobloxRoundButton
  1378. CANDYMAIN.Font = Enum.Font.ArialBold
  1379. CANDYMAIN.Text = "CANDY LAND"
  1380. CANDYMAIN.TextColor3 = Color3.new(0, 0, 0)
  1381. CANDYMAIN.MouseButton1Click:connect(function()
  1382. CSCP.Visible = true
  1383. end)
  1384.  
  1385. CSCP.Name = "CSCP"
  1386. CSCP.Parent = CandyLand
  1387. CSCP.BackgroundColor3 = Color3.new(0.12549, 0.686275, 0.498039)
  1388. CSCP.Position = UDim2.new(2.39973021, 0, -1.57065105, 0)
  1389. CSCP.Size = UDim2.new(0, 200, 0, 297)
  1390. CSCP.Visible = false
  1391. CSCP.Style = Enum.FrameStyle.DropShadow
  1392.  
  1393. CANDYUNLOCK.Name = "CANDYUNLOCK"
  1394. CANDYUNLOCK.Parent = CSCP
  1395. CANDYUNLOCK.BackgroundColor3 = Color3.new(1, 1, 1)
  1396. CANDYUNLOCK.Position = UDim2.new(-0.0449999981, 0, 0.75757575, 0)
  1397. CANDYUNLOCK.Size = UDim2.new(0, 200, 0, 50)
  1398. CANDYUNLOCK.Style = Enum.ButtonStyle.RobloxRoundButton
  1399. CANDYUNLOCK.Font = Enum.Font.ArialBold
  1400. CANDYUNLOCK.Text = "CANDY UNLOCK"
  1401. CANDYUNLOCK.TextColor3 = Color3.new(0, 0, 0)
  1402. CANDYUNLOCK.TextSize = 14
  1403. CANDYUNLOCK.MouseButton1Click:connect(function()
  1404. for i,v in pairs(game.Workspace.FloatingIslands["Candy Land"]:GetChildren()) do
  1405. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Collision.CFrame
  1406. wait(1)
  1407. end
  1408. end)
  1409.  
  1410. CANDYFARM.Name = "CANDYFARM"
  1411. CANDYFARM.Parent = CSCP
  1412. CANDYFARM.BackgroundColor3 = Color3.new(1, 1, 1)
  1413. CANDYFARM.Position = UDim2.new(-0.0449999981, 0, 0.0606060624, 0)
  1414. CANDYFARM.Size = UDim2.new(0, 200, 0, 50)
  1415. CANDYFARM.Style = Enum.ButtonStyle.RobloxRoundButton
  1416. CANDYFARM.Font = Enum.Font.ArialBold
  1417. CANDYFARM.Text = "CANDY AUTO FARM"
  1418. CANDYFARM.TextColor3 = Color3.new(0, 0, 0)
  1419. CANDYFARM.TextSize = 14
  1420. CANDYFARM.MouseButton1Click:connect(function()
  1421. -- This is made for the last candy land area
  1422. for i , v in pairs(game.Workspace.FloatingIslands["Candy Land"]["Sweet Island"]:GetChildren()) do
  1423. if v.ClassName == "Model" then
  1424. for i , b in pairs(v:GetChildren()) do
  1425. if b.ClassName ~= "Model" then
  1426. if b.ClassName ~= "BillboardGui" then
  1427. b.CanCollide = false
  1428. end
  1429. end
  1430. if b.ClassName == "Model" then
  1431. for i , c in pairs(b:GetChildren()) do
  1432. if c.ClassName ~= "Model" then
  1433. c.CanCollide = false
  1434. end
  1435. if c.ClassName == "Model" then
  1436. for i , d in pairs(c:GetChildren()) do
  1437. if d.ClassName ~= "Model" then
  1438. d.CanCollide = false
  1439. end
  1440. end
  1441. end
  1442. end
  1443. end
  1444. end
  1445. end
  1446. end
  1447. for i , v in pairs(game.Workspace.FloatingIslands["Candy Land"]["Sweet Island"].Decore.Shrine.Decore.Mountains:GetChildren()) do
  1448. if v.ClassName ~= "Model" then
  1449. v.CanCollide = false
  1450. else
  1451. for i,b in pairs(v:GetChildren()) do
  1452. b.CanCollide = false
  1453. end
  1454. end
  1455.  
  1456. end
  1457. for i , v in pairs(game.Workspace.Eggs:GetChildren()) do
  1458. for i , b in pairs(v:GetChildren()) do
  1459. if b.ClassName == "Model" then
  1460. for i , c in pairs(b:GetChildren()) do
  1461. if c.ClassName == "Model" then
  1462. for i , as in pairs(c:GetChildren()) do
  1463. if as.ClassName ~= "Script" then
  1464. as.CanCollide = false
  1465. end
  1466. end
  1467. else
  1468. if c.ClassName ~= "StringValue" then
  1469. c.CanCollide = false
  1470. end
  1471. end
  1472. end
  1473. else
  1474. b.CanCollide = false
  1475. end
  1476. end
  1477. end
  1478.  
  1479.  
  1480. while wait() do
  1481. local hum = game:GetService("Players").LocalPlayer.Character.Humanoid
  1482. for i , v in pairs(game.Workspace.Pickups:GetChildren()) do
  1483. if v.ClassName ~= "Model" then
  1484. if game.Players.LocalPlayer:DistanceFromCharacter(v.Position) < 100 then
  1485. hum:MoveTo(v.Position)
  1486. hum.MoveToFinished:wait()
  1487. end
  1488. end
  1489. end
  1490. end
  1491. end)
  1492.  
  1493. EGGSC.Name = "EGGSC"
  1494. EGGSC.Parent = CSCP
  1495. EGGSC.BackgroundColor3 = Color3.new(1, 1, 1)
  1496. EGGSC.Position = UDim2.new(-0.0449999981, 0, 0.404040396, 0)
  1497. EGGSC.Size = UDim2.new(0, 200, 0, 50)
  1498. EGGSC.Style = Enum.ButtonStyle.RobloxRoundButton
  1499. EGGSC.Font = Enum.Font.ArialBold
  1500. EGGSC.Text = "AUTO OPEN & DELETE EGGS"
  1501. EGGSC.TextColor3 = Color3.new(0, 0, 0)
  1502. EGGSC.TextSize = 14
  1503. EGGSC.MouseButton1Click:connect(function()
  1504. --[[ #Credits
  1505. #Developer: Titanium Developer#9736
  1506. #Discord Server: https://discord.gg/6qcVZcU
  1507. #Update 2 [2/5/2019]:
  1508. * Auto Bubble blower is faster if you own the gamepass "Fast Chewer"
  1509. * Fixed performance issues and crashing issue
  1510. * I ran the script constantly opening eggs for 11 hours without any issue
  1511. #Update [1/15/2019]:
  1512. #Credit: Stevee#7213
  1513. #1) Remade UI and added settings to UI
  1514. #2) Automatically determine if the player owns Triple Egg Pass ("Multi Hatch") and updates if bought in game
  1515. #3) Supports the new crate update and deletes the hats that aren't wanted according to users settings.
  1516. #4) Supports anti-lag by using "faster open"
  1517. ]]
  1518.  
  1519. --[[
  1520. !! NOTE: CLICK "COMMON EGG" TO SELECT THE EGG OR CRATE YOU WANT TO OPEN
  1521. SEND ANY BUGS TO Stevee#7213
  1522. UPDATES WILL BE POSTED ON THIS EXACT PASTEBIN THREAD
  1523. ]]
  1524.  
  1525. -- Instances:
  1526. local BubbleGUI = Instance.new("ScreenGui")
  1527. local Main = Instance.new("ImageLabel")
  1528. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  1529. local Outline = Instance.new("ImageLabel")
  1530. local TextLabel = Instance.new("TextLabel")
  1531. local Outline2 = Instance.new("ImageLabel")
  1532. local ChooseEgg = Instance.new("ImageButton")
  1533. local Object = Instance.new("TextLabel")
  1534. local AutoOpenerButton = Instance.new("ImageButton")
  1535. local AutoBubbleBlowerText = Instance.new("TextLabel")
  1536. local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
  1537. local TemplateButton = Instance.new("TextButton")
  1538. local AutoBlowerDesc = Instance.new("TextLabel")
  1539. local AutoBubbleBlowerTitle = Instance.new("TextLabel")
  1540. local AutoEggDesc = Instance.new("TextLabel")
  1541. local AutoPetTitle = Instance.new("TextLabel")
  1542. local AutoBlowBubble = Instance.new("ImageButton")
  1543. local AutoBubbleBlowerText_2 = Instance.new("TextLabel")
  1544. local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
  1545. local EggScroller = Instance.new("ScrollingFrame")
  1546. local UIListLayout = Instance.new("UIListLayout")
  1547. local Settings = Instance.new("ImageLabel")
  1548. local UIAspectRatioConstraint_4 = Instance.new("UIAspectRatioConstraint")
  1549. local Outline_2 = Instance.new("ImageLabel")
  1550. local TextLabel_2 = Instance.new("TextLabel")
  1551. local Outline2_2 = Instance.new("ImageLabel")
  1552. local TripleEgg = Instance.new("TextLabel")
  1553. local TripleEggStatus = Instance.new("TextLabel")
  1554. local KeepEpic = Instance.new("TextLabel")
  1555. local KeepLegendary = Instance.new("TextLabel")
  1556. local AutoBlowBubble_2 = Instance.new("ImageButton")
  1557. local AutoBubbleBlowerText_3 = Instance.new("TextLabel")
  1558. local UIAspectRatioConstraint_5 = Instance.new("UIAspectRatioConstraint")
  1559. local AutoBlowBubble_3 = Instance.new("ImageButton")
  1560. local AutoBubbleBlowerText_4 = Instance.new("TextLabel")
  1561. local UIAspectRatioConstraint_6 = Instance.new("UIAspectRatioConstraint")
  1562. local AutoEggDesc_2 = Instance.new("TextLabel")
  1563. local FastOpenLabel = Instance.new("TextLabel")
  1564. local FastOpenButton = Instance.new("ImageButton")
  1565. local FastOpenButtonText = Instance.new("TextLabel")
  1566. local FastOpenUIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  1567. local Log = Instance.new("ImageButton")
  1568. local LogText = Instance.new("TextLabel")
  1569. local _VERSION = 2
  1570. --Properties:
  1571. BubbleGUI.Name = "BubbleGUI"
  1572. BubbleGUI.Parent = game.CoreGui
  1573. Main.Name = "Main"
  1574. Main.Parent = BubbleGUI
  1575. Main.BackgroundTransparency = 1
  1576. Main.BorderSizePixel = 0
  1577. Main.Position = UDim2.new(0.324999988, 0, 0.224999994, 0)
  1578. Main.Size = UDim2.new(0.35, 0, 0.55, 0)
  1579. Main.ZIndex = 2
  1580. Main.Image = "rbxassetid://1285673399"
  1581. Main.ImageColor3 = Color3.new(0.2, 0.505882, 1)
  1582. Main.ScaleType = Enum.ScaleType.Slice
  1583. Main.SliceCenter = Rect.new(8, 8, 247, 247)
  1584. Main.Visible = false
  1585.  
  1586. UIAspectRatioConstraint.Parent = Main
  1587. UIAspectRatioConstraint.DominantAxis = Enum.DominantAxis.Height
  1588.  
  1589. Outline.Name = "Outline"
  1590. Outline.Parent = Main
  1591. Outline.BackgroundTransparency = 1
  1592. Outline.BorderSizePixel = 0
  1593. Outline.Position = UDim2.new(0, 0, 0.0199999996, 0)
  1594. Outline.Size = UDim2.new(1, 0, 1, 0)
  1595. Outline.Image = "rbxassetid://1285673399"
  1596. Outline.ImageColor3 = Color3.new(0.137255, 0.356863, 0.701961)
  1597. Outline.ScaleType = Enum.ScaleType.Slice
  1598. Outline.SliceCenter = Rect.new(8, 8, 247, 247)
  1599.  
  1600. TextLabel.Parent = Main
  1601. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1602. TextLabel.BackgroundTransparency = 1
  1603. TextLabel.Position = UDim2.new(0.0749999881, 0, -0.0700000003, 0)
  1604. TextLabel.Size = UDim2.new(0.85, 0, 0.15, 0)
  1605. TextLabel.ZIndex = 2
  1606. TextLabel.Font = Enum.Font.Cartoon
  1607. TextLabel.Text = string.format(" AUTO [V.0.%d]", _VERSION) --"AUTO [V.0.1]"
  1608. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  1609. TextLabel.TextScaled = true
  1610. TextLabel.TextSize = 14
  1611. TextLabel.TextStrokeTransparency = 0.80000001192093
  1612. TextLabel.TextWrapped = true
  1613.  
  1614. Outline2.Name = "Outline2"
  1615. Outline2.Parent = Main
  1616. Outline2.BackgroundTransparency = 1
  1617. Outline2.BorderSizePixel = 0
  1618. Outline2.Position = UDim2.new(0.0749999881, 0, -0.0599999987, 0)
  1619. Outline2.Size = UDim2.new(0.850000024, 0, 1, 0)
  1620. Outline2.Image = "rbxassetid://1285673399"
  1621. Outline2.ImageColor3 = Color3.new(0.2, 0.505882, 1)
  1622. Outline2.ScaleType = Enum.ScaleType.Slice
  1623. Outline2.SliceCenter = Rect.new(8, 8, 247, 247)
  1624.  
  1625. ChooseEgg.Name = "ChooseEgg"
  1626. ChooseEgg.Parent = Main
  1627. ChooseEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  1628. ChooseEgg.BackgroundTransparency = 1
  1629. ChooseEgg.Position = UDim2.new(0.099999994, 0, 0.699999988, 0)
  1630. ChooseEgg.Size = UDim2.new(0.800000012, 0, 0.119999997, 0)
  1631. ChooseEgg.ZIndex = 3
  1632. ChooseEgg.Image = "rbxassetid://1285673399"
  1633. ChooseEgg.ImageColor3 = Color3.new(0.137255, 0.356863, 0.701961)
  1634. ChooseEgg.ScaleType = Enum.ScaleType.Slice
  1635. ChooseEgg.SliceCenter = Rect.new(8, 8, 247, 247)
  1636.  
  1637. Object.Name = "Object"
  1638. Object.Parent = ChooseEgg
  1639. Object.BackgroundColor3 = Color3.new(1, 1, 1)
  1640. Object.BackgroundTransparency = 1
  1641. Object.Position = UDim2.new(0.025000006, 0, 0.0500000119, 0)
  1642. Object.Size = UDim2.new(0.949999988, 0, 0.899999976, 0)
  1643. Object.ZIndex = 3
  1644. Object.Font = Enum.Font.Cartoon
  1645. Object.Text = "Common Egg"
  1646. Object.TextColor3 = Color3.new(1, 1, 1)
  1647. Object.TextScaled = true
  1648. Object.TextSize = 14
  1649. Object.TextStrokeTransparency = 0.80000001192093
  1650. Object.TextWrapped = true
  1651.  
  1652. AutoOpenerButton.Name = "AutoOpenerButton"
  1653. AutoOpenerButton.Parent = Main
  1654. AutoOpenerButton.AnchorPoint = Vector2.new(0, 1)
  1655. AutoOpenerButton.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  1656. AutoOpenerButton.BackgroundTransparency = 1
  1657. AutoOpenerButton.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1658. AutoOpenerButton.Position = UDim2.new(0.349999994, 0, 0.949999988, 0)
  1659. AutoOpenerButton.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  1660. AutoOpenerButton.ZIndex = 2
  1661. AutoOpenerButton.Image = "rbxassetid://1511196841"
  1662. AutoOpenerButton.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  1663. AutoOpenerButton.ScaleType = Enum.ScaleType.Slice
  1664. AutoOpenerButton.SliceCenter = Rect.new(9, 11, 91, 89)
  1665.  
  1666. AutoBubbleBlowerText.Name = "AutoBubbleBlowerText"
  1667. AutoBubbleBlowerText.Parent = AutoOpenerButton
  1668. AutoBubbleBlowerText.AnchorPoint = Vector2.new(0.5, 0.5)
  1669. AutoBubbleBlowerText.BackgroundColor3 = Color3.new(1, 1, 1)
  1670. AutoBubbleBlowerText.BackgroundTransparency = 1
  1671. AutoBubbleBlowerText.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1672. AutoBubbleBlowerText.Position = UDim2.new(0.5, 0, 0.5, -2)
  1673. AutoBubbleBlowerText.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  1674. AutoBubbleBlowerText.ZIndex = 2
  1675. AutoBubbleBlowerText.Font = Enum.Font.Cartoon
  1676. AutoBubbleBlowerText.Text = "DISABLED"
  1677. AutoBubbleBlowerText.TextColor3 = Color3.new(1, 1, 1)
  1678. AutoBubbleBlowerText.TextScaled = true
  1679. AutoBubbleBlowerText.TextSize = 14
  1680. AutoBubbleBlowerText.TextStrokeTransparency = 0.75
  1681. AutoBubbleBlowerText.TextWrapped = true
  1682.  
  1683. UIAspectRatioConstraint_2.Parent = AutoOpenerButton
  1684. UIAspectRatioConstraint_2.AspectRatio = 3
  1685.  
  1686. TemplateButton.Name = "TemplateButton"
  1687. TemplateButton.Parent = Main
  1688. TemplateButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1689. TemplateButton.BackgroundTransparency = 1
  1690. TemplateButton.Position = UDim2.new(8, 0, 0.100000001, 0)
  1691. TemplateButton.Size = UDim2.new(0.800000012, 0, 0.045, 0)
  1692. TemplateButton.Visible = false
  1693. TemplateButton.ZIndex = 5
  1694. TemplateButton.Font = Enum.Font.Cartoon
  1695. TemplateButton.TextColor3 = Color3.new(1, 1, 1)
  1696. TemplateButton.TextScaled = true
  1697. TemplateButton.TextSize = 14
  1698. TemplateButton.TextStrokeTransparency = 0.80000001192093
  1699. TemplateButton.TextWrapped = true
  1700.  
  1701. AutoBlowerDesc.Name = "AutoBlowerDesc"
  1702. AutoBlowerDesc.Parent = Main
  1703. AutoBlowerDesc.AnchorPoint = Vector2.new(1, 0.5)
  1704. AutoBlowerDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  1705. AutoBlowerDesc.BackgroundTransparency = 1
  1706. AutoBlowerDesc.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1707. AutoBlowerDesc.Position = UDim2.new(0.967238188, 0, 0.25, 0)
  1708. AutoBlowerDesc.Size = UDim2.new(0.92200011, 0, 0.115160845, 0)
  1709. AutoBlowerDesc.ZIndex = 2
  1710. AutoBlowerDesc.Font = Enum.Font.Arial
  1711. AutoBlowerDesc.Text = "Automatically blows and sells bubbles for you."
  1712. AutoBlowerDesc.TextColor3 = Color3.new(1, 1, 1)
  1713. AutoBlowerDesc.TextScaled = true
  1714. AutoBlowerDesc.TextSize = 14
  1715. AutoBlowerDesc.TextStrokeTransparency = 0.75
  1716. AutoBlowerDesc.TextWrapped = true
  1717.  
  1718. AutoBubbleBlowerTitle.Name = "AutoBubbleBlowerTitle"
  1719. AutoBubbleBlowerTitle.Parent = Main
  1720. AutoBubbleBlowerTitle.AnchorPoint = Vector2.new(1, 0.5)
  1721. AutoBubbleBlowerTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1722. AutoBubbleBlowerTitle.BackgroundTransparency = 1
  1723. AutoBubbleBlowerTitle.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1724. AutoBubbleBlowerTitle.Position = UDim2.new(0.781523764, 0, 0.150000006, 0)
  1725. AutoBubbleBlowerTitle.Size = UDim2.new(0.529142916, 0, 0.0897916555, 0)
  1726. AutoBubbleBlowerTitle.ZIndex = 2
  1727. AutoBubbleBlowerTitle.Font = Enum.Font.ArialBold
  1728. AutoBubbleBlowerTitle.Text = "Auto Bubble Blower"
  1729. AutoBubbleBlowerTitle.TextColor3 = Color3.new(1, 1, 1)
  1730. AutoBubbleBlowerTitle.TextScaled = true
  1731. AutoBubbleBlowerTitle.TextSize = 14
  1732. AutoBubbleBlowerTitle.TextStrokeTransparency = 0.75
  1733. AutoBubbleBlowerTitle.TextWrapped = true
  1734. AutoBubbleBlowerTitle.TextXAlignment = Enum.TextXAlignment.Left
  1735.  
  1736. AutoEggDesc.Name = "AutoEggDesc"
  1737. AutoEggDesc.Parent = Main
  1738. AutoEggDesc.AnchorPoint = Vector2.new(1, 0.5)
  1739. AutoEggDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  1740. AutoEggDesc.BackgroundTransparency = 1
  1741. AutoEggDesc.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1742. AutoEggDesc.Position = UDim2.new(0.967238188, 0, 0.600000024, 2)
  1743. AutoEggDesc.Size = UDim2.new(0.92200017, 0, 0.137250707, 0)
  1744. AutoEggDesc.ZIndex = 2
  1745. AutoEggDesc.Font = Enum.Font.Arial
  1746. 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!"
  1747. AutoEggDesc.TextColor3 = Color3.new(1, 1, 1)
  1748. AutoEggDesc.TextScaled = true
  1749. AutoEggDesc.TextSize = 14
  1750. AutoEggDesc.TextStrokeTransparency = 0.75
  1751. AutoEggDesc.TextWrapped = true
  1752.  
  1753. AutoPetTitle.Name = "AutoPetTitle"
  1754. AutoPetTitle.Parent = Main
  1755. AutoPetTitle.AnchorPoint = Vector2.new(1, 0.5)
  1756. AutoPetTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1757. AutoPetTitle.BackgroundTransparency = 1
  1758. AutoPetTitle.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1759. AutoPetTitle.Position = UDim2.new(0.913214386, 0, 0.5, -4)
  1760. AutoPetTitle.Size = UDim2.new(0.800345302, 0, 0.0897916555, 0)
  1761. AutoPetTitle.ZIndex = 2
  1762. AutoPetTitle.Font = Enum.Font.ArialBold
  1763. AutoPetTitle.Text = "Auto Pet / Hat Purchase/Deletion"
  1764. AutoPetTitle.TextColor3 = Color3.new(1, 1, 1)
  1765. AutoPetTitle.TextScaled = true
  1766. AutoPetTitle.TextSize = 14
  1767. AutoPetTitle.TextStrokeTransparency = 0.75
  1768. AutoPetTitle.TextWrapped = true
  1769.  
  1770. AutoBlowBubble.Name = "AutoBlowBubble"
  1771. AutoBlowBubble.Parent = Main
  1772. AutoBlowBubble.AnchorPoint = Vector2.new(0, 1)
  1773. AutoBlowBubble.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  1774. AutoBlowBubble.BackgroundTransparency = 1
  1775. AutoBlowBubble.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1776. AutoBlowBubble.Position = UDim2.new(0.349999994, 0, 0.419999987, 0)
  1777. AutoBlowBubble.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  1778. AutoBlowBubble.ZIndex = 2
  1779. AutoBlowBubble.Image = "rbxassetid://1511196841"
  1780. AutoBlowBubble.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  1781. AutoBlowBubble.ScaleType = Enum.ScaleType.Slice
  1782. AutoBlowBubble.SliceCenter = Rect.new(9, 11, 91, 89)
  1783.  
  1784. AutoBubbleBlowerText_2.Name = "AutoBubbleBlowerText"
  1785. AutoBubbleBlowerText_2.Parent = AutoBlowBubble
  1786. AutoBubbleBlowerText_2.AnchorPoint = Vector2.new(0.5, 0.5)
  1787. AutoBubbleBlowerText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1788. AutoBubbleBlowerText_2.BackgroundTransparency = 1
  1789. AutoBubbleBlowerText_2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1790. AutoBubbleBlowerText_2.Position = UDim2.new(0.5, 0, 0.5, -2)
  1791. AutoBubbleBlowerText_2.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  1792. AutoBubbleBlowerText_2.ZIndex = 2
  1793. AutoBubbleBlowerText_2.Font = Enum.Font.Cartoon
  1794. AutoBubbleBlowerText_2.Text = "DISABLED"
  1795. AutoBubbleBlowerText_2.TextColor3 = Color3.new(1, 1, 1)
  1796. AutoBubbleBlowerText_2.TextScaled = true
  1797. AutoBubbleBlowerText_2.TextSize = 14
  1798. AutoBubbleBlowerText_2.TextStrokeTransparency = 0.75
  1799. AutoBubbleBlowerText_2.TextWrapped = true
  1800.  
  1801. UIAspectRatioConstraint_3.Parent = AutoBlowBubble
  1802. UIAspectRatioConstraint_3.AspectRatio = 3
  1803.  
  1804. EggScroller.Name = "EggScroller"
  1805. EggScroller.Parent = Main
  1806. EggScroller.BackgroundColor3 = Color3.new(0.2, 0.505882, 1)
  1807. EggScroller.BorderSizePixel = 0
  1808. EggScroller.Position = UDim2.new(0.0500000119, 0, 0.119999997, 1)
  1809. EggScroller.Size = UDim2.new(0.899999976, 0, 0.550000012, 0)
  1810. EggScroller.Visible = false
  1811. EggScroller.ZIndex = 5
  1812. EggScroller.ScrollBarThickness = 8
  1813. EggScroller.CanvasSize = UDim2.new(0, 0, 2.2, 0)
  1814.  
  1815. UIListLayout.Parent = nil
  1816. UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  1817. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  1818. UIListLayout.Padding = UDim.new(0, 0)
  1819.  
  1820. Settings.Name = "Settings"
  1821. Settings.Parent = BubbleGUI
  1822. Settings.BackgroundTransparency = 1
  1823. Settings.BorderSizePixel = 0
  1824. Settings.Position = UDim2.new(0.635, 0, 0.25, 0)
  1825. Settings.Size = UDim2.new(0.25, 0, 0.550000012, 0)
  1826. Settings.ZIndex = 2
  1827. Settings.Image = "rbxassetid://1285673399"
  1828. Settings.ImageColor3 = Color3.new(0.2, 0.505882, 1)
  1829. Settings.ScaleType = Enum.ScaleType.Slice
  1830. Settings.SliceCenter = Rect.new(8, 8, 247, 247)
  1831. Settings.Visible = false
  1832.  
  1833. UIAspectRatioConstraint_4.Parent = Settings
  1834. UIAspectRatioConstraint_4.DominantAxis = Enum.DominantAxis.Height
  1835.  
  1836. Outline_2.Name = "Outline"
  1837. Outline_2.Parent = Settings
  1838. Outline_2.BackgroundTransparency = 1
  1839. Outline_2.BorderSizePixel = 0
  1840. Outline_2.Position = UDim2.new(0, 0, 0.0199999996, 0)
  1841. Outline_2.Size = UDim2.new(1, 0, 1, 0)
  1842. Outline_2.Image = "rbxassetid://1285673399"
  1843. Outline_2.ImageColor3 = Color3.new(0.137255, 0.356863, 0.701961)
  1844. Outline_2.ScaleType = Enum.ScaleType.Slice
  1845. Outline_2.SliceCenter = Rect.new(8, 8, 247, 247)
  1846.  
  1847. TextLabel_2.Parent = Settings
  1848. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1849. TextLabel_2.BackgroundTransparency = 1
  1850. TextLabel_2.Position = UDim2.new(0.0749999881, 0, -0.0700000003, 0)
  1851. TextLabel_2.Size = UDim2.new(0.850000024, 0, 0.150000006, 0)
  1852. TextLabel_2.ZIndex = 2
  1853. TextLabel_2.Font = Enum.Font.Cartoon
  1854. TextLabel_2.Text = "SETTINGS"
  1855. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  1856. TextLabel_2.TextScaled = true
  1857. TextLabel_2.TextSize = 14
  1858. TextLabel_2.TextStrokeTransparency = 0.80000001192093
  1859. TextLabel_2.TextWrapped = true
  1860.  
  1861. Outline2_2.Name = "Outline2"
  1862. Outline2_2.Parent = Settings
  1863. Outline2_2.BackgroundTransparency = 1
  1864. Outline2_2.BorderSizePixel = 0
  1865. Outline2_2.Position = UDim2.new(0.0749999881, 0, -0.0599999987, 0)
  1866. Outline2_2.Size = UDim2.new(0.850000024, 0, 1, 0)
  1867. Outline2_2.Image = "rbxassetid://1285673399"
  1868. Outline2_2.ImageColor3 = Color3.new(0.2, 0.505882, 1)
  1869. Outline2_2.ScaleType = Enum.ScaleType.Slice
  1870. Outline2_2.SliceCenter = Rect.new(8, 8, 247, 247)
  1871.  
  1872. TripleEgg.Name = "TripleEgg"
  1873. TripleEgg.Parent = Settings
  1874. TripleEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  1875. TripleEgg.BackgroundTransparency = 1
  1876. TripleEgg.Position = UDim2.new(0.0500000007, 0, 0.150000006, 0)
  1877. TripleEgg.Size = UDim2.new(0.550000012, 0, 0.100000001, 0)
  1878. TripleEgg.ZIndex = 3
  1879. TripleEgg.Font = Enum.Font.Cartoon
  1880. TripleEgg.Text = "Triple Egg:"
  1881. TripleEgg.TextColor3 = Color3.new(1, 1, 1)
  1882. TripleEgg.TextScaled = true
  1883. TripleEgg.TextSize = 14
  1884. TripleEgg.TextStrokeTransparency = 0.80000001192093
  1885. TripleEgg.TextWrapped = true
  1886. TripleEgg.TextXAlignment = Enum.TextXAlignment.Left
  1887.  
  1888. TripleEggStatus.Name = "TripleEggStatus"
  1889. TripleEggStatus.Parent = Settings
  1890. TripleEggStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  1891. TripleEggStatus.BackgroundTransparency = 1
  1892. TripleEggStatus.Position = UDim2.new(0.5, 0, 0.150000006, 0)
  1893. TripleEggStatus.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  1894. TripleEggStatus.ZIndex = 3
  1895. TripleEggStatus.Font = Enum.Font.Cartoon
  1896. TripleEggStatus.Text = "FALSE"
  1897. TripleEggStatus.TextColor3 = Color3.new(1, 0, 0)
  1898. TripleEggStatus.TextScaled = true
  1899. TripleEggStatus.TextSize = 14
  1900. TripleEggStatus.TextStrokeTransparency = 0.89999997615814
  1901. TripleEggStatus.TextWrapped = true
  1902. TripleEggStatus.TextXAlignment = Enum.TextXAlignment.Left
  1903.  
  1904. KeepEpic.Name = "KeepEpic"
  1905. KeepEpic.Parent = Settings
  1906. KeepEpic.BackgroundColor3 = Color3.new(1, 1, 1)
  1907. KeepEpic.BackgroundTransparency = 1
  1908. KeepEpic.Position = UDim2.new(0.0500000007, 0, 0.300000012, 0)
  1909. KeepEpic.Size = UDim2.new(0.550000012, 0, 0.100000001, 0)
  1910. KeepEpic.ZIndex = 3
  1911. KeepEpic.Font = Enum.Font.Cartoon
  1912. KeepEpic.Text = "Keep Epic:"
  1913. KeepEpic.TextColor3 = Color3.new(1, 1, 1)
  1914. KeepEpic.TextScaled = true
  1915. KeepEpic.TextSize = 14
  1916. KeepEpic.TextStrokeTransparency = 0.80000001192093
  1917. KeepEpic.TextWrapped = true
  1918. KeepEpic.TextXAlignment = Enum.TextXAlignment.Left
  1919.  
  1920. KeepLegendary.Name = "KeepLegendary"
  1921. KeepLegendary.Parent = Settings
  1922. KeepLegendary.BackgroundColor3 = Color3.new(1, 1, 1)
  1923. KeepLegendary.BackgroundTransparency = 1
  1924. KeepLegendary.Position = UDim2.new(0.0500000007, 0, 0.449999988, 0)
  1925. KeepLegendary.Size = UDim2.new(0.550000012, 0, 0.100000001, 0)
  1926. KeepLegendary.ZIndex = 3
  1927. KeepLegendary.Font = Enum.Font.Cartoon
  1928. KeepLegendary.Text = "Keep Legend:"
  1929. KeepLegendary.TextColor3 = Color3.new(1, 1, 1)
  1930. KeepLegendary.TextScaled = true
  1931. KeepLegendary.TextSize = 14
  1932. KeepLegendary.TextStrokeTransparency = 0.80000001192093
  1933. KeepLegendary.TextWrapped = true
  1934. KeepLegendary.TextXAlignment = Enum.TextXAlignment.Left
  1935.  
  1936. FastOpenLabel.Name = "KeepLegendary"
  1937. FastOpenLabel.Parent = Settings
  1938. FastOpenLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1939. FastOpenLabel.BackgroundTransparency = 1
  1940. FastOpenLabel.Position = UDim2.new(0.0500000007, 0, 0.6, 0)
  1941. FastOpenLabel.Size = UDim2.new(0.550000012, 0, 0.100000001, 0)
  1942. FastOpenLabel.ZIndex = 3
  1943. FastOpenLabel.Font = Enum.Font.Cartoon
  1944. FastOpenLabel.Text = "Faster Open:"
  1945. FastOpenLabel.TextColor3 = Color3.new(1, 1, 1)
  1946. FastOpenLabel.TextScaled = true
  1947. FastOpenLabel.TextSize = 14
  1948. FastOpenLabel.TextStrokeTransparency = 0.80000001192093
  1949. FastOpenLabel.TextWrapped = true
  1950. FastOpenLabel.TextXAlignment = Enum.TextXAlignment.Left
  1951.  
  1952. AutoBlowBubble_2.Name = "AutoBlowBubble" -- Keep Epic
  1953. AutoBlowBubble_2.Parent = Settings
  1954. AutoBlowBubble_2.AnchorPoint = Vector2.new(0, 1)
  1955. AutoBlowBubble_2.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  1956. AutoBlowBubble_2.BackgroundTransparency = 1
  1957. AutoBlowBubble_2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1958. AutoBlowBubble_2.Position = UDim2.new(0.5, 0, 0.400000006, 0)
  1959. AutoBlowBubble_2.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  1960. AutoBlowBubble_2.ZIndex = 2
  1961. AutoBlowBubble_2.Image = "rbxassetid://1511196841"
  1962. AutoBlowBubble_2.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  1963. AutoBlowBubble_2.ScaleType = Enum.ScaleType.Slice
  1964. AutoBlowBubble_2.SliceCenter = Rect.new(9, 11, 91, 89)
  1965.  
  1966. AutoBubbleBlowerText_3.Name = "AutoBubbleBlowerText"
  1967. AutoBubbleBlowerText_3.Parent = AutoBlowBubble_2
  1968. AutoBubbleBlowerText_3.AnchorPoint = Vector2.new(0.5, 0.5)
  1969. AutoBubbleBlowerText_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1970. AutoBubbleBlowerText_3.BackgroundTransparency = 1
  1971. AutoBubbleBlowerText_3.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1972. AutoBubbleBlowerText_3.Position = UDim2.new(0.5, 0, 0.5, -2)
  1973. AutoBubbleBlowerText_3.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  1974. AutoBubbleBlowerText_3.ZIndex = 2
  1975. AutoBubbleBlowerText_3.Font = Enum.Font.Cartoon
  1976. AutoBubbleBlowerText_3.Text = "DISABLED"
  1977. AutoBubbleBlowerText_3.TextColor3 = Color3.new(1, 1, 1)
  1978. AutoBubbleBlowerText_3.TextScaled = true
  1979. AutoBubbleBlowerText_3.TextSize = 14
  1980. AutoBubbleBlowerText_3.TextStrokeTransparency = 0.75
  1981. AutoBubbleBlowerText_3.TextWrapped = true
  1982.  
  1983. UIAspectRatioConstraint_5.Parent = AutoBlowBubble_2
  1984. UIAspectRatioConstraint_5.AspectRatio = 3
  1985.  
  1986. AutoBlowBubble_3.Name = "AutoBlowBubble" -- Keep Legendary
  1987. AutoBlowBubble_3.Parent = Settings
  1988. AutoBlowBubble_3.AnchorPoint = Vector2.new(0, 1)
  1989. AutoBlowBubble_3.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  1990. AutoBlowBubble_3.BackgroundTransparency = 1
  1991. AutoBlowBubble_3.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1992. AutoBlowBubble_3.Position = UDim2.new(0.600000024, 0, 0.550000012, 0)
  1993. AutoBlowBubble_3.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  1994. AutoBlowBubble_3.ZIndex = 2
  1995. AutoBlowBubble_3.Image = "rbxassetid://1511196841"
  1996. AutoBlowBubble_3.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  1997. AutoBlowBubble_3.ScaleType = Enum.ScaleType.Slice
  1998. AutoBlowBubble_3.SliceCenter = Rect.new(9, 11, 91, 89)
  1999.  
  2000. AutoBubbleBlowerText_4.Name = "AutoBubbleBlowerText"
  2001. AutoBubbleBlowerText_4.Parent = AutoBlowBubble_3
  2002. AutoBubbleBlowerText_4.AnchorPoint = Vector2.new(0.5, 0.5)
  2003. AutoBubbleBlowerText_4.BackgroundColor3 = Color3.new(1, 1, 1)
  2004. AutoBubbleBlowerText_4.BackgroundTransparency = 1
  2005. AutoBubbleBlowerText_4.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2006. AutoBubbleBlowerText_4.Position = UDim2.new(0.5, 0, 0.5, -2)
  2007. AutoBubbleBlowerText_4.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  2008. AutoBubbleBlowerText_4.ZIndex = 2
  2009. AutoBubbleBlowerText_4.Font = Enum.Font.Cartoon
  2010. AutoBubbleBlowerText_4.Text = "DISABLED"
  2011. AutoBubbleBlowerText_4.TextColor3 = Color3.new(1, 1, 1)
  2012. AutoBubbleBlowerText_4.TextScaled = true
  2013. AutoBubbleBlowerText_4.TextSize = 14
  2014. AutoBubbleBlowerText_4.TextStrokeTransparency = 0.75
  2015. AutoBubbleBlowerText_4.TextWrapped = true
  2016.  
  2017. UIAspectRatioConstraint_6.Parent = AutoBlowBubble_3
  2018. UIAspectRatioConstraint_6.AspectRatio = 3
  2019.  
  2020. -- Faster Open
  2021. FastOpenButton.Name = "AutoBlowBubble" -- Keep Legendary
  2022. FastOpenButton.Parent = Settings
  2023. FastOpenButton.AnchorPoint = Vector2.new(0, 1)
  2024. FastOpenButton.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  2025. FastOpenButton.BackgroundTransparency = 1
  2026. FastOpenButton.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2027. FastOpenButton.Position = UDim2.new(0.6, 0, 0.7, 0)
  2028. FastOpenButton.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  2029. FastOpenButton.ZIndex = 2
  2030. FastOpenButton.Image = "rbxassetid://1511196841"
  2031. FastOpenButton.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  2032. FastOpenButton.ScaleType = Enum.ScaleType.Slice
  2033. FastOpenButton.SliceCenter = Rect.new(9, 11, 91, 89)
  2034.  
  2035. FastOpenButtonText.Name = "AutoBubbleBlowerText"
  2036. FastOpenButtonText.Parent = FastOpenButton
  2037. FastOpenButtonText.AnchorPoint = Vector2.new(0.5, 0.5)
  2038. FastOpenButtonText.BackgroundColor3 = Color3.new(1, 1, 1)
  2039. FastOpenButtonText.BackgroundTransparency = 1
  2040. FastOpenButtonText.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2041. FastOpenButtonText.Position = UDim2.new(0.5, 0, 0.5, -2)
  2042. FastOpenButtonText.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  2043. FastOpenButtonText.ZIndex = 2
  2044. FastOpenButtonText.Font = Enum.Font.Cartoon
  2045. FastOpenButtonText.Text = "DISABLED"
  2046. FastOpenButtonText.TextColor3 = Color3.new(1, 1, 1)
  2047. FastOpenButtonText.TextScaled = true
  2048. FastOpenButtonText.TextSize = 14
  2049. FastOpenButtonText.TextStrokeTransparency = 0.75
  2050. FastOpenButtonText.TextWrapped = true
  2051.  
  2052. FastOpenUIAspectRatioConstraint.Parent = FastOpenButton
  2053. FastOpenUIAspectRatioConstraint.AspectRatio = 3
  2054.  
  2055.  
  2056.  
  2057. AutoEggDesc_2.Name = "AutoEggDesc"
  2058. AutoEggDesc_2.Parent = Settings
  2059. AutoEggDesc_2.AnchorPoint = Vector2.new(1, 0.5)
  2060. AutoEggDesc_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2061. AutoEggDesc_2.BackgroundTransparency = 1
  2062. AutoEggDesc_2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2063. AutoEggDesc_2.Position = UDim2.new(0.95, 0, 0.88, 0)
  2064. AutoEggDesc_2.Size = UDim2.new(0.9, 0, 0.25, 0)
  2065. AutoEggDesc_2.ZIndex = 2
  2066. AutoEggDesc_2.Font = Enum.Font.ArialBold
  2067. AutoEggDesc_2.Text = "NOTE: If \"Keep Epic\" or \"Keep Legendary\" is set to disabled, then they will delete automatically when recieved."
  2068. AutoEggDesc_2.TextColor3 = Color3.new(1, 1, 1)
  2069. AutoEggDesc_2.TextScaled = true
  2070. AutoEggDesc_2.TextSize = 14
  2071. AutoEggDesc_2.TextStrokeTransparency = 0.75
  2072. AutoEggDesc_2.TextWrapped = true
  2073.  
  2074. Log.Name = "Log"
  2075. Log.Parent = BubbleGUI
  2076. Log.AnchorPoint = Vector2.new(0.5, 0)
  2077. Log.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  2078. Log.BackgroundTransparency = 1
  2079. Log.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2080. Log.Position = UDim2.new(0.499593467, 0, 0.0274019241, 0)
  2081. Log.Size = UDim2.new(0.300000012, 0, 0.06332881, 0)
  2082. Log.ZIndex = 55
  2083. Log.Image = "rbxassetid://1511196841"
  2084. Log.ImageColor3 = Color3.new(0.243137, 0.380392, 1)
  2085. Log.ScaleType = Enum.ScaleType.Slice
  2086. Log.SliceCenter = Rect.new(9, 11, 91, 89)
  2087.  
  2088. LogText.Name = "LogText"
  2089. LogText.Parent = Log
  2090. LogText.AnchorPoint = Vector2.new(0.5, 0.5)
  2091. LogText.BackgroundColor3 = Color3.new(1, 1, 1)
  2092. LogText.BackgroundTransparency = 1
  2093. LogText.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2094. LogText.Position = UDim2.new(0.5, 0, 0.5, -2)
  2095. LogText.Size = UDim2.new(0.899999976, 0, 0.899999976, 0)
  2096. LogText.ZIndex = 56
  2097. LogText.Font = Enum.Font.Cartoon
  2098. LogText.Text = "YOUR EXPLOIT NEED DEBUG LIBRARY"
  2099. LogText.TextColor3 = Color3.new(1, 1, 1)
  2100. LogText.TextScaled = true
  2101. LogText.TextSize = 12
  2102. LogText.TextStrokeTransparency = 0.75
  2103. LogText.TextWrapped = true
  2104.  
  2105. -- Scripts:
  2106. local Player = game.Players.LocalPlayer
  2107. local Character = Player.Character or Player.CharacterAdded:wait()
  2108. local Eggs = {}
  2109. local Functions = {}
  2110. local Settings = {
  2111. TripleEgg = game:GetService("MarketplaceService"):UserOwnsGamePassAsync(Player.UserId, 5502695),
  2112. KeepEpic = true,
  2113. KeepLegendary = true,
  2114. RemoveUI = false,
  2115. blowWait = 1
  2116. }
  2117. local SavedInstancesFolder = Instance.new("Folder")
  2118. SavedInstancesFolder.Name = "SavedInstancesFolder"
  2119. SavedInstancesFolder.Parent = game.CoreGui
  2120. -- Will figure out how to properly restore these elements below in future update
  2121. local SavedInstances = {
  2122. "StatsFrame",
  2123. "MainButtons",
  2124. "Settings",
  2125. "HeightMeter",
  2126. "Hotkey",
  2127. "PetHatch"
  2128. }
  2129. local ChosenEgg = "Common Egg"
  2130. local DisabledColor = Color3.fromRGB(125, 125, 125)
  2131. local EnabledColor = Color3.fromRGB(64, 255, 64)
  2132. local PetModule
  2133. local HatModule
  2134. local AutoProfit = false
  2135. local AutoOpen = false
  2136.  
  2137. -- Grab Modules
  2138. for _, ModuleScript in pairs(game.ReplicatedStorage:GetDescendants()) do
  2139. if ModuleScript:IsA("ModuleScript") and ModuleScript.Name == "PetModule" then
  2140. PetModule = require(ModuleScript)
  2141. elseif ModuleScript:IsA("ModuleScript") and ModuleScript.Name == "HatModule" then
  2142. HatModule = require(ModuleScript)
  2143. end
  2144. end
  2145.  
  2146. -- Grab Eggs
  2147. for _, egg in next, workspace.Eggs:GetChildren() do
  2148. Eggs[#Eggs + 1] = egg
  2149. end
  2150.  
  2151. -- Log Text Functions
  2152. local LogText = function(Text)
  2153. pcall(function()
  2154. LogText.Text = tostring(Text)
  2155. end)
  2156. end
  2157.  
  2158. -- Grab Functions
  2159. local FireNetwork = function(...)
  2160. Functions[1]:FireServer(...)
  2161. end
  2162.  
  2163. for A,B in next, debug.getregistry() do
  2164. if type(B) == "function" then
  2165. pcall(function()
  2166. for X,Z in next, debug.getupvalues(B) do
  2167. if X == "Network" then
  2168. Functions[#Functions + 1] = Z
  2169. end
  2170. end
  2171. end)
  2172. end
  2173. end
  2174.  
  2175. for _,Remote in pairs (game:GetDescendants()) do
  2176. if Remote:IsA("RemoteEvent") then
  2177. Remote.OnClientEvent:Connect(function(ArgOne, ...)
  2178. if AutoOpen then
  2179. if ArgOne == "DataChanged" then
  2180. if typeof (...) == "table" then
  2181. for A,B in ipairs (...) do
  2182. if typeof(B) == "table" then
  2183. if string.len(tostring(B[1])) == 36 then
  2184. wait()
  2185. --print(B[2])
  2186. if string.sub(ChosenEgg, -5) == "Crate" then
  2187. -- Delete hat code
  2188. pcall(function()
  2189. if HatModule[tostring(B[2])]["Rarity"] == "Epic" then
  2190. if Settings.KeepEpic ~= true then
  2191. if B[6] ~= true then
  2192. LogText("Deleted Hat: " .. tostring(B[2]))
  2193. FireNetwork("DeleteHat", tostring(B[1]))
  2194. end
  2195. end
  2196. elseif HatModule[tostring(B[2])]["Rarity"] == "Legendary" then
  2197. if Settings.KeepLegendary ~= true then
  2198. if B[6] ~= true then
  2199. LogText("Deleted Hat: " .. tostring(B[2]))
  2200. FireNetwork("DeleteHat", tostring(B[1]))
  2201. end
  2202. end
  2203. else
  2204. if B[6] ~= true then
  2205. LogText("Deleted Hat: " .. tostring(B[2]))
  2206. FireNetwork("DeleteHat", tostring(B[1]))
  2207. end
  2208. end
  2209. end)
  2210. elseif string.sub(ChosenEgg, -3) == "Egg" then
  2211. pcall(function()
  2212. if PetModule[tostring(B[2])]["Rarity"] == "Epic" then
  2213. if Settings.KeepEpic ~= true then
  2214. if B[6] ~= true then
  2215. LogText("Deleted Pet: " .. tostring(B[2]))
  2216. FireNetwork("DeletePet", tostring(B[1]))
  2217. end
  2218. end
  2219. elseif PetModule[tostring(B[2])]["Rarity"] == "Legendary" then
  2220. if Settings.KeepLegendary ~= true then
  2221. if B[6] ~= true then
  2222. LogText("Deleted Pet: " .. tostring(B[2]))
  2223. FireNetwork("DeletePet", tostring(B[1]))
  2224. end
  2225. end
  2226. else
  2227. if B[6] ~= true then
  2228. LogText("Deleted Pet: " .. tostring(B[2]))
  2229. FireNetwork("DeletePet", tostring(B[1]))
  2230. end
  2231. end
  2232. end)
  2233. end
  2234. end
  2235. end
  2236. end
  2237. end
  2238. end
  2239. end
  2240. end)
  2241. end
  2242. end
  2243. -----------
  2244. if Settings.TripleEgg then
  2245. TripleEggStatus.Text = "TRUE"
  2246. TripleEggStatus.TextColor3 = Color3.fromRGB(64, 255, 64)
  2247. elseif Settings.TripleEgg == false then
  2248. TripleEggStatus.Text = "FALSE"
  2249. TripleEggStatus.TextColor3 = Color3.fromRGB(255, 0, 0)
  2250. end
  2251.  
  2252. AutoBlowBubble_2.ImageColor3 = EnabledColor
  2253. AutoBubbleBlowerText_3.Text = "ENABLED"
  2254.  
  2255. AutoBlowBubble_3.ImageColor3 = EnabledColor
  2256. AutoBubbleBlowerText_4.Text = "ENABLED"
  2257.  
  2258. LogText("Developer: Titanium Developer#9736")
  2259. wait(3)
  2260. LogText("Discord: https://discord.gg/6qcVZcU")
  2261. wait(3)
  2262. LogText("New UI & Crate Opening - Stevee#7213")
  2263. wait(3)
  2264. LogText("Click To Open")
  2265.  
  2266. AutoBlowBubble.MouseButton1Down:Connect(function()
  2267. if AutoProfit then
  2268. LogText("Disabled Bubble Blower")
  2269. AutoBubbleBlowerText_2.Text = "DISABLED"
  2270. AutoBlowBubble.ImageColor3 = DisabledColor
  2271. AutoProfit = false
  2272. else
  2273. AutoProfit = true
  2274. AutoBubbleBlowerText_2.Text = "ENABLED"
  2275. AutoBlowBubble.ImageColor3 = EnabledColor
  2276. LogText("Enabled Bubble Blower")
  2277. repeat
  2278. wait(Settings.blowWait)
  2279. FireNetwork("BlowBubble")
  2280. FireNetwork("ClaimAchievement", 1)
  2281. FireNetwork("ClaimAchievement", 2)
  2282. FireNetwork("ClaimAchievement", 3)
  2283. FireNetwork("ClaimAchievement", 4)
  2284. until AutoProfit == false
  2285. end
  2286. end)
  2287.  
  2288. AutoOpenerButton.MouseButton1Down:Connect(function()
  2289. if AutoOpen then
  2290. LogText("Disabled Auto Open")
  2291. AutoOpen = false
  2292. AutoOpenerButton.ImageColor3 = DisabledColor
  2293. AutoBubbleBlowerText.Text = "DISABLED"
  2294. else
  2295. AutoOpen = true
  2296. AutoOpenerButton.ImageColor3 = EnabledColor
  2297. AutoBubbleBlowerText.Text = "ENABLED"
  2298. LogText("Enabled Auto Open")
  2299. repeat
  2300. if Settings.TripleEgg then
  2301. FireNetwork("PurchaseEgg", Object.Text, "Multi")
  2302. elseif Settings.TripleEgg == false then
  2303. FireNetwork("PurchaseEgg", Object.Text)
  2304. end
  2305. if Settings.RemoveUI then
  2306. wait(2)
  2307. elseif Settings.RemoveUI == false then
  2308. wait(4)
  2309. end
  2310. until AutoOpen == false
  2311. end
  2312. end)
  2313.  
  2314.  
  2315. ChooseEgg.MouseButton1Down:Connect(function()
  2316. -- (2/4/2019) ~ No longer recreate buttons & removed while loop for button click connection
  2317. if EggScroller.Visible then
  2318. EggScroller.Visible = false
  2319. else
  2320. local count = 0
  2321. for i,v in pairs(Eggs) do
  2322. if not EggScroller:FindFirstChild(v.Name) then
  2323. local btn = TemplateButton:Clone()
  2324. btn.Name, btn.Text = v.Name, v.Name
  2325. btn.Visible = true
  2326. btn.Position = UDim2.new(0.1, 0, (count / 10) / 3, 0)
  2327. btn.Parent = EggScroller
  2328. count = count + 1
  2329.  
  2330. -- Clicked
  2331. btn.MouseButton1Down:Connect(function()
  2332. ChosenEgg = v.Name
  2333. Object.Text = v.Name
  2334. LogText("Selected " .. v.Name)
  2335. EggScroller.Visible = not EggScroller.Visible
  2336. end)
  2337. end
  2338. end
  2339. EggScroller.Visible = true
  2340. end
  2341. end)
  2342.  
  2343. AutoBlowBubble_2.MouseButton1Down:Connect(function()
  2344. if Settings.KeepEpic then
  2345. Settings.KeepEpic = false
  2346. LogText("Disabled keeping Epic Items")
  2347. AutoBubbleBlowerText_3.Text = "DISABLED"
  2348. AutoBlowBubble_2.ImageColor3 = DisabledColor
  2349. else
  2350. Settings.KeepEpic = true
  2351. LogText("Enabled keeping Epic Items")
  2352. AutoBubbleBlowerText_3.Text = "ENABLED"
  2353. AutoBlowBubble_2.ImageColor3 = EnabledColor
  2354. end
  2355. end)
  2356.  
  2357. AutoBlowBubble_3.MouseButton1Down:Connect(function()
  2358. if Settings.KeepLegendary then
  2359. Settings.KeepLegendary = false
  2360. LogText("Disabled keeping Legendary Items")
  2361. AutoBubbleBlowerText_4.Text = "DISABLED"
  2362. AutoBlowBubble_3.ImageColor3 = DisabledColor
  2363. else
  2364. Settings.KeepLegendary = true
  2365. LogText("Enabled keeping Legendary Items")
  2366. AutoBubbleBlowerText_4.Text = "ENABLED"
  2367. AutoBlowBubble_3.ImageColor3 = EnabledColor
  2368. end
  2369. end)
  2370.  
  2371. Log.MouseButton1Down:Connect(function()
  2372. if Main.Visible then
  2373. LogText("Click to Open")
  2374. for i,v in pairs(BubbleGUI:GetChildren()) do
  2375. if v.Name ~= "Log" then
  2376. v.Visible = false
  2377. end
  2378. end
  2379. else
  2380. LogText("Click to Close")
  2381. for i,v in pairs(BubbleGUI:GetChildren()) do
  2382. if v.Name ~= "Log" then
  2383. v.Visible = true
  2384. end
  2385. end
  2386. end
  2387. end)
  2388.  
  2389. FastOpenButton.MouseButton1Down:Connect(function()
  2390. if Settings.RemoveUI then
  2391. LogText("Disabled Faster Open")
  2392. Settings.RemoveUI = false
  2393. FastOpenButtonText.Text = "DISABLED"
  2394. FastOpenButton.ImageColor3 = DisabledColor
  2395. else
  2396. LogText("Enabled Faster Open")
  2397. Settings.RemoveUI = true
  2398. FastOpenButtonText.Text = "ENABLED"
  2399. FastOpenButton.ImageColor3 = EnabledColor
  2400. end
  2401. end)
  2402.  
  2403. -- Anti AFK
  2404. local VirtualUser = game:GetService("VirtualUser")
  2405. Player.Idled:Connect(function()
  2406. VirtualUser:CaptureController()
  2407. VirtualUser:ClickButton2(Vector2.new())
  2408. end)
  2409.  
  2410.  
  2411. game.Players.LocalPlayer.PlayerGui.ScreenGui.ChildAdded:Connect(function(Child)
  2412. if Settings.RemoveUI then
  2413. if Child.Name == "MultiPetHatch" or Child.Name == "PetHatch" then
  2414. Child:Destroy()
  2415. end
  2416. end
  2417. end)
  2418.  
  2419.  
  2420.  
  2421. -- (2/4/2019) ~ Removed While loop and RunService loop { *POSSIBLE CRASH REASONS* }
  2422. Settings.TripleEgg = game:GetService("MarketplaceService"):UserOwnsGamePassAsync(Player.UserId, 5502695)
  2423. if Settings.TripleEgg then
  2424. TripleEggStatus.Text = "TRUE"
  2425. TripleEggStatus.TextColor3 = Color3.fromRGB(64, 255, 64)
  2426. elseif Settings.TripleEgg == false then
  2427. TripleEggStatus.Text = "FALSE"
  2428. TripleEggStatus.TextColor3 = Color3.fromRGB(255, 0, 0)
  2429. end
  2430.  
  2431. if game:GetService("MarketplaceService"):UserOwnsGamePassAsync(Player.UserId, 5418177) then
  2432. Settings.blowWait = 0.5
  2433. else
  2434. Settings.blowWait = 1
  2435. end
  2436. end)
  2437.  
  2438. CANDY.Name = "CANDY"
  2439. CANDY.Parent = CSCP
  2440. CANDY.BackgroundColor3 = Color3.new(0, 0, 0)
  2441. CANDY.Position = UDim2.new(-0.0509999879, 0, -0.0844811797, 0)
  2442. CANDY.Size = UDim2.new(0, 201, 0, 22)
  2443. CANDY.Font = Enum.Font.ArialBold
  2444. CANDY.Text = "CANDY LAND SCRIPTS"
  2445. CANDY.TextColor3 = Color3.new(1, 1, 1)
  2446. CANDY.TextSize = 14
  2447.  
  2448. CANDY2.Name = "CANDY2"
  2449. CANDY2.Parent = CSCP
  2450. CANDY2.BackgroundColor3 = Color3.new(0, 0, 0)
  2451. CANDY2.Position = UDim2.new(-0.0509999879, 0, 0.966023862, 0)
  2452. CANDY2.Size = UDim2.new(0, 201, 0, 22)
  2453. CANDY2.Font = Enum.Font.ArialBold
  2454. CANDY2.Text = "CANDY LAND SCRIPTS"
  2455. CANDY2.TextColor3 = Color3.new(1, 1, 1)
  2456. CANDY2.TextSize = 14
  2457.  
  2458. XCL.Name = "XCL"
  2459. XCL.Parent = CSCP
  2460. XCL.BackgroundColor3 = Color3.new(0, 0, 0)
  2461. XCL.Position = UDim2.new(0.898800254, 0, -0.0823158771, 0)
  2462. XCL.Size = UDim2.new(0, 20, 0, 21)
  2463. XCL.Font = Enum.Font.ArialBold
  2464. XCL.Text = "X"
  2465. XCL.TextColor3 = Color3.new(1, 1, 1)
  2466. XCL.TextSize = 14
  2467. XCL.MouseButton1Click:connect(function()
  2468. CSCP.Visible = false
  2469. end)
  2470.  
  2471. Credits.Name = "Credits"
  2472. Credits.Parent = ScreenGui
  2473. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  2474. Credits.Position = UDim2.new(0, 0, 0.671990156, 0)
  2475. Credits.Size = UDim2.new(0, 77, 0, 65)
  2476. Credits.Style = Enum.FrameStyle.DropShadow
  2477.  
  2478. CREDITSMAIN.Name = "CREDITSMAIN"
  2479. CREDITSMAIN.Parent = Credits
  2480. CREDITSMAIN.BackgroundColor3 = Color3.new(1, 1, 1)
  2481. CREDITSMAIN.Position = UDim2.new(-0.0541406646, 0, 0.17796348, 0)
  2482. CREDITSMAIN.Size = UDim2.new(0, 66, 0, 31)
  2483. CREDITSMAIN.SizeConstraint = Enum.SizeConstraint.RelativeYY
  2484. CREDITSMAIN.Style = Enum.ButtonStyle.RobloxRoundButton
  2485. CREDITSMAIN.Font = Enum.Font.ArialBold
  2486. CREDITSMAIN.Text = "CREDITS"
  2487. CREDITSMAIN.TextColor3 = Color3.new(0, 0, 0)
  2488. CREDITSMAIN.TextSize = 14
  2489. CREDITSMAIN.MouseButton1Click:connect(function()
  2490. CREDITSINFO.Visible = true
  2491. end)
  2492.  
  2493. CREDITSINFO.Name = "CREDITSINFO"
  2494. CREDITSINFO.Parent = Credits
  2495. CREDITSINFO.BackgroundColor3 = Color3.new(0.12549, 0.686275, 0.498039)
  2496. CREDITSINFO.Position = UDim2.new(2.89323664, 0, -4.12449694, 0)
  2497. CREDITSINFO.Size = UDim2.new(0, 200, 0, 297)
  2498. CREDITSINFO.Visible = false
  2499. CREDITSINFO.Style = Enum.FrameStyle.DropShadow
  2500.  
  2501. CREDITS2.Name = "CREDITS2"
  2502. CREDITS2.Parent = CREDITSINFO
  2503. CREDITS2.BackgroundColor3 = Color3.new(0, 0, 0)
  2504. CREDITS2.Position = UDim2.new(-0.0509999879, 0, -0.0844811797, 0)
  2505. CREDITS2.Size = UDim2.new(0, 201, 0, 22)
  2506. CREDITS2.Font = Enum.Font.ArialBold
  2507. CREDITS2.Text = "CREDITS"
  2508. CREDITS2.TextColor3 = Color3.new(1, 1, 1)
  2509. CREDITS2.TextSize = 14
  2510.  
  2511. CREDITS.Name = "CREDITS"
  2512. CREDITS.Parent = CREDITSINFO
  2513. CREDITS.BackgroundColor3 = Color3.new(0, 0, 0)
  2514. CREDITS.Position = UDim2.new(-0.0509999879, 0, 0.966023862, 0)
  2515. CREDITS.Size = UDim2.new(0, 201, 0, 22)
  2516. CREDITS.Font = Enum.Font.ArialBold
  2517. CREDITS.Text = "CREDITS"
  2518. CREDITS.TextColor3 = Color3.new(1, 1, 1)
  2519. CREDITS.TextSize = 14
  2520.  
  2521. XC.Name = "XC"
  2522. XC.Parent = CREDITSINFO
  2523. XC.BackgroundColor3 = Color3.new(0, 0, 0)
  2524. XC.Position = UDim2.new(0.898800254, 0, -0.0823158771, 0)
  2525. XC.Size = UDim2.new(0, 20, 0, 21)
  2526. XC.Font = Enum.Font.ArialBold
  2527. XC.Text = "X"
  2528. XC.TextColor3 = Color3.new(1, 1, 1)
  2529. XC.TextSize = 14
  2530. XC.MouseButton1Click:connect(function()
  2531. CREDITSINFO.Visible = false
  2532. end)
  2533.  
  2534. CREDITSTO.Name = "CREDITS TO"
  2535. CREDITSTO.Parent = CREDITSINFO
  2536. CREDITSTO.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  2537. CREDITSTO.Position = UDim2.new(-0.0246559121, 0, 0.153840333, 0)
  2538. CREDITSTO.Size = UDim2.new(0, 190, 0, 50)
  2539. CREDITSTO.Font = Enum.Font.Arcade
  2540. CREDITSTO.Text = "CREDITS TO:"
  2541. CREDITSTO.TextColor3 = Color3.new(0, 0, 0)
  2542. CREDITSTO.TextSize = 14
  2543.  
  2544. CRED.Name = "CRED"
  2545. CRED.Parent = CREDITSINFO
  2546. CRED.BackgroundColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  2547. CRED.Position = UDim2.new(-0.0281649772, 0, 0.432275116, 0)
  2548. CRED.Size = UDim2.new(0, 191, 0, 56)
  2549. CRED.Font = Enum.Font.ArialBold
  2550. CRED.Text = "NAME4YOU,ANTRAXO,TITANIUMDEVELOPER"
  2551. CRED.TextColor3 = Color3.new(0, 0, 0)
  2552.  
  2553. CREDI.Name = "CREDI"
  2554. CREDI.Parent = CREDITSINFO
  2555. CREDI.BackgroundColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  2556. CREDI.Position = UDim2.new(-0.0369155891, 0, 0.714001596, 0)
  2557. CREDI.Size = UDim2.new(0, 195, 0, 50)
  2558. CREDI.Font = Enum.Font.ArialBold
  2559. CREDI.Text = "STEEVE,SHIZU, NOT A TRAP, REALLESECURE"
  2560. CREDI.TextColor3 = Color3.new(0, 0, 0)
  2561. -- Scripts:
Add Comment
Please, Sign In to add comment