- local ScreenGui = Instance.new("ScreenGui") local Topbar = Instance.new("ImageLabel") local MainContainer = Instance.new("ImageLabel") local Main = Instance.new("ScrollingFrame") local AutoSwing = Instance.new("ImageLabel") local AutoSwingText = Instance.new("TextLabel") local AutoSwingSlidingButton = Instance.new("TextButton") local AutoSwingSlidingButton_Roundify_12px = Instance.new("ImageLabel") local AutoArena = Instance.new("ImageLabel") local AutoArenaText = Instance.new("TextLabel") local AutoArenaSlidingButton = Instance.new("TextButton") local AutoArenaSlidingButton_Roundify_12px = Instance.new("ImageLabel") local AutoBorock = Instance.new("ImageLabel") local AutoBorockText = Instance.new("TextLabel") local AutoBorockSlidingButton = Instance.new("TextButton") local AutoBorockSlidingButton_Roundify_12px = Instance.new("ImageLabel") local AutoDemonKing = Instance.new("ImageLabel") local AutoDemonKingText = Instance.new("TextLabel") local AutoDemonKingSlidingButton = Instance.new("TextButton") local AutoDemonKingSlidingButton_Roundify_12px = Instance.new("ImageLabel") local GoldenEgg = Instance.new("TextButton") local GoldenEgg_Roundify_12px = Instance.new("ImageLabel") local GoldenEggText = Instance.new("TextLabel") local InstantQuest = Instance.new("TextButton") local InstantQuest_Roundify_12px = Instance.new("ImageLabel") local InstantQuest_2 = Instance.new("TextLabel") local Crates = Instance.new("Frame") local _100Kweapon = Instance.new("TextButton") local _100Kweapon_Roundify_12px = Instance.new("ImageLabel") local _100KweaponText = Instance.new("TextLabel") local _100Kskin = Instance.new("TextButton") local _100Kskin_Roundify_12px = Instance.new("ImageLabel") local _100KskinText = Instance.new("TextLabel") local _10Mskin = Instance.new("TextButton") local _10Mskin_Roundify_12px = Instance.new("ImageLabel") local _10MskinText = Instance.new("TextLabel") local _20Mpet = Instance.new("TextButton") local _20Mpet_Roundify_12px = Instance.new("ImageLabel") local _20MpetText = Instance.new("TextLabel") local TabContainerTweeningButton = Instance.new("ImageButton") local TabContainer = Instance.new("Frame") local Maintab = Instance.new("TextButton") local Cratestab = Instance.new("TextButton") local UIListLayout = Instance.new("UIListLayout") local close = Instance.new("ImageButton") local Visible = Instance.new("TextButton") local Visible_Roundify_4px = Instance.new("ImageLabel") ScreenGui.Parent = game.CoreGui Topbar.Name = "Topbar" Topbar.Parent = ScreenGui Topbar.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Topbar.BackgroundTransparency = 1.000 Topbar.Position = UDim2.new(0.369244128, 0, 0.322845399, 0) Topbar.Size = UDim2.new(0, 300, 0, 30) Topbar.Image = "rbxassetid://3570695787" Topbar.ImageColor3 = Color3.fromRGB(35, 35, 35) Topbar.ScaleType = Enum.ScaleType.Slice Topbar.SliceCenter = Rect.new(100, 100, 100, 100) Topbar.SliceScale = 0.040 Topbar.Active = true Topbar.Draggable = true MainContainer.Name = "MainContainer" MainContainer.Parent = Topbar MainContainer.BackgroundColor3 = Color3.fromRGB(255, 255, 255) MainContainer.BackgroundTransparency = 1.000 MainContainer.Position = UDim2.new(0, 0, 0.980802894, 0) MainContainer.Size = UDim2.new(0, 298, 0, 180) MainContainer.Image = "rbxassetid://3570695787" MainContainer.ImageColor3 = Color3.fromRGB(35, 35, 35) MainContainer.ScaleType = Enum.ScaleType.Slice MainContainer.SliceCenter = Rect.new(100, 100, 100, 100) MainContainer.SliceScale = 0.040 Main.Name = "Main" Main.Parent = MainContainer Main.Active = true Main.BackgroundColor3 = Color3.fromRGB(45, 45, 45) Main.BorderColor3 = Color3.fromRGB(45, 45, 45) Main.Size = UDim2.new(0, 300, 0, 180) Main.CanvasSize = UDim2.new(0, 0, 8, 0) Main.ScrollBarThickness = 7 AutoSwing.Name = "AutoSwing" AutoSwing.Parent = Main AutoSwing.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AutoSwing.BackgroundTransparency = 1.000 AutoSwing.Position = UDim2.new(0.110000007, 0, 0.0111111151, 0) AutoSwing.Size = UDim2.new(0, 241, 0, 40) AutoSwing.Image = "rbxassetid://3570695787" AutoSwing.ImageColor3 = Color3.fromRGB(60, 60, 60) AutoSwing.ScaleType = Enum.ScaleType.Slice AutoSwing.SliceCenter = Rect.new(100, 100, 100, 100) AutoSwing.SliceScale = 0.080 AutoSwingText.Name = "AutoSwingText" AutoSwingText.Parent = AutoSwing AutoSwingText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AutoSwingText.BackgroundTransparency = 1.000 AutoSwingText.Size = UDim2.new(0, 100, 0, 40) AutoSwingText.Font = Enum.Font.FredokaOne AutoSwingText.Text = "Auto Swing" AutoSwingText.TextColor3 = Color3.fromRGB(255, 255, 255) AutoSwingText.TextSize = 14.000 AutoSwingSlidingButton.Name = "AutoSwingSlidingButton" AutoSwingSlidingButton.Parent = AutoSwing AutoSwingSlidingButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AutoSwingSlidingButton.BackgroundTransparency = 1.000 AutoSwingSlidingButton.BorderSizePixel = 0 AutoSwingSlidingButton.Position = UDim2.new(0.639004171, 0, 0.224999994, 0) AutoSwingSlidingButton.Size = UDim2.new(0, 22, 0, 22) AutoSwingSlidingButton.Font = Enum.Font.SourceSans AutoSwingSlidingButton.Text = "" AutoSwingSlidingButton.TextColor3 = Color3.fromRGB(0, 0, 0) AutoSwingSlidingButton.TextSize = 14.000 local on = false AutoSwingSlidingButton.MouseButton1Click:Connect(function() on = not on if on then AutoSwingSlidingButton_Roundify_12px.ImageColor3 = Color3.fromRGB(0,225,0) on = true _G.SwingLoop = true while _G.SwingLoop do wait() game.ReplicatedStorage.Aero.AeroRemoteServices.GameService.WeaponAttackStart:FireServer() game.ReplicatedStorage.Aero.AeroRemoteServices.GameService.WeaponAnimComplete:FireServer() end end if on == false then AutoSwingSlidingButton_Roundify_12px.ImageColor3 = Color3.fromRGB(225,0,0) on = false _G.SwingLoop = false end end) AutoSwingSlidingButton_Roundify_12px.Name = "AutoSwingSlidingButton_Roundify_12px" AutoSwingSlidingButton_Roundify_12px.Parent = AutoSwingSlidingButton AutoSwingSlidingButton_Roundify_12px.Active = true AutoSwingSlidingButton_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5) AutoSwingSlidingButton_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AutoSwingSlidingButton_Roundify_12px.BackgroundTransparency = 1.000 AutoSwingSlidingButton_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0) AutoSwingSlidingButton_Roundify_12px.Selectable = true AutoSwingSlidingButton_Roundify_12px.Size = UDim2.new(1, 0, 1, 0) AutoSwingSlidingButton_Roundify_12px.Image = "rbxassetid://3570695787" AutoSwingSlidingButton_Roundify_12px.ImageColor3 = Color3.fromRGB(225, 0, 0) AutoSwingSlidingButton_Roundify_12px.ScaleType = Enum.ScaleType.Slice AutoSwingSlidingButton_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100) AutoSwingSlidingButton_Roundify_12px.SliceScale = 0.120 AutoArena.Name = "AutoArena" AutoArena.Parent = Main AutoArena.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AutoArena.BackgroundTransparency = 1.000 AutoArena.Position = UDim2.new(0.110000007, 0, 0.0486111231, 0) AutoArena.Size = UDim2.new(0, 241, 0, 40) AutoArena.Image = "rbxassetid://3570695787" AutoArena.ImageColor3 = Color3.fromRGB(60, 60, 60) AutoArena.ScaleType = Enum.ScaleType.Slice AutoArena.SliceCenter = Rect.new(100, 100, 100, 100) AutoArena.SliceScale = 0.080 AutoArenaText.Name = "AutoArenaText" AutoArenaText.Parent = AutoArena AutoArenaText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AutoArenaText.BackgroundTransparency = 1.000 AutoArenaText.Size = UDim2.new(0, 100, 0, 40) AutoArenaText.Font = Enum.Font.FredokaOne AutoArenaText.Text = "Auto Arena" AutoArenaText.TextColor3 = Color3.fromRGB(255, 255, 255) AutoArenaText.TextSize = 14.000 AutoArenaSlidingButton.Name = "AutoArenaSlidingButton" AutoArenaSlidingButton.Parent = AutoArena AutoArenaSlidingButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AutoArenaSlidingButton.BackgroundTransparency = 1.000 AutoArenaSlidingButton.BorderSizePixel = 0 AutoArenaSlidingButton.Position = UDim2.new(0.639004171, 0, 0.224999994, 0) AutoArenaSlidingButton.Size = UDim2.new(0, 22, 0, 22) AutoArenaSlidingButton.Font = Enum.Font.SourceSans AutoArenaSlidingButton.Text = "" AutoArenaSlidingButton.TextColor3 = Color3.fromRGB(0, 0, 0) AutoArenaSlidingButton.TextSize = 14.000 local on = false AutoArenaSlidingButton.MouseButton1Click:Connect(function() on = not on if on then AutoArenaSlidingButton_Roundify_12px.ImageColor3 = Color3.fromRGB(0,225,0) on = true _G.Arena = true while _G.Arena do wait() local A_1 = true game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.ArenaService.ArenaChoice:FireServer(A_1) end end if on == false then AutoArenaSlidingButton_Roundify_12px.ImageColor3 = Color3.fromRGB(225,0,0) on = false _G.Arena = false end end) AutoArenaSlidingButton_Roundify_12px.Name = "AutoArenaSlidingButton_Roundify_12px" AutoArenaSlidingButton_Roundify_12px.Parent = AutoArenaSlidingButton AutoArenaSlidingButton_Roundify_12px.Active = true AutoArenaSlidingButton_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5) AutoArenaSlidingButton_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AutoArenaSlidingButton_Roundify_12px.BackgroundTransparency = 1.000 AutoArenaSlidingButton_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0) AutoArenaSlidingButton_Roundify_12px.Selectable = true AutoArenaSlidingButton_Roundify_12px.Size = UDim2.new(1, 0, 1, 0) AutoArenaSlidingButton_Roundify_12px.Image = "rbxassetid://3570695787" AutoArenaSlidingButton_Roundify_12px.ImageColor3 = Color3.fromRGB(225, 0, 0) AutoArenaSlidingButton_Roundify_12px.ScaleType = Enum.ScaleType.Slice AutoArenaSlidingButton_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100) AutoArenaSlidingButton_Roundify_12px.SliceScale = 0.120 AutoBorock.Name = "AutoBorock" AutoBorock.Parent = Main AutoBorock.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AutoBorock.BackgroundTransparency = 1.000 AutoBorock.Position = UDim2.new(0.110000007, 0, 0.0854166746, 0) AutoBorock.Size = UDim2.new(0, 241, 0, 40) AutoBorock.Image = "rbxassetid://3570695787" AutoBorock.ImageColor3 = Color3.fromRGB(60, 60, 60) AutoBorock.ScaleType = Enum.ScaleType.Slice AutoBorock.SliceCenter = Rect.new(100, 100, 100, 100) AutoBorock.SliceScale = 0.080 AutoBorockText.Name = "AutoBorockText" AutoBorockText.Parent = AutoBorock AutoBorockText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AutoBorockText.BackgroundTransparency = 1.000 AutoBorockText.Size = UDim2.new(0, 100, 0, 40) AutoBorockText.Font = Enum.Font.FredokaOne AutoBorockText.Text = "Auto Borock" AutoBorockText.TextColor3 = Color3.fromRGB(255, 255, 255) AutoBorockText.TextSize = 14.000 AutoBorockSlidingButton.Name = "AutoBorockSlidingButton" AutoBorockSlidingButton.Parent = AutoBorock AutoBorockSlidingButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AutoBorockSlidingButton.BackgroundTransparency = 1.000 AutoBorockSlidingButton.BorderSizePixel = 0 AutoBorockSlidingButton.Position = UDim2.new(0.639004171, 0, 0.224999994, 0) AutoBorockSlidingButton.Size = UDim2.new(0, 22, 0, 22) AutoBorockSlidingButton.Font = Enum.Font.SourceSans AutoBorockSlidingButton.Text = "" AutoBorockSlidingButton.TextColor3 = Color3.fromRGB(0, 0, 0) AutoBorockSlidingButton.TextSize = 14.000 local on = false AutoBorockSlidingButton.MouseButton1Click:Connect(function() on = not on if on then AutoBorockSlidingButton_Roundify_12px.ImageColor3 = Color3.fromRGB(0,225,0) on = true _G.AutoBorock = true while _G.AutoBorock do wait() for i,v in pairs(game:GetService("Workspace").NPC:GetDescendants()) do if v.ClassName == "Model" and v.Name == "Borock" then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame end end end end if on == false then AutoBorockSlidingButton_Roundify_12px.ImageColor3 = Color3.fromRGB(225,0,0) on = false _G.AutoBorock = false end end) AutoBorockSlidingButton_Roundify_12px.Name = "AutoBorockSlidingButton_Roundify_12px" AutoBorockSlidingButton_Roundify_12px.Parent = AutoBorockSlidingButton AutoBorockSlidingButton_Roundify_12px.Active = true AutoBorockSlidingButton_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5) AutoBorockSlidingButton_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AutoBorockSlidingButton_Roundify_12px.BackgroundTransparency = 1.000 AutoBorockSlidingButton_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0) AutoBorockSlidingButton_Roundify_12px.Selectable = true AutoBorockSlidingButton_Roundify_12px.Size = UDim2.new(1, 0, 1, 0) AutoBorockSlidingButton_Roundify_12px.Image = "rbxassetid://3570695787" AutoBorockSlidingButton_Roundify_12px.ImageColor3 = Color3.fromRGB(225, 0, 0) AutoBorockSlidingButton_Roundify_12px.ScaleType = Enum.ScaleType.Slice AutoBorockSlidingButton_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100) AutoBorockSlidingButton_Roundify_12px.SliceScale = 0.120 AutoDemonKing.Name = "AutoDemonKing" AutoDemonKing.Parent = Main AutoDemonKing.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AutoDemonKing.BackgroundTransparency = 1.000 AutoDemonKing.Position = UDim2.new(0.110000007, 0, 0.122916676, 0) AutoDemonKing.Size = UDim2.new(0, 241, 0, 40) AutoDemonKing.Image = "rbxassetid://3570695787" AutoDemonKing.ImageColor3 = Color3.fromRGB(60, 60, 60) AutoDemonKing.ScaleType = Enum.ScaleType.Slice AutoDemonKing.SliceCenter = Rect.new(100, 100, 100, 100) AutoDemonKing.SliceScale = 0.080 AutoDemonKingText.Name = "AutoDemonKingText" AutoDemonKingText.Parent = AutoDemonKing AutoDemonKingText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AutoDemonKingText.BackgroundTransparency = 1.000 AutoDemonKingText.Size = UDim2.new(0, 110, 0, 40) AutoDemonKingText.Font = Enum.Font.FredokaOne AutoDemonKingText.Text = " Auto Demon King" AutoDemonKingText.TextColor3 = Color3.fromRGB(255, 255, 255) AutoDemonKingText.TextSize = 14.000 AutoDemonKingSlidingButton.Name = "AutoDemonKingSlidingButton" AutoDemonKingSlidingButton.Parent = AutoDemonKing AutoDemonKingSlidingButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AutoDemonKingSlidingButton.BackgroundTransparency = 1.000 AutoDemonKingSlidingButton.BorderSizePixel = 0 AutoDemonKingSlidingButton.Position = UDim2.new(0.639004171, 0, 0.224999994, 0) AutoDemonKingSlidingButton.Size = UDim2.new(0, 22, 0, 22) AutoDemonKingSlidingButton.Font = Enum.Font.SourceSans AutoDemonKingSlidingButton.Text = "" AutoDemonKingSlidingButton.TextColor3 = Color3.fromRGB(0, 0, 0) AutoDemonKingSlidingButton.TextSize = 14.000 local on = false AutoDemonKingSlidingButton.MouseButton1Click:Connect(function() on = not on if on then AutoDemonKingSlidingButton_Roundify_12px.ImageColor3 = Color3.fromRGB(0,225,0) on = true _G.AutoDemonKing = true while _G.AutoDemonKing do wait() for i,v in pairs(game:GetService("Workspace").NPC:GetDescendants()) do if v.ClassName == "Model" and v.Name == "DemonKing" then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame end end end end if on == false then AutoDemonKingSlidingButton_Roundify_12px.ImageColor3 = Color3.fromRGB(225,0,0) on = false _G.AutoDemonKing = false end end) AutoDemonKingSlidingButton_Roundify_12px.Name = "AutoDemonKingSlidingButton_Roundify_12px" AutoDemonKingSlidingButton_Roundify_12px.Parent = AutoDemonKingSlidingButton AutoDemonKingSlidingButton_Roundify_12px.Active = true AutoDemonKingSlidingButton_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5) AutoDemonKingSlidingButton_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AutoDemonKingSlidingButton_Roundify_12px.BackgroundTransparency = 1.000 AutoDemonKingSlidingButton_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0) AutoDemonKingSlidingButton_Roundify_12px.Selectable = true AutoDemonKingSlidingButton_Roundify_12px.Size = UDim2.new(1, 0, 1, 0) AutoDemonKingSlidingButton_Roundify_12px.Image = "rbxassetid://3570695787" AutoDemonKingSlidingButton_Roundify_12px.ImageColor3 = Color3.fromRGB(225, 0, 0) AutoDemonKingSlidingButton_Roundify_12px.ScaleType = Enum.ScaleType.Slice AutoDemonKingSlidingButton_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100) AutoDemonKingSlidingButton_Roundify_12px.SliceScale = 0.120 GoldenEgg.Name = "GoldenEgg" GoldenEgg.Parent = Main GoldenEgg.BackgroundColor3 = Color3.fromRGB(255, 255, 255) GoldenEgg.BackgroundTransparency = 1.000 GoldenEgg.BorderSizePixel = 0 GoldenEgg.Position = UDim2.new(0.210000008, 0, 0.165277779, 0) GoldenEgg.Size = UDim2.new(0, 175, 0, 35) GoldenEgg.Font = Enum.Font.SourceSans GoldenEgg.TextColor3 = Color3.fromRGB(0, 0, 0) GoldenEgg.TextSize = 14.000 GoldenEgg.MouseButton1Click:connect(function() for i,v in pairs(game.Workspace:GetChildren())do if v.Name == "Egg" then v.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame end end end) GoldenEgg_Roundify_12px.Name = "GoldenEgg_Roundify_12px" GoldenEgg_Roundify_12px.Parent = GoldenEgg GoldenEgg_Roundify_12px.Active = true GoldenEgg_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5) GoldenEgg_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255) GoldenEgg_Roundify_12px.BackgroundTransparency = 1.000 GoldenEgg_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0) GoldenEgg_Roundify_12px.Selectable = true GoldenEgg_Roundify_12px.Size = UDim2.new(1, 0, 1, 0) GoldenEgg_Roundify_12px.Image = "rbxassetid://3570695787" GoldenEgg_Roundify_12px.ImageColor3 = Color3.fromRGB(60, 60, 60) GoldenEgg_Roundify_12px.ScaleType = Enum.ScaleType.Slice GoldenEgg_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100) GoldenEgg_Roundify_12px.SliceScale = 0.120 GoldenEggText.Name = "GoldenEggText" GoldenEggText.Parent = GoldenEgg GoldenEggText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) GoldenEggText.BackgroundTransparency = 1.000 GoldenEggText.Size = UDim2.new(0, 175, 0, 35) GoldenEggText.Font = Enum.Font.FredokaOne GoldenEggText.Text = "Golden Egg" GoldenEggText.TextColor3 = Color3.fromRGB(255, 255, 255) GoldenEggText.TextSize = 14.000 InstantQuest.Name = "Instant Quest" InstantQuest.Parent = Main InstantQuest.BackgroundColor3 = Color3.fromRGB(255, 255, 255) InstantQuest.BackgroundTransparency = 1.000 InstantQuest.BorderSizePixel = 0 InstantQuest.Position = UDim2.new(0.210000008, 0, 0.200000003, 0) InstantQuest.Size = UDim2.new(0, 175, 0, 35) InstantQuest.Font = Enum.Font.SourceSans InstantQuest.TextColor3 = Color3.fromRGB(0, 0, 0) InstantQuest.TextSize = 14.000 InstantQuest.MouseButton1Click:Connect(function() for i = 50, 250 do local Event = game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.StartQuestRequest Event:InvokeServer() wait() local Event = game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.EndQuestRequest Event:InvokeServer() end end) InstantQuest_Roundify_12px.Name = "Instant Quest_Roundify_12px" InstantQuest_Roundify_12px.Parent = InstantQuest InstantQuest_Roundify_12px.Active = true InstantQuest_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5) InstantQuest_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255) InstantQuest_Roundify_12px.BackgroundTransparency = 1.000 InstantQuest_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0) InstantQuest_Roundify_12px.Selectable = true InstantQuest_Roundify_12px.Size = UDim2.new(1, 0, 1, 0) InstantQuest_Roundify_12px.Image = "rbxassetid://3570695787" InstantQuest_Roundify_12px.ImageColor3 = Color3.fromRGB(60, 60, 60) InstantQuest_Roundify_12px.ScaleType = Enum.ScaleType.Slice InstantQuest_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100) InstantQuest_Roundify_12px.SliceScale = 0.120 InstantQuest_2.Name = "Instant Quest" InstantQuest_2.Parent = InstantQuest InstantQuest_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) InstantQuest_2.BackgroundTransparency = 1.000 InstantQuest_2.Size = UDim2.new(0, 175, 0, 35) InstantQuest_2.Font = Enum.Font.FredokaOne InstantQuest_2.Text = "Instant Quest" InstantQuest_2.TextColor3 = Color3.fromRGB(255, 255, 255) InstantQuest_2.TextSize = 14.000 Crates.Name = "Crates" Crates.Parent = MainContainer Crates.BackgroundColor3 = Color3.fromRGB(45, 45, 45) Crates.BorderColor3 = Color3.fromRGB(45, 45, 45) Crates.Size = UDim2.new(0, 298, 0, 180) Crates.Visible = false _100Kweapon.Name = "100Kweapon" _100Kweapon.Parent = Crates _100Kweapon.BackgroundColor3 = Color3.fromRGB(255, 255, 255) _100Kweapon.BackgroundTransparency = 1.000 _100Kweapon.BorderSizePixel = 0 _100Kweapon.Position = UDim2.new(0.167785242, 0, 0.088888891, 0) _100Kweapon.Size = UDim2.new(0, 200, 0, 30) _100Kweapon.Font = Enum.Font.SourceSans _100Kweapon.TextColor3 = Color3.fromRGB(0, 0, 0) _100Kweapon.TextSize = 14.000 _100Kweapon.MouseButton1Click:connect(function() local A_1 = "weapon" local Event = game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.OpenLegendaryCrate Event:InvokeServer(A_1) end) _100Kweapon_Roundify_12px.Name = "100Kweapon_Roundify_12px" _100Kweapon_Roundify_12px.Parent = _100Kweapon _100Kweapon_Roundify_12px.Active = true _100Kweapon_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5) _100Kweapon_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255) _100Kweapon_Roundify_12px.BackgroundTransparency = 1.000 _100Kweapon_Roundify_12px.Position = UDim2.new(0.495000005, 0, 0.5, 0) _100Kweapon_Roundify_12px.Selectable = true _100Kweapon_Roundify_12px.Size = UDim2.new(1, 0, 1, 0) _100Kweapon_Roundify_12px.Image = "rbxassetid://3570695787" _100Kweapon_Roundify_12px.ScaleType = Enum.ScaleType.Slice _100Kweapon_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100) _100Kweapon_Roundify_12px.SliceScale = 0.120 _100KweaponText.Name = "100KweaponText" _100KweaponText.Parent = _100Kweapon _100KweaponText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) _100KweaponText.BackgroundTransparency = 1.000 _100KweaponText.Position = UDim2.new(-0.00499999989, 0, 0, 0) _100KweaponText.Size = UDim2.new(0, 200, 0, 30) _100KweaponText.Font = Enum.Font.FredokaOne _100KweaponText.Text = "100K Legendary Weapon Crate" _100KweaponText.TextColor3 = Color3.fromRGB(0, 0, 0) _100KweaponText.TextSize = 14.000 _100Kskin.Name = "100Kskin" _100Kskin.Parent = Crates _100Kskin.BackgroundColor3 = Color3.fromRGB(255, 255, 255) _100Kskin.BackgroundTransparency = 1.000 _100Kskin.BorderSizePixel = 0 _100Kskin.Position = UDim2.new(0.167785242, 0, 0.377777785, 0) _100Kskin.Size = UDim2.new(0, 200, 0, 30) _100Kskin.Font = Enum.Font.SourceSans _100Kskin.TextColor3 = Color3.fromRGB(0, 0, 0) _100Kskin.TextSize = 14.000 _100Kskin.MouseButton1Click:connect(function() local A_1 = "skin" local Event = game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.OpenLegendaryCrate Event:InvokeServer(A_1) end) _100Kskin_Roundify_12px.Name = "100Kskin_Roundify_12px" _100Kskin_Roundify_12px.Parent = _100Kskin _100Kskin_Roundify_12px.Active = true _100Kskin_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5) _100Kskin_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255) _100Kskin_Roundify_12px.BackgroundTransparency = 1.000 _100Kskin_Roundify_12px.Position = UDim2.new(0.495000005, 0, 0.266666651, 0) _100Kskin_Roundify_12px.Selectable = true _100Kskin_Roundify_12px.Size = UDim2.new(1, 0, 1, 0) _100Kskin_Roundify_12px.Image = "rbxassetid://3570695787" _100Kskin_Roundify_12px.ScaleType = Enum.ScaleType.Slice _100Kskin_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100) _100Kskin_Roundify_12px.SliceScale = 0.120 _100KskinText.Name = "100KskinText" _100KskinText.Parent = _100Kskin _100KskinText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) _100KskinText.BackgroundTransparency = 1.000 _100KskinText.Position = UDim2.new(-0.00499999523, 0, -0.233333111, 0) _100KskinText.Size = UDim2.new(0, 200, 0, 30) _100KskinText.Font = Enum.Font.FredokaOne _100KskinText.Text = "100K Legendary Skin Crate" _100KskinText.TextColor3 = Color3.fromRGB(0, 0, 0) _100KskinText.TextSize = 14.000 _10Mskin.Name = "10Mskin" _10Mskin.Parent = Crates _10Mskin.BackgroundColor3 = Color3.fromRGB(255, 255, 255) _10Mskin.BackgroundTransparency = 1.000 _10Mskin.BorderSizePixel = 0 _10Mskin.Position = UDim2.new(0.174496651, 0, 0.583333313, 0) _10Mskin.Size = UDim2.new(0, 200, 0, 30) _10Mskin.Font = Enum.Font.SourceSans _10Mskin.TextColor3 = Color3.fromRGB(0, 0, 0) _10Mskin.TextSize = 14.000 _10Mskin.MouseButton1Click:connect(function() local A_1 = "skin" local Event = game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.OpenMythicCrate Event:InvokeServer(A_1) end) _10Mskin_Roundify_12px.Name = "10Mskin_Roundify_12px" _10Mskin_Roundify_12px.Parent = _10Mskin _10Mskin_Roundify_12px.Active = true _10Mskin_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5) _10Mskin_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255) _10Mskin_Roundify_12px.BackgroundTransparency = 1.000 _10Mskin_Roundify_12px.Position = UDim2.new(0.485000014, 0, 0.5, 0) _10Mskin_Roundify_12px.Selectable = true _10Mskin_Roundify_12px.Size = UDim2.new(1, 0, 1, 0) _10Mskin_Roundify_12px.Image = "rbxassetid://3570695787" _10Mskin_Roundify_12px.ScaleType = Enum.ScaleType.Slice _10Mskin_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100) _10Mskin_Roundify_12px.SliceScale = 0.120 _10MskinText.Name = "10MskinText" _10MskinText.Parent = _10Mskin _10MskinText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) _10MskinText.BackgroundTransparency = 1.000 _10MskinText.Position = UDim2.new(-0.0149999857, 0, 0, 0) _10MskinText.Size = UDim2.new(0, 200, 0, 30) _10MskinText.Font = Enum.Font.FredokaOne _10MskinText.Text = "10M Mythic Skin Crate" _10MskinText.TextColor3 = Color3.fromRGB(0, 0, 0) _10MskinText.TextSize = 14.000 _20Mpet.Name = "20Mpet" _20Mpet.Parent = Crates _20Mpet.BackgroundColor3 = Color3.fromRGB(255, 255, 255) _20Mpet.BackgroundTransparency = 1.000 _20Mpet.BorderSizePixel = 0 _20Mpet.Position = UDim2.new(0.164429531, 0, 0.800000012, 0) _20Mpet.Size = UDim2.new(0, 200, 0, 29) _20Mpet.Font = Enum.Font.SourceSans _20Mpet.TextColor3 = Color3.fromRGB(0, 0, 0) _20Mpet.TextSize = 14.000 _20Mpet.MouseButton1Click:connect(function() local A_1 = 5 local Event = game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.OpenPetCrate Event:InvokeServer(A_1) end) _20Mpet_Roundify_12px.Name = "20Mpet_Roundify_12px" _20Mpet_Roundify_12px.Parent = _20Mpet _20Mpet_Roundify_12px.Active = true _20Mpet_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5) _20Mpet_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255) _20Mpet_Roundify_12px.BackgroundTransparency = 1.000 _20Mpet_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0) _20Mpet_Roundify_12px.Selectable = true _20Mpet_Roundify_12px.Size = UDim2.new(1, 0, 1, 0) _20Mpet_Roundify_12px.Image = "rbxassetid://3570695787" _20Mpet_Roundify_12px.ScaleType = Enum.ScaleType.Slice _20Mpet_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100) _20Mpet_Roundify_12px.SliceScale = 0.120 _20MpetText.Name = "20MpetText" _20MpetText.Parent = _20Mpet _20MpetText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) _20MpetText.BackgroundTransparency = 1.000 _20MpetText.Size = UDim2.new(0, 200, 0, 29) _20MpetText.Font = Enum.Font.FredokaOne _20MpetText.Text = "20M Mythic Pet Crate" _20MpetText.TextColor3 = Color3.fromRGB(0, 0, 0) _20MpetText.TextSize = 14.000 TabContainerTweeningButton.Name = "TabContainerTweeningButton" TabContainerTweeningButton.Parent = Topbar TabContainerTweeningButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35) TabContainerTweeningButton.BorderColor3 = Color3.fromRGB(35, 35, 35) TabContainerTweeningButton.Position = UDim2.new(0.0233333334, 0, 0.0666671768, 0) TabContainerTweeningButton.Size = UDim2.new(0, 26, 0, 26) TabContainerTweeningButton.Image = "rbxassetid://2738273138" local on = false TabContainerTweeningButton.MouseButton1Down:Connect(function() on = not on if on then on = true TabContainer:TweenSize(UDim2.new(0, 110,0, 194), "Out", "Quint", 0.5) TabContainer.Visible = true wait() Maintab.Visible = true Maintab:TweenSize(UDim2.new(0, 110,0, 35), "Out", "Quint", 0.5) wait() Cratestab.Visible = true Cratestab:TweenSize(UDim2.new(0, 110,0, 35), "Out", "Quint", 0.5) end if on == false then on = false TabContainer:TweenSize(UDim2.new(0, 0,0, 194), "Out", "Quint", 0.5) wait() Cratestab:TweenSize(UDim2.new(0, 0,0, 35), "Out", "Quint", 0.5) wait(0.1) Cratestab.Visible = false wait(0.01) Maintab:TweenSize(UDim2.new(0, 0,0, 35), "Out", "Quint", 0.5) Maintab.Visible = false end end) TabContainer.Name = "TabContainer" TabContainer.Parent = Topbar TabContainer.BackgroundColor3 = Color3.fromRGB(35, 35, 35) TabContainer.BorderColor3 = Color3.fromRGB(35, 35, 35) TabContainer.Position = UDim2.new(0.99666667, 0, 0.300000519, 0) TabContainer.Size = UDim2.new(0, 0, 0, 194) Maintab.Name = "Maintab" Maintab.Parent = TabContainer Maintab.BackgroundColor3 = Color3.fromRGB(35, 35, 35) Maintab.BorderColor3 = Color3.fromRGB(35, 35, 35) Maintab.Position = UDim2.new(NAN, 0, 0, 0) Maintab.Size = UDim2.new(0, 0, 0, 30) Maintab.Visible = false Maintab.Font = Enum.Font.FredokaOne Maintab.Text = "MAIN" Maintab.TextColor3 = Color3.fromRGB(255, 255, 255) Maintab.TextSize = 14.000 Maintab.TextWrapped = true local on = false Maintab.MouseButton1Click:Connect(function() Crates:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quint", 0.5) wait(0.5) Crates.Visible = false Main:TweenSize(UDim2.new(0, 300, 0, 180), "Out", "Quint", 0.5) end) Cratestab.Name = "Cratestab" Cratestab.Parent = TabContainer Cratestab.BackgroundColor3 = Color3.fromRGB(35, 35, 35) Cratestab.BorderColor3 = Color3.fromRGB(35, 35, 35) Cratestab.Position = UDim2.new(0, 0, 0.15463917, 0) Cratestab.Size = UDim2.new(0, 0, 0, 30) Cratestab.Visible = false Cratestab.Font = Enum.Font.FredokaOne Cratestab.Text = "CRATES" Cratestab.TextColor3 = Color3.fromRGB(255, 255, 255) Cratestab.TextSize = 14.000 local on = false Cratestab.MouseButton1Click:Connect(function() Main:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quint", 0.5) wait(0.5) Crates:TweenSize(UDim2.new(0, 300, 0, 180), "Out", "Quint", 0.5) Crates.Visible = true end) UIListLayout.Parent = TabContainer UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder close.Name = "close" close.Parent = Topbar close.BackgroundColor3 = Color3.fromRGB(35, 35, 35) close.BorderColor3 = Color3.fromRGB(35, 35, 35) close.Position = UDim2.new(0.913333297, 0, 0.0666671842, 0) close.Size = UDim2.new(0, 25, 0, 25) close.Image = "rbxassetid://4988112250" close.MouseButton1Down:Connect(function() for i , v in pairs (ScreenGui:GetDescendants()) do if string.find(v.Name, "Topbar") then v:Destroy() end end end) Visible.Name = "Visible" Visible.Parent = Topbar Visible.BackgroundColor3 = Color3.fromRGB(225, 0, 0) Visible.BackgroundTransparency = 1.000 Visible.BorderSizePixel = 0 Visible.Position = UDim2.new(0.839999974, 0, 0.133333847, 0) Visible.Size = UDim2.new(0, 22, 0, 22) Visible.Font = Enum.Font.SourceSans Visible.Text = "" Visible.TextColor3 = Color3.fromRGB(0, 0, 0) Visible.TextSize = 14.000 local on = false Visible.MouseButton1Click:Connect(function() on = not on if on then Visible_Roundify_4px.ImageColor3 = Color3.fromRGB(0,225,0) on = true MainContainer:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quint", 0.5) Main:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quint", 0.5) Crates:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quint", 0.5) Crates.Visible = false TabContainer.Visible = false end if on == false then Visible_Roundify_4px.ImageColor3 = Color3.fromRGB(225,0,0) on = false MainContainer:TweenSize(UDim2.new(0, 300,0, 180), "Out", "Quint", 0.5) wait(0.3) Main:TweenSize(UDim2.new(0, 300, 0, 180), "Out", "Quint", 0.5) TabContainer.Visible = true end end) Visible_Roundify_4px.Name = "Visible_Roundify_4px" Visible_Roundify_4px.Parent = Visible Visible_Roundify_4px.Active = true Visible_Roundify_4px.AnchorPoint = Vector2.new(0.5, 0.5) Visible_Roundify_4px.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Visible_Roundify_4px.BackgroundTransparency = 1.000 Visible_Roundify_4px.Position = UDim2.new(0.5, 0, 0.5, 0) Visible_Roundify_4px.Selectable = true Visible_Roundify_4px.Size = UDim2.new(1, 0, 1, 0) Visible_Roundify_4px.Image = "rbxassetid://3570695787" Visible_Roundify_4px.ImageColor3 = Color3.fromRGB(225, 0, 0) Visible_Roundify_4px.ScaleType = Enum.ScaleType.Slice Visible_Roundify_4px.SliceCenter = Rect.new(100, 100, 100, 100) Visible_Roundify_4px.SliceScale = 0.040