--[[ strings-override Domain V2, by Shlex ]] AutoExecute = false if not game:IsLoaded() then local loadtext = "Domain Hub is waiting on the game to load" local dmnwait = Instance.new("ScreenGui") local main = Instance.new("Frame") local UICorner = Instance.new("UICorner") local text = Instance.new("TextLabel") dmnwait.Name = "dmnwait" if syn and syn.protect_gui then syn.protect_gui(dmnwait) end dmnwait.Parent = game:GetService("CoreGui") dmnwait.ZIndexBehavior = Enum.ZIndexBehavior.Sibling main.Name = "main" main.Parent = dmnwait main.BackgroundColor3 = Color3.fromRGB(31, 31, 31) main.BorderSizePixel = 0 main.Position = UDim2.new(0.0145833492, 0, 0.442075998, 0) main.Size = UDim2.new(0.313540131, 0, 0.0416698456, 0) UICorner.Parent = main text.Name = "text" text.Parent = main text.BackgroundColor3 = Color3.fromRGB(31, 31, 31) text.BackgroundTransparency = 1.000 text.BorderSizePixel = 0 text.Position = UDim2.new(0.0413247831, 0, 0.319999844, 0) text.Size = UDim2.new(0.941625595, 0, 0.398774952, 0) text.Font = Enum.Font.GothamBold text.Text = loadtext text.TextColor3 = Color3.fromRGB(225, 225, 225) text.TextScaled = true text.TextSize = 14.000 text.TextWrapped = true text.TextXAlignment = Enum.TextXAlignment.Left AutoExecute = true wait(0.5) text.Text = loadtext game.Loaded:Wait() wait(0.3) dmnwait:Destroy() repeat wait() until game:IsLoaded() end local Domain = { Domain = Instance.new("ScreenGui"), Main = Instance.new("Frame"), UICorner = Instance.new("UICorner"), Buttons = Instance.new("Frame"), ExploitsButtonFrame = Instance.new("Frame"), UICorner_2 = Instance.new("UICorner"), OpenExploits = Instance.new("ImageButton"), PlayerConfigButtonFrame = Instance.new("Frame"), UICorner_3 = Instance.new("UICorner"), OpenPlrConfig = Instance.new("ImageButton"), PlayersButtonFrame = Instance.new("Frame"), UICorner_4 = Instance.new("UICorner"), OpenPlayers = Instance.new("ImageButton"), AboutButtonFrame = Instance.new("Frame"), UICorner_5 = Instance.new("UICorner"), OpenAbout = Instance.new("ImageButton"), HomeButtonFrame = Instance.new("Frame"), UICorner_6 = Instance.new("UICorner"), OpenHome = Instance.new("ImageButton"), ToggleButton = Instance.new("ImageButton"), ButtonIcon = Instance.new("ImageLabel"), Shadow = Instance.new("ImageLabel"), Other = Instance.new("Frame"), Watermark = Instance.new("Frame"), Text = Instance.new("TextLabel"), ExploitFound = Instance.new("Frame"), Title = Instance.new("TextLabel"), UICorner_7 = Instance.new("UICorner"), Content = Instance.new("TextLabel"), ExploitName = Instance.new("TextLabel"), Description = Instance.new("TextLabel"), ExecuteButton = Instance.new("TextButton"), ExecuteText = Instance.new("TextLabel"), UICorner_8 = Instance.new("UICorner"), Option = Instance.new("TextLabel"), exitpromptButton = Instance.new("TextButton"), exitprompttext = Instance.new("TextLabel"), UICorner_9 = Instance.new("UICorner"), Shadow_2 = Instance.new("ImageLabel"), Pages = Instance.new("Frame"), ExploitsFrame = Instance.new("Frame"), UICorner_10 = Instance.new("UICorner"), Title_2 = Instance.new("TextLabel"), UITextSizeConstraint = Instance.new("UITextSizeConstraint"), Functionality = Instance.new("Frame"), UICorner_11 = Instance.new("UICorner"), ListExploits = Instance.new("ScrollingFrame"), Template = Instance.new("Frame"), UICorner_12 = Instance.new("UICorner"), ExploitName_2 = Instance.new("TextLabel"), Description_2 = Instance.new("TextLabel"), LoadExploit = Instance.new("TextButton"), LoadText = Instance.new("TextLabel"), UICorner_13 = Instance.new("UICorner"), Shadow_3 = Instance.new("ImageLabel"), UIListLayout = Instance.new("UIListLayout"), Credits = Instance.new("TextLabel"), UITextSizeConstraint_2 = Instance.new("UITextSizeConstraint"), Shadow_4 = Instance.new("ImageLabel"), ExitFrame = Instance.new("Frame"), Exit = Instance.new("TextButton"), ExitText = Instance.new("TextLabel"), UICorner_14 = Instance.new("UICorner"), PlayerInfoFrame = Instance.new("Frame"), UICorner_15 = Instance.new("UICorner"), Title_3 = Instance.new("TextLabel"), UITextSizeConstraint_3 = Instance.new("UITextSizeConstraint"), Functionality_2 = Instance.new("Frame"), UICorner_16 = Instance.new("UICorner"), Avatar = Instance.new("ImageLabel"), UICorner_17 = Instance.new("UICorner"), Username = Instance.new("TextLabel"), Teleport = Instance.new("TextButton"), TeleportText = Instance.new("TextLabel"), UICorner_18 = Instance.new("UICorner"), Kill = Instance.new("TextButton"), KillText = Instance.new("TextLabel"), UICorner_19 = Instance.new("UICorner"), Premium = Instance.new("ImageLabel"), group = Instance.new("Frame"), title = Instance.new("TextLabel"), ranktitle = Instance.new("TextLabel"), rankdata = Instance.new("TextLabel"), grouptitle = Instance.new("TextLabel"), groupname = Instance.new("TextLabel"), Functionalitytext = Instance.new("TextLabel"), areadata = Instance.new("TextLabel"), areatitle = Instance.new("TextLabel"), DomainRole = Instance.new("TextLabel"), Credits_2 = Instance.new("TextLabel"), UITextSizeConstraint_4 = Instance.new("UITextSizeConstraint"), Shadow_5 = Instance.new("ImageLabel"), ExitFrame_2 = Instance.new("Frame"), Exit_2 = Instance.new("TextButton"), ExitText_2 = Instance.new("TextLabel"), UICorner_20 = Instance.new("UICorner"), ValuesFrame = Instance.new("Frame"), UICorner_21 = Instance.new("UICorner"), Title_4 = Instance.new("TextLabel"), UITextSizeConstraint_5 = Instance.new("UITextSizeConstraint"), Functionality_3 = Instance.new("Frame"), UICorner_22 = Instance.new("UICorner"), WalkspeedBar = Instance.new("Frame"), Knob = Instance.new("TextButton"), UICorner_23 = Instance.new("UICorner"), UICorner_24 = Instance.new("UICorner"), Walkspeedtext = Instance.new("TextLabel"), jumppowerBar = Instance.new("Frame"), Knob_2 = Instance.new("TextButton"), UICorner_25 = Instance.new("UICorner"), UICorner_26 = Instance.new("UICorner"), jumppowertext = Instance.new("TextLabel"), flightBar = Instance.new("Frame"), Knob_3 = Instance.new("TextButton"), UICorner_27 = Instance.new("UICorner"), UICorner_28 = Instance.new("UICorner"), flighttext = Instance.new("TextLabel"), Reset = Instance.new("TextButton"), resetText = Instance.new("TextLabel"), UICorner_29 = Instance.new("UICorner"), respawn = Instance.new("TextButton"), respawnText = Instance.new("TextLabel"), UICorner_30 = Instance.new("UICorner"), refresh = Instance.new("TextButton"), refreshText = Instance.new("TextLabel"), UICorner_31 = Instance.new("UICorner"), Fly = Instance.new("TextButton"), FlyText = Instance.new("TextLabel"), UICorner_32 = Instance.new("UICorner"), Rejoin = Instance.new("TextButton"), RejoinText = Instance.new("TextLabel"), UICorner_33 = Instance.new("UICorner"), Serverhop = Instance.new("TextButton"), ServerhopText = Instance.new("TextLabel"), UICorner_34 = Instance.new("UICorner"), Credits_3 = Instance.new("TextLabel"), UITextSizeConstraint_6 = Instance.new("UITextSizeConstraint"), Shadow_6 = Instance.new("ImageLabel"), ExitFrame_3 = Instance.new("Frame"), Exit_3 = Instance.new("TextButton"), ExitText_3 = Instance.new("TextLabel"), UICorner_35 = Instance.new("UICorner"), PlayersFrame = Instance.new("Frame"), UICorner_36 = Instance.new("UICorner"), Title_5 = Instance.new("TextLabel"), UITextSizeConstraint_7 = Instance.new("UITextSizeConstraint"), Functionality_4 = Instance.new("Frame"), UICorner_37 = Instance.new("UICorner"), Playerlist = Instance.new("ScrollingFrame"), Template_2 = Instance.new("Frame"), UICorner_38 = Instance.new("UICorner"), Username_2 = Instance.new("TextLabel"), Shadow_7 = Instance.new("ImageLabel"), AvatarPlayerlist = Instance.new("ImageLabel"), UICorner_39 = Instance.new("UICorner"), More = Instance.new("ImageButton"), Star = Instance.new("ImageButton"), UIListLayout2 = Instance.new("UIListLayout"), Search = Instance.new("TextBox"), UICorner_40 = Instance.new("UICorner"), UITextSizeConstraint_8 = Instance.new("UITextSizeConstraint"), Credits_4 = Instance.new("TextLabel"), UITextSizeConstraint_9 = Instance.new("UITextSizeConstraint"), Shadow_8 = Instance.new("ImageLabel"), ExitFrame_4 = Instance.new("Frame"), Exit_4 = Instance.new("TextButton"), ExitText_4 = Instance.new("TextLabel"), UICorner_41 = Instance.new("UICorner"), AboutFrame = Instance.new("Frame"), UICorner_42 = Instance.new("UICorner"), Title_6 = Instance.new("TextLabel"), UITextSizeConstraint_10 = Instance.new("UITextSizeConstraint"), Functionality_5 = Instance.new("Frame"), UICorner_43 = Instance.new("UICorner"), About = Instance.new("TextLabel"), About_2 = Instance.new("TextLabel"), About_3 = Instance.new("TextLabel"), Link = Instance.new("TextLabel"), About_4 = Instance.new("TextLabel"), About_5 = Instance.new("TextLabel"), About_6 = Instance.new("TextLabel"), CopyButtonFrame = Instance.new("Frame"), UICorner_44 = Instance.new("UICorner"), CopyButton = Instance.new("ImageButton"), Credits_5 = Instance.new("TextLabel"), UITextSizeConstraint_11 = Instance.new("UITextSizeConstraint"), Shadow_9 = Instance.new("ImageLabel"), ExitFrame_5 = Instance.new("Frame"), Exit_5 = Instance.new("TextButton"), ExitText_5 = Instance.new("TextLabel"), UICorner_45 = Instance.new("UICorner"), NotificationClip = Instance.new("Frame"), Template_3 = Instance.new("Frame"), Content_2 = Instance.new("TextLabel"), UITextSizeConstraint_12 = Instance.new("UITextSizeConstraint"), UICorner_46 = Instance.new("UICorner"), FPS = Instance.new("Frame"), TextLabel = Instance.new("TextLabel"), UICorner_47 = Instance.new("UICorner"), Fpsimage = Instance.new("ImageButton"), Home = Instance.new("Frame"), Date = Instance.new("TextLabel"), Shadow_10 = Instance.new("ImageLabel"), Time = Instance.new("TextLabel"), Tabs = Instance.new("Frame"), RunningVersion = Instance.new("Frame"), VersionText = Instance.new("TextLabel"), UICorner_48 = Instance.new("UICorner"), VersionText2 = Instance.new("TextLabel"), toolicon = Instance.new("ImageLabel"), Friendstab = Instance.new("Frame"), amount = Instance.new("TextLabel"), UICorner_49 = Instance.new("UICorner"), friendsicon = Instance.new("ImageLabel"), discordtab = Instance.new("Frame"), text = Instance.new("TextLabel"), UICorner_50 = Instance.new("UICorner"), link = Instance.new("TextLabel"), Friend2tab = Instance.new("Frame"), amount_2 = Instance.new("TextLabel"), UICorner_51 = Instance.new("UICorner"), MusicSystem = Instance.new("Frame"), text_2 = Instance.new("TextLabel"), UICorner_52 = Instance.new("UICorner"), Pages_2 = Instance.new("Frame"), ID = Instance.new("Frame"), UICorner_53 = Instance.new("UICorner"), SoundIdBox = Instance.new("TextBox"), UICorner_54 = Instance.new("UICorner"), ToggleSound = Instance.new("TextButton"), UICorner_55 = Instance.new("UICorner"), File = Instance.new("Frame"), UICorner_56 = Instance.new("UICorner"), SoundList = Instance.new("ScrollingFrame"), supported = Instance.new("Frame"), text_3 = Instance.new("TextLabel"), UICorner_57 = Instance.new("UICorner"), text_4 = Instance.new("TextLabel"), text_5 = Instance.new("TextLabel"), text_6 = Instance.new("TextLabel"), text_7 = Instance.new("TextLabel"), GameDetect = Instance.new("Frame"), gametext = Instance.new("TextLabel"), UICorner_58 = Instance.new("UICorner"), Slideshow = Instance.new("ImageLabel"), UICorner_59 = Instance.new("UICorner"), Details = Instance.new("Frame"), UICorner_60 = Instance.new("UICorner"), Widgets = Instance.new("Frame"), Executor = Instance.new("Frame"), Outbounder = Instance.new("Frame"), UICorner_61 = Instance.new("UICorner"), Script = Instance.new("TextBox"), Topbar = Instance.new("Frame"), UICorner_62 = Instance.new("UICorner"), ExecTitle = Instance.new("TextLabel"), ExitExecutor = Instance.new("TextButton"), ChatLogger = Instance.new("Frame"), TopbarC = Instance.new("Frame"), UICorner_63 = Instance.new("UICorner"), CLogTitle = Instance.new("TextLabel"), ExitLog = Instance.new("TextButton"), Overseerer = Instance.new("Frame"), UICorner_64 = Instance.new("UICorner"), theLOGS = Instance.new("ScrollingFrame"), Template_4 = Instance.new("Frame"), UsernameLogs = Instance.new("TextLabel"), ChatMsg = Instance.new("TextLabel"), friendsicon_2 = Instance.new("ImageLabel"), ServerhopAnim = Instance.new("Frame"), NoticeMessage = Instance.new("TextLabel"), Shadow_11 = Instance.new("ImageLabel"), ShlexLogo = Instance.new("ImageLabel"), SmallMessage = Instance.new("TextLabel"), CancelShop = Instance.new("TextButton"), UICorner_65 = Instance.new("UICorner"), LargeMsg = Instance.new("TextLabel"), FriendJoined = Instance.new("Frame"), UICorner_66 = Instance.new("UICorner"), Textjoin = Instance.new("TextLabel"), UITextSizeConstraint_13 = Instance.new("UITextSizeConstraint"), Avatarjoin = Instance.new("ImageLabel"), UICorner_67 = Instance.new("UICorner"), LoadingFrame = Instance.new("Frame"), Text_2 = Instance.new("TextLabel"), UICorner_68 = Instance.new("UICorner"), Full = Instance.new("Frame"), Progress = Instance.new("Frame"), UICorner_69 = Instance.new("UICorner"), UIGradient = Instance.new("UIGradient"), KeyFrame = Instance.new("Frame"), Text_3 = Instance.new("TextLabel"), UICorner_70 = Instance.new("UICorner"), UIGradient_2 = Instance.new("UIGradient"), KeyBox = Instance.new("TextBox"), UICorner_71 = Instance.new("UICorner"), Exit_6 = Instance.new("TextButton"), notice = Instance.new("TextLabel"), } if syn and syn.protect_gui then syn.protect_gui(Domain.Domain) end --Properties: Domain.Domain.Name = "Domain" Domain.Domain.Parent = game:GetService("CoreGui") Domain.Domain.ResetOnSpawn = false Domain.Main.Name = "Main" Domain.Main.Parent = Domain.Domain Domain.Main.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.Main.BorderSizePixel = 0 Domain.Main.Position = UDim2.new(0.966215432, 0, 0.262220383, 0) Domain.Main.Size = UDim2.new(0.0426387787, 0, 0.474966884, 0) Domain.Main.ZIndex = 5 Domain.UICorner.CornerRadius = UDim.new(0, 12) Domain.UICorner.Parent = Domain.Main Domain.Buttons.Name = "Buttons" Domain.Buttons.Parent = Domain.Main Domain.Buttons.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Buttons.BackgroundTransparency = 1.000 Domain.Buttons.BorderColor3 = Color3.fromRGB(27, 42, 53) Domain.Buttons.BorderSizePixel = 0 Domain.Buttons.Position = UDim2.new(0, 0, 0.141447499, 0) Domain.Buttons.Size = UDim2.new(0.805406749, 0, 0.858552516, 0) Domain.Buttons.ZIndex = 5 Domain.ExploitsButtonFrame.Name = "ExploitsButtonFrame" Domain.ExploitsButtonFrame.Parent = Domain.Buttons Domain.ExploitsButtonFrame.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.ExploitsButtonFrame.BorderSizePixel = 0 Domain.ExploitsButtonFrame.Position = UDim2.new(0.178000003, 0, 0.234999999, 0) Domain.ExploitsButtonFrame.Size = UDim2.new(0.623229861, 0, 0.092323266, 0) Domain.ExploitsButtonFrame.ZIndex = 5 Domain.UICorner_2.CornerRadius = UDim.new(0, 10) Domain.UICorner_2.Parent = Domain.ExploitsButtonFrame Domain.OpenExploits.Name = "OpenExploits" Domain.OpenExploits.Parent = Domain.ExploitsButtonFrame Domain.OpenExploits.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.OpenExploits.BackgroundTransparency = 1.000 Domain.OpenExploits.BorderSizePixel = 0 Domain.OpenExploits.Position = UDim2.new(0.126000002, 0, 0.123000003, 0) Domain.OpenExploits.Size = UDim2.new(0.717000008, 0, 0.713, 0) Domain.OpenExploits.ZIndex = 6 Domain.OpenExploits.Image = "rbxassetid://3926305904" Domain.OpenExploits.ImageRectOffset = Vector2.new(404, 844) Domain.OpenExploits.ImageRectSize = Vector2.new(36, 36) Domain.PlayerConfigButtonFrame.Name = "PlayerConfigButtonFrame" Domain.PlayerConfigButtonFrame.Parent = Domain.Buttons Domain.PlayerConfigButtonFrame.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.PlayerConfigButtonFrame.BorderSizePixel = 0 Domain.PlayerConfigButtonFrame.Position = UDim2.new(0.178000003, 0, 0.129545704, 0) Domain.PlayerConfigButtonFrame.Size = UDim2.new(0.623229861, 0, 0.092323266, 0) Domain.PlayerConfigButtonFrame.ZIndex = 5 Domain.UICorner_3.CornerRadius = UDim.new(0, 10) Domain.UICorner_3.Parent = Domain.PlayerConfigButtonFrame Domain.OpenPlrConfig.Name = "OpenPlrConfig" Domain.OpenPlrConfig.Parent = Domain.PlayerConfigButtonFrame Domain.OpenPlrConfig.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.OpenPlrConfig.BackgroundTransparency = 1.000 Domain.OpenPlrConfig.BorderSizePixel = 0 Domain.OpenPlrConfig.Position = UDim2.new(0.126000002, 0, 0.123000003, 0) Domain.OpenPlrConfig.Size = UDim2.new(0.717000008, 0, 0.713, 0) Domain.OpenPlrConfig.ZIndex = 6 Domain.OpenPlrConfig.Image = "rbxassetid://3926307971" Domain.OpenPlrConfig.ImageRectOffset = Vector2.new(884, 4) Domain.OpenPlrConfig.ImageRectSize = Vector2.new(36, 36) Domain.PlayersButtonFrame.Name = "PlayersButtonFrame" Domain.PlayersButtonFrame.Parent = Domain.Buttons Domain.PlayersButtonFrame.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.PlayersButtonFrame.BorderSizePixel = 0 Domain.PlayersButtonFrame.Position = UDim2.new(0.178000003, 0, 0.340000004, 0) Domain.PlayersButtonFrame.Size = UDim2.new(0.623229861, 0, 0.092323266, 0) Domain.PlayersButtonFrame.ZIndex = 5 Domain.UICorner_4.CornerRadius = UDim.new(0, 10) Domain.UICorner_4.Parent = Domain.PlayersButtonFrame Domain.OpenPlayers.Name = "OpenPlayers" Domain.OpenPlayers.Parent = Domain.PlayersButtonFrame Domain.OpenPlayers.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.OpenPlayers.BackgroundTransparency = 1.000 Domain.OpenPlayers.BorderSizePixel = 0 Domain.OpenPlayers.Position = UDim2.new(0.126000002, 0, 0.123000003, 0) Domain.OpenPlayers.Size = UDim2.new(0.717000008, 0, 0.713, 0) Domain.OpenPlayers.ZIndex = 6 Domain.OpenPlayers.Image = "rbxassetid://3926305904" Domain.OpenPlayers.ImageRectOffset = Vector2.new(4, 844) Domain.OpenPlayers.ImageRectSize = Vector2.new(36, 36) Domain.AboutButtonFrame.Name = "AboutButtonFrame" Domain.AboutButtonFrame.Parent = Domain.Buttons Domain.AboutButtonFrame.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.AboutButtonFrame.BorderSizePixel = 0 Domain.AboutButtonFrame.Position = UDim2.new(0.178000003, 0, 0.87519145, 0) Domain.AboutButtonFrame.Size = UDim2.new(0.623229861, 0, 0.092323266, 0) Domain.AboutButtonFrame.ZIndex = 5 Domain.UICorner_5.CornerRadius = UDim.new(0, 10) Domain.UICorner_5.Parent = Domain.AboutButtonFrame Domain.OpenAbout.Name = "OpenAbout" Domain.OpenAbout.Parent = Domain.AboutButtonFrame Domain.OpenAbout.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.OpenAbout.BackgroundTransparency = 1.000 Domain.OpenAbout.BorderSizePixel = 0 Domain.OpenAbout.Position = UDim2.new(0.126000002, 0, 0.123000003, 0) Domain.OpenAbout.Size = UDim2.new(0.717000008, 0, 0.713, 0) Domain.OpenAbout.ZIndex = 6 Domain.OpenAbout.Image = "rbxassetid://3926305904" Domain.OpenAbout.ImageRectOffset = Vector2.new(524, 444) Domain.OpenAbout.ImageRectSize = Vector2.new(36, 36) Domain.HomeButtonFrame.Name = "HomeButtonFrame" Domain.HomeButtonFrame.Parent = Domain.Buttons Domain.HomeButtonFrame.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.HomeButtonFrame.BorderSizePixel = 0 Domain.HomeButtonFrame.Position = UDim2.new(0.178000003, 0, 0.0250000004, 0) Domain.HomeButtonFrame.Size = UDim2.new(0.623229861, 0, 0.092323266, 0) Domain.HomeButtonFrame.ZIndex = 5 Domain.UICorner_6.CornerRadius = UDim.new(0, 10) Domain.UICorner_6.Parent = Domain.HomeButtonFrame Domain.OpenHome.Name = "OpenHome" Domain.OpenHome.Parent = Domain.HomeButtonFrame Domain.OpenHome.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.OpenHome.BackgroundTransparency = 1.000 Domain.OpenHome.BorderSizePixel = 0 Domain.OpenHome.Position = UDim2.new(0.126000002, 0, 0.123000003, 0) Domain.OpenHome.Size = UDim2.new(0.717000008, 0, 0.713, 0) Domain.OpenHome.ZIndex = 6 Domain.OpenHome.Image = "rbxassetid://3926305904" Domain.OpenHome.ImageRectOffset = Vector2.new(964, 204) Domain.OpenHome.ImageRectSize = Vector2.new(36, 36) Domain.ToggleButton.Name = "ToggleButton" Domain.ToggleButton.Parent = Domain.Main Domain.ToggleButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.ToggleButton.BackgroundTransparency = 1.000 Domain.ToggleButton.BorderSizePixel = 0 Domain.ToggleButton.Position = UDim2.new(-0.429127365, 0, 0.4676148, 0) Domain.ToggleButton.Rotation = 270.000 Domain.ToggleButton.Size = UDim2.new(0.429127395, 0, 0.0646622404, 0) Domain.ToggleButton.ZIndex = 5 Domain.ToggleButton.Image = "rbxassetid://3926305904" Domain.ToggleButton.ImageRectOffset = Vector2.new(564, 284) Domain.ToggleButton.ImageRectSize = Vector2.new(36, 36) Domain.ButtonIcon.Name = "ButtonIcon" Domain.ButtonIcon.Parent = Domain.Main Domain.ButtonIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.ButtonIcon.BackgroundTransparency = 1.000 Domain.ButtonIcon.BorderSizePixel = 0 Domain.ButtonIcon.Position = UDim2.new(0.049806118, 0, 0.0255983472, 0) Domain.ButtonIcon.Size = UDim2.new(0.685350418, 0, 0.109479688, 0) Domain.ButtonIcon.ZIndex = 5 Domain.ButtonIcon.Image = "rbxassetid://6404488837" Domain.Shadow.Name = "Shadow" Domain.Shadow.Parent = Domain.Main Domain.Shadow.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Shadow.BackgroundTransparency = 1.000 Domain.Shadow.BorderSizePixel = 0 Domain.Shadow.Position = UDim2.new(-0.123659134, 0, -0.236623734, 0) Domain.Shadow.Size = UDim2.new(1.80975306, 0, 1.42539299, 0) Domain.Shadow.ZIndex = 3 Domain.Shadow.Image = "rbxassetid://3523728077" Domain.Shadow.ImageColor3 = Color3.fromRGB(33, 33, 33) Domain.Shadow.ImageTransparency = 0.700 Domain.Other.Name = "Other" Domain.Other.Parent = Domain.Domain Domain.Other.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Other.BackgroundTransparency = 1.000 Domain.Other.BorderSizePixel = 0 Domain.Other.Position = UDim2.new(0.966000021, 0, 0.261999995, 0) Domain.Other.Size = UDim2.new(0.0430000015, 0, 0.474999994, 0) Domain.Watermark.Name = "Watermark" Domain.Watermark.Parent = Domain.Other Domain.Watermark.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.Watermark.BackgroundTransparency = 0.800 Domain.Watermark.BorderSizePixel = 0 Domain.Watermark.Position = UDim2.new(-22.1222916, 0, 1.47872794, 0) Domain.Watermark.Size = UDim2.new(1.85834718, 0, 0.044188574, 0) Domain.Watermark.ZIndex = 100 Domain.Text.Name = "Text" Domain.Text.Parent = Domain.Watermark Domain.Text.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Text.BackgroundTransparency = 1.000 Domain.Text.BorderSizePixel = 0 Domain.Text.Position = UDim2.new(0.16016829, 0, 0.146470279, 0) Domain.Text.Size = UDim2.new(0.670576036, 0, 0.670576274, 0) Domain.Text.ZIndex = 100 Domain.Text.Font = Enum.Font.GothamBold Domain.Text.Text = "Domain BETA v0.05" Domain.Text.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Text.TextScaled = true Domain.Text.TextSize = 14.000 Domain.Text.TextTransparency = 0.400 Domain.Text.TextWrapped = true Domain.ExploitFound.Name = "ExploitFound" Domain.ExploitFound.Parent = Domain.Other Domain.ExploitFound.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.ExploitFound.BorderSizePixel = 0 Domain.ExploitFound.Position = UDim2.new(-22.2755814, 0, 0.298788249, 0) Domain.ExploitFound.Size = UDim2.new(3.11941719, 0, 0.602401555, 0) Domain.ExploitFound.Visible = false Domain.ExploitFound.ZIndex = 100 Domain.Title.Name = "Title" Domain.Title.Parent = Domain.ExploitFound Domain.Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Title.BackgroundTransparency = 1.000 Domain.Title.BorderSizePixel = 0 Domain.Title.Position = UDim2.new(0.0535893887, 0, 0.0414540097, 0) Domain.Title.Size = UDim2.new(0.474605739, 0, 0.0529777221, 0) Domain.Title.ZIndex = 100 Domain.Title.Font = Enum.Font.GothamBold Domain.Title.Text = "Exploit Detected" Domain.Title.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Title.TextScaled = true Domain.Title.TextSize = 14.000 Domain.Title.TextWrapped = true Domain.Title.TextXAlignment = Enum.TextXAlignment.Left Domain.UICorner_7.CornerRadius = UDim.new(0, 12) Domain.UICorner_7.Parent = Domain.ExploitFound Domain.Content.Name = "Content" Domain.Content.Parent = Domain.ExploitFound Domain.Content.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Content.BackgroundTransparency = 1.000 Domain.Content.BorderSizePixel = 0 Domain.Content.Position = UDim2.new(0.0535893962, 0, 0.0945718586, 0) Domain.Content.Size = UDim2.new(0.51844418, 0, 0.139617905, 0) Domain.Content.ZIndex = 100 Domain.Content.Font = Enum.Font.GothamSemibold Domain.Content.Text = "Domain has found an exploit for this specific game." Domain.Content.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Content.TextScaled = true Domain.Content.TextSize = 14.000 Domain.Content.TextWrapped = true Domain.Content.TextXAlignment = Enum.TextXAlignment.Left Domain.ExploitName.Name = "ExploitName" Domain.ExploitName.Parent = Domain.ExploitFound Domain.ExploitName.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.ExploitName.BackgroundTransparency = 1.000 Domain.ExploitName.BorderSizePixel = 0 Domain.ExploitName.Position = UDim2.new(0.0500167944, 0, 0.307043254, 0) Domain.ExploitName.Size = UDim2.new(0.522016823, 0, 0.0493071787, 0) Domain.ExploitName.ZIndex = 100 Domain.ExploitName.Font = Enum.Font.GothamBold Domain.ExploitName.Text = "Infinite Cash" Domain.ExploitName.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.ExploitName.TextScaled = true Domain.ExploitName.TextSize = 14.000 Domain.ExploitName.TextWrapped = true Domain.ExploitName.TextXAlignment = Enum.TextXAlignment.Left Domain.Description.Name = "Description" Domain.Description.Parent = Domain.ExploitFound Domain.Description.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Description.BackgroundTransparency = 1.000 Domain.Description.BorderSizePixel = 0 Domain.Description.Position = UDim2.new(0.0500167683, 0, 0.3572101, 0) Domain.Description.Size = UDim2.new(0.737336934, 0, 0.0967480093, 0) Domain.Description.ZIndex = 100 Domain.Description.Font = Enum.Font.GothamSemibold Domain.Description.Text = "It can make you have infinite cash" Domain.Description.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Description.TextScaled = true Domain.Description.TextSize = 14.000 Domain.Description.TextWrapped = true Domain.Description.TextXAlignment = Enum.TextXAlignment.Left Domain.ExecuteButton.Name = "ExecuteButton" Domain.ExecuteButton.Parent = Domain.ExploitFound Domain.ExecuteButton.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.ExecuteButton.BorderSizePixel = 0 Domain.ExecuteButton.Position = UDim2.new(0.0500167944, 0, 0.858273864, 0) Domain.ExecuteButton.Size = UDim2.new(0.397247195, 0, 0.106700577, 0) Domain.ExecuteButton.ZIndex = 100 Domain.ExecuteButton.Font = Enum.Font.GothamBold Domain.ExecuteButton.Text = "" Domain.ExecuteButton.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.ExecuteButton.TextScaled = true Domain.ExecuteButton.TextSize = 14.000 Domain.ExecuteButton.TextWrapped = true Domain.ExecuteText.Name = "ExecuteText" Domain.ExecuteText.Parent = Domain.ExecuteButton Domain.ExecuteText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.ExecuteText.BackgroundTransparency = 1.000 Domain.ExecuteText.BorderSizePixel = 0 Domain.ExecuteText.Position = UDim2.new(0.0680037364, 0, 0.257072449, 0) Domain.ExecuteText.Size = UDim2.new(0.851055086, 0, 0.473123908, 0) Domain.ExecuteText.ZIndex = 100 Domain.ExecuteText.Font = Enum.Font.GothamBold Domain.ExecuteText.Text = "Execute" Domain.ExecuteText.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.ExecuteText.TextScaled = true Domain.ExecuteText.TextSize = 14.000 Domain.ExecuteText.TextWrapped = true Domain.UICorner_8.CornerRadius = UDim.new(0, 12) Domain.UICorner_8.Parent = Domain.ExecuteButton Domain.Option.Name = "Option" Domain.Option.Parent = Domain.ExploitFound Domain.Option.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Option.BackgroundTransparency = 1.000 Domain.Option.BorderSizePixel = 0 Domain.Option.Position = UDim2.new(0.528195143, 0, 0.885437608, 0) Domain.Option.Size = UDim2.new(0.468981385, 0, 0.0493071787, 0) Domain.Option.ZIndex = 100 Domain.Option.Font = Enum.Font.GothamSemibold Domain.Option.Text = "or Tap Y" Domain.Option.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Option.TextScaled = true Domain.Option.TextSize = 14.000 Domain.Option.TextWrapped = true Domain.Option.TextXAlignment = Enum.TextXAlignment.Left Domain.exitpromptButton.Name = "exitpromptButton" Domain.exitpromptButton.Parent = Domain.ExploitFound Domain.exitpromptButton.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.exitpromptButton.BorderSizePixel = 0 Domain.exitpromptButton.Position = UDim2.new(0.831376076, 0, 0.0408491828, 0) Domain.exitpromptButton.Size = UDim2.new(0.121340051, 0, 0.0983940661, 0) Domain.exitpromptButton.ZIndex = 100 Domain.exitpromptButton.Font = Enum.Font.GothamBold Domain.exitpromptButton.Text = "" Domain.exitpromptButton.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.exitpromptButton.TextScaled = true Domain.exitpromptButton.TextSize = 14.000 Domain.exitpromptButton.TextWrapped = true Domain.exitprompttext.Name = "exitprompttext" Domain.exitprompttext.Parent = Domain.exitpromptButton Domain.exitprompttext.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.exitprompttext.BackgroundTransparency = 1.000 Domain.exitprompttext.BorderSizePixel = 0 Domain.exitprompttext.Position = UDim2.new(0.339725167, 0, 0.113160722, 0) Domain.exitprompttext.Size = UDim2.new(0.368411511, 0, 0.736881912, 0) Domain.exitprompttext.ZIndex = 100 Domain.exitprompttext.Font = Enum.Font.GothamSemibold Domain.exitprompttext.Text = "X" Domain.exitprompttext.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.exitprompttext.TextScaled = true Domain.exitprompttext.TextSize = 14.000 Domain.exitprompttext.TextWrapped = true Domain.UICorner_9.CornerRadius = UDim.new(0, 10) Domain.UICorner_9.Parent = Domain.exitpromptButton Domain.Shadow_2.Name = "Shadow" Domain.Shadow_2.Parent = Domain.ExploitFound Domain.Shadow_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Shadow_2.BackgroundTransparency = 1.000 Domain.Shadow_2.BorderSizePixel = 0 Domain.Shadow_2.Position = UDim2.new(-0.0506853797, 0, -0.231648907, 0) Domain.Shadow_2.Size = UDim2.new(1.10606587, 0, 1.51781273, 0) Domain.Shadow_2.ZIndex = 0 Domain.Shadow_2.Image = "rbxassetid://3523728077" Domain.Shadow_2.ImageColor3 = Color3.fromRGB(33, 33, 33) Domain.Shadow_2.ImageTransparency = 0.600 Domain.Pages.Name = "Pages" Domain.Pages.Parent = Domain.Other Domain.Pages.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.Pages.BackgroundTransparency = 1.000 Domain.Pages.BorderSizePixel = 0 Domain.Pages.ClipsDescendants = true Domain.Pages.Position = UDim2.new(-5.30181551, 0, -0.00177938351, 0) Domain.Pages.Size = UDim2.new(3.90793133, 0, 1.00000012, 0) Domain.ExploitsFrame.Name = "ExploitsFrame" Domain.ExploitsFrame.Parent = Domain.Pages Domain.ExploitsFrame.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.ExploitsFrame.BorderSizePixel = 0 Domain.ExploitsFrame.Size = UDim2.new(1, 0, 1, 0) Domain.ExploitsFrame.Visible = false Domain.ExploitsFrame.ZIndex = 1000 Domain.UICorner_10.CornerRadius = UDim.new(0, 12) Domain.UICorner_10.Parent = Domain.ExploitsFrame Domain.Title_2.Name = "Title" Domain.Title_2.Parent = Domain.ExploitsFrame Domain.Title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Title_2.BackgroundTransparency = 1.000 Domain.Title_2.BorderSizePixel = 0 Domain.Title_2.Position = UDim2.new(0.042754259, 0, 0.0188631248, 0) Domain.Title_2.Size = UDim2.new(0.540157259, 0, 0.0415861197, 0) Domain.Title_2.ZIndex = 1002 Domain.Title_2.Font = Enum.Font.GothamBold Domain.Title_2.Text = "Universal Exploit Tools" Domain.Title_2.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Title_2.TextScaled = true Domain.Title_2.TextSize = 14.000 Domain.Title_2.TextWrapped = true Domain.Title_2.TextXAlignment = Enum.TextXAlignment.Left Domain.UITextSizeConstraint.Parent = Domain.Title_2 Domain.UITextSizeConstraint.MaxTextSize = 20 Domain.Functionality.Name = "Functionality" Domain.Functionality.Parent = Domain.ExploitsFrame Domain.Functionality.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.Functionality.BorderSizePixel = 0 Domain.Functionality.Position = UDim2.new(0, 0, 0.079135783, 0) Domain.Functionality.Size = UDim2.new(1, 0, 0.920864165, 0) Domain.Functionality.ZIndex = 1001 Domain.UICorner_11.CornerRadius = UDim.new(0, 12) Domain.UICorner_11.Parent = Domain.Functionality Domain.ListExploits.Name = "ListExploits" Domain.ListExploits.Parent = Domain.Functionality Domain.ListExploits.Active = true Domain.ListExploits.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.ListExploits.BackgroundTransparency = 1.000 Domain.ListExploits.BorderSizePixel = 0 Domain.ListExploits.Position = UDim2.new(-3.48116345e-07, 0, 0.0193044934, 0) Domain.ListExploits.Size = UDim2.new(1.00000012, 0, 0.883157432, 0) Domain.ListExploits.ZIndex = 1002 Domain.ListExploits.CanvasSize = UDim2.new(0, 0, 4, 0) Domain.ListExploits.ScrollBarThickness = 0 Domain.Template.Name = "Template" Domain.Template.Parent = Domain.ListExploits Domain.Template.BackgroundColor3 = Color3.fromRGB(149, 74, 112) Domain.Template.BorderSizePixel = 0 Domain.Template.Position = UDim2.new(0.0260000005, 0, 0, 0) Domain.Template.Size = UDim2.new(0.94581604, 0, 0.0384368151, 0) Domain.Template.ZIndex = 1002 Domain.UICorner_12.Parent = Domain.Template Domain.ExploitName_2.Name = "ExploitName" Domain.ExploitName_2.Parent = Domain.Template Domain.ExploitName_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.ExploitName_2.BackgroundTransparency = 1.000 Domain.ExploitName_2.BorderSizePixel = 0 Domain.ExploitName_2.Position = UDim2.new(0.0512574017, 0, 0.226007849, 0) Domain.ExploitName_2.Size = UDim2.new(0.451896131, 0, 0.208032161, 0) Domain.ExploitName_2.ZIndex = 1003 Domain.ExploitName_2.Font = Enum.Font.GothamBold Domain.ExploitName_2.Text = "Exploit Name" Domain.ExploitName_2.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.ExploitName_2.TextScaled = true Domain.ExploitName_2.TextSize = 14.000 Domain.ExploitName_2.TextWrapped = true Domain.ExploitName_2.TextXAlignment = Enum.TextXAlignment.Left Domain.ExploitName_2.TextYAlignment = Enum.TextYAlignment.Top Domain.Description_2.Name = "Description" Domain.Description_2.Parent = Domain.Template Domain.Description_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Description_2.BackgroundTransparency = 1.000 Domain.Description_2.BorderSizePixel = 0 Domain.Description_2.Position = UDim2.new(0.0512574017, 0, 0.464571714, 0) Domain.Description_2.Size = UDim2.new(0.565016568, 0, 0.183530971, 0) Domain.Description_2.ZIndex = 1003 Domain.Description_2.Font = Enum.Font.GothamBold Domain.Description_2.Text = "Really Brief Description" Domain.Description_2.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Description_2.TextScaled = true Domain.Description_2.TextSize = 14.000 Domain.Description_2.TextTransparency = 0.100 Domain.Description_2.TextWrapped = true Domain.Description_2.TextXAlignment = Enum.TextXAlignment.Left Domain.Description_2.TextYAlignment = Enum.TextYAlignment.Top Domain.LoadExploit.Name = "LoadExploit" Domain.LoadExploit.Parent = Domain.Template Domain.LoadExploit.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Domain.LoadExploit.BackgroundTransparency = 0.700 Domain.LoadExploit.BorderSizePixel = 0 Domain.LoadExploit.Position = UDim2.new(0.636194825, 0, 0.464571714, 0) Domain.LoadExploit.Size = UDim2.new(0.328485876, 0, 0.43403998, 0) Domain.LoadExploit.ZIndex = 1003 Domain.LoadExploit.Font = Enum.Font.SourceSans Domain.LoadExploit.Text = "" Domain.LoadExploit.TextColor3 = Color3.fromRGB(0, 0, 0) Domain.LoadExploit.TextSize = 14.000 Domain.LoadExploit.TextTransparency = 1.000 Domain.LoadText.Name = "LoadText" Domain.LoadText.Parent = Domain.LoadExploit Domain.LoadText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.LoadText.BackgroundTransparency = 1.000 Domain.LoadText.BorderSizePixel = 0 Domain.LoadText.Position = UDim2.new(0.322250009, 0, 0.162156954, 0) Domain.LoadText.Size = UDim2.new(0.344117135, 0, 0.676972866, 0) Domain.LoadText.ZIndex = 1004 Domain.LoadText.Font = Enum.Font.GothamBold Domain.LoadText.Text = "Load" Domain.LoadText.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.LoadText.TextScaled = true Domain.LoadText.TextSize = 14.000 Domain.LoadText.TextWrapped = true Domain.UICorner_13.Parent = Domain.LoadExploit Domain.Shadow_3.Name = "Shadow" Domain.Shadow_3.Parent = Domain.Template Domain.Shadow_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Shadow_3.BackgroundTransparency = 1.000 Domain.Shadow_3.BorderSizePixel = 0 Domain.Shadow_3.Position = UDim2.new(-0.0620923266, 0, -0.394876897, 0) Domain.Shadow_3.Size = UDim2.new(1.11987317, 0, 1.8920356, 0) Domain.Shadow_3.ZIndex = 1001 Domain.Shadow_3.Image = "rbxassetid://3523728077" Domain.Shadow_3.ImageColor3 = Color3.fromRGB(33, 33, 33) Domain.Shadow_3.ImageTransparency = 0.700 Domain.UIListLayout.Parent = Domain.ListExploits Domain.UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center Domain.UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder Domain.UIListLayout.Padding = UDim.new(0, 8) Domain.Credits.Name = "Credits" Domain.Credits.Parent = Domain.ExploitsFrame Domain.Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Credits.BackgroundTransparency = 1.000 Domain.Credits.BorderSizePixel = 0 Domain.Credits.Position = UDim2.new(0.042754259, 0, 0.945035338, 0) Domain.Credits.Size = UDim2.new(0.194060624, 0, 0.0415861197, 0) Domain.Credits.ZIndex = 1002 Domain.Credits.Font = Enum.Font.GothamBold Domain.Credits.Text = "Domain V2" Domain.Credits.TextColor3 = Color3.fromRGB(122, 122, 122) Domain.Credits.TextScaled = true Domain.Credits.TextSize = 14.000 Domain.Credits.TextWrapped = true Domain.Credits.TextXAlignment = Enum.TextXAlignment.Left Domain.UITextSizeConstraint_2.Parent = Domain.Credits Domain.UITextSizeConstraint_2.MaxTextSize = 20 Domain.Shadow_4.Name = "Shadow" Domain.Shadow_4.Parent = Domain.ExploitsFrame Domain.Shadow_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Shadow_4.BackgroundTransparency = 1.000 Domain.Shadow_4.BorderSizePixel = 0 Domain.Shadow_4.Position = UDim2.new(-0.0620924681, 0, -0.231648937, 0) Domain.Shadow_4.Size = UDim2.new(1.11987317, 0, 1.54196727, 0) Domain.Shadow_4.ZIndex = 999 Domain.Shadow_4.Image = "rbxassetid://3523728077" Domain.Shadow_4.ImageColor3 = Color3.fromRGB(33, 33, 33) Domain.Shadow_4.ImageTransparency = 0.600 Domain.ExitFrame.Name = "ExitFrame" Domain.ExitFrame.Parent = Domain.ExploitsFrame Domain.ExitFrame.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.ExitFrame.BackgroundTransparency = 1.000 Domain.ExitFrame.BorderSizePixel = 0 Domain.ExitFrame.Position = UDim2.new(0.867858231, 0, 0.00711072702, 0) Domain.ExitFrame.Size = UDim2.new(0.103256203, 0, 0.0643658787, 0) Domain.ExitFrame.ZIndex = 1010 Domain.Exit.Name = "Exit" Domain.Exit.Parent = Domain.ExitFrame Domain.Exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Exit.BackgroundTransparency = 1.000 Domain.Exit.BorderSizePixel = 0 Domain.Exit.Position = UDim2.new(0.039441824, 0, 0, 0) Domain.Exit.Size = UDim2.new(0.960559964, 0, 0.960559964, 0) Domain.Exit.ZIndex = 1009 Domain.Exit.Text = "" Domain.Exit.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Exit.TextScaled = true Domain.Exit.TextSize = 14.000 Domain.Exit.TextTransparency = 1.000 Domain.Exit.TextWrapped = true Domain.ExitText.Name = "ExitText" Domain.ExitText.Parent = Domain.ExitFrame Domain.ExitText.AnchorPoint = Vector2.new(0.5, 0.5) Domain.ExitText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.ExitText.BackgroundTransparency = 1.000 Domain.ExitText.BorderSizePixel = 0 Domain.ExitText.Position = UDim2.new(0.5, 0, 0.5, 0) Domain.ExitText.Size = UDim2.new(0.590867102, 0, 0.590868056, 0) Domain.ExitText.ZIndex = 1011 Domain.ExitText.Font = Enum.Font.GothamSemibold Domain.ExitText.Text = "X" Domain.ExitText.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.ExitText.TextScaled = true Domain.ExitText.TextSize = 14.000 Domain.ExitText.TextTransparency = 0.100 Domain.ExitText.TextWrapped = true Domain.ExitText.TextYAlignment = Enum.TextYAlignment.Bottom Domain.UICorner_14.Parent = Domain.ExitFrame Domain.PlayerInfoFrame.Name = "PlayerInfoFrame" Domain.PlayerInfoFrame.Parent = Domain.Pages Domain.PlayerInfoFrame.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.PlayerInfoFrame.BorderSizePixel = 0 Domain.PlayerInfoFrame.Size = UDim2.new(1, 0, 1, 0) Domain.PlayerInfoFrame.Visible = false Domain.PlayerInfoFrame.ZIndex = 1000 Domain.UICorner_15.CornerRadius = UDim.new(0, 12) Domain.UICorner_15.Parent = Domain.PlayerInfoFrame Domain.Title_3.Name = "Title" Domain.Title_3.Parent = Domain.PlayerInfoFrame Domain.Title_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Title_3.BackgroundTransparency = 1.000 Domain.Title_3.BorderSizePixel = 0 Domain.Title_3.Position = UDim2.new(0.0399028361, 0, 0.0195726734, 0) Domain.Title_3.Size = UDim2.new(0.327975392, 0, 0.0398667008, 0) Domain.Title_3.ZIndex = 1002 Domain.Title_3.Font = Enum.Font.GothamBold Domain.Title_3.Text = "About Player" Domain.Title_3.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Title_3.TextScaled = true Domain.Title_3.TextSize = 14.000 Domain.Title_3.TextWrapped = true Domain.Title_3.TextXAlignment = Enum.TextXAlignment.Left Domain.UITextSizeConstraint_3.Parent = Domain.Title_3 Domain.UITextSizeConstraint_3.MaxTextSize = 20 Domain.Functionality_2.Name = "Functionality" Domain.Functionality_2.Parent = Domain.PlayerInfoFrame Domain.Functionality_2.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.Functionality_2.BorderSizePixel = 0 Domain.Functionality_2.Position = UDim2.new(0, 0, 0.079135783, 0) Domain.Functionality_2.Size = UDim2.new(1, 0, 0.920864165, 0) Domain.Functionality_2.ZIndex = 1001 Domain.UICorner_16.CornerRadius = UDim.new(0, 12) Domain.UICorner_16.Parent = Domain.Functionality_2 Domain.Avatar.Name = "Avatar" Domain.Avatar.Parent = Domain.Functionality_2 Domain.Avatar.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Avatar.BackgroundTransparency = 1.000 Domain.Avatar.BorderSizePixel = 0 Domain.Avatar.Position = UDim2.new(0.0399244241, 0, 0.0579132438, 0) Domain.Avatar.Size = UDim2.new(0.222438365, 0, 0.150575295, 0) Domain.Avatar.ZIndex = 1002 Domain.Avatar.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png" Domain.UICorner_17.CornerRadius = UDim.new(1, 0) Domain.UICorner_17.Parent = Domain.Avatar Domain.Username.Name = "Username" Domain.Username.Parent = Domain.Functionality_2 Domain.Username.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Username.BackgroundTransparency = 1.000 Domain.Username.BorderSizePixel = 0 Domain.Username.Position = UDim2.new(0.299553424, 0, 0.115652815, 0) Domain.Username.Size = UDim2.new(0.619387209, 0, 0.036586754, 0) Domain.Username.ZIndex = 1002 Domain.Username.Font = Enum.Font.GothamBold Domain.Username.Text = "Username" Domain.Username.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Username.TextScaled = true Domain.Username.TextSize = 14.000 Domain.Username.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) Domain.Username.TextWrapped = true Domain.Username.TextXAlignment = Enum.TextXAlignment.Left Domain.Teleport.Name = "Teleport" Domain.Teleport.Parent = Domain.Functionality_2 Domain.Teleport.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.Teleport.BorderSizePixel = 0 Domain.Teleport.Position = UDim2.new(0.0399247669, 0, 0.309303164, 0) Domain.Teleport.Size = UDim2.new(0.327953488, 0, 0.0632737055, 0) Domain.Teleport.ZIndex = 1002 Domain.Teleport.Font = Enum.Font.SourceSans Domain.Teleport.Text = "" Domain.Teleport.TextColor3 = Color3.fromRGB(0, 0, 0) Domain.Teleport.TextSize = 14.000 Domain.Teleport.TextTransparency = 1.000 Domain.TeleportText.Name = "TeleportText" Domain.TeleportText.Parent = Domain.Teleport Domain.TeleportText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.TeleportText.BackgroundTransparency = 1.000 Domain.TeleportText.BorderSizePixel = 0 Domain.TeleportText.Position = UDim2.new(0.191304341, 0, 0.139130428, 0) Domain.TeleportText.Size = UDim2.new(0.600359797, 0, 0.699999332, 0) Domain.TeleportText.ZIndex = 1004 Domain.TeleportText.Font = Enum.Font.GothamSemibold Domain.TeleportText.Text = "Teleport" Domain.TeleportText.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.TeleportText.TextScaled = true Domain.TeleportText.TextSize = 14.000 Domain.TeleportText.TextWrapped = true Domain.UICorner_18.CornerRadius = UDim.new(0, 10) Domain.UICorner_18.Parent = Domain.Teleport Domain.Kill.Name = "Kill" Domain.Kill.Parent = Domain.Functionality_2 Domain.Kill.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.Kill.BorderSizePixel = 0 Domain.Kill.Position = UDim2.new(0.0399247631, 0, 0.382660389, 0) Domain.Kill.Size = UDim2.new(0.219586253, 0, 0.0632737055, 0) Domain.Kill.ZIndex = 1002 Domain.Kill.Font = Enum.Font.SourceSans Domain.Kill.Text = "" Domain.Kill.TextColor3 = Color3.fromRGB(0, 0, 0) Domain.Kill.TextSize = 14.000 Domain.Kill.TextTransparency = 1.000 Domain.KillText.Name = "KillText" Domain.KillText.Parent = Domain.Kill Domain.KillText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.KillText.BackgroundTransparency = 1.000 Domain.KillText.BorderSizePixel = 0 Domain.KillText.Position = UDim2.new(0.287294835, 0, 0.19704923, 0) Domain.KillText.Size = UDim2.new(0.417071223, 0, 0.550552428, 0) Domain.KillText.ZIndex = 1004 Domain.KillText.Font = Enum.Font.GothamSemibold Domain.KillText.Text = "Kill" Domain.KillText.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.KillText.TextScaled = true Domain.KillText.TextSize = 14.000 Domain.KillText.TextWrapped = true Domain.UICorner_19.CornerRadius = UDim.new(0, 10) Domain.UICorner_19.Parent = Domain.Kill Domain.Premium.Name = "Premium" Domain.Premium.Parent = Domain.Functionality_2 Domain.Premium.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Premium.BackgroundTransparency = 1.000 Domain.Premium.BorderSizePixel = 0 Domain.Premium.Position = UDim2.new(0.888980985, 0, 0.0212346911, 0) Domain.Premium.Size = UDim2.new(0.0826243535, 0, 0.0553908497, 0) Domain.Premium.ZIndex = 1002 Domain.Premium.Image = "http://www.roblox.com/asset/?id=5217928125" Domain.group.Name = "group" Domain.group.Parent = Domain.Functionality_2 Domain.group.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.group.BackgroundTransparency = 1.000 Domain.group.BorderSizePixel = 0 Domain.group.Position = UDim2.new(0.0402927324, 0, 0.472054273, 0) Domain.group.Size = UDim2.new(0.909699202, 0, 0.454424679, 0) Domain.group.ZIndex = 1004 Domain.title.Name = "title" Domain.title.Parent = Domain.group Domain.title.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.title.BackgroundTransparency = 1.000 Domain.title.BorderSizePixel = 0 Domain.title.Position = UDim2.new(-0.000592667609, 0, -0.00140992925, 0) Domain.title.Size = UDim2.new(0.619888186, 0, 0.0549206287, 0) Domain.title.ZIndex = 1004 Domain.title.Font = Enum.Font.GothamSemibold Domain.title.Text = "GROUP INFORMATION" Domain.title.TextColor3 = Color3.fromRGB(122, 122, 122) Domain.title.TextScaled = true Domain.title.TextSize = 14.000 Domain.title.TextWrapped = true Domain.title.TextXAlignment = Enum.TextXAlignment.Left Domain.ranktitle.Name = "ranktitle" Domain.ranktitle.Parent = Domain.group Domain.ranktitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.ranktitle.BackgroundTransparency = 1.000 Domain.ranktitle.BorderSizePixel = 0 Domain.ranktitle.Position = UDim2.new(0, 0, 0.256205112, 0) Domain.ranktitle.Size = UDim2.new(0.244113773, 0, 0.0751010329, 0) Domain.ranktitle.ZIndex = 1005 Domain.ranktitle.Font = Enum.Font.GothamBold Domain.ranktitle.Text = "Rank" Domain.ranktitle.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.ranktitle.TextScaled = true Domain.ranktitle.TextSize = 14.000 Domain.ranktitle.TextWrapped = true Domain.ranktitle.TextXAlignment = Enum.TextXAlignment.Left Domain.rankdata.Name = "rankdata" Domain.rankdata.Parent = Domain.group Domain.rankdata.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.rankdata.BackgroundTransparency = 1.000 Domain.rankdata.BorderSizePixel = 0 Domain.rankdata.Position = UDim2.new(0, 0, 0.330737501, 0) Domain.rankdata.Size = UDim2.new(0.692030847, 0, 0.0718293861, 0) Domain.rankdata.ZIndex = 1005 Domain.rankdata.Font = Enum.Font.GothamSemibold Domain.rankdata.Text = "sus" Domain.rankdata.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.rankdata.TextScaled = true Domain.rankdata.TextSize = 14.000 Domain.rankdata.TextWrapped = true Domain.rankdata.TextXAlignment = Enum.TextXAlignment.Left Domain.grouptitle.Name = "grouptitle" Domain.grouptitle.Parent = Domain.group Domain.grouptitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.grouptitle.BackgroundTransparency = 1.000 Domain.grouptitle.BorderSizePixel = 0 Domain.grouptitle.Position = UDim2.new(0, 0, 0.0838489309, 0) Domain.grouptitle.Size = UDim2.new(0.244113773, 0, 0.0751010329, 0) Domain.grouptitle.ZIndex = 1005 Domain.grouptitle.Font = Enum.Font.GothamBold Domain.grouptitle.Text = "Group" Domain.grouptitle.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.grouptitle.TextScaled = true Domain.grouptitle.TextSize = 14.000 Domain.grouptitle.TextWrapped = true Domain.grouptitle.TextXAlignment = Enum.TextXAlignment.Left Domain.groupname.Name = "groupname" Domain.groupname.Parent = Domain.group Domain.groupname.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.groupname.BackgroundTransparency = 1.000 Domain.groupname.BorderSizePixel = 0 Domain.groupname.Position = UDim2.new(0, 0, 0.158381328, 0) Domain.groupname.Size = UDim2.new(0.692030847, 0, 0.0718293861, 0) Domain.groupname.ZIndex = 1005 Domain.groupname.Font = Enum.Font.GothamSemibold Domain.groupname.Text = "sus" Domain.groupname.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.groupname.TextScaled = true Domain.groupname.TextSize = 14.000 Domain.groupname.TextWrapped = true Domain.groupname.TextXAlignment = Enum.TextXAlignment.Left Domain.Functionalitytext.Name = "Functionalitytext" Domain.Functionalitytext.Parent = Domain.Functionality_2 Domain.Functionalitytext.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Functionalitytext.BackgroundTransparency = 1.000 Domain.Functionalitytext.BorderSizePixel = 0 Domain.Functionalitytext.Position = UDim2.new(0.0399247706, 0, 0.261915267, 0) Domain.Functionalitytext.Size = UDim2.new(0.2865071, 0, 0.0484862812, 0) Domain.Functionalitytext.ZIndex = 1002 Domain.Functionalitytext.Font = Enum.Font.GothamSemibold Domain.Functionalitytext.Text = "FUNCTIONALITY" Domain.Functionalitytext.TextColor3 = Color3.fromRGB(122, 122, 122) Domain.Functionalitytext.TextScaled = true Domain.Functionalitytext.TextSize = 14.000 Domain.Functionalitytext.TextWrapped = true Domain.Functionalitytext.TextXAlignment = Enum.TextXAlignment.Left Domain.areadata.Name = "areadata" Domain.areadata.Parent = Domain.Functionality_2 Domain.areadata.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.areadata.BackgroundTransparency = 1.000 Domain.areadata.BorderSizePixel = 0 Domain.areadata.Position = UDim2.new(0.0382106751, 0, 0.916256785, 0) Domain.areadata.Size = UDim2.new(0.641611636, 0, 0.0282887891, 0) Domain.areadata.ZIndex = 1005 Domain.areadata.Font = Enum.Font.GothamSemibold Domain.areadata.Text = "United States" Domain.areadata.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.areadata.TextScaled = true Domain.areadata.TextSize = 14.000 Domain.areadata.TextWrapped = true Domain.areadata.TextXAlignment = Enum.TextXAlignment.Left Domain.areatitle.Name = "areatitle" Domain.areatitle.Parent = Domain.Functionality_2 Domain.areatitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.areatitle.BackgroundTransparency = 1.000 Domain.areatitle.BorderSizePixel = 0 Domain.areatitle.Position = UDim2.new(0.0382106751, 0, 0.885008931, 0) Domain.areatitle.Size = UDim2.new(0.399789095, 0, 0.0316002294, 0) Domain.areatitle.ZIndex = 1005 Domain.areatitle.Font = Enum.Font.GothamBold Domain.areatitle.Text = "Region" Domain.areatitle.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.areatitle.TextScaled = true Domain.areatitle.TextSize = 14.000 Domain.areatitle.TextWrapped = true Domain.areatitle.TextXAlignment = Enum.TextXAlignment.Left Domain.DomainRole.Name = "DomainRole" Domain.DomainRole.Parent = Domain.Functionality_2 Domain.DomainRole.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.DomainRole.BackgroundTransparency = 1.000 Domain.DomainRole.BorderSizePixel = 0 Domain.DomainRole.Position = UDim2.new(0.299553484, 0, 0.153755873, 0) Domain.DomainRole.Size = UDim2.new(0.619387209, 0, 0.0257129651, 0) Domain.DomainRole.ZIndex = 1002 Domain.DomainRole.Font = Enum.Font.GothamSemibold Domain.DomainRole.Text = "Beta Tester" Domain.DomainRole.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.DomainRole.TextScaled = true Domain.DomainRole.TextSize = 14.000 Domain.DomainRole.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) Domain.DomainRole.TextWrapped = true Domain.DomainRole.TextXAlignment = Enum.TextXAlignment.Left Domain.Credits_2.Name = "Credits" Domain.Credits_2.Parent = Domain.PlayerInfoFrame Domain.Credits_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Credits_2.BackgroundTransparency = 1.000 Domain.Credits_2.BorderSizePixel = 0 Domain.Credits_2.Position = UDim2.new(0.042754259, 0, 0.945035338, 0) Domain.Credits_2.Size = UDim2.new(0.194060624, 0, 0.0415861197, 0) Domain.Credits_2.ZIndex = 1002 Domain.Credits_2.Font = Enum.Font.GothamBold Domain.Credits_2.Text = "Domain V2" Domain.Credits_2.TextColor3 = Color3.fromRGB(122, 122, 122) Domain.Credits_2.TextScaled = true Domain.Credits_2.TextSize = 14.000 Domain.Credits_2.TextWrapped = true Domain.Credits_2.TextXAlignment = Enum.TextXAlignment.Left Domain.UITextSizeConstraint_4.Parent = Domain.Credits_2 Domain.UITextSizeConstraint_4.MaxTextSize = 20 Domain.Shadow_5.Name = "Shadow" Domain.Shadow_5.Parent = Domain.PlayerInfoFrame Domain.Shadow_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Shadow_5.BackgroundTransparency = 1.000 Domain.Shadow_5.BorderSizePixel = 0 Domain.Shadow_5.Position = UDim2.new(-0.0620924681, 0, -0.231648937, 0) Domain.Shadow_5.Size = UDim2.new(1.11987317, 0, 1.54196727, 0) Domain.Shadow_5.ZIndex = 999 Domain.Shadow_5.Image = "rbxassetid://3523728077" Domain.Shadow_5.ImageColor3 = Color3.fromRGB(33, 33, 33) Domain.Shadow_5.ImageTransparency = 0.600 Domain.ExitFrame_2.Name = "ExitFrame" Domain.ExitFrame_2.Parent = Domain.PlayerInfoFrame Domain.ExitFrame_2.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.ExitFrame_2.BackgroundTransparency = 1.000 Domain.ExitFrame_2.BorderSizePixel = 0 Domain.ExitFrame_2.Position = UDim2.new(0.867858231, 0, 0.00711072702, 0) Domain.ExitFrame_2.Size = UDim2.new(0.103256203, 0, 0.0643658787, 0) Domain.ExitFrame_2.ZIndex = 1010 Domain.Exit_2.Name = "Exit" Domain.Exit_2.Parent = Domain.ExitFrame_2 Domain.Exit_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Exit_2.BackgroundTransparency = 1.000 Domain.Exit_2.BorderSizePixel = 0 Domain.Exit_2.Position = UDim2.new(0.039441824, 0, 0, 0) Domain.Exit_2.Size = UDim2.new(0.960559964, 0, 0.960559964, 0) Domain.Exit_2.ZIndex = 1009 Domain.Exit_2.Text = "" Domain.Exit_2.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Exit_2.TextScaled = true Domain.Exit_2.TextSize = 14.000 Domain.Exit_2.TextTransparency = 1.000 Domain.Exit_2.TextWrapped = true Domain.ExitText_2.Name = "ExitText" Domain.ExitText_2.Parent = Domain.ExitFrame_2 Domain.ExitText_2.AnchorPoint = Vector2.new(0.5, 0.5) Domain.ExitText_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.ExitText_2.BackgroundTransparency = 1.000 Domain.ExitText_2.BorderSizePixel = 0 Domain.ExitText_2.Position = UDim2.new(0.5, 0, 0.5, 0) Domain.ExitText_2.Size = UDim2.new(0.590867102, 0, 0.590868056, 0) Domain.ExitText_2.ZIndex = 1011 Domain.ExitText_2.Font = Enum.Font.GothamSemibold Domain.ExitText_2.Text = "X" Domain.ExitText_2.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.ExitText_2.TextScaled = true Domain.ExitText_2.TextSize = 14.000 Domain.ExitText_2.TextTransparency = 0.100 Domain.ExitText_2.TextWrapped = true Domain.ExitText_2.TextYAlignment = Enum.TextYAlignment.Bottom Domain.UICorner_20.Parent = Domain.ExitFrame_2 Domain.ValuesFrame.Name = "ValuesFrame" Domain.ValuesFrame.Parent = Domain.Pages Domain.ValuesFrame.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.ValuesFrame.BorderSizePixel = 0 Domain.ValuesFrame.Size = UDim2.new(1, 0, 1, 0) Domain.ValuesFrame.Visible = false Domain.ValuesFrame.ZIndex = 1000 Domain.UICorner_21.CornerRadius = UDim.new(0, 12) Domain.UICorner_21.Parent = Domain.ValuesFrame Domain.Title_4.Name = "Title" Domain.Title_4.Parent = Domain.ValuesFrame Domain.Title_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Title_4.BackgroundTransparency = 1.000 Domain.Title_4.BorderSizePixel = 0 Domain.Title_4.Position = UDim2.new(0.042754259, 0, 0.0188631248, 0) Domain.Title_4.Size = UDim2.new(0.540157259, 0, 0.0415861197, 0) Domain.Title_4.ZIndex = 1002 Domain.Title_4.Font = Enum.Font.GothamBold Domain.Title_4.Text = "Player Configurations" Domain.Title_4.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Title_4.TextScaled = true Domain.Title_4.TextSize = 14.000 Domain.Title_4.TextWrapped = true Domain.Title_4.TextXAlignment = Enum.TextXAlignment.Left Domain.UITextSizeConstraint_5.Parent = Domain.Title_4 Domain.UITextSizeConstraint_5.MaxTextSize = 20 Domain.Functionality_3.Name = "Functionality" Domain.Functionality_3.Parent = Domain.ValuesFrame Domain.Functionality_3.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.Functionality_3.BorderSizePixel = 0 Domain.Functionality_3.Position = UDim2.new(0, 0, 0.079135783, 0) Domain.Functionality_3.Size = UDim2.new(1, 0, 0.920864165, 0) Domain.Functionality_3.ZIndex = 1001 Domain.UICorner_22.CornerRadius = UDim.new(0, 12) Domain.UICorner_22.Parent = Domain.Functionality_3 Domain.WalkspeedBar.Name = "WalkspeedBar" Domain.WalkspeedBar.Parent = Domain.Functionality_3 Domain.WalkspeedBar.BackgroundColor3 = Color3.fromRGB(217, 217, 217) Domain.WalkspeedBar.BorderSizePixel = 0 Domain.WalkspeedBar.Position = UDim2.new(0.0685827434, 0, 0.123044468, 0) Domain.WalkspeedBar.Size = UDim2.new(0.512723505, 0, 0.0160802547, 0) Domain.WalkspeedBar.ZIndex = 1002 Domain.Knob.Name = "Knob" Domain.Knob.Parent = Domain.WalkspeedBar Domain.Knob.Text = "16" Domain.Knob.BackgroundColor3 = Color3.fromRGB(0, 113, 165) Domain.Knob.BorderSizePixel = 0 Domain.Knob.Position = UDim2.new(-0.00299311173, 0, -0.307692319, 0) Domain.Knob.Size = UDim2.new(0.0821155235, 0, 1.74036598, 0) Domain.Knob.ZIndex = 1004 Domain.Knob.Font = Enum.Font.SourceSans Domain.Knob.TextColor3 = Color3.fromRGB(0, 0, 0) Domain.Knob.TextSize = 14.000 Domain.Knob.TextTransparency = 1.000 Domain.UICorner_23.CornerRadius = UDim.new(1, 0) Domain.UICorner_23.Parent = Domain.Knob Domain.UICorner_24.Parent = Domain.WalkspeedBar Domain.Walkspeedtext.Name = "Walkspeedtext" Domain.Walkspeedtext.Parent = Domain.Functionality_3 Domain.Walkspeedtext.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Walkspeedtext.BackgroundTransparency = 1.000 Domain.Walkspeedtext.BorderSizePixel = 0 Domain.Walkspeedtext.Position = UDim2.new(0.0655534416, 0, 0.054206226, 0) Domain.Walkspeedtext.Size = UDim2.new(0.243185714, 0, 0.063640669, 0) Domain.Walkspeedtext.ZIndex = 1002 Domain.Walkspeedtext.Font = Enum.Font.GothamSemibold Domain.Walkspeedtext.Text = "Walkspeed" Domain.Walkspeedtext.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Walkspeedtext.TextScaled = true Domain.Walkspeedtext.TextSize = 14.000 Domain.Walkspeedtext.TextWrapped = true Domain.Walkspeedtext.TextXAlignment = Enum.TextXAlignment.Left Domain.jumppowerBar.Name = "jumppowerBar" Domain.jumppowerBar.Parent = Domain.Functionality_3 Domain.jumppowerBar.BackgroundColor3 = Color3.fromRGB(217, 217, 217) Domain.jumppowerBar.BorderSizePixel = 0 Domain.jumppowerBar.Position = UDim2.new(0.0714345127, 0, 0.231149644, 0) Domain.jumppowerBar.Size = UDim2.new(0.512723505, 0, 0.0160802547, 0) Domain.jumppowerBar.ZIndex = 1002 Domain.Knob_2.Name = "Knob" Domain.Knob_2.Parent = Domain.jumppowerBar Domain.Knob_2.Text = "50" Domain.Knob_2.BackgroundColor3 = Color3.fromRGB(0, 113, 165) Domain.Knob_2.BorderSizePixel = 0 Domain.Knob_2.Position = UDim2.new(-0.00299311173, 0, -0.307692319, 0) Domain.Knob_2.Size = UDim2.new(0.0821155235, 0, 1.74036598, 0) Domain.Knob_2.ZIndex = 1004 Domain.Knob_2.Font = Enum.Font.SourceSans Domain.Knob_2.TextColor3 = Color3.fromRGB(0, 0, 0) Domain.Knob_2.TextSize = 14.000 Domain.Knob_2.TextTransparency = 1.000 Domain.UICorner_25.CornerRadius = UDim.new(1, 0) Domain.UICorner_25.Parent = Domain.Knob_2 Domain.UICorner_26.Parent = Domain.jumppowerBar Domain.jumppowertext.Name = "jumppowertext" Domain.jumppowertext.Parent = Domain.Functionality_3 Domain.jumppowertext.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.jumppowertext.BackgroundTransparency = 1.000 Domain.jumppowertext.BorderSizePixel = 0 Domain.jumppowertext.Position = UDim2.new(0.068405211, 0, 0.16231139, 0) Domain.jumppowertext.Size = UDim2.new(0.278646201, 0, 0.063640669, 0) Domain.jumppowertext.ZIndex = 1002 Domain.jumppowertext.Font = Enum.Font.GothamSemibold Domain.jumppowertext.Text = "Jump Power" Domain.jumppowertext.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.jumppowertext.TextScaled = true Domain.jumppowertext.TextSize = 14.000 Domain.jumppowertext.TextWrapped = true Domain.jumppowertext.TextXAlignment = Enum.TextXAlignment.Left Domain.flightBar.Name = "flightBar" Domain.flightBar.Parent = Domain.Functionality_3 Domain.flightBar.BackgroundColor3 = Color3.fromRGB(217, 217, 217) Domain.flightBar.BorderSizePixel = 0 Domain.flightBar.Position = UDim2.new(0.0714330226, 0, 0.407083541, 0) Domain.flightBar.Size = UDim2.new(0.512723505, 0, 0.0160802547, 0) Domain.flightBar.ZIndex = 1002 Domain.Knob_3.Name = "Knob" Domain.Knob_3.Parent = Domain.flightBar Domain.Knob_3.Text = "1" Domain.Knob_3.BackgroundColor3 = Color3.fromRGB(173, 21, 21) Domain.Knob_3.BorderSizePixel = 0 Domain.Knob_3.Position = UDim2.new(-0.00300000003, 0, -0.307999998, 0) Domain.Knob_3.Size = UDim2.new(0.0821155235, 0, 1.74036598, 0) Domain.Knob_3.ZIndex = 1004 Domain.Knob_3.Font = Enum.Font.SourceSans Domain.Knob_3.TextColor3 = Color3.fromRGB(0, 0, 0) Domain.Knob_3.TextSize = 14.000 Domain.Knob_3.TextTransparency = 1.000 Domain.UICorner_27.CornerRadius = UDim.new(1, 0) Domain.UICorner_27.Parent = Domain.Knob_3 Domain.UICorner_28.Parent = Domain.flightBar Domain.flighttext.Name = "flighttext" Domain.flighttext.Parent = Domain.Functionality_3 Domain.flighttext.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.flighttext.BackgroundTransparency = 1.000 Domain.flighttext.BorderSizePixel = 0 Domain.flighttext.Position = UDim2.new(0.0712536126, 0, 0.35507074, 0) Domain.flighttext.Size = UDim2.new(0.215564907, 0, 0.0332895927, 0) Domain.flighttext.ZIndex = 1002 Domain.flighttext.Font = Enum.Font.GothamSemibold Domain.flighttext.Text = "Fly Speed" Domain.flighttext.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.flighttext.TextScaled = true Domain.flighttext.TextSize = 14.000 Domain.flighttext.TextWrapped = true Domain.flighttext.TextXAlignment = Enum.TextXAlignment.Left Domain.Reset.Name = "Reset" Domain.Reset.Parent = Domain.Functionality_3 Domain.Reset.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.Reset.BorderSizePixel = 0 Domain.Reset.Position = UDim2.new(0.373408079, 0, 0.908229232, 0) Domain.Reset.Size = UDim2.new(0.575297475, 0, 0.0632737055, 0) Domain.Reset.ZIndex = 1002 Domain.Reset.Font = Enum.Font.SourceSans Domain.Reset.Text = "" Domain.Reset.TextColor3 = Color3.fromRGB(0, 0, 0) Domain.Reset.TextSize = 14.000 Domain.Reset.TextTransparency = 1.000 Domain.resetText.Name = "resetText" Domain.resetText.Parent = Domain.Reset Domain.resetText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.resetText.BackgroundTransparency = 1.000 Domain.resetText.BorderSizePixel = 0 Domain.resetText.Position = UDim2.new(0.153664216, 0, 0.227586955, 0) Domain.resetText.Size = UDim2.new(0.684972942, 0, 0.550552428, 0) Domain.resetText.ZIndex = 1004 Domain.resetText.Font = Enum.Font.GothamSemibold Domain.resetText.Text = "Reset to defaults" Domain.resetText.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.resetText.TextScaled = true Domain.resetText.TextSize = 14.000 Domain.resetText.TextWrapped = true Domain.UICorner_29.CornerRadius = UDim.new(0, 10) Domain.UICorner_29.Parent = Domain.Reset Domain.respawn.Name = "respawn" Domain.respawn.Parent = Domain.Functionality_3 Domain.respawn.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.respawn.BorderSizePixel = 0 Domain.respawn.Position = UDim2.new(0.0655774698, 0, 0.467678875, 0) Domain.respawn.Size = UDim2.new(0.348553777, 0, 0.0632737055, 0) Domain.respawn.ZIndex = 1002 Domain.respawn.Font = Enum.Font.SourceSans Domain.respawn.Text = "" Domain.respawn.TextColor3 = Color3.fromRGB(0, 0, 0) Domain.respawn.TextSize = 14.000 Domain.respawn.TextTransparency = 1.000 Domain.respawnText.Name = "respawnText" Domain.respawnText.Parent = Domain.respawn Domain.respawnText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.respawnText.BackgroundTransparency = 1.000 Domain.respawnText.BorderSizePixel = 0 Domain.respawnText.Position = UDim2.new(0.153664216, 0, 0.227586955, 0) Domain.respawnText.Size = UDim2.new(0.684972942, 0, 0.550552428, 0) Domain.respawnText.ZIndex = 1004 Domain.respawnText.Font = Enum.Font.GothamSemibold Domain.respawnText.Text = "Respawn" Domain.respawnText.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.respawnText.TextScaled = true Domain.respawnText.TextSize = 14.000 Domain.respawnText.TextWrapped = true Domain.UICorner_30.CornerRadius = UDim.new(0, 10) Domain.UICorner_30.Parent = Domain.respawn Domain.refresh.Name = "refresh" Domain.refresh.Parent = Domain.Functionality_3 Domain.refresh.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.refresh.BorderSizePixel = 0 Domain.refresh.Position = UDim2.new(0.432894886, 0, 0.467678875, 0) Domain.refresh.Size = UDim2.new(0.295562148, 0, 0.0632737055, 0) Domain.refresh.ZIndex = 1002 Domain.refresh.Font = Enum.Font.SourceSans Domain.refresh.Text = "" Domain.refresh.TextColor3 = Color3.fromRGB(0, 0, 0) Domain.refresh.TextSize = 14.000 Domain.refresh.TextTransparency = 1.000 Domain.refreshText.Name = "refreshText" Domain.refreshText.Parent = Domain.refresh Domain.refreshText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.refreshText.BackgroundTransparency = 1.000 Domain.refreshText.BorderSizePixel = 0 Domain.refreshText.Position = UDim2.new(0.153664216, 0, 0.227586955, 0) Domain.refreshText.Size = UDim2.new(0.684972942, 0, 0.550552428, 0) Domain.refreshText.ZIndex = 1004 Domain.refreshText.Font = Enum.Font.GothamSemibold Domain.refreshText.Text = "Refresh" Domain.refreshText.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.refreshText.TextScaled = true Domain.refreshText.TextSize = 14.000 Domain.refreshText.TextWrapped = true Domain.UICorner_31.CornerRadius = UDim.new(0, 10) Domain.UICorner_31.Parent = Domain.refresh Domain.Fly.Name = "Fly" Domain.Fly.Parent = Domain.Functionality_3 Domain.Fly.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.Fly.BorderSizePixel = 0 Domain.Fly.Position = UDim2.new(0.0655536279, 0, 0.543739557, 0) Domain.Fly.Size = UDim2.new(0.221264496, 0, 0.0600741915, 0) Domain.Fly.ZIndex = 1002 Domain.Fly.Font = Enum.Font.SourceSans Domain.Fly.Text = "" Domain.Fly.TextColor3 = Color3.fromRGB(0, 0, 0) Domain.Fly.TextSize = 14.000 Domain.Fly.TextTransparency = 1.000 Domain.FlyText.Name = "FlyText" Domain.FlyText.Parent = Domain.Fly Domain.FlyText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.FlyText.BackgroundTransparency = 1.000 Domain.FlyText.BorderSizePixel = 0 Domain.FlyText.Position = UDim2.new(0.153664216, 0, 0.194131747, 0) Domain.FlyText.Size = UDim2.new(0.684972942, 0, 0.550552428, 0) Domain.FlyText.ZIndex = 1004 Domain.FlyText.Font = Enum.Font.GothamSemibold Domain.FlyText.Text = "Fly" Domain.FlyText.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.FlyText.TextScaled = true Domain.FlyText.TextSize = 14.000 Domain.FlyText.TextWrapped = true Domain.UICorner_32.CornerRadius = UDim.new(0, 10) Domain.UICorner_32.Parent = Domain.Fly Domain.Rejoin.Name = "Rejoin" Domain.Rejoin.Parent = Domain.Functionality_3 Domain.Rejoin.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.Rejoin.BorderSizePixel = 0 Domain.Rejoin.Position = UDim2.new(0.307310015, 0, 0.543739557, 0) Domain.Rejoin.Size = UDim2.new(0.273996204, 0, 0.0600741915, 0) Domain.Rejoin.ZIndex = 1002 Domain.Rejoin.Font = Enum.Font.SourceSans Domain.Rejoin.Text = "" Domain.Rejoin.TextColor3 = Color3.fromRGB(0, 0, 0) Domain.Rejoin.TextSize = 14.000 Domain.Rejoin.TextTransparency = 1.000 Domain.RejoinText.Name = "RejoinText" Domain.RejoinText.Parent = Domain.Rejoin Domain.RejoinText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.RejoinText.BackgroundTransparency = 1.000 Domain.RejoinText.BorderSizePixel = 0 Domain.RejoinText.Position = UDim2.new(0.153664216, 0, 0.194131747, 0) Domain.RejoinText.Size = UDim2.new(0.684972942, 0, 0.550552428, 0) Domain.RejoinText.ZIndex = 1004 Domain.RejoinText.Font = Enum.Font.GothamSemibold Domain.RejoinText.Text = "Rejoin" Domain.RejoinText.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.RejoinText.TextScaled = true Domain.RejoinText.TextSize = 14.000 Domain.RejoinText.TextWrapped = true Domain.UICorner_33.CornerRadius = UDim.new(0, 10) Domain.UICorner_33.Parent = Domain.Rejoin Domain.Serverhop.Name = "Serverhop" Domain.Serverhop.Parent = Domain.Functionality_3 Domain.Serverhop.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.Serverhop.BorderSizePixel = 0 Domain.Serverhop.Position = UDim2.new(0.0655536279, 0, 0.615711987, 0) Domain.Serverhop.Size = UDim2.new(0.380759597, 0, 0.0600741915, 0) Domain.Serverhop.ZIndex = 1002 Domain.Serverhop.Font = Enum.Font.SourceSans Domain.Serverhop.Text = "" Domain.Serverhop.TextColor3 = Color3.fromRGB(0, 0, 0) Domain.Serverhop.TextSize = 14.000 Domain.Serverhop.TextTransparency = 1.000 Domain.ServerhopText.Name = "ServerhopText" Domain.ServerhopText.Parent = Domain.Serverhop Domain.ServerhopText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.ServerhopText.BackgroundTransparency = 1.000 Domain.ServerhopText.BorderSizePixel = 0 Domain.ServerhopText.Position = UDim2.new(0.153664216, 0, 0.194131747, 0) Domain.ServerhopText.Size = UDim2.new(0.684972942, 0, 0.550552428, 0) Domain.ServerhopText.ZIndex = 1004 Domain.ServerhopText.Font = Enum.Font.GothamSemibold Domain.ServerhopText.Text = "Serverhop" Domain.ServerhopText.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.ServerhopText.TextScaled = true Domain.ServerhopText.TextSize = 14.000 Domain.ServerhopText.TextWrapped = true Domain.UICorner_34.CornerRadius = UDim.new(0, 10) Domain.UICorner_34.Parent = Domain.Serverhop Domain.Credits_3.Name = "Credits" Domain.Credits_3.Parent = Domain.ValuesFrame Domain.Credits_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Credits_3.BackgroundTransparency = 1.000 Domain.Credits_3.BorderSizePixel = 0 Domain.Credits_3.Position = UDim2.new(0.042754259, 0, 0.945035338, 0) Domain.Credits_3.Size = UDim2.new(0.194060624, 0, 0.0415861197, 0) Domain.Credits_3.ZIndex = 1002 Domain.Credits_3.Font = Enum.Font.GothamBold Domain.Credits_3.Text = "Domain V2" Domain.Credits_3.TextColor3 = Color3.fromRGB(122, 122, 122) Domain.Credits_3.TextScaled = true Domain.Credits_3.TextSize = 14.000 Domain.Credits_3.TextWrapped = true Domain.Credits_3.TextXAlignment = Enum.TextXAlignment.Left Domain.UITextSizeConstraint_6.Parent = Domain.Credits_3 Domain.UITextSizeConstraint_6.MaxTextSize = 20 Domain.Shadow_6.Name = "Shadow" Domain.Shadow_6.Parent = Domain.ValuesFrame Domain.Shadow_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Shadow_6.BackgroundTransparency = 1.000 Domain.Shadow_6.BorderSizePixel = 0 Domain.Shadow_6.Position = UDim2.new(-0.0620924681, 0, -0.231648937, 0) Domain.Shadow_6.Size = UDim2.new(1.11987317, 0, 1.54196727, 0) Domain.Shadow_6.ZIndex = 999 Domain.Shadow_6.Image = "rbxassetid://3523728077" Domain.Shadow_6.ImageColor3 = Color3.fromRGB(33, 33, 33) Domain.Shadow_6.ImageTransparency = 0.600 Domain.ExitFrame_3.Name = "ExitFrame" Domain.ExitFrame_3.Parent = Domain.ValuesFrame Domain.ExitFrame_3.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.ExitFrame_3.BackgroundTransparency = 1.000 Domain.ExitFrame_3.BorderSizePixel = 0 Domain.ExitFrame_3.Position = UDim2.new(0.867858231, 0, 0.00711072702, 0) Domain.ExitFrame_3.Size = UDim2.new(0.103256203, 0, 0.0643658787, 0) Domain.ExitFrame_3.ZIndex = 1010 Domain.Exit_3.Name = "Exit" Domain.Exit_3.Parent = Domain.ExitFrame_3 Domain.Exit_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Exit_3.BackgroundTransparency = 1.000 Domain.Exit_3.BorderSizePixel = 0 Domain.Exit_3.Position = UDim2.new(0.039441824, 0, 0, 0) Domain.Exit_3.Size = UDim2.new(0.960559964, 0, 0.960559964, 0) Domain.Exit_3.ZIndex = 1009 Domain.Exit_3.Text = "" Domain.Exit_3.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Exit_3.TextScaled = true Domain.Exit_3.TextSize = 14.000 Domain.Exit_3.TextTransparency = 1.000 Domain.Exit_3.TextWrapped = true Domain.ExitText_3.Name = "ExitText" Domain.ExitText_3.Parent = Domain.ExitFrame_3 Domain.ExitText_3.AnchorPoint = Vector2.new(0.5, 0.5) Domain.ExitText_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.ExitText_3.BackgroundTransparency = 1.000 Domain.ExitText_3.BorderSizePixel = 0 Domain.ExitText_3.Position = UDim2.new(0.5, 0, 0.5, 0) Domain.ExitText_3.Size = UDim2.new(0.590867102, 0, 0.590868056, 0) Domain.ExitText_3.ZIndex = 1011 Domain.ExitText_3.Font = Enum.Font.GothamSemibold Domain.ExitText_3.Text = "X" Domain.ExitText_3.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.ExitText_3.TextScaled = true Domain.ExitText_3.TextSize = 14.000 Domain.ExitText_3.TextTransparency = 0.100 Domain.ExitText_3.TextWrapped = true Domain.ExitText_3.TextYAlignment = Enum.TextYAlignment.Bottom Domain.UICorner_35.Parent = Domain.ExitFrame_3 Domain.PlayersFrame.Name = "PlayersFrame" Domain.PlayersFrame.Parent = Domain.Pages Domain.PlayersFrame.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.PlayersFrame.BorderSizePixel = 0 Domain.PlayersFrame.Size = UDim2.new(1, 0, 1, 0) Domain.PlayersFrame.Visible = false Domain.PlayersFrame.ZIndex = 1000 Domain.UICorner_36.CornerRadius = UDim.new(0, 12) Domain.UICorner_36.Parent = Domain.PlayersFrame Domain.Title_5.Name = "Title" Domain.Title_5.Parent = Domain.PlayersFrame Domain.Title_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Title_5.BackgroundTransparency = 1.000 Domain.Title_5.BorderSizePixel = 0 Domain.Title_5.Position = UDim2.new(0.0583828762, 0, 0.0188631155, 0) Domain.Title_5.Size = UDim2.new(0.194060922, 0, 0.0415861234, 0) Domain.Title_5.ZIndex = 1002 Domain.Title_5.Font = Enum.Font.GothamBold Domain.Title_5.Text = "Players" Domain.Title_5.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Title_5.TextScaled = true Domain.Title_5.TextSize = 14.000 Domain.Title_5.TextWrapped = true Domain.Title_5.TextXAlignment = Enum.TextXAlignment.Left Domain.UITextSizeConstraint_7.Parent = Domain.Title_5 Domain.UITextSizeConstraint_7.MaxTextSize = 20 Domain.Functionality_4.Name = "Functionality" Domain.Functionality_4.Parent = Domain.PlayersFrame Domain.Functionality_4.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.Functionality_4.BorderSizePixel = 0 Domain.Functionality_4.Position = UDim2.new(0, 0, 0.079135783, 0) Domain.Functionality_4.Size = UDim2.new(1, 0, 0.920864165, 0) Domain.Functionality_4.ZIndex = 1001 Domain.UICorner_37.CornerRadius = UDim.new(0, 12) Domain.UICorner_37.Parent = Domain.Functionality_4 Domain.Playerlist.Name = "Playerlist" Domain.Playerlist.Parent = Domain.Functionality_4 Domain.Playerlist.Active = true Domain.Playerlist.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Playerlist.BackgroundTransparency = 1.000 Domain.Playerlist.BorderSizePixel = 0 Domain.Playerlist.Position = UDim2.new(-3.48116345e-07, 0, 0.0193044934, 0) Domain.Playerlist.Size = UDim2.new(1.00000012, 0, 0.883157432, 0) Domain.Playerlist.ZIndex = 1002 Domain.Playerlist.CanvasSize = UDim2.new(0, 0, 4, 0) Domain.Playerlist.ScrollBarThickness = 0 Domain.Template_2.Name = "Template" Domain.Template_2.Parent = Domain.Playerlist Domain.Template_2.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.Template_2.BorderSizePixel = 0 Domain.Template_2.Position = UDim2.new(0.0260001123, 0, 0, 0) Domain.Template_2.Size = UDim2.new(0.94581604, 0, 0.0219818428, 0) Domain.Template_2.ZIndex = 1002 Domain.UICorner_38.Parent = Domain.Template_2 Domain.Username_2.Name = "Username" Domain.Username_2.Parent = Domain.Template_2 Domain.Username_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Username_2.BackgroundTransparency = 1.000 Domain.Username_2.BorderSizePixel = 0 Domain.Username_2.Position = UDim2.new(0.158810571, 0, 0.280436695, 0) Domain.Username_2.Size = UDim2.new(0.706474185, 0, 0.398253202, 0) Domain.Username_2.ZIndex = 1003 Domain.Username_2.Font = Enum.Font.GothamBold Domain.Username_2.Text = "Username" Domain.Username_2.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Username_2.TextScaled = true Domain.Username_2.TextSize = 14.000 Domain.Username_2.TextWrapped = true Domain.Username_2.TextXAlignment = Enum.TextXAlignment.Left Domain.Username_2.TextYAlignment = Enum.TextYAlignment.Bottom Domain.Shadow_7.Name = "Shadow" Domain.Shadow_7.Parent = Domain.Template_2 Domain.Shadow_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Shadow_7.BackgroundTransparency = 1.000 Domain.Shadow_7.BorderSizePixel = 0 Domain.Shadow_7.Position = UDim2.new(-0.0620923266, 0, -0.394876897, 0) Domain.Shadow_7.Size = UDim2.new(1.11987317, 0, 1.8920356, 0) Domain.Shadow_7.ZIndex = 1001 Domain.Shadow_7.Image = "rbxassetid://3523728077" Domain.Shadow_7.ImageColor3 = Color3.fromRGB(33, 33, 33) Domain.Shadow_7.ImageTransparency = 0.700 Domain.AvatarPlayerlist.Name = "AvatarPlayerlist" Domain.AvatarPlayerlist.Parent = Domain.Template_2 Domain.AvatarPlayerlist.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.AvatarPlayerlist.BackgroundTransparency = 1.000 Domain.AvatarPlayerlist.BorderSizePixel = 0 Domain.AvatarPlayerlist.Position = UDim2.new(0.0361816995, 0, 0.143683195, 0) Domain.AvatarPlayerlist.Size = UDim2.new(0.0964893028, 0, 0.70264101, 0) Domain.AvatarPlayerlist.ZIndex = 1004 Domain.AvatarPlayerlist.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png" Domain.UICorner_39.CornerRadius = UDim.new(1, 0) Domain.UICorner_39.Parent = Domain.AvatarPlayerlist Domain.More.Name = "More" Domain.More.Parent = Domain.Template_2 Domain.More.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.More.BackgroundTransparency = 1.000 Domain.More.BorderSizePixel = 0 Domain.More.Position = UDim2.new(0.862330377, 0, 0.153685316, 0) Domain.More.Size = UDim2.new(0.0932062119, 0, 0.678690135, 0) Domain.More.ZIndex = 1004 Domain.More.Image = "rbxassetid://3926305904" Domain.More.ImageRectOffset = Vector2.new(4, 804) Domain.More.ImageRectSize = Vector2.new(36, 36) Domain.More.ImageTransparency = 0.700 Domain.Star.Name = "Star" Domain.Star.Parent = Domain.Template_2 Domain.Star.BackgroundTransparency = 1.000 Domain.Star.BorderSizePixel = 0 Domain.Star.LayoutOrder = 5 Domain.Star.Position = UDim2.new(0.0360470153, 0, 0.168523699, 0) Domain.Star.Size = UDim2.new(0.081925042, 0, 0.601870358, 0) Domain.Star.ZIndex = 1016 Domain.Star.Image = "rbxassetid://3926305904" Domain.Star.ImageRectOffset = Vector2.new(564, 764) Domain.Star.ImageRectSize = Vector2.new(36, 36) Domain.UIListLayout2.Name = "UIListLayout2" Domain.UIListLayout2.Parent = Domain.Playerlist Domain.UIListLayout2.HorizontalAlignment = Enum.HorizontalAlignment.Center Domain.UIListLayout2.SortOrder = Enum.SortOrder.LayoutOrder Domain.UIListLayout2.Padding = UDim.new(0, 5) Domain.Search.Name = "Search" Domain.Search.Parent = Domain.Functionality_4 Domain.Search.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.Search.BorderSizePixel = 0 Domain.Search.Position = UDim2.new(0.409999996, 0, -0.0780000016, 0) Domain.Search.Size = UDim2.new(0.45038411, 0, 0.0705203265, 0) Domain.Search.Visible = false Domain.Search.ZIndex = 1004 Domain.Search.Font = Enum.Font.GothamSemibold Domain.Search.PlaceholderText = "Search" Domain.Search.Text = "" Domain.Search.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Search.TextSize = 25.000 Domain.Search.TextWrapped = true Domain.UICorner_40.Parent = Domain.Search Domain.UITextSizeConstraint_8.Parent = Domain.Search Domain.UITextSizeConstraint_8.MaxTextSize = 17 Domain.Credits_4.Name = "Credits" Domain.Credits_4.Parent = Domain.PlayersFrame Domain.Credits_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Credits_4.BackgroundTransparency = 1.000 Domain.Credits_4.BorderSizePixel = 0 Domain.Credits_4.Position = UDim2.new(0.042754259, 0, 0.945035338, 0) Domain.Credits_4.Size = UDim2.new(0.194060624, 0, 0.0415861197, 0) Domain.Credits_4.ZIndex = 1002 Domain.Credits_4.Font = Enum.Font.GothamBold Domain.Credits_4.Text = "Domain V2" Domain.Credits_4.TextColor3 = Color3.fromRGB(122, 122, 122) Domain.Credits_4.TextScaled = true Domain.Credits_4.TextSize = 14.000 Domain.Credits_4.TextWrapped = true Domain.Credits_4.TextXAlignment = Enum.TextXAlignment.Left Domain.UITextSizeConstraint_9.Parent = Domain.Credits_4 Domain.UITextSizeConstraint_9.MaxTextSize = 20 Domain.Shadow_8.Name = "Shadow" Domain.Shadow_8.Parent = Domain.PlayersFrame Domain.Shadow_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Shadow_8.BackgroundTransparency = 1.000 Domain.Shadow_8.BorderSizePixel = 0 Domain.Shadow_8.Position = UDim2.new(-0.0506853908, 0, -0.231648937, 0) Domain.Shadow_8.Size = UDim2.new(1.11987317, 0, 1.54196727, 0) Domain.Shadow_8.ZIndex = 999 Domain.Shadow_8.Image = "rbxassetid://3523728077" Domain.Shadow_8.ImageColor3 = Color3.fromRGB(33, 33, 33) Domain.Shadow_8.ImageTransparency = 0.600 Domain.ExitFrame_4.Name = "ExitFrame" Domain.ExitFrame_4.Parent = Domain.PlayersFrame Domain.ExitFrame_4.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.ExitFrame_4.BackgroundTransparency = 1.000 Domain.ExitFrame_4.BorderSizePixel = 0 Domain.ExitFrame_4.Position = UDim2.new(0.867858231, 0, 0.00711072702, 0) Domain.ExitFrame_4.Size = UDim2.new(0.103256203, 0, 0.0643658787, 0) Domain.ExitFrame_4.ZIndex = 1010 Domain.Exit_4.Name = "Exit" Domain.Exit_4.Parent = Domain.ExitFrame_4 Domain.Exit_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Exit_4.BackgroundTransparency = 1.000 Domain.Exit_4.BorderSizePixel = 0 Domain.Exit_4.Position = UDim2.new(0.039441824, 0, 0, 0) Domain.Exit_4.Size = UDim2.new(0.960559964, 0, 0.960559964, 0) Domain.Exit_4.ZIndex = 1009 Domain.Exit_4.Text = "" Domain.Exit_4.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Exit_4.TextScaled = true Domain.Exit_4.TextSize = 14.000 Domain.Exit_4.TextTransparency = 1.000 Domain.Exit_4.TextWrapped = true Domain.ExitText_4.Name = "ExitText" Domain.ExitText_4.Parent = Domain.ExitFrame_4 Domain.ExitText_4.AnchorPoint = Vector2.new(0.5, 0.5) Domain.ExitText_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.ExitText_4.BackgroundTransparency = 1.000 Domain.ExitText_4.BorderSizePixel = 0 Domain.ExitText_4.Position = UDim2.new(0.5, 0, 0.5, 0) Domain.ExitText_4.Size = UDim2.new(0.590867102, 0, 0.590868056, 0) Domain.ExitText_4.ZIndex = 1011 Domain.ExitText_4.Font = Enum.Font.GothamSemibold Domain.ExitText_4.Text = "X" Domain.ExitText_4.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.ExitText_4.TextScaled = true Domain.ExitText_4.TextSize = 14.000 Domain.ExitText_4.TextTransparency = 0.100 Domain.ExitText_4.TextWrapped = true Domain.ExitText_4.TextYAlignment = Enum.TextYAlignment.Bottom Domain.UICorner_41.Parent = Domain.ExitFrame_4 Domain.AboutFrame.Name = "AboutFrame" Domain.AboutFrame.Parent = Domain.Pages Domain.AboutFrame.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.AboutFrame.BorderSizePixel = 0 Domain.AboutFrame.Size = UDim2.new(1, 0, 1, 0) Domain.AboutFrame.Visible = false Domain.AboutFrame.ZIndex = 1000 Domain.UICorner_42.CornerRadius = UDim.new(0, 12) Domain.UICorner_42.Parent = Domain.AboutFrame Domain.Title_6.Name = "Title" Domain.Title_6.Parent = Domain.AboutFrame Domain.Title_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Title_6.BackgroundTransparency = 1.000 Domain.Title_6.BorderSizePixel = 0 Domain.Title_6.Position = UDim2.new(0.0399028361, 0, 0.0195726734, 0) Domain.Title_6.Size = UDim2.new(0.327975392, 0, 0.0398667008, 0) Domain.Title_6.ZIndex = 1002 Domain.Title_6.Font = Enum.Font.GothamBold Domain.Title_6.Text = "About" Domain.Title_6.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Title_6.TextScaled = true Domain.Title_6.TextSize = 14.000 Domain.Title_6.TextWrapped = true Domain.Title_6.TextXAlignment = Enum.TextXAlignment.Left Domain.UITextSizeConstraint_10.Parent = Domain.Title_6 Domain.UITextSizeConstraint_10.MaxTextSize = 20 Domain.Functionality_5.Name = "Functionality" Domain.Functionality_5.Parent = Domain.AboutFrame Domain.Functionality_5.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.Functionality_5.BorderSizePixel = 0 Domain.Functionality_5.Position = UDim2.new(0, 0, 0.079135783, 0) Domain.Functionality_5.Size = UDim2.new(1, 0, 0.920864165, 0) Domain.Functionality_5.ZIndex = 1001 Domain.UICorner_43.CornerRadius = UDim.new(0, 12) Domain.UICorner_43.Parent = Domain.Functionality_5 Domain.About.Name = "About" Domain.About.Parent = Domain.Functionality_5 Domain.About.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.About.BackgroundTransparency = 1.000 Domain.About.BorderSizePixel = 0 Domain.About.Position = UDim2.new(0.0428942032, 0, 0.0210607424, 0) Domain.About.Size = UDim2.new(0.909608364, 0, 0.0326033197, 0) Domain.About.ZIndex = 1002 Domain.About.Font = Enum.Font.GothamBold Domain.About.Text = "Domain: Version 2," Domain.About.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.About.TextScaled = true Domain.About.TextSize = 14.000 Domain.About.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) Domain.About.TextWrapped = true Domain.About.TextXAlignment = Enum.TextXAlignment.Left Domain.About.TextYAlignment = Enum.TextYAlignment.Top Domain.About_2.Name = "About" Domain.About_2.Parent = Domain.Functionality_5 Domain.About_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.About_2.BackgroundTransparency = 1.000 Domain.About_2.BorderSizePixel = 0 Domain.About_2.Position = UDim2.new(0.0428941995, 0, 0.0579257347, 0) Domain.About_2.Size = UDim2.new(0.909608364, 0, 0.0324168615, 0) Domain.About_2.ZIndex = 1002 Domain.About_2.Font = Enum.Font.GothamSemibold Domain.About_2.Text = "brought to you by Shlex Softworks" Domain.About_2.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.About_2.TextScaled = true Domain.About_2.TextSize = 14.000 Domain.About_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) Domain.About_2.TextWrapped = true Domain.About_2.TextXAlignment = Enum.TextXAlignment.Left Domain.About_2.TextYAlignment = Enum.TextYAlignment.Top Domain.About_3.Name = "About" Domain.About_3.Parent = Domain.Functionality_5 Domain.About_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.About_3.BackgroundTransparency = 1.000 Domain.About_3.BorderSizePixel = 0 Domain.About_3.Position = UDim2.new(0.0371906646, 0, 0.25850603, 0) Domain.About_3.Size = UDim2.new(0.909608364, 0, 0.0326033197, 0) Domain.About_3.ZIndex = 1002 Domain.About_3.Font = Enum.Font.GothamBlack Domain.About_3.Text = "Discord Server" Domain.About_3.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.About_3.TextScaled = true Domain.About_3.TextSize = 14.000 Domain.About_3.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) Domain.About_3.TextWrapped = true Domain.About_3.TextXAlignment = Enum.TextXAlignment.Left Domain.About_3.TextYAlignment = Enum.TextYAlignment.Top Domain.Link.Name = "Link" Domain.Link.Parent = Domain.Functionality_5 Domain.Link.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Link.BackgroundTransparency = 1.000 Domain.Link.BorderSizePixel = 0 Domain.Link.Position = UDim2.new(0.0371906608, 0, 0.295184523, 0) Domain.Link.Size = UDim2.new(0.620413125, 0, 0.0326033197, 0) Domain.Link.ZIndex = 1002 Domain.Link.Font = Enum.Font.GothamBold Domain.Link.Text = "discord.gg/jyySpgkFSp" Domain.Link.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Link.TextScaled = true Domain.Link.TextSize = 14.000 Domain.Link.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) Domain.Link.TextWrapped = true Domain.Link.TextXAlignment = Enum.TextXAlignment.Left Domain.Link.TextYAlignment = Enum.TextYAlignment.Top Domain.About_4.Name = "About" Domain.About_4.Parent = Domain.Functionality_5 Domain.About_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.About_4.BackgroundTransparency = 1.000 Domain.About_4.BorderSizePixel = 0 Domain.About_4.Position = UDim2.new(0.0371906608, 0, 0.150587305, 0) Domain.About_4.Size = UDim2.new(0.829617858, 0, 0.0626301542, 0) Domain.About_4.ZIndex = 1002 Domain.About_4.Font = Enum.Font.GothamSemibold Domain.About_4.Text = "Hey, if you're showcasing this, you can get some perks in the Discord server!" Domain.About_4.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.About_4.TextScaled = true Domain.About_4.TextSize = 14.000 Domain.About_4.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) Domain.About_4.TextWrapped = true Domain.About_4.TextXAlignment = Enum.TextXAlignment.Left Domain.About_4.TextYAlignment = Enum.TextYAlignment.Top Domain.About_5.Name = "About" Domain.About_5.Parent = Domain.Functionality_5 Domain.About_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.About_5.BackgroundTransparency = 1.000 Domain.About_5.BorderSizePixel = 0 Domain.About_5.Position = UDim2.new(0.0428941995, 0, 0.876436234, 0) Domain.About_5.Size = UDim2.new(0.829617858, 0, 0.0626301542, 0) Domain.About_5.ZIndex = 1002 Domain.About_5.Font = Enum.Font.GothamBlack Domain.About_5.Text = "Some features use code from Infinite Yield by Edge" Domain.About_5.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.About_5.TextScaled = true Domain.About_5.TextSize = 14.000 Domain.About_5.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) Domain.About_5.TextWrapped = true Domain.About_5.TextXAlignment = Enum.TextXAlignment.Left Domain.About_5.TextYAlignment = Enum.TextYAlignment.Top Domain.About_6.Name = "About" Domain.About_6.Parent = Domain.Functionality_5 Domain.About_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.About_6.BackgroundTransparency = 1.000 Domain.About_6.BorderSizePixel = 0 Domain.About_6.Position = UDim2.new(0.0371906646, 0, 0.115652762, 0) Domain.About_6.Size = UDim2.new(0.909608364, 0, 0.0326033197, 0) Domain.About_6.ZIndex = 1002 Domain.About_6.Font = Enum.Font.GothamBold Domain.About_6.Text = "Showcasing" Domain.About_6.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.About_6.TextScaled = true Domain.About_6.TextSize = 14.000 Domain.About_6.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) Domain.About_6.TextWrapped = true Domain.About_6.TextXAlignment = Enum.TextXAlignment.Left Domain.About_6.TextYAlignment = Enum.TextYAlignment.Top Domain.CopyButtonFrame.Name = "CopyButtonFrame" Domain.CopyButtonFrame.Parent = Domain.Functionality_5 Domain.CopyButtonFrame.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.CopyButtonFrame.BorderSizePixel = 0 Domain.CopyButtonFrame.Position = UDim2.new(0.585601747, 0, 0.275805533, 0) Domain.CopyButtonFrame.Size = UDim2.new(0.0994627476, 0, 0.0681438595, 0) Domain.CopyButtonFrame.ZIndex = 1005 Domain.UICorner_44.CornerRadius = UDim.new(0, 10) Domain.UICorner_44.Parent = Domain.CopyButtonFrame Domain.CopyButton.Name = "CopyButton" Domain.CopyButton.Parent = Domain.CopyButtonFrame Domain.CopyButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.CopyButton.BackgroundTransparency = 1.000 Domain.CopyButton.BorderSizePixel = 0 Domain.CopyButton.Position = UDim2.new(0.126002312, 0, 0.123000614, 0) Domain.CopyButton.Size = UDim2.new(0.717000008, 0, 0.713, 0) Domain.CopyButton.ZIndex = 1006 Domain.CopyButton.Image = "rbxassetid://3926305904" Domain.CopyButton.ImageRectOffset = Vector2.new(164, 924) Domain.CopyButton.ImageRectSize = Vector2.new(36, 36) Domain.Credits_5.Name = "Credits" Domain.Credits_5.Parent = Domain.AboutFrame Domain.Credits_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Credits_5.BackgroundTransparency = 1.000 Domain.Credits_5.BorderSizePixel = 0 Domain.Credits_5.Position = UDim2.new(0.042754259, 0, 0.945035338, 0) Domain.Credits_5.Size = UDim2.new(0.194060624, 0, 0.0415861197, 0) Domain.Credits_5.ZIndex = 1002 Domain.Credits_5.Font = Enum.Font.GothamBold Domain.Credits_5.Text = "Domain V2" Domain.Credits_5.TextColor3 = Color3.fromRGB(122, 122, 122) Domain.Credits_5.TextScaled = true Domain.Credits_5.TextSize = 14.000 Domain.Credits_5.TextWrapped = true Domain.Credits_5.TextXAlignment = Enum.TextXAlignment.Left Domain.UITextSizeConstraint_11.Parent = Domain.Credits_5 Domain.UITextSizeConstraint_11.MaxTextSize = 20 Domain.Shadow_9.Name = "Shadow" Domain.Shadow_9.Parent = Domain.AboutFrame Domain.Shadow_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Shadow_9.BackgroundTransparency = 1.000 Domain.Shadow_9.BorderSizePixel = 0 Domain.Shadow_9.Position = UDim2.new(-0.0620924681, 0, -0.231648937, 0) Domain.Shadow_9.Size = UDim2.new(1.11987317, 0, 1.54196727, 0) Domain.Shadow_9.ZIndex = 999 Domain.Shadow_9.Image = "rbxassetid://3523728077" Domain.Shadow_9.ImageColor3 = Color3.fromRGB(33, 33, 33) Domain.Shadow_9.ImageTransparency = 0.600 Domain.ExitFrame_5.Name = "ExitFrame" Domain.ExitFrame_5.Parent = Domain.AboutFrame Domain.ExitFrame_5.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.ExitFrame_5.BackgroundTransparency = 1.000 Domain.ExitFrame_5.BorderSizePixel = 0 Domain.ExitFrame_5.Position = UDim2.new(0.867858231, 0, 0.00711072702, 0) Domain.ExitFrame_5.Size = UDim2.new(0.103256203, 0, 0.0643658787, 0) Domain.ExitFrame_5.ZIndex = 1010 Domain.Exit_5.Name = "Exit" Domain.Exit_5.Parent = Domain.ExitFrame_5 Domain.Exit_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Exit_5.BackgroundTransparency = 1.000 Domain.Exit_5.BorderSizePixel = 0 Domain.Exit_5.Position = UDim2.new(0.039441824, 0, 0, 0) Domain.Exit_5.Size = UDim2.new(0.960559964, 0, 0.960559964, 0) Domain.Exit_5.ZIndex = 1009 Domain.Exit_5.Text = "" Domain.Exit_5.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Exit_5.TextScaled = true Domain.Exit_5.TextSize = 14.000 Domain.Exit_5.TextTransparency = 1.000 Domain.Exit_5.TextWrapped = true Domain.ExitText_5.Name = "ExitText" Domain.ExitText_5.Parent = Domain.ExitFrame_5 Domain.ExitText_5.AnchorPoint = Vector2.new(0.5, 0.5) Domain.ExitText_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.ExitText_5.BackgroundTransparency = 1.000 Domain.ExitText_5.BorderSizePixel = 0 Domain.ExitText_5.Position = UDim2.new(0.5, 0, 0.5, 0) Domain.ExitText_5.Size = UDim2.new(0.590867102, 0, 0.590868056, 0) Domain.ExitText_5.ZIndex = 1011 Domain.ExitText_5.Font = Enum.Font.GothamSemibold Domain.ExitText_5.Text = "X" Domain.ExitText_5.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.ExitText_5.TextScaled = true Domain.ExitText_5.TextSize = 14.000 Domain.ExitText_5.TextTransparency = 0.100 Domain.ExitText_5.TextWrapped = true Domain.ExitText_5.TextYAlignment = Enum.TextYAlignment.Bottom Domain.UICorner_45.Parent = Domain.ExitFrame_5 Domain.NotificationClip.Name = "NotificationClip" Domain.NotificationClip.Parent = Domain.Other Domain.NotificationClip.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.NotificationClip.BackgroundTransparency = 1.000 Domain.NotificationClip.BorderSizePixel = 0 Domain.NotificationClip.ClipsDescendants = true Domain.NotificationClip.Position = UDim2.new(-18.8124104, 0, -0.482687026, 0) Domain.NotificationClip.Size = UDim2.new(15.9392166, 0, 0.865230322, 0) Domain.NotificationClip.ZIndex = 1000 Domain.Template_3.Name = "Template" Domain.Template_3.Parent = Domain.NotificationClip Domain.Template_3.AnchorPoint = Vector2.new(0.5, 0.5) Domain.Template_3.BackgroundColor3 = Color3.fromRGB(0, 140, 103) Domain.Template_3.BackgroundTransparency = 1.000 Domain.Template_3.BorderSizePixel = 0 Domain.Template_3.Position = UDim2.new(0.5, 0, 0.0500000007, 0) Domain.Template_3.Size = UDim2.new(1, 0, 0.0585898906, 0) Domain.Template_3.Visible = false Domain.Template_3.ZIndex = 1000 Domain.Content_2.Name = "Content" Domain.Content_2.Parent = Domain.Template_3 Domain.Content_2.AnchorPoint = Vector2.new(0.5, 0.5) Domain.Content_2.BackgroundColor3 = Color3.fromRGB(0, 115, 84) Domain.Content_2.BorderSizePixel = 0 Domain.Content_2.Position = UDim2.new(0.5, 0, 0.5, 0) Domain.Content_2.Size = UDim2.new(0.964834988, 0, 1, 0) Domain.Content_2.ZIndex = 100 Domain.Content_2.Font = Enum.Font.GothamBold Domain.Content_2.Text = "Welcome, rivertropic." Domain.Content_2.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Content_2.TextScaled = true Domain.Content_2.TextSize = 16.000 Domain.Content_2.TextWrapped = true Domain.UITextSizeConstraint_12.Parent = Domain.Content_2 Domain.UITextSizeConstraint_12.MaxTextSize = 16 Domain.UICorner_46.CornerRadius = UDim.new(0, 10) Domain.UICorner_46.Parent = Domain.Content_2 Domain.FPS.Name = "FPS" Domain.FPS.Parent = Domain.Other Domain.FPS.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Domain.FPS.BackgroundTransparency = 1.000 Domain.FPS.BorderSizePixel = 0 Domain.FPS.Position = UDim2.new(-21.2269993, 0, -0.616999984, 0) Domain.FPS.Size = UDim2.new(1.10686302, 0, 0.0669017285, 0) Domain.FPS.ZIndex = 10000 Domain.TextLabel.Parent = Domain.FPS Domain.TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.TextLabel.BackgroundTransparency = 1.000 Domain.TextLabel.BorderSizePixel = 0 Domain.TextLabel.Position = UDim2.new(0.391390681, 0, 0.233096242, 0) Domain.TextLabel.Size = UDim2.new(0.495242238, 0, 0.5, 0) Domain.TextLabel.ZIndex = 30000 Domain.TextLabel.Font = Enum.Font.GothamBold Domain.TextLabel.Text = "100" Domain.TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.TextLabel.TextScaled = true Domain.TextLabel.TextSize = 14.000 Domain.TextLabel.TextTransparency = 1.000 Domain.TextLabel.TextWrapped = true Domain.UICorner_47.Parent = Domain.FPS Domain.Fpsimage.Name = "Fpsimage" Domain.Fpsimage.Parent = Domain.FPS Domain.Fpsimage.BackgroundTransparency = 1.000 Domain.Fpsimage.BorderSizePixel = 0 Domain.Fpsimage.Position = UDim2.new(0.0802138001, 0, 0.116548121, 0) Domain.Fpsimage.Size = UDim2.new(0.297777086, 0, 0.733096242, 0) Domain.Fpsimage.ZIndex = 100000 Domain.Fpsimage.Image = "rbxassetid://3926307971" Domain.Fpsimage.ImageRectOffset = Vector2.new(444, 364) Domain.Fpsimage.ImageRectSize = Vector2.new(36, 36) Domain.Fpsimage.ImageTransparency = 1.000 Domain.Home.Name = "Home" Domain.Home.Parent = Domain.Other Domain.Home.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.Home.BackgroundTransparency = 1.000 Domain.Home.BorderSizePixel = 0 Domain.Home.Position = UDim2.new(-10.8439941, 0, -0.552081406, 0) Domain.Home.Size = UDim2.new(11.6363373, 0, 2.1054101, 0) Domain.Home.Visible = false Domain.Date.Name = "Date" Domain.Date.Parent = Domain.Home Domain.Date.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Date.BackgroundTransparency = 1.000 Domain.Date.BorderSizePixel = 0 Domain.Date.Position = UDim2.new(0.300832152, 0, 0.0287686884, 0) Domain.Date.Size = UDim2.new(0.670576036, 0, 0.0295379832, 0) Domain.Date.ZIndex = 10 Domain.Date.Font = Enum.Font.GothamBold Domain.Date.Text = "Tuesday, 19th January" Domain.Date.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Date.TextScaled = true Domain.Date.TextSize = 14.000 Domain.Date.TextWrapped = true Domain.Date.TextXAlignment = Enum.TextXAlignment.Right Domain.Shadow_10.Name = "Shadow" Domain.Shadow_10.Parent = Domain.Home Domain.Shadow_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Shadow_10.BackgroundTransparency = 1.000 Domain.Shadow_10.BorderSizePixel = 0 Domain.Shadow_10.Position = UDim2.new(-1.06500006, 0, -0.122000001, 0) Domain.Shadow_10.Size = UDim2.new(2.08256507, 0, 1.39782345, 0) Domain.Shadow_10.Image = "http://www.roblox.com/asset/?id=5602558289" Domain.Shadow_10.ImageColor3 = Color3.fromRGB(22, 22, 22) Domain.Shadow_10.ImageTransparency = 0.400 Domain.Time.Name = "Time" Domain.Time.Parent = Domain.Home Domain.Time.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Time.BackgroundTransparency = 1.000 Domain.Time.BorderSizePixel = 0 Domain.Time.Position = UDim2.new(0.300832152, 0, 0.0630597025, 0) Domain.Time.Size = UDim2.new(0.670576036, 0, 0.0295379832, 0) Domain.Time.ZIndex = 10 Domain.Time.Font = Enum.Font.GothamSemibold Domain.Time.Text = "10:17" Domain.Time.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Time.TextScaled = true Domain.Time.TextSize = 14.000 Domain.Time.TextWrapped = true Domain.Time.TextXAlignment = Enum.TextXAlignment.Right Domain.Tabs.Name = "Tabs" Domain.Tabs.Parent = Domain.Home Domain.Tabs.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Tabs.BackgroundTransparency = 1.000 Domain.Tabs.BorderSizePixel = 0 Domain.Tabs.Position = UDim2.new(-1.01613891, 0, 0.0750695094, 0) Domain.Tabs.Size = UDim2.new(1.73887193, 0, 0.848330796, 0) Domain.Tabs.Visible = true Domain.RunningVersion.Name = "RunningVersion" Domain.RunningVersion.Parent = Domain.Tabs Domain.RunningVersion.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.RunningVersion.BorderSizePixel = 0 Domain.RunningVersion.Position = UDim2.new(0.0193175934, 0, 0.0458831303, 0) Domain.RunningVersion.Size = UDim2.new(0.269329041, 0, 0.201063007, 0) Domain.VersionText.Name = "VersionText" Domain.VersionText.Parent = Domain.RunningVersion Domain.VersionText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.VersionText.BackgroundTransparency = 1.000 Domain.VersionText.BorderSizePixel = 0 Domain.VersionText.Position = UDim2.new(0.035863027, 0, 0.108670361, 0) Domain.VersionText.Size = UDim2.new(0.700843453, 0, 0.215540618, 0) Domain.VersionText.Font = Enum.Font.GothamBold Domain.VersionText.Text = "You're running Domain version versoionnum" Domain.VersionText.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.VersionText.TextScaled = true Domain.VersionText.TextSize = 14.000 Domain.VersionText.TextWrapped = true Domain.VersionText.TextXAlignment = Enum.TextXAlignment.Left Domain.VersionText.TextYAlignment = Enum.TextYAlignment.Top Domain.UICorner_48.CornerRadius = UDim.new(0, 12) Domain.UICorner_48.Parent = Domain.RunningVersion Domain.VersionText2.Name = "VersionText2" Domain.VersionText2.Parent = Domain.RunningVersion Domain.VersionText2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.VersionText2.BackgroundTransparency = 1.000 Domain.VersionText2.BorderSizePixel = 0 Domain.VersionText2.Position = UDim2.new(0.035863027, 0, 0.35317868, 0) Domain.VersionText2.Size = UDim2.new(0.920012116, 0, 0.101591855, 0) Domain.VersionText2.Font = Enum.Font.GothamSemibold Domain.VersionText2.Text = "- Added brrrrrrrrrrrrrr" Domain.VersionText2.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.VersionText2.TextScaled = true Domain.VersionText2.TextSize = 14.000 Domain.VersionText2.TextWrapped = true Domain.VersionText2.TextXAlignment = Enum.TextXAlignment.Left Domain.VersionText2.TextYAlignment = Enum.TextYAlignment.Top Domain.toolicon.Name = "toolicon" Domain.toolicon.Parent = Domain.RunningVersion Domain.toolicon.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.toolicon.BackgroundTransparency = 1.000 Domain.toolicon.BorderSizePixel = 0 Domain.toolicon.Position = UDim2.new(0.900498748, 0, 0.0815027729, 0) Domain.toolicon.Size = UDim2.new(0.0535674989, 0, 0.131906688, 0) Domain.toolicon.Image = "rbxassetid://3926307971" Domain.toolicon.ImageRectOffset = Vector2.new(964, 4) Domain.toolicon.ImageRectSize = Vector2.new(36, 36) Domain.Friendstab.Name = "Friendstab" Domain.Friendstab.Parent = Domain.Tabs Domain.Friendstab.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.Friendstab.BorderSizePixel = 0 Domain.Friendstab.Position = UDim2.new(0.0199215934, 0, 0.255640179, 0) Domain.Friendstab.Size = UDim2.new(0.153860107, 0, 0.125046894, 0) Domain.amount.Name = "amount" Domain.amount.Parent = Domain.Friendstab Domain.amount.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.amount.BackgroundTransparency = 1.000 Domain.amount.BorderSizePixel = 0 Domain.amount.Position = UDim2.new(0.063328214, 0, 0.576994181, 0) Domain.amount.Size = UDim2.new(0.582208514, 0, 0.309121609, 0) Domain.amount.Font = Enum.Font.GothamBold Domain.amount.Text = "You have 10 friends online" Domain.amount.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.amount.TextScaled = true Domain.amount.TextSize = 14.000 Domain.amount.TextWrapped = true Domain.amount.TextXAlignment = Enum.TextXAlignment.Left Domain.amount.TextYAlignment = Enum.TextYAlignment.Bottom Domain.UICorner_49.CornerRadius = UDim.new(0, 12) Domain.UICorner_49.Parent = Domain.Friendstab Domain.friendsicon.Name = "friendsicon" Domain.friendsicon.Parent = Domain.Friendstab Domain.friendsicon.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.friendsicon.BackgroundTransparency = 1.000 Domain.friendsicon.BorderSizePixel = 0 Domain.friendsicon.Position = UDim2.new(0.838687718, 0, 0.114787847, 0) Domain.friendsicon.Size = UDim2.new(0.0918392017, 0, 0.204495683, 0) Domain.friendsicon.Image = "http://www.roblox.com/asset/?id=274960114" Domain.discordtab.Name = "discordtab" Domain.discordtab.Parent = Domain.Tabs Domain.discordtab.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.discordtab.BorderSizePixel = 0 Domain.discordtab.Position = UDim2.new(0.178086638, 0, 0.255640179, 0) Domain.discordtab.Size = UDim2.new(0.182464048, 0, 0.184245259, 0) Domain.text.Name = "text" Domain.text.Parent = Domain.discordtab Domain.text.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.text.BackgroundTransparency = 1.000 Domain.text.BorderSizePixel = 0 Domain.text.Position = UDim2.new(0.0500941612, 0, 0.0779062882, 0) Domain.text.Size = UDim2.new(0.74847132, 0, 0.350369573, 0) Domain.text.Font = Enum.Font.GothamBold Domain.text.Text = "Enjoying Domain? Join our Discord for updates and news on the latest releases" Domain.text.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.text.TextScaled = true Domain.text.TextSize = 14.000 Domain.text.TextWrapped = true Domain.text.TextXAlignment = Enum.TextXAlignment.Left Domain.text.TextYAlignment = Enum.TextYAlignment.Top Domain.UICorner_50.CornerRadius = UDim.new(0, 12) Domain.UICorner_50.Parent = Domain.discordtab Domain.link.Name = "link" Domain.link.Parent = Domain.discordtab Domain.link.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.link.BackgroundTransparency = 1.000 Domain.link.BorderSizePixel = 0 Domain.link.Position = UDim2.new(0.0500941612, 0, 0.465457529, 0) Domain.link.Size = UDim2.new(0.859486938, 0, 0.108649939, 0) Domain.link.ZIndex = 100 Domain.link.Font = Enum.Font.GothamSemibold Domain.link.Text = "discord.gg/2enfwef" Domain.link.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.link.TextScaled = true Domain.link.TextSize = 14.000 Domain.link.TextWrapped = true Domain.link.TextXAlignment = Enum.TextXAlignment.Left Domain.link.TextYAlignment = Enum.TextYAlignment.Top Domain.Friend2tab.Name = "Friend2tab" Domain.Friend2tab.Parent = Domain.Tabs Domain.Friend2tab.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.Friend2tab.BorderSizePixel = 0 Domain.Friend2tab.Position = UDim2.new(0.0199215934, 0, 0.387702018, 0) Domain.Friend2tab.Size = UDim2.new(0.153860107, 0, 0.0521833971, 0) Domain.amount_2.Name = "amount" Domain.amount_2.Parent = Domain.Friend2tab Domain.amount_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.amount_2.BackgroundTransparency = 1.000 Domain.amount_2.BorderSizePixel = 0 Domain.amount_2.Position = UDim2.new(0.059404593, 0, 0.359369487, 0) Domain.amount_2.Size = UDim2.new(0.871122241, 0, 0.334057689, 0) Domain.amount_2.Font = Enum.Font.GothamSemibold Domain.amount_2.Text = "nil are in this game" Domain.amount_2.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.amount_2.TextScaled = true Domain.amount_2.TextSize = 14.000 Domain.amount_2.TextWrapped = true Domain.amount_2.TextXAlignment = Enum.TextXAlignment.Left Domain.UICorner_51.CornerRadius = UDim.new(0, 12) Domain.UICorner_51.Parent = Domain.Friend2tab Domain.MusicSystem.Name = "MusicSystem" Domain.MusicSystem.Parent = Domain.Tabs Domain.MusicSystem.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.MusicSystem.BorderSizePixel = 0 Domain.MusicSystem.Position = UDim2.new(0.292242467, 0, 0.0458831452, 0) Domain.MusicSystem.Size = UDim2.new(0.182464048, 0, 0.201062992, 0) Domain.text_2.Name = "text" Domain.text_2.Parent = Domain.MusicSystem Domain.text_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.text_2.BackgroundTransparency = 1.000 Domain.text_2.BorderSizePixel = 0 Domain.text_2.Position = UDim2.new(0.0500942022, 0, 0.0779060945, 0) Domain.text_2.Size = UDim2.new(0.74847132, 0, 0.104409643, 0) Domain.text_2.Font = Enum.Font.GothamBold Domain.text_2.Text = "Client Music" Domain.text_2.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.text_2.TextScaled = true Domain.text_2.TextSize = 14.000 Domain.text_2.TextWrapped = true Domain.text_2.TextXAlignment = Enum.TextXAlignment.Left Domain.text_2.TextYAlignment = Enum.TextYAlignment.Top Domain.UICorner_52.CornerRadius = UDim.new(0, 12) Domain.UICorner_52.Parent = Domain.MusicSystem Domain.Pages_2.Name = "Pages" Domain.Pages_2.Parent = Domain.MusicSystem Domain.Pages_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Pages_2.BackgroundTransparency = 1.000 Domain.Pages_2.BorderSizePixel = 0 Domain.Pages_2.Position = UDim2.new(-1.01020404e-07, 0, 0.227996498, 0) Domain.Pages_2.Size = UDim2.new(1.00000024, 0, 0.772003472, 0) Domain.ID.Name = "ID" Domain.ID.Parent = Domain.Pages_2 Domain.ID.BackgroundColor3 = Color3.fromRGB(60, 60, 60) Domain.ID.BorderSizePixel = 0 Domain.ID.Position = UDim2.new(1.14677874e-07, 0, 0, 0) Domain.ID.Size = UDim2.new(1, 0, 1, 0) Domain.UICorner_53.CornerRadius = UDim.new(0, 12) Domain.UICorner_53.Parent = Domain.ID Domain.SoundIdBox.Name = "SoundIdBox" Domain.SoundIdBox.Parent = Domain.ID Domain.SoundIdBox.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.SoundIdBox.BorderSizePixel = 0 Domain.SoundIdBox.Position = UDim2.new(0.172132269, 0, 0.175068468, 0) Domain.SoundIdBox.Size = UDim2.new(0.662047207, 0, 0.253864467, 0) Domain.SoundIdBox.Font = Enum.Font.GothamSemibold Domain.SoundIdBox.PlaceholderText = "SoundId" Domain.SoundIdBox.Text = "" Domain.SoundIdBox.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.SoundIdBox.TextSize = 18.000 Domain.SoundIdBox.TextWrapped = true Domain.UICorner_54.Parent = Domain.SoundIdBox Domain.ToggleSound.Name = "ToggleSound" Domain.ToggleSound.Parent = Domain.ID Domain.ToggleSound.BackgroundColor3 = Color3.fromRGB(80, 80, 80) Domain.ToggleSound.BorderSizePixel = 0 Domain.ToggleSound.Position = UDim2.new(0.27805981, 0, 0.506281495, 0) Domain.ToggleSound.Size = UDim2.new(0.44459796, 0, 0.314727038, 0) Domain.ToggleSound.Font = Enum.Font.GothamBold Domain.ToggleSound.Text = "Play" Domain.ToggleSound.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.ToggleSound.TextSize = 20.000 Domain.UICorner_55.CornerRadius = UDim.new(0, 12) Domain.UICorner_55.Parent = Domain.ToggleSound Domain.File.Name = "File" Domain.File.Parent = Domain.Pages_2 Domain.File.BackgroundColor3 = Color3.fromRGB(60, 60, 60) Domain.File.BorderSizePixel = 0 Domain.File.Position = UDim2.new(1.14677874e-07, 0, 0, 0) Domain.File.Size = UDim2.new(1, 0, 1, 0) Domain.File.Visible = false Domain.UICorner_56.CornerRadius = UDim.new(0, 12) Domain.UICorner_56.Parent = Domain.File Domain.SoundList.Name = "SoundList" Domain.SoundList.Parent = Domain.File Domain.SoundList.Active = true Domain.SoundList.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.SoundList.BackgroundTransparency = 1.000 Domain.SoundList.BorderSizePixel = 0 Domain.SoundList.Size = UDim2.new(1, 0, 1.00000012, 0) Domain.SoundList.CanvasSize = UDim2.new(0, 0, 5, 0) Domain.SoundList.ScrollBarThickness = 4 Domain.supported.Name = "supported" Domain.supported.Parent = Domain.Tabs Domain.supported.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.supported.BorderSizePixel = 0 Domain.supported.Position = UDim2.new(0.364859402, 0, 0.255640179, 0) Domain.supported.Size = UDim2.new(0.158184364, 0, 0.296893567, 0) Domain.text_3.Name = "text" Domain.text_3.Parent = Domain.supported Domain.text_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.text_3.BackgroundTransparency = 1.000 Domain.text_3.BorderSizePixel = 0 Domain.text_3.Position = UDim2.new(0.0500942469, 0, 0.0595090203, 0) Domain.text_3.Size = UDim2.new(0.870617807, 0, 0.0596955419, 0) Domain.text_3.Font = Enum.Font.GothamBold Domain.text_3.Text = "Supported Executors" Domain.text_3.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.text_3.TextScaled = true Domain.text_3.TextSize = 14.000 Domain.text_3.TextWrapped = true Domain.text_3.TextXAlignment = Enum.TextXAlignment.Left Domain.text_3.TextYAlignment = Enum.TextYAlignment.Top Domain.UICorner_57.CornerRadius = UDim.new(0, 12) Domain.UICorner_57.Parent = Domain.supported Domain.text_4.Name = "text" Domain.text_4.Parent = Domain.supported Domain.text_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.text_4.BackgroundTransparency = 1.000 Domain.text_4.BorderSizePixel = 0 Domain.text_4.Position = UDim2.new(0.0500943139, 0, 0.136186719, 0) Domain.text_4.Size = UDim2.new(0.74847132, 0, 0.0607353151, 0) Domain.text_4.Font = Enum.Font.GothamSemibold Domain.text_4.Text = "Magnius" Domain.text_4.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.text_4.TextScaled = true Domain.text_4.TextSize = 14.000 Domain.text_4.TextWrapped = true Domain.text_4.TextXAlignment = Enum.TextXAlignment.Left Domain.text_4.TextYAlignment = Enum.TextYAlignment.Top Domain.text_5.Name = "text" Domain.text_5.Parent = Domain.supported Domain.text_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.text_5.BackgroundTransparency = 1.000 Domain.text_5.BorderSizePixel = 0 Domain.text_5.Position = UDim2.new(0.0500943139, 0, 0.211090177, 0) Domain.text_5.Size = UDim2.new(0.74847132, 0, 0.0607353151, 0) Domain.text_5.Font = Enum.Font.GothamSemibold Domain.text_5.Text = "Synapse-X" Domain.text_5.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.text_5.TextScaled = true Domain.text_5.TextSize = 14.000 Domain.text_5.TextWrapped = true Domain.text_5.TextXAlignment = Enum.TextXAlignment.Left Domain.text_5.TextYAlignment = Enum.TextYAlignment.Top Domain.text_6.Name = "text" Domain.text_6.Parent = Domain.supported Domain.text_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.text_6.BackgroundTransparency = 1.000 Domain.text_6.BorderSizePixel = 0 Domain.text_6.Position = UDim2.new(0.0500943139, 0, 0.282426566, 0) Domain.text_6.Size = UDim2.new(0.74847132, 0, 0.0607353151, 0) Domain.text_6.Font = Enum.Font.GothamSemibold Domain.text_6.Text = "KRNL" Domain.text_6.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.text_6.TextScaled = true Domain.text_6.TextSize = 14.000 Domain.text_6.TextWrapped = true Domain.text_6.TextXAlignment = Enum.TextXAlignment.Left Domain.text_6.TextYAlignment = Enum.TextYAlignment.Top Domain.text_7.Name = "text" Domain.text_7.Parent = Domain.supported Domain.text_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.text_7.BackgroundTransparency = 1.000 Domain.text_7.BorderSizePixel = 0 Domain.text_7.Position = UDim2.new(0.0500943139, 0, 0.357330024, 0) Domain.text_7.Size = UDim2.new(0.74847132, 0, 0.0607353151, 0) Domain.text_7.Font = Enum.Font.GothamSemibold Domain.text_7.Text = "Fluxus" Domain.text_7.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.text_7.TextScaled = true Domain.text_7.TextSize = 14.000 Domain.text_7.TextWrapped = true Domain.text_7.TextXAlignment = Enum.TextXAlignment.Left Domain.text_7.TextYAlignment = Enum.TextYAlignment.Top Domain.GameDetect.Name = "GameDetect" Domain.GameDetect.Parent = Domain.Home Domain.GameDetect.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.GameDetect.BorderSizePixel = 0 Domain.GameDetect.Position = UDim2.new(-0.378891945, 0, 0.291646302, 0) Domain.GameDetect.Size = UDim2.new(0.419720381, 0, 0.156591564, 0) Domain.GameDetect.Visible = false Domain.gametext.Name = "gametext" Domain.gametext.Parent = Domain.GameDetect Domain.gametext.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.gametext.BackgroundTransparency = 1.000 Domain.gametext.BorderSizePixel = 0 Domain.gametext.Position = UDim2.new(0.0372001939, 0, 0.0699851587, 0) Domain.gametext.Size = UDim2.new(0.797733009, 0, 0.105199791, 0) Domain.gametext.Font = Enum.Font.GothamBold Domain.gametext.Text = "Looks like you're playing $gamename" Domain.gametext.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.gametext.TextScaled = true Domain.gametext.TextSize = 14.000 Domain.gametext.TextWrapped = true Domain.gametext.TextXAlignment = Enum.TextXAlignment.Left Domain.UICorner_58.CornerRadius = UDim.new(0, 12) Domain.UICorner_58.Parent = Domain.GameDetect Domain.Slideshow.Name = "Slideshow" Domain.Slideshow.Parent = Domain.GameDetect Domain.Slideshow.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Slideshow.BackgroundTransparency = 1.000 Domain.Slideshow.BorderSizePixel = 0 Domain.Slideshow.Position = UDim2.new(0, 0, 0.223176703, 0) Domain.Slideshow.Size = UDim2.new(1.00000024, 0, 0.776823282, 0) Domain.Slideshow.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png" Domain.Slideshow.ScaleType = Enum.ScaleType.Crop Domain.UICorner_59.CornerRadius = UDim.new(0, 12) Domain.UICorner_59.Parent = Domain.Slideshow Domain.Details.Name = "Details" Domain.Details.Parent = Domain.GameDetect Domain.Details.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.Details.BackgroundTransparency = 0.600 Domain.Details.BorderSizePixel = 0 Domain.Details.Position = UDim2.new(0, 0, 0.913331211, 0) Domain.Details.Size = UDim2.new(1.00000024, 0, 0.085895814, 0) Domain.UICorner_60.Parent = Domain.Details Domain.Widgets.Name = "Widgets" Domain.Widgets.Parent = Domain.Home Domain.Widgets.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Widgets.BackgroundTransparency = 1.000 Domain.Widgets.BorderSizePixel = 0 Domain.Widgets.Position = UDim2.new(-1, 0, 0, 0) Domain.Widgets.Size = UDim2.new(2, 0, 1, 0) Domain.Executor.Name = "Executor" Domain.Executor.Parent = Domain.Other Domain.Executor.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.Executor.BorderSizePixel = 0 Domain.Executor.Position = UDim2.new(-20.5789719, 0, 0.725818396, 0) Domain.Executor.Size = UDim2.new(2.84152246, 0, 0.683123469, 0) Domain.Executor.Visible = false Domain.Executor.ZIndex = 1000 Domain.Outbounder.Name = "Outbounder" Domain.Outbounder.Parent = Domain.Executor Domain.Outbounder.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.Outbounder.BorderSizePixel = 0 Domain.Outbounder.Position = UDim2.new(0, 0, 0.0830806419, 0) Domain.Outbounder.Size = UDim2.new(0.999999821, 0, 0.0315557122, 0) Domain.Outbounder.ZIndex = 1001 Domain.UICorner_61.Parent = Domain.Executor Domain.Script.Name = "Script" Domain.Script.Parent = Domain.Executor Domain.Script.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.Script.BorderSizePixel = 0 Domain.Script.Position = UDim2.new(0.0390650965, 0, 0.132310539, 0) Domain.Script.Size = UDim2.new(0.914512575, 0, 0.815161884, 0) Domain.Script.ZIndex = 1002 Domain.Script.Font = Enum.Font.GothamSemibold Domain.Script.PlaceholderText = "Script" Domain.Script.Text = "" Domain.Script.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Script.TextSize = 14.000 Domain.Script.TextWrapped = true Domain.Script.TextXAlignment = Enum.TextXAlignment.Left Domain.Script.TextYAlignment = Enum.TextYAlignment.Top Domain.Topbar.Name = "Topbar" Domain.Topbar.Parent = Domain.Executor Domain.Topbar.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.Topbar.BorderSizePixel = 0 Domain.Topbar.Size = UDim2.new(0.999999821, 0, 0.114636354, 0) Domain.Topbar.ZIndex = 1001 Domain.UICorner_62.Parent = Domain.Topbar Domain.ExecTitle.Name = "ExecTitle" Domain.ExecTitle.Parent = Domain.Topbar Domain.ExecTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.ExecTitle.BackgroundTransparency = 1.000 Domain.ExecTitle.BorderSizePixel = 0 Domain.ExecTitle.Position = UDim2.new(0.0383638144, 0, 0.286305189, 0) Domain.ExecTitle.Size = UDim2.new(0.768913567, 0, 0.438426852, 0) Domain.ExecTitle.ZIndex = 1003 Domain.ExecTitle.Font = Enum.Font.GothamBold Domain.ExecTitle.Text = "Executor" Domain.ExecTitle.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.ExecTitle.TextScaled = true Domain.ExecTitle.TextSize = 14.000 Domain.ExecTitle.TextWrapped = true Domain.ExecTitle.TextXAlignment = Enum.TextXAlignment.Left Domain.ExitExecutor.Name = "ExitExecutor" Domain.ExitExecutor.Parent = Domain.Topbar Domain.ExitExecutor.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.ExitExecutor.BackgroundTransparency = 1.000 Domain.ExitExecutor.BorderSizePixel = 0 Domain.ExitExecutor.Position = UDim2.new(0.86105448, 0, 0, 0) Domain.ExitExecutor.Size = UDim2.new(0.0518599376, 0, 1.02968788, 0) Domain.ExitExecutor.ZIndex = 1004 Domain.ExitExecutor.Font = Enum.Font.GothamBold Domain.ExitExecutor.Text = "X" Domain.ExitExecutor.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.ExitExecutor.TextScaled = true Domain.ExitExecutor.TextSize = 14.000 Domain.ExitExecutor.TextWrapped = true Domain.ChatLogger.Name = "ChatLogger" Domain.ChatLogger.Parent = Domain.Other Domain.ChatLogger.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.ChatLogger.BorderSizePixel = 0 Domain.ChatLogger.Position = UDim2.new(-17.4903088, 0, 0.885810494, 0) Domain.ChatLogger.Size = UDim2.new(6.52151489, 0, 0.521957994, 0) Domain.ChatLogger.Visible = false Domain.ChatLogger.ZIndex = 1000 Domain.TopbarC.Name = "TopbarC" Domain.TopbarC.Parent = Domain.ChatLogger Domain.TopbarC.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.TopbarC.BorderSizePixel = 0 Domain.TopbarC.Size = UDim2.new(0.999999881, 0, 0.14119333, 0) Domain.TopbarC.ZIndex = 1003 Domain.UICorner_63.Parent = Domain.TopbarC Domain.CLogTitle.Name = "CLogTitle" Domain.CLogTitle.Parent = Domain.TopbarC Domain.CLogTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.CLogTitle.BackgroundTransparency = 1.000 Domain.CLogTitle.BorderSizePixel = 0 Domain.CLogTitle.Position = UDim2.new(0.0241448879, 0, 0.259758025, 0) Domain.CLogTitle.Size = UDim2.new(0.371459812, 0, 0.416741461, 0) Domain.CLogTitle.ZIndex = 1005 Domain.CLogTitle.Font = Enum.Font.GothamBold Domain.CLogTitle.Text = "Chat logs" Domain.CLogTitle.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.CLogTitle.TextScaled = true Domain.CLogTitle.TextSize = 14.000 Domain.CLogTitle.TextWrapped = true Domain.CLogTitle.TextXAlignment = Enum.TextXAlignment.Left Domain.ExitLog.Name = "ExitLog" Domain.ExitLog.Parent = Domain.TopbarC Domain.ExitLog.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.ExitLog.BackgroundTransparency = 1.000 Domain.ExitLog.BorderSizePixel = 0 Domain.ExitLog.Position = UDim2.new(0.950600147, 0, 0, 0) Domain.ExitLog.Size = UDim2.new(0.0254623573, 0, 1.00000048, 0) Domain.ExitLog.ZIndex = 1004 Domain.ExitLog.Font = Enum.Font.GothamBold Domain.ExitLog.Text = "X" Domain.ExitLog.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.ExitLog.TextScaled = true Domain.ExitLog.TextSize = 14.000 Domain.ExitLog.TextWrapped = true Domain.Overseerer.Name = "Overseerer" Domain.Overseerer.Parent = Domain.ChatLogger Domain.Overseerer.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.Overseerer.BorderSizePixel = 0 Domain.Overseerer.Position = UDim2.new(5.66802605e-08, 0, 0.098983556, 0) Domain.Overseerer.Size = UDim2.new(0.999999881, 0, 0.0422097668, 0) Domain.Overseerer.ZIndex = 1003 Domain.UICorner_64.Parent = Domain.ChatLogger Domain.theLOGS.Name = "theLOGS" Domain.theLOGS.Parent = Domain.ChatLogger Domain.theLOGS.Active = true Domain.theLOGS.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.theLOGS.BackgroundTransparency = 1.000 Domain.theLOGS.BorderSizePixel = 0 Domain.theLOGS.Position = UDim2.new(0, 0, 0.138309225, 0) Domain.theLOGS.Size = UDim2.new(0.999999881, 0, 0.818606853, 0) Domain.theLOGS.ZIndex = 1600 Domain.theLOGS.ScrollBarThickness = 0 Domain.Template_4.Name = "Template" Domain.Template_4.Parent = Domain.theLOGS Domain.Template_4.BackgroundColor3 = Color3.fromRGB(50, 50, 50) Domain.Template_4.BorderSizePixel = 0 Domain.Template_4.Size = UDim2.new(1, 0, 0.0664529651, 0) Domain.Template_4.ZIndex = 1030 Domain.UsernameLogs.Name = "UsernameLogs" Domain.UsernameLogs.Parent = Domain.Template_4 Domain.UsernameLogs.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.UsernameLogs.BackgroundTransparency = 1.000 Domain.UsernameLogs.BorderSizePixel = 0 Domain.UsernameLogs.Position = UDim2.new(0.0705773681, 0, 0.295741588, 0) Domain.UsernameLogs.Size = UDim2.new(0.36992082, 0, 0.399726748, 0) Domain.UsernameLogs.ZIndex = 1040 Domain.UsernameLogs.Font = Enum.Font.GothamSemibold Domain.UsernameLogs.Text = "Username -" Domain.UsernameLogs.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.UsernameLogs.TextScaled = true Domain.UsernameLogs.TextSize = 14.000 Domain.UsernameLogs.TextWrapped = true Domain.UsernameLogs.TextXAlignment = Enum.TextXAlignment.Left Domain.ChatMsg.Name = "ChatMsg" Domain.ChatMsg.Parent = Domain.Template_4 Domain.ChatMsg.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.ChatMsg.BackgroundTransparency = 1.000 Domain.ChatMsg.BorderSizePixel = 0 Domain.ChatMsg.Position = UDim2.new(0.230305076, 0, 0.295739889, 0) Domain.ChatMsg.Size = UDim2.new(0.745757461, 0, 0.399726748, 0) Domain.ChatMsg.ZIndex = 1040 Domain.ChatMsg.Font = Enum.Font.GothamSemibold Domain.ChatMsg.Text = "MessageMessageMessageMessageMessage" Domain.ChatMsg.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.ChatMsg.TextScaled = true Domain.ChatMsg.TextSize = 14.000 Domain.ChatMsg.TextWrapped = true Domain.ChatMsg.TextXAlignment = Enum.TextXAlignment.Left Domain.friendsicon_2.Name = "friendsicon" Domain.friendsicon_2.Parent = Domain.Template_4 Domain.friendsicon_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.friendsicon_2.BackgroundTransparency = 1.000 Domain.friendsicon_2.BorderSizePixel = 0 Domain.friendsicon_2.Position = UDim2.new(0.0233334526, 0, 0.22729136, 0) Domain.friendsicon_2.Size = UDim2.new(0.0328187644, 0, 0.496300817, 0) Domain.friendsicon_2.ZIndex = 1050 Domain.friendsicon_2.Image = "http://www.roblox.com/asset/?id=274960114" Domain.ServerhopAnim.Name = "ServerhopAnim" Domain.ServerhopAnim.Parent = Domain.Other Domain.ServerhopAnim.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.ServerhopAnim.BackgroundTransparency = 1.000 Domain.ServerhopAnim.BorderSizePixel = 0 Domain.ServerhopAnim.Position = UDim2.new(-22.4708405, 0, -0.552168131, 0) Domain.ServerhopAnim.Size = UDim2.new(23.2615376, 0, 2.1058526, 0) Domain.ServerhopAnim.Visible = false Domain.NoticeMessage.Name = "NoticeMessage" Domain.NoticeMessage.Parent = Domain.ServerhopAnim Domain.NoticeMessage.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.NoticeMessage.BackgroundTransparency = 1.000 Domain.NoticeMessage.BorderSizePixel = 0 Domain.NoticeMessage.Position = UDim2.new(0.0275973734, 0, 0.491011739, 0) Domain.NoticeMessage.Size = UDim2.new(0.272888154, 0, 0.0167460982, 0) Domain.NoticeMessage.ZIndex = 1000 Domain.NoticeMessage.Font = Enum.Font.GothamBold Domain.NoticeMessage.Text = "Give us a second while we find the best server for you" Domain.NoticeMessage.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.NoticeMessage.TextScaled = true Domain.NoticeMessage.TextSize = 14.000 Domain.NoticeMessage.TextWrapped = true Domain.NoticeMessage.TextXAlignment = Enum.TextXAlignment.Left Domain.Shadow_11.Name = "Shadow" Domain.Shadow_11.Parent = Domain.ServerhopAnim Domain.Shadow_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Shadow_11.BackgroundTransparency = 1.000 Domain.Shadow_11.BorderSizePixel = 0 Domain.Shadow_11.Position = UDim2.new(-1.06500006, 0, -0.122000001, 0) Domain.Shadow_11.Size = UDim2.new(2.08256507, 0, 1.39782345, 0) Domain.Shadow_11.Image = "http://www.roblox.com/asset/?id=5602558289" Domain.Shadow_11.ImageColor3 = Color3.fromRGB(22, 22, 22) Domain.Shadow_11.ImageTransparency = 0.100 Domain.ShlexLogo.Name = "ShlexLogo" Domain.ShlexLogo.Parent = Domain.ServerhopAnim Domain.ShlexLogo.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.ShlexLogo.BackgroundTransparency = 1.000 Domain.ShlexLogo.BorderSizePixel = 0 Domain.ShlexLogo.Position = UDim2.new(0.939696372, 0, 0.46847716, 0) Domain.ShlexLogo.Size = UDim2.new(0.0411427617, 0, 0.0735122114, 0) Domain.ShlexLogo.ZIndex = 5 Domain.ShlexLogo.Image = "rbxassetid://6404488837" Domain.SmallMessage.Name = "SmallMessage" Domain.SmallMessage.Parent = Domain.ServerhopAnim Domain.SmallMessage.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.SmallMessage.BackgroundTransparency = 1.000 Domain.SmallMessage.BorderSizePixel = 0 Domain.SmallMessage.Position = UDim2.new(0.234, 0, 0.748, 0) Domain.SmallMessage.Size = UDim2.new(0.530992925, 0, 0.0167460982, 0) Domain.SmallMessage.ZIndex = 1000 Domain.SmallMessage.Font = Enum.Font.GothamSemibold Domain.SmallMessage.Text = "imagine not using domain hub" Domain.SmallMessage.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.SmallMessage.TextScaled = true Domain.SmallMessage.TextSize = 14.000 Domain.SmallMessage.TextTransparency = 0.500 Domain.SmallMessage.TextWrapped = true Domain.CancelShop.Name = "CancelShop" Domain.CancelShop.Parent = Domain.ServerhopAnim Domain.CancelShop.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Domain.CancelShop.BackgroundTransparency = 0.700 Domain.CancelShop.BorderSizePixel = 0 Domain.CancelShop.Position = UDim2.new(0.027597364, 0, 0.517927229, 0) Domain.CancelShop.Size = UDim2.new(0.0769528076, 0, 0.0418602675, 0) Domain.CancelShop.ZIndex = 1000 Domain.CancelShop.Font = Enum.Font.GothamBold Domain.CancelShop.Text = "Cancel" Domain.CancelShop.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.CancelShop.TextSize = 18.000 Domain.UICorner_65.Parent = Domain.CancelShop Domain.LargeMsg.Name = "LargeMsg" Domain.LargeMsg.Parent = Domain.ServerhopAnim Domain.LargeMsg.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.LargeMsg.BackgroundTransparency = 1.000 Domain.LargeMsg.BorderSizePixel = 0 Domain.LargeMsg.Position = UDim2.new(0.0203074999, 0, 0.0379411466, 0) Domain.LargeMsg.Size = UDim2.new(0.272888154, 0, 0.0347569771, 0) Domain.LargeMsg.ZIndex = 1000 Domain.LargeMsg.Font = Enum.Font.GothamBold Domain.LargeMsg.Text = "Serverhop" Domain.LargeMsg.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.LargeMsg.TextScaled = true Domain.LargeMsg.TextSize = 14.000 Domain.LargeMsg.TextWrapped = true Domain.LargeMsg.TextXAlignment = Enum.TextXAlignment.Left Domain.FriendJoined.Name = "FriendJoined" Domain.FriendJoined.Parent = Domain.Other Domain.FriendJoined.BackgroundColor3 = Color3.fromRGB(31, 31, 31) Domain.FriendJoined.BorderSizePixel = 0 Domain.FriendJoined.Position = UDim2.new(-4.58847857, 0, 1.30335116, 0) Domain.FriendJoined.Size = UDim2.new(4.92762661, 0, 0.195112452, 0) Domain.FriendJoined.Visible = false Domain.UICorner_66.CornerRadius = UDim.new(0, 10) Domain.UICorner_66.Parent = Domain.FriendJoined Domain.Textjoin.Name = "Textjoin" Domain.Textjoin.Parent = Domain.FriendJoined Domain.Textjoin.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Textjoin.BackgroundTransparency = 1.000 Domain.Textjoin.BorderSizePixel = 0 Domain.Textjoin.Position = UDim2.new(0.26033023, 0, 0.25, 0) Domain.Textjoin.Size = UDim2.new(0.685603261, 0, 0.5, 0) Domain.Textjoin.Font = Enum.Font.GothamBold Domain.Textjoin.Text = "Your friend, usernameusername has joined the server" Domain.Textjoin.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Textjoin.TextScaled = true Domain.Textjoin.TextSize = 14.000 Domain.Textjoin.TextWrapped = true Domain.Textjoin.TextXAlignment = Enum.TextXAlignment.Left Domain.UITextSizeConstraint_13.Parent = Domain.Textjoin Domain.UITextSizeConstraint_13.MaxTextSize = 20 Domain.Avatarjoin.Name = "Avatarjoin" Domain.Avatarjoin.Parent = Domain.FriendJoined Domain.Avatarjoin.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Avatarjoin.BackgroundTransparency = 1.000 Domain.Avatarjoin.BorderSizePixel = 0 Domain.Avatarjoin.Position = UDim2.new(0.0651319921, 0, 0.189999998, 0) Domain.Avatarjoin.Size = UDim2.new(0.150188312, 0, 0.606190205, 0) Domain.Avatarjoin.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png" Domain.UICorner_67.CornerRadius = UDim.new(1, 20) Domain.UICorner_67.Parent = Domain.Avatarjoin Domain.LoadingFrame.Name = "LoadingFrame" Domain.LoadingFrame.Parent = Domain.Domain Domain.LoadingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.LoadingFrame.BorderSizePixel = 0 Domain.LoadingFrame.Position = UDim2.new(0.432880074, 0, 0.0708722174, 0) Domain.LoadingFrame.Size = UDim2.new(0.133718997, 0, 0.057831496, 0) Domain.LoadingFrame.Visible = false Domain.Text_2.Name = "Text" Domain.Text_2.Parent = Domain.LoadingFrame Domain.Text_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Text_2.BackgroundTransparency = 1.000 Domain.Text_2.BorderSizePixel = 0 Domain.Text_2.Position = UDim2.new(0.0778996721, 0, 0.24003917, 0) Domain.Text_2.Size = UDim2.new(0.840751648, 0, 0.272304982, 0) Domain.Text_2.Font = Enum.Font.GothamBold Domain.Text_2.Text = "Domain" Domain.Text_2.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Text_2.TextScaled = true Domain.Text_2.TextSize = 14.000 Domain.Text_2.TextWrapped = true Domain.UICorner_68.CornerRadius = UDim.new(0, 7) Domain.UICorner_68.Parent = Domain.LoadingFrame Domain.Full.Name = "Full" Domain.Full.Parent = Domain.LoadingFrame Domain.Full.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Full.BorderSizePixel = 0 Domain.Full.ClipsDescendants = true Domain.Full.Position = UDim2.new(0.0778996721, 0, 0.628085971, 0) Domain.Full.Size = UDim2.new(0.840751648, 0, 0.136764228, 0) Domain.Progress.Name = "Progress" Domain.Progress.Parent = Domain.Full Domain.Progress.BackgroundColor3 = Color3.fromRGB(4, 112, 108) Domain.Progress.BorderSizePixel = 0 Domain.Progress.Position = UDim2.new(-0.280999988, 0, 0, 0) Domain.Progress.Size = UDim2.new(0.281289011, 0, 1, 0) Domain.UICorner_69.CornerRadius = UDim.new(0, 4) Domain.UICorner_69.Parent = Domain.Full Domain.UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(31, 31, 31)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(48, 48, 48))} Domain.UIGradient.Offset = Vector2.new(0, 0.200000003) Domain.UIGradient.Rotation = 249 Domain.UIGradient.Parent = Domain.LoadingFrame Domain.KeyFrame.Name = "KeyFrame" Domain.KeyFrame.Parent = Domain.Domain Domain.KeyFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.KeyFrame.BorderSizePixel = 0 Domain.KeyFrame.Position = UDim2.new(0.432999998, 0, 0.446999997, 0) Domain.KeyFrame.Size = UDim2.new(0.133718997, 0, 0.105746351, 0) Domain.KeyFrame.Visible = false Domain.Text_3.Name = "Text" Domain.Text_3.Parent = Domain.KeyFrame Domain.Text_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Text_3.BackgroundTransparency = 1.000 Domain.Text_3.BorderSizePixel = 0 Domain.Text_3.Position = UDim2.new(0.0778996721, 0, 0.134966582, 0) Domain.Text_3.Size = UDim2.new(0.840751648, 0, 0.153488904, 0) Domain.Text_3.Font = Enum.Font.GothamBold Domain.Text_3.Text = "Enter Key" Domain.Text_3.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Text_3.TextScaled = true Domain.Text_3.TextSize = 14.000 Domain.Text_3.TextWrapped = true Domain.Text_3.TextXAlignment = Enum.TextXAlignment.Left Domain.UICorner_70.CornerRadius = UDim.new(0, 7) Domain.UICorner_70.Parent = Domain.KeyFrame Domain.UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(31, 31, 31)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(48, 48, 48))} Domain.UIGradient_2.Offset = Vector2.new(0, 0.200000003) Domain.UIGradient_2.Rotation = 249 Domain.UIGradient_2.Parent = Domain.KeyFrame Domain.KeyBox.Name = "KeyBox" Domain.KeyBox.Parent = Domain.KeyFrame Domain.KeyBox.BackgroundColor3 = Color3.fromRGB(76, 76, 76) Domain.KeyBox.BorderSizePixel = 0 Domain.KeyBox.Position = UDim2.new(0.0778996721, 0, 0.335739672, 0) Domain.KeyBox.Size = UDim2.new(0.778996766, 0, 0.26676026, 0) Domain.KeyBox.Font = Enum.Font.GothamSemibold Domain.KeyBox.PlaceholderText = "Key in Discord" Domain.KeyBox.Text = "" Domain.KeyBox.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.KeyBox.TextSize = 14.000 Domain.UICorner_71.CornerRadius = UDim.new(0, 7) Domain.UICorner_71.Parent = Domain.KeyBox Domain.Exit_6.Name = "Exit" Domain.Exit_6.Parent = Domain.KeyFrame Domain.Exit_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.Exit_6.BackgroundTransparency = 1.000 Domain.Exit_6.BorderSizePixel = 0 Domain.Exit_6.Position = UDim2.new(0.884161294, 0, 0.0435111597, 0) Domain.Exit_6.Size = UDim2.new(0.115838535, 0, 0.197649345, 0) Domain.Exit_6.Font = Enum.Font.GothamSemibold Domain.Exit_6.Text = "x" Domain.Exit_6.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.Exit_6.TextScaled = true Domain.Exit_6.TextSize = 14.000 Domain.Exit_6.TextWrapped = true Domain.notice.Name = "notice" Domain.notice.Parent = Domain.KeyFrame Domain.notice.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Domain.notice.BackgroundTransparency = 1.000 Domain.notice.BorderSizePixel = 0 Domain.notice.Position = UDim2.new(0.218713656, 0, 1.06311345, 0) Domain.notice.Size = UDim2.new(0.563880622, 0, 0.153488904, 0) Domain.notice.Font = Enum.Font.GothamBold Domain.notice.Text = "This is only one time" Domain.notice.TextColor3 = Color3.fromRGB(255, 255, 255) Domain.notice.TextScaled = true Domain.notice.TextSize = 14.000 Domain.notice.TextWrapped = true V2 = true Key = "2r0jfv" Key2 = "br" keyenabled = false NotificationDuration = 7 ReleaseType = "Release" Release = 1.4 ReleaseFeature = "Discord Update" DiscordLink = "discord.gg/BQ5tjBEhw5" DomainPass = 16104485 bindable = Instance.new("BindableEvent") bindable.Parent = Domain.Domain bindable.Name = "Notification" pexploit = false enabled = true Sidebaropen = false UIS = game:GetService("UserInputService") db = false antikick = true UIsEnabled = {} friendsingame = 0 CurrentListPosition = 1 NotifStack = {} Flying = false playing = false PlayerFlySpeed = 1 wsenabled = false Mouse = game.Players.LocalPlayer:GetMouse() QEfly = true Slider = Domain.WalkspeedBar SliderBtn = Domain.WalkspeedBar.Knob flySlider = Domain.flightBar flySliderBtn = Domain.flightBar.Knob jumpSlider = Domain.jumppowerBar jumpSliderBtn = Domain.jumppowerBar.Knob Player = game:GetService("Players").LocalPlayer UIS = game:GetService("UserInputService") RuS = game:GetService("RunService") plrflying = false wsheld = false jumpheld = false tamperwithplayerlist = game:GetService("StarterGui"):GetCoreGuiEnabled("PlayerList") flyheld = false step = 0.01 bdomain = false percentage = 0 booteddomain = "false" homeopen = false WalkSpeedBoostPercent = 1 JumpBoostPercent = 1 PlayerFlySpeedPercent = 1 Blur = Instance.new("BlurEffect",game.Lighting) Blur.Size = 0 DOMAIN_ENABLED = true customtitles = { [1] = {title="bum",userids={000}}, [2] = {title="Lynx Owner",userids={23736476,98645}}, [3] = {title="Magnius Owner, Domain Staff",userids={83381940}}, [4] = {title="The longest fellow",userids={1224384865}}, [5] = {title="This guy has a 2 incher",userids={506566266}}, [6] = {title="Fucked your mother hard",userids={226177289}}, [7] = {title="Got scammed",userids={420765}}, [8] = {title="Gamer",userids={44792045}}, [9] = {title="Early Member, Domain Staff",userids={415918665}}, [10] = {title="13 inch penis",userids={1246584934}}, } Admins = {669686927,76237634,89779573,37962366,1984655763,262635913,1015797562,719084364,839408951,1373837031,2298490899,25798996,415918665,439204081} Showcasers = {434928087,1598108139,2325926644,254782537,261882701,839408951,2403423571,941788712} Banned = {17241083,26892987,20655358,10516000,660242324,225493776} Developers = {304343782} loldiscord = {"dude this is so cool","Domain","showcase this","watch this space","bruh","use magnius - rexi","domain winning","make it trending on twitter","oops","if this isnt in your auto exec, i will find you","preparing for lift off","dababy car","underrated","sirmeme make a video on domain hub","you know how i be, i just poopin","this table is long dude","discord.gg/shlex","boost the server damn it","pog champ","imagine trying to crack domain hub"} Beta = {0} AntiExploits = { Venti = { PlaceId = 1217895158, Locations = {game.Players.LocalPlayer.PlayerScripts:FindFirstChild("goodbye"),game.Players.LocalPlayer.PlayerScripts:FindFirstChild("hello")} }, Pastriez = { PlaceId = 3243063589, Locations = {game.Players.LocalPlayer.PlayerScripts:FindFirstChild("AntiWeld"),game.Players.LocalPlayer.PlayerScripts:FindFirstChild("AntiVR")} }, Cortado = { PlaceId = 3522042406, Locations = {game.Players.LocalPlayer.PlayerScripts:FindFirstChild("B"),game.Players.LocalPlayer.PlayerGui:FindFirstChild("ADEL")} }, CustomDuels = { PlaceId = 2609668898, Locations = {game.Players.LocalPlayer.PlayerScripts:FindFirstChild("Anti"),game.Players.LocalPlayer.PlayerGui:FindFirstChild("Monitor")} }, towerofhell = { PlaceId = 2609668898, Locations = {game.Players.LocalPlayer.PlayerScripts:FindFirstChild("LocalScript"),game.Players.LocalPlayer.PlayerGui:FindFirstChild("LocalScript2")} }, fencing = { PlaceId = 12109643, Locations = {workspace:FindFirstChild("AntiExploitScript")} }, } DangerousGames = {6358843321,3522042406,286090429} -- games that will ban you if caught with the anticheat BackgroundExploits = { EZHub = { Name = "EZHub", Description = "The all-in-one script hub", PlaceIds = {204990346,2629642516,1962086868,155615604,2512643572,3101667897,402122991,3823781113,142823291,2317712696,171391948}, PremiumOnly = false, WaitDuration = 0, Loadstring = "https://raw.githubusercontent.com/debug420/Ez-Hub/master/EzHub.lua", }, lmber = { Name = "Lumber Tycoon", Description = "Created by Bark Development", PlaceIds = {13822889}, PremiumOnly = false, WaitDuration = 0, Loadstring = "https://cdn.applebee1558.com/bark/bark.lua", }, fnf = { Name = "Funky Friday", Description = "Autoplayer for Funky Friday", PlaceIds = {6447798030}, PremiumOnly = false, WaitDuration = 9, Loadstring = "https://raw.githubusercontent.com/shlexsoftworks/Domain/main/funkyfriday", }, anomic = { Name = "Anomic", Description = "Script for Anomic", PlaceIds = {4581966615}, PremiumOnly = false, WaitDuration = 0, Loadstring = "https://pastebin.com/raw/ztgRqnin", }, stroller = { Name = "Stroller UI", Description = "Kill and bring players", PlaceIds = {1662219031}, PremiumOnly = false, WaitDuration = 0, Loadstring = "https://pastebin.com/raw/Q4qQh4MS", }, WizardTycoon = { Name = "Wizard Tycoon", Description = "No Doors, Infinite Inferno", PlaceIds = {281489669}, PremiumOnly = true, WaitDuration = 0, Loadstring = "https://pastebin.com/raw/zv81LudV", }, jailbreak = { Name = "Jailbreak", Description = "Overpowered tools for Jailbreak", PlaceIds = {606849621}, PremiumOnly = false, WaitDuration = 0, Loadstring = "https://raw.githubusercontent.com/opBandwidth/_Nexagon_/main/main.lua", }, ZombieAttack = { Name = "Autofarm UI", Description = "Overpowered autofarm functionality", PlaceIds = {1240123653,1632210982}, PremiumOnly = false, WaitDuration = 0, Loadstring = "https://pastebin.com/raw/nwah3wUK", }, fencingscripts = { Name = "Fencing", Description = "An example, to show this feature", PlaceIds = {5793474642,12109643}, PremiumOnly = false, WaitDuration = 0, Loadstring = "https://pastebin.com/raw/ymMn4UdR", }, sis = { Name = "Stop It Slender!", Description = "UI for Stop It Slender!", PlaceIds = {30869879}, PremiumOnly = false, WaitDuration = 0, Loadstring = "https://pastebin.com/raw/hFxynXvs", }, doomspire = { Name = "Doomspire UI", Description = "Smart Doomspire UI", PlaceIds = {1215581239}, PremiumOnly = false, WaitDuration = 0, Loadstring = "https://pastebin.com/raw/NguHCk5t", }, animebattlearena = { Name = "ABA UI", Description = "UI for Anime Battle Arena", PlaceIds = {1458767429}, PremiumOnly = false, WaitDuration = 0, Loadstring = "https://raw.githubusercontent.com/travislmao/pub-scripts/main/abagui", }, Ragdolleng = { Name = "Ragdoll Engine", Description = "Very useful UI for Ragdoll Engine", PlaceIds = {2041312716}, PremiumOnly = false, WaitDuration = 0, Loadstring = "https://gitlab.com/Tsuniox/lua-stuff/-/raw/master/RagdollEngineGUI.lua", }, cafegameslol = { Name = "Barrier Remover", Description = "Bypass many cafe barriers", PlaceIds = {1217895158,3243063589,718328620,610172644,738548299,5580097107,323925323,3522042406,2075082966}, PremiumOnly = false, WaitDuration = 0, Loadstring = "https://pastebin.com/raw/HqFgVGXn", }, DarkHub = { Name = "Dark Hub", Description = "Incredible script for many games", PlaceIds = {286090429,2377868063,263761432,292439477,3233893879,3527629287,2555870920,5081773298}, PremiumOnly = false, WaitDuration = 0, Loadstring = "https://darkhub.xyz/script", }, madcity = { Name = "Mad City", Description = "UI for Mad City", PlaceIds = {1224212277}, PremiumOnly = false, WaitDuration = 0, Loadstring = "https://raw.githubusercontent.com/Sumithebestak/MadChicken/main/README.md", }, myrestaurant = { Name = "My Restaurant", Description = "Useful autofarm interface", PlaceIds = {4490140733}, PremiumOnly = false, WaitDuration = 0, Loadstring = "http://void-scripts.com/Scripts/myRest.lua", }, dday = { Name = "D-DAY", Description = "UI for D-DAY", PlaceIds = {901793731}, PremiumOnly = false, WaitDuration = 0, Loadstring = "https://raw.githubusercontent.com/iQAIRHUB/Project-Ripple/main/D-DAY/V3.0.3", }, beesim = { Name = "BSS Auto-farm", Description = "Autofarm the bees lol", PlaceIds = {1537690962}, PremiumOnly = false, WaitDuration = 0, Loadstring = "https://pastebin.com/raw/KSpGSvQg", }, ninjalegends = { Name = "Autofarm UI", Description = "Very good autofarm for Ninja Legends", PlaceIds = {3956818381}, PremiumOnly = false, WaitDuration = 0, Loadstring = "https://pastebin.com/raw/Q39hYJ8V", }, autorapbatt = { Name = "Auto RB UI", Description = "Rap like a beast", PlaceIds = {579955134}, PremiumOnly = false, WaitDuration = 0, Loadstring = "https://pastebin.com/raw/bHQ8dyX8", }, } UniversalExploits = { CLOVR = { Name = "CloVR (R6 Only)", Author = "Abacaxl", Colour = Color3.fromRGB(85, 85, 127), Code = "https://pastebin.com/raw/4iTCQwHd", }, expchat = { Name = "Exploiter Chat", Author = "Sheenieboy", Colour = Color3.fromRGB(48, 129, 200), Code = "https://raw.githubusercontent.com/sheenieboy/ExploiterChat/master/ExploiterChat", }, cmdx = { Name = "CMD-X", Author = "Various Developers", Colour = Color3.fromRGB(55, 95, 97), Code = "https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", }, InfiniteYield = { Name = "Infinite Yield", Author = "Edge", Colour = Color3.fromRGB(48, 48, 48), Code = "https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source", }, ezhub = { Name = "EZHub", Author = "EZ Industries", Colour = Color3.fromRGB(0, 85, 127), Code = "https://raw.githubusercontent.com/debug420/Ez-Industries-Launcher-Data/master/Launcher.lua" }, } function OpenSidebar() db = true Sidebaropen = true if #game:GetService("Players"):GetChildren() >= 5 and tamperwithplayerlist then game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList,false) end Domain.ToggleButton.Rotation = 90 Domain.PlayerConfigButtonFrame.Position = Domain.HomeButtonFrame.Position Domain.PlayersButtonFrame.Position = Domain.HomeButtonFrame.Position Domain.ExploitsButtonFrame.Position = Domain.HomeButtonFrame.Position for _, Button in ipairs(Domain.Main.Buttons:GetChildren()) do Button.BackgroundTransparency = 1 Button:FindFirstChildWhichIsA("ImageButton").ImageTransparency = 1 end local S = Instance.new("Sound") S.Parent = game:GetService("CoreGui") S.Name = "dmnopen" S.SoundId = 'rbxassetid://255881176' S.Volume = 1 S.PlaybackSpeed = 0.9 S.PlayOnRemove = true S:Destroy() local transitionInfo = TweenInfo.new(0.5, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.Main.Shadow, transitionInfo, {ImageTransparency = 0.7}) tween:Play() Domain.Main:TweenPosition(UDim2.new(0.966, 0,0.262, 0),"Out","Quint",0.5) wait(0.1) local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Back) local tween = game:GetService("TweenService"):Create(Domain.ToggleButton, transitionInfo, {Rotation = 270}) tween:Play() wait(0.2) local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.HomeButtonFrame, transitionInfo, {BackgroundTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.HomeButtonFrame.OpenHome, transitionInfo, {ImageTransparency = 0}) tween:Play() wait(0.2) Domain.PlayersButtonFrame:TweenPosition(UDim2.new(0.178, 0,0.34, 0),"Out","Quint",0.7) local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.PlayersButtonFrame, transitionInfo, {BackgroundTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.PlayersButtonFrame.OpenPlayers, transitionInfo, {ImageTransparency = 0}) tween:Play() wait(0.1) Domain.ExploitsButtonFrame:TweenPosition(UDim2.new(0.178, 0,0.235, 0),"Out","Quint",0.6) local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.ExploitsButtonFrame, transitionInfo, {BackgroundTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.ExploitsButtonFrame.OpenExploits, transitionInfo, {ImageTransparency = 0}) tween:Play() wait(0.15) Domain.PlayerConfigButtonFrame:TweenPosition(UDim2.new(0.178, 0,0.13, 0),"Out","Quint",0.7) local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.PlayerConfigButtonFrame, transitionInfo, {BackgroundTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.PlayerConfigButtonFrame.OpenPlrConfig, transitionInfo, {ImageTransparency = 0}) tween:Play() wait(0.4) local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.AboutButtonFrame, transitionInfo, {BackgroundTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.AboutButtonFrame.OpenAbout, transitionInfo, {ImageTransparency = 0}) tween:Play() wait(0.45) db = false end function ExecuteString(String) if String and String ~= "" then Notify("Running script..","GothamSemibold",Color3.fromRGB(0, 85, 127)) loadstring(String) Notify("Ran script","GothamSemibold",Color3.fromRGB(0, 170, 127)) end end function Load() Domain.LoadingFrame.Text.Text = "Domain Hub" Domain.LoadingFrame.Visible = true Domain.LoadingFrame.Full.BackgroundTransparency = 1 Domain.LoadingFrame.Full.Progress.BackgroundTransparency = 1 Domain.LoadingFrame.BackgroundTransparency = 1 Domain.LoadingFrame.Text.TextTransparency = 1 local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.LoadingFrame.Full.Progress, transitionInfo, {BackgroundTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.LoadingFrame.Full, transitionInfo, {BackgroundTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.LoadingFrame, transitionInfo, {BackgroundTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.LoadingFrame.Text, transitionInfo, {TextTransparency = 0}) tween:Play() wait(0.1) local transitionInfo = TweenInfo.new(1, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.LoadingFrame.Full.Progress, transitionInfo, {Position = UDim2.new(1.05,0,0,0)}) tween:Play() wait(1) Domain.LoadingFrame.Full.Progress.Position = UDim2.new(-0.281,0,0,0) local transitionInfo = TweenInfo.new(1, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.LoadingFrame.Full.Progress, transitionInfo, {Position = UDim2.new(1.05,0,0,0)}) tween:Play() wait(0.7) local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.LoadingFrame.Full.Progress, transitionInfo, {BackgroundTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.LoadingFrame.Full, transitionInfo, {BackgroundTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.LoadingFrame, transitionInfo, {BackgroundTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.LoadingFrame.Text, transitionInfo, {TextTransparency = 1}) tween:Play() wait(0.5) end function CloseSidebar() db = true Sidebaropen = false local S = Instance.new("Sound") S.Parent = game:GetService("CoreGui") S.Name = "dmncls" S.SoundId = 'rbxassetid://255881176' S.Volume = 1 S.PlaybackSpeed = 0.7 S.PlayOnRemove = true S:Destroy() local transitionInfo = TweenInfo.new(0.35, Enum.EasingStyle.Back) local tween = game:GetService("TweenService"):Create(Domain.ToggleButton, transitionInfo, {Rotation = 90}) tween:Play() if tamperwithplayerlist then game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList,true) end Domain.Main:TweenPosition(UDim2.new(1.001, 0,0.262, 0),"Out","Quint",0.5) local transitionInfo = TweenInfo.new(0.5, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.Main.Shadow, transitionInfo, {ImageTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.2, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.HomeButtonFrame, transitionInfo, {BackgroundTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.2, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.HomeButtonFrame.OpenHome, transitionInfo, {ImageTransparency = 1}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.2, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.PlayersButtonFrame, transitionInfo, {BackgroundTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.2, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.PlayersButtonFrame.OpenPlayers, transitionInfo, {ImageTransparency = 1}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.2, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.ExploitsButtonFrame, transitionInfo, {BackgroundTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.2, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.ExploitsButtonFrame.OpenExploits, transitionInfo, {ImageTransparency = 1}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.2, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.PlayerConfigButtonFrame, transitionInfo, {BackgroundTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.2, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.PlayerConfigButtonFrame.OpenPlrConfig, transitionInfo, {ImageTransparency = 1}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.2, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.AboutButtonFrame, transitionInfo, {BackgroundTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.2, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.AboutButtonFrame.OpenAbout, transitionInfo, {ImageTransparency = 1}) tween:Play() wait(0.5) db = false end function figureNotifs(Stack,Container) local stacksize = 0 local i = #Stack while i > 0 do local gui = Stack[i] if gui then if stacksize == 0 then stacksize = 0.03 else stacksize = stacksize + 0.085 end local desiredpos = UDim2.new(0.5,0,stacksize,0) if gui.Position ~= desiredpos then gui:TweenPosition(desiredpos,"Out","Quint",0.3,true) end end i = i-1 end end function Notify(Content,Font,Color) spawn(function() if not Font then Font = "GothamBold" end local notificationContainer = Domain.Other.NotificationClip local Notification = notificationContainer:WaitForChild('Template') local notifClone = Notification:Clone() local notifContent = notifClone:WaitForChild('Content') if Font == "GothamSemiBold" then Font = "GothamSemibold" end notifContent.Font = Font notifContent.TextScaled = false notifContent.TextTransparency = 1 notifContent.BackgroundTransparency = 1 notifClone.BackgroundTransparency = 1 notifClone.Name = 'Notification' notifClone.Visible = true notifContent.BackgroundColor3 = Color notifContent.Text = Content notifClone.Parent = notificationContainer notifClone.Position = UDim2.new(0.5,0,-0.05,0) wait(0.001) notifContent.Size = UDim2.new(0, math.max(16, notifContent.TextBounds.X * 1.15),1, 0) wait(0.5) local sound = Instance.new("Sound") sound.Parent = game:GetService("CoreGui") sound.SoundId = "rbxassetid://"..5711733888 sound.Name = "dmnnotify" sound.Volume = 0.6 sound.PlayOnRemove = true sound:Destroy() notifClone:TweenPosition(UDim2.new(0.5,0,0.03,0),'Out','Quint',0.3,true) local transitionInfo = TweenInfo.new(0.35, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(notifContent, transitionInfo, {TextTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.35, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(notifContent, transitionInfo, {BackgroundTransparency = 0}) tween:Play() table.insert(NotifStack,notifClone) figureNotifs(NotifStack,notificationContainer) wait(NotificationDuration) for a,b in pairs(NotifStack) do if b == notifClone then table.remove(NotifStack,a) end end wait(0.05) notifClone:TweenPosition(UDim2.new(0.5,0,notifClone.Position.Y.Scale+0.1,0),'Out','Quint',0.3,true) local transitionInfo = TweenInfo.new(0.3, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(notifContent, transitionInfo, {TextTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.3, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(notifContent, transitionInfo, {BackgroundTransparency = 1}) tween:Play() wait(0.305) notifClone:Destroy() figureNotifs(NotifStack,notificationContainer) end) end function ClosePage(PageIns) if db == false then db = true if PageIns == Domain.Other.Home and not db then CloseHome() else local transitionInfo = TweenInfo.new(0.6, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(PageIns, transitionInfo, {Position = UDim2.new(0,0,-1.1,0)}) tween:Play() openpagev = "nil" wait(0.6) PageIns.Visible = false db = false end end end function OpenPage(PageIns) if db == false then if openpagev == PageIns then ClosePage(PageIns) else if openpagev ~= "nil" and openpagev then ClosePage(openpagev) end db = true PageIns.Visible = true PageIns.Position = UDim2.new(0,0,1,0) local transitionInfo = TweenInfo.new(0.6, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(PageIns, transitionInfo, {Position = UDim2.new(0,0,0,0)}) tween:Play() wait(0.1) local S = Instance.new("Sound") S.Parent = game:GetService("CoreGui") S.Name = "dmnopen" S.SoundId = 'rbxassetid://255881176' S.Volume = 0.4 S.PlaybackSpeed = 1.1 S.PlayOnRemove = true S:Destroy() openpagev = PageIns PageIns.ExitFrame.Exit.MouseButton1Click:Connect(function() ClosePage(PageIns) end) db = false end end end function OpenHome() Domain.Home.Visible = true homeopen = true db = true for _, ui in ipairs(game.Players.LocalPlayer.PlayerGui:GetChildren()) do if ui.ClassName == "ScreenGui" and ui ~= Domain.Domain then if not table.find(UIsEnabled,ui.Name) and ui.Enabled == true then table.insert(UIsEnabled,#UIsEnabled+1,ui.Name) end ui.Enabled = false end end game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.All,false) for _, child in ipairs(Domain.Home:GetDescendants()) do if child.ClassName == "ImageButton" or child.ClassName == "ImageLabel" then child.ImageTransparency =1 child.BackgroundTransparency = 1 elseif child.ClassName == "TextButton" or child.ClassName == "TextLabel" or child.ClassName == "TextBox" then child.TextTransparency = 1 child.BackgroundTransparency = 1 elseif child.ClassName == "Frame" then child.BackgroundTransparency = 1 end end local transitionInfo = TweenInfo.new(0.7, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(workspace.CurrentCamera, transitionInfo, {FieldOfView = 50}) tween:Play() local transitionInfo = TweenInfo.new(0.6, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Blur, transitionInfo, {Size = 24}) tween:Play() local transitionInfo = TweenInfo.new(0.6, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.Home.Shadow, transitionInfo, {ImageTransparency = 0.4}) tween:Play() local transitionInfo = TweenInfo.new(0.6, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.Home.Date, transitionInfo, {TextTransparency = 0}) tween:Play() wait(0.05) local transitionInfo = TweenInfo.new(0.6, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.Home.Time, transitionInfo, {TextTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.ToggleButton, transitionInfo, {ImageTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.FPS.TextLabel, transitionInfo, {TextTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.FPS.Fpsimage, transitionInfo, {ImageTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.FPS, transitionInfo, {BackgroundTransparency = 1}) tween:Play() -- local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.RunningVersion, transitionInfo, {BackgroundTransparency = 0}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.RunningVersion.toolicon, transitionInfo, {ImageTransparency = 0}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.RunningVersion.VersionText, transitionInfo, {TextTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.RunningVersion.VersionText2, transitionInfo, {TextTransparency = 0}) tween:Play() wait(0.05) -- for _, scr in pairs(BackgroundExploits) do for _, scrid in pairs(scr.PlaceIds) do if scrid == game.PlaceId then if scr.PremiumOnly == true then if game.Players.LocalPlayer:IsInGroup(10220078) then RePromptExploit(scr) end else RePromptExploit(scr) end end end end local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.Friendstab, transitionInfo, {BackgroundTransparency = 0}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.Friendstab.friendsicon, transitionInfo, {ImageTransparency = 0}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.Friendstab.amount, transitionInfo, {TextTransparency = 0}) tween:Play() -- wait(0.05) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.MusicSystem, transitionInfo, {BackgroundTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.MusicSystem.Pages.ID, transitionInfo, {BackgroundTransparency = 0}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.MusicSystem.text, transitionInfo, {TextTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.MusicSystem.Pages.ID.SoundIdBox, transitionInfo, {BackgroundTransparency = 0}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.MusicSystem.Pages.ID.SoundIdBox, transitionInfo, {TextTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.MusicSystem.Pages.ID.ToggleSound, transitionInfo, {BackgroundTransparency = 0}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.MusicSystem.Pages.ID.ToggleSound, transitionInfo, {TextTransparency = 0}) tween:Play() -- local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.Friend2tab, transitionInfo, {BackgroundTransparency = 0}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.Friend2tab.amount, transitionInfo, {TextTransparency = 0}) tween:Play() wait(0.05) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.discordtab, transitionInfo, {BackgroundTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.supported, transitionInfo, {BackgroundTransparency = 0}) tween:Play() wait(0.001) for _, txt in ipairs(Domain.supported:GetChildren()) do if txt.ClassName == "TextLabel" then local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(txt, transitionInfo, {TextTransparency = 0}) tween:Play() wait(0.0001) end end local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.discordtab.text, transitionInfo, {TextTransparency = 0}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.discordtab.link, transitionInfo, {TextTransparency = 0}) tween:Play() -- wait(0.6) homeopenfov = true db = false end function CloseHome() db = true homeopenfov = false UnRePromptExploit() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.discordtab, transitionInfo, {BackgroundTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.discordtab.text, transitionInfo, {TextTransparency = 1}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.discordtab.link, transitionInfo, {TextTransparency = 1}) tween:Play() wait(0.05) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.Friend2tab, transitionInfo, {BackgroundTransparency = 1}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.Friend2tab.amount, transitionInfo, {TextTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.Friendstab, transitionInfo, {BackgroundTransparency = 1}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.Friendstab.friendsicon, transitionInfo, {ImageTransparency = 1}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.Friendstab.amount, transitionInfo, {TextTransparency = 1}) tween:Play() -- local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.RunningVersion, transitionInfo, {BackgroundTransparency = 1}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.RunningVersion.toolicon, transitionInfo, {ImageTransparency = 1}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.RunningVersion.VersionText, transitionInfo, {TextTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.RunningVersion.VersionText2, transitionInfo, {TextTransparency = 1}) tween:Play() wait(0.05) -- for _, txt in ipairs(Domain.supported:GetChildren()) do if txt.ClassName == "TextLabel" then local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(txt, transitionInfo, {TextTransparency = 1}) tween:Play() end end local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.supported, transitionInfo, {BackgroundTransparency = 1}) tween:Play() -- wait(0.05) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.MusicSystem, transitionInfo, {BackgroundTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.MusicSystem.Pages.ID, transitionInfo, {BackgroundTransparency = 1}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.MusicSystem.text, transitionInfo, {TextTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.MusicSystem.Pages.ID.SoundIdBox, transitionInfo, {BackgroundTransparency = 1}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.MusicSystem.Pages.ID.SoundIdBox, transitionInfo, {TextTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.MusicSystem.Pages.ID.ToggleSound, transitionInfo, {BackgroundTransparency = 1}) tween:Play() wait(0.001) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.MusicSystem.Pages.ID.ToggleSound, transitionInfo, {TextTransparency = 1}) tween:Play() -- local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Blur, transitionInfo, {Size = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(workspace.CurrentCamera, transitionInfo, {FieldOfView = 70}) tween:Play() homeopen = false local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.Home.Shadow, transitionInfo, {ImageTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.Home.Date, transitionInfo, {TextTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.ToggleButton, transitionInfo, {ImageTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.FPS.TextLabel, transitionInfo, {TextTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.FPS.Fpsimage, transitionInfo, {ImageTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.FPS, transitionInfo, {BackgroundTransparency = 0.52}) tween:Play() wait(0.1) local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.Home.Time, transitionInfo, {TextTransparency = 1}) tween:Play() if Sidebaropen and #game.Players:GetChildren() > 4 then game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.All,true) if tamperwithplayerlist then game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList,false) end else game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.All,true) end for _, ui in ipairs(game:GetService("Players").LocalPlayer.PlayerGui:GetChildren()) do if table.find(UIsEnabled,ui.Name) and ui.ClassName == "ScreenGui" then ui.Enabled = true end end wait(0.6) db = false Domain.Home.Visible = false end function StartUnfunctionals() Domain.KeyFrame.Visible = false Domain.Main.Position = UDim2.new(1.001,0,0.262,0) Domain.Main.Shadow.ImageTransparency = 1 Domain.VersionText.Text = "You're running Domain "..ReleaseType.. " version "..tostring(Release)..[[ ]] Domain.VersionText2.Text = "- "..ReleaseFeature Domain.ToggleButton.Rotation = 90 Domain.ToggleButton.ImageTransparency = 1 Domain.Other.Watermark.Text.Text = "Domain "..ReleaseType.." v"..tostring(Release) Domain.link.Text = DiscordLink Domain.Link.Text = DiscordLink Domain.Playerlist.Template.Visible = false Domain.ListExploits.Template.Visible = false for _, exploit in pairs(UniversalExploits) do local expl = Domain.ListExploits.Template:Clone() expl.Parent = Domain.ListExploits expl.Visible = true expl.ExploitName.Text = exploit.Name expl.Description.Text = exploit.Author expl.BackgroundColor3 = exploit.Colour expl.LoadExploit.MouseButton1Click:Connect(function() Execute(exploit.Code) Notify("Initialising "..exploit.Name,"GothamSemibold",exploit.Colour) end) end for _, bar in ipairs(Domain.ValuesFrame.Functionality:GetChildren()) do if bar:FindFirstChild("Knob") then bar.Knob.MouseEnter:Connect(function() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(bar.Knob, transitionInfo, {Size = UDim2.new(0.165, 0,1.74, 0)}) tween:Play() local transitionInfo = TweenInfo.new(0.25, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(bar.Knob, transitionInfo, {TextTransparency = 0}) tween:Play() bar.Knob.TextColor3 = Color3.fromRGB(255,255,255) bar.Knob.TextSize = 13 bar.Knob.TextWrapped = true repeat wait(0.05) if bar.Name == "WalkspeedBar" then bar.Knob.Text = " "..game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").WalkSpeed.." " elseif bar.Name == "flightBar" then bar.Knob.Text = " ".. PlayerFlySpeed .." " elseif bar.Name == "jumppowerBar" then bar.Knob.Text = " "..game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").JumpPower.." " end until not Mouse.Button1Down end) bar.Knob.MouseLeave:Connect(function() local transitionInfo = TweenInfo.new(0.25, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(bar.Knob, transitionInfo, {TextTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(bar.Knob, transitionInfo, {Size = UDim2.new(0.082, 0,1.74, 0)}) tween:Play() end) end end for _, button in ipairs(Domain.Domain:GetDescendants()) do if button.ClassName == "TextButton" or button.ClassName == "ImageButton" then button.MouseEnter:Connect(function() local sound = Instance.new("Sound") sound.Parent = game:GetService("CoreGui") sound.SoundId = "rbxassetid://"..5940560840 sound.Name = "dmnhov" sound.Volume = 0.2 sound.PlayOnRemove = true sound:Destroy() end) button.MouseButton1Click:Connect(function() local sound = Instance.new("Sound") sound.Parent = game:GetService("CoreGui") sound.SoundId = "rbxassetid://"..1180994874 sound.Name = "dmnclick" sound.Volume = 0.2 sound.PlayOnRemove = true sound:Destroy() end) end end for _, bttn in ipairs(Domain.Buttons:GetChildren()) do for _, child in ipairs(bttn:GetChildren()) do if child.ClassName == "ImageButton" then child.MouseButton1Click:Connect(function() if child.Name == "OpenHome" and not db then if homeopen then CloseHome() else OpenHome() end elseif child.Name == "OpenAbout" then OpenPage(Domain.AboutFrame) elseif child.Name == "OpenPlayers" then OpenPage(Domain.PlayersFrame) elseif child.Name == "OpenExploits" then OpenPage(Domain.ExploitsFrame) elseif child.Name == "OpenPlrConfig" then OpenPage(Domain.ValuesFrame) end end) end end end end function getRoot(char) local rootPart = char:FindFirstChild('HumanoidRootPart') or char:FindFirstChild('Torso') or char:FindFirstChild('UpperTorso') return rootPart end local Widgets = { } local DefaultWidgets = { WidgetTest = { raw = "https://raw.githubusercontent.com/shlexsoftworks/domaintest/main/widgets", } } function loadwidgets() for _, widgettable in pairs(Widgets) do AddWidget(widgettable) end for _, widgettable in pairs(DefaultWidgets) do AddWidget(widgettable) end end function AddWidget(WTable) --local NewWidget = Instance.new("Frame") --NewWidget.Name = WTable.Name --NewWidget.Parent = Domain.Domain.Other.Home.Widgets --NewWidget.Position = WTable.Position --NewWidget.Visible = true --NewWidget.Size = WTable.Size --NewWidget.ZIndex = 100 loadstring(game:HttpGet(WTable.raw, true))() end function BeginFly() repeat wait() until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and getRoot(game.Players.LocalPlayer.Character) and game.Players.LocalPlayer.Character:FindFirstChild('Humanoid') repeat wait() until Mouse if flyKeyDown or flyKeyUp then flyKeyDown:Disconnect() flyKeyUp:Disconnect() end local T = getRoot(game.Players.LocalPlayer.Character) local CONTROL = {F = 0, B = 0, L = 0, R = 0, Q = 0, E = 0} local lCONTROL = {F = 0, B = 0, L = 0, R = 0, Q = 0, E = 0} local SPEED = 0 local function Flyv2() Flying = true local BG = Instance.new('BodyGyro') local BV = Instance.new('BodyVelocity') BG.P = 9e4 BG.Parent = T BV.Parent = T BG.maxTorque = Vector3.new(9e9, 9e9, 9e9) BG.cframe = T.CFrame BV.velocity = Vector3.new(0, 0, 0) BV.maxForce = Vector3.new(9e9, 9e9, 9e9) spawn(function() repeat wait() if game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid') then game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid').PlatformStand = true end if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 or CONTROL.Q + CONTROL.E ~= 0 then SPEED = 50 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 or CONTROL.Q + CONTROL.E ~= 0) and SPEED ~= 0 then SPEED = 0 end if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 or (CONTROL.Q + CONTROL.E) ~= 0 then BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B + CONTROL.Q + CONTROL.E) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R} elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and (CONTROL.Q + CONTROL.E) == 0 and SPEED ~= 0 then BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B + CONTROL.Q + CONTROL.E) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED else BV.velocity = Vector3.new(0, 0, 0) end BG.cframe = workspace.CurrentCamera.CoordinateFrame until not Flying CONTROL = {F = 0, B = 0, L = 0, R = 0, Q = 0, E = 0} lCONTROL = {F = 0, B = 0, L = 0, R = 0, Q = 0, E = 0} SPEED = 0 BG:Destroy() BV:Destroy() if game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid') then game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid').PlatformStand = false end end) end flyKeyDown = Mouse.KeyDown:Connect(function(KEY) if KEY:lower() == 'w' then CONTROL.F = (PlayerFlySpeed) elseif KEY:lower() == 's' then CONTROL.B = - (PlayerFlySpeed) elseif KEY:lower() == 'a' then CONTROL.L = - (PlayerFlySpeed) elseif KEY:lower() == 'd' then CONTROL.R = (PlayerFlySpeed) elseif QEfly and KEY:lower() == 'e' then CONTROL.Q = (PlayerFlySpeed)*2 elseif QEfly and KEY:lower() == 'q' then CONTROL.E = -(PlayerFlySpeed)*2 end pcall(function() workspace.CurrentCamera.CameraType = Enum.CameraType.Track end) end) flyKeyUp = Mouse.KeyUp:Connect(function(KEY) if KEY:lower() == 'w' then CONTROL.F = 0 elseif KEY:lower() == 's' then CONTROL.B = 0 elseif KEY:lower() == 'a' then CONTROL.L = 0 elseif KEY:lower() == 'd' then CONTROL.R = 0 elseif KEY:lower() == 'e' then CONTROL.Q = 0 elseif KEY:lower() == 'q' then CONTROL.E = 0 end end) Flyv2() end function Serverhop() local x = {} for _, v in ipairs(game:GetService("HttpService"):JSONDecode(game:HttpGetAsync("https://games.roblox.com/v1/games/" .. game.PlaceId .. "/servers/Public?sortOrder=Asc&limit=100")).data) do if type(v) == "table" and v.maxPlayers > v.playing and v.id ~= game.JobId then x[#x + 1] = v.id end end if #x > 0 then game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, x[math.random(1, #x)]) else return "Protocol:cantfind" end end function CheckServers() local x = {} for _, v in ipairs(game:GetService("HttpService"):JSONDecode(game:HttpGetAsync("https://games.roblox.com/v1/games/" .. game.PlaceId .. "/servers/Public?sortOrder=Asc&limit=100")).data) do if type(v) == "table" and v.maxPlayers > v.playing and v.id ~= game.JobId then x[#x + 1] = v.id end end if #x > 0 then return "Protocol:found" else return "Protocol:cantfind" end end function RejoinServer() if #game.Players:GetPlayers() <= 1 then game.Players.LocalPlayer:Kick("\nRejoining...") wait() game:GetService('TeleportService'):Teleport(game.PlaceId, game.Players.LocalPlayer) else game:GetService('TeleportService'):TeleportToPlaceInstance(game.PlaceId, game.JobId, game.Players.LocalPlayer) end end function Unfly() Flying = false if flyKeyDown or flyKeyUp then flyKeyDown:Disconnect() flyKeyUp:Disconnect() end if game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid') then game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid').PlatformStand = false end pcall(function() workspace.CurrentCamera.CameraType = Enum.CameraType.Custom end) end function Fly() Unfly() wait() BeginFly() end function Execute(String) if loadstring then loadstring(game:HttpGet(String, true))() else Notify("You don't have the loadstring function! Use a different executor.","GothamSemibold",Color3.fromRGB(255, 163, 5)) end end function LoadDomainV1() Execute("https://raw.githubusercontent.com/shlexsoftworks/mainDomain/main/source") end Domain.ToggleButton.MouseButton1Click:Connect(function() if not db then if Sidebaropen then CloseSidebar() else OpenSidebar() end end end) Domain.Domain.ChildRemoved:Connect(function() if not Domain.Domain:FindFirstChild("Other") then Domain.Domain:Destroy() end end) Domain.Other.ChildRemoved:Connect(function() if not Domain.Other:FindFirstChild("Watermark") then Domain.Domain:Destroy() end end) function snap(number, factor) if factor == 0 then return number else return math.floor(number/factor+0.5)*factor end end Domain.Rejoin.MouseButton1Click:Connect(function() Domain.RejoinText.Text = "Hold on.." RejoinServer() wait(3) Domain.RejoinText.Text = "Rejoin" end) UIS.InputEnded:connect(function(input, processed) if input.UserInputType == Enum.UserInputType.MouseButton1 then wsheld = false flyheld = false jumpheld = false end end) Domain.WalkspeedBar.Knob.MouseButton1Down:Connect(function() wsheld = true end) RuS.RenderStepped:connect(function(delta) if wsheld then local MousePos = UIS:GetMouseLocation().X local BtnPos = SliderBtn.Position local SliderSize = Slider.AbsoluteSize.X local SliderPos = Slider.AbsolutePosition.X local pos = snap((MousePos-SliderPos)/SliderSize,step) percentage = math.clamp(pos,0,1) SliderBtn.Position = UDim2.new(percentage - 0.02 ,0,BtnPos.Y.Scale, BtnPos.Y.Offset) end end) SliderBtn.Changed:Connect(function() wsenabled = true local axis = SliderBtn.Position.X.Scale local color = Color3.fromRGB(0, 85, 127):Lerp(Color3.fromRGB(0, 120, 175),axis/1) local number = math.floor(axis*100) SliderBtn.BackgroundColor3 = color local volume = number local hum = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") if hum and wsenabled then if 16 + (WalkSpeedBoostPercent * volume) < 16 then hum.WalkSpeed = 16 else hum.WalkSpeed = 16 + (WalkSpeedBoostPercent * volume) end end end) Domain.jumppowerBar.Knob.MouseButton1Down:Connect(function() jumpheld = true end) RuS.RenderStepped:connect(function(delta) if jumpheld then local MousePos = UIS:GetMouseLocation().X local BtnPos = jumpSliderBtn.Position local SliderSize = jumpSlider.AbsoluteSize.X local SliderPos = jumpSlider.AbsolutePosition.X local pos = snap((MousePos-SliderPos)/SliderSize,step) percentage = math.clamp(pos,0,1) jumpSliderBtn.Position = UDim2.new(percentage - 0.02,0,BtnPos.Y.Scale, BtnPos.Y.Offset) end end) jumpSliderBtn.Changed:Connect(function() local axis = jumpSliderBtn.Position.X.Scale local color = Color3.fromRGB(0, 85, 127):Lerp(Color3.fromRGB(0, 120, 175),axis/1) local number = math.floor(axis*100) jumpSliderBtn.BackgroundColor3 = color local volume = number wsenabled = true local hum = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") if hum and wsenabled then if 50 + (JumpBoostPercent * volume) < 50 then hum.JumpPower = 50 else hum.JumpPower = 50 + (JumpBoostPercent * volume) end end end) Domain.CopyButton.MouseButton1Click:Connect(function() if setclipboard then setclipboard(DiscordLink) elseif copyclipboard then copyclipboard(DiscordLink) end end) Domain.flightBar.Knob.MouseButton1Down:Connect(function() flyheld = true end) RuS.RenderStepped:connect(function(delta) if flyheld then local MousePos = UIS:GetMouseLocation().X local BtnPos = flySliderBtn.Position local SliderSize = flySlider.AbsoluteSize.X local SliderPos = flySlider.AbsolutePosition.X local pos = snap((MousePos-SliderPos)/SliderSize,step) percentage = math.clamp(pos,0,1) flySliderBtn.Position = UDim2.new(percentage - 0.02,0,BtnPos.Y.Scale, BtnPos.Y.Offset) end end) flySliderBtn.Changed:Connect(function() local axis = flySliderBtn.Position.X.Scale local color = Color3.fromRGB(173, 21, 21):Lerp(Color3.fromRGB(204, 24, 24),axis/1) local number = math.floor(axis*100) flySliderBtn.BackgroundColor3 = color local volume = number if 1 + (PlayerFlySpeedPercent * volume) < 1 then PlayerFlySpeed = 1 else PlayerFlySpeed = 1 + (PlayerFlySpeedPercent * volume) end end) function respawn() local char = game.Players.LocalPlayer.Character if char:FindFirstChildOfClass("Humanoid") then char:FindFirstChildOfClass("Humanoid"):ChangeState(15) end char:ClearAllChildren() local newChar = Instance.new("Model") newChar.Parent = workspace game.Players.LocalPlayer.Character = newChar wait() game.Players.LocalPlayer.Character = char newChar:Destroy() end Domain.respawn.MouseButton1Click:Connect(function() respawn() end) function refresh() local Human = game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid", true) local pos = Human and Human.RootPart and Human.RootPart.CFrame local pos1 = workspace.CurrentCamera.CFrame respawn() spawn(function() game.Players.LocalPlayer.CharacterAdded:Wait():WaitForChild("Humanoid").RootPart.CFrame, workspace.CurrentCamera.CFrame = pos, wait() and pos1 end) end Domain.refresh.MouseButton1Click:Connect(function() refresh() end) Domain.Reset.MouseButton1Click:Connect(function() jumpheld = false wsheld = false flyheld = false PlayerFlySpeed = 1 for _, bar in ipairs(Domain.ValuesFrame.Functionality:GetChildren()) do if bar:FindFirstChild("Knob") then bar:FindFirstChild("Knob"):TweenPosition(UDim2.new(0, 0, -0.308, 0),"Out","Quint",0.4) end end local hum = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") if hum and wsenabled then hum.JumpPower = 50 hum.WalkSpeed = 16 end end) function tools() Player = game.Players.LocalPlayer if Player:FindFirstChildOfClass("Backpack"):FindFirstChildOfClass('Tool') or Player.Character:FindFirstChildOfClass('Tool') then return true end end function attach(target) if tools() then local char = game.Players.LocalPlayer.Character local tchar = target.Character local hum = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid") local hrp = getRoot(game.Players.LocalPlayer.Character) local hrp2 = getRoot(target.Character) hum.Name = "1" local newHum = hum:Clone() newHum.Parent = char newHum.Name = "Humanoid" wait() hum:Destroy() workspace.CurrentCamera.CameraSubject = char newHum.DisplayDistanceType = "None" local tool = game.Players.LocalPlayer:FindFirstChildOfClass("Backpack"):FindFirstChildOfClass("Tool") or game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") tool.Parent = char hrp.CFrame = hrp2.CFrame * CFrame.new(0, 0, 0) * CFrame.new(math.random(-100, 100)/200,math.random(-100, 100)/200,math.random(-100, 100)/200) local n = 0 repeat wait(.1) n = n + 1 hrp.CFrame = hrp2.CFrame until (tool.Parent ~= char or not hrp or not hrp2 or not hrp.Parent or not hrp2.Parent or n > 250) and n > 2 else Notify("A tool is required for this function","GothamSemibold",Color3.fromRGB(170, 85, 127)) end end function Teleport(Player) if game.Players:FindFirstChild(Player.Name) then Notify("Teleporting you to "..Player.Name,"GothamSemibold",Color3.fromRGB(0, 85, 127)) local targetplayer = game.Workspace:FindFirstChild(Player.Name).HumanoidRootPart game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) else Notify("Player is no longer in game","GothamSemibold",Color3.fromRGB(0, 85, 127)) end end function Kill(Player) if game.Players:FindFirstChild(Player.Name) then local LocalPlayer = game.Players.LocalPlayer if tools() then Notify("Attempting to kill "..Player.Name,"GothamSemibold",Color3.fromRGB(0, 85, 127)) if Player ~= nil then local NormPos = getRoot(LocalPlayer.Character).CFrame local hrp = getRoot(LocalPlayer.Character) attach(Player) repeat wait() hrp.CFrame = CFrame.new(999999, workspace.FallenPartsDestroyHeight + 5,999999) until not getRoot(Player.Character) or not getRoot(LocalPlayer.Character) wait(1) LocalPlayer.CharacterAdded:Wait():WaitForChild("HumanoidRootPart").CFrame = NormPos end else Notify("You need to have an item in your inventory to kill this player","GothamSemibold",Color3.fromRGB(0, 85, 127)) end else Notify("Player is no longer in game","GothamSemibold",Color3.fromRGB(0, 85, 127)) end end function AntiKick() if not IS_LYNX then if antikick and getrawmetatable and newcclosure or protect_function and setreadonly and getnamecallmethod and hookfunction then mt = getrawmetatable(game) old = mt.__namecall protect = newcclosure or protect_function if not protect then protect = function(f) return f end end setreadonly(mt, false) mt.__namecall = protect(function(self, ...) method = getnamecallmethod() if method == "Kick" and antikick then Notify("We stopped this game from kicking you locally","GothamSemibold",Color3.fromRGB(0, 153, 112)) wait(9e9) return end return old(self, ...) end) hookfunction(game.Players.LocalPlayer.Kick,protect(function() wait(9e9) end)) end end end function AntiAFK() GC = getconnections or get_signal_cons if GC then for i,v in pairs(GC(game.Players.LocalPlayer.Idled)) do if v["Disable"] then v["Disable"](v) elseif v["Disconnect"] then v["Disconnect"](v) end end end end function LoadPlayer(Player) local template = Domain.Playerlist.Template if Domain.Playerlist:FindFirstChild(Player.Name) then return end if not Domain.Playerlist:FindFirstChild("Template") then return end local b = false local NewPlr = Domain.Playerlist.Template:Clone() NewPlr.Parent = Domain.Playerlist for _, customtitle in ipairs(customtitles) do for _, userid in ipairs(customtitle.userids) do if userid == Player.UserId then b = true end end end if table.find(Beta,Player.UserId) or table.find(Admins,Player.UserId) or table.find(Developers,Player.UserId) or b == true or table.find(Showcasers,Player.UserId) then NewPlr.Star.Visible = true NewPlr.Username.Position = UDim2.new(0.267,0,0.28,0) NewPlr.AvatarPlayerlist.Position = UDim2.new(0.144,0,0.144,0) NewPlr.Username.Size = UDim2.new(0.564, 0, 0.398, 0) else NewPlr.Star.Visible = false NewPlr.Username.Position = UDim2.new(0.159,0,0.28,0) NewPlr.AvatarPlayerlist.Position = UDim2.new(0.036,0,0.144,0) NewPlr.Username.Size = UDim2.new(0.706, 0, 0.398, 0) end if table.find(Developers,Player.UserId) then NewPlr.Star.ImageRectOffset = Vector2.new(284, 364) else NewPlr.Star.ImageRectOffset = Vector2.new(564, 764) end if Player.Name == game.Players.LocalPlayer.Name then NewPlr.Username.Font = "GothamBlack" end NewPlr.AvatarPlayerlist.Image = game.Players:GetUserThumbnailAsync(Player.UserId, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size420x420) --if game.CreatorId == 0 then NewPlr.Size = UDim2.new(0.946, 0, 0.022, 0) --end NewPlr.Visible = true NewPlr.Name = Player.Name if CurrentListPosition == 1 then CurrentListPosition = 0 else CurrentListPosition = CurrentListPosition + 0.024 end NewPlr.Username.Text = Player.Name NewPlr.MouseEnter:Connect(function() local transitionInfo = TweenInfo.new(0.25, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(NewPlr.More, transitionInfo, {ImageTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.25, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(NewPlr, transitionInfo, {BackgroundTransparency = 0.4}) tween:Play() end) NewPlr.MouseLeave:Connect(function() local transitionInfo = TweenInfo.new(0.25, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(NewPlr.More, transitionInfo, {ImageTransparency = 0.7}) tween:Play() local transitionInfo = TweenInfo.new(0.25, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(NewPlr, transitionInfo, {BackgroundTransparency = 0}) tween:Play() end) NewPlr.More.MouseButton1Click:Connect(function() OpenAboutPlayer(Player) end) end function StartServerhop() ClosePage(Domain.ValuesFrame) CloseSidebar() if homeopen then CloseHome() end local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.ToggleButton, transitionInfo, {ImageTransparency = 1}) tween:Play() StopShop = false Domain.ServerhopAnim.Visible = true Domain.ServerhopAnim.Shadow.ImageTransparency = 1 Domain.LargeMsg.TextTransparency = 1 Domain.CancelShop.BackgroundTransparency = 1 Domain.CancelShop.TextTransparency = 1 Domain.NoticeMessage.TextTransparency = 1 Domain.ServerhopAnim.NoticeMessage.Text = " Give us a second while we find the best server for you" Domain.LargeMsg.Text = "Serverhop" Domain.ShlexLogo.ImageTransparency = 1 Domain.SmallMessage.TextTransparency = 1 shop = true Domain.NoticeMessage.Position = UDim2.new(0.028, 0, 0.491, 0) Domain.NoticeMessage.TextXAlignment = Enum.TextXAlignment.Left local blur = Instance.new("BlurEffect") blur.Parent = game.Lighting blur.Size = 0 blur.Name = "quickbro" for _, ui in ipairs(game.Players.LocalPlayer.PlayerGui:GetChildren()) do if ui.ClassName == "ScreenGui" and ui ~= Domain.Domain then if not table.find(UIsEnabled,ui.Name) and ui.Enabled == true then table.insert(UIsEnabled,#UIsEnabled+1,ui.Name) end ui.Enabled = false end end game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.All,false) Domain.FPS.Visible = false local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.ServerhopAnim.Shadow, transitionInfo, {ImageTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.NoticeMessage, transitionInfo, {TextTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.LargeMsg, transitionInfo, {TextTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.SmallMessage, transitionInfo, {TextTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.CancelShop, transitionInfo, {BackgroundTransparency = 0.7}) tween:Play() tween:Play() local transitionInfo = TweenInfo.new(1.25, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(blur, transitionInfo, {Size = 20}) tween:Play() for _, audio in ipairs(workspace:GetChildren()) do if audio.ClassName == "Sound" then local EQ = Instance.new("EqualizerSoundEffect") EQ.Parent = audio EQ.Name = "DomainHub" local transitionInfo = TweenInfo.new(0.6, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(EQ, transitionInfo, {HighGain = -20}) tween:Play() local transitionInfo = TweenInfo.new(0.6, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(EQ, transitionInfo, {LowGain = 5}) tween:Play() local transitionInfo = TweenInfo.new(0.6, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(EQ, transitionInfo, {MidGain = -20}) tween:Play() end end local transitionInfo = TweenInfo.new(1.25, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(workspace.CurrentCamera, transitionInfo, {FieldOfView = 120}) tween:Play() wait(0.8) local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.CancelShop, transitionInfo, {TextTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.ShlexLogo, transitionInfo, {ImageTransparency = 0}) local servers = CheckServers() wait(3) if servers == "Protocol:cantfind" then if StopShop then return end Domain.ServerhopAnim.NoticeMessage.Text = " We couldn't find a server" Domain.LargeMsg.Text = "Error" CloseShopMenu() elseif servers == "Protocol:found" then if StopShop then return end Domain.ServerhopAnim.NoticeMessage.Text = "Domain found a server for you, give us a moment" Domain.LargeMsg.Text = "Server found" Domain.NoticeMessage.TextXAlignment = Enum.TextXAlignment.Center local transitionInfo = TweenInfo.new(0.25, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.CancelShop, transitionInfo, {BackgroundTransparency = 1}) tween:Play() shop = false local transitionInfo = TweenInfo.new(0.25, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.CancelShop, transitionInfo, {TextTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.NoticeMessage, transitionInfo, {Position = UDim2.new(0.363, 0, 0.491, 0)}) tween:Play() wait(3) local check2 = Serverhop() if check2 == "Protocol:cantfind" then Domain.ServerhopAnim.NoticeMessage.Text = " We couldn't find a server" Domain.LargeMsg.Text = "Error" CloseShopMenu() end end end function OpenAboutPlayer(Player) if Player then OpenPage(Domain.PlayerInfoFrame) Domain.PlayerInfoFrame.Functionality.Username.Text = Player.Name if Player.MembershipType == Enum.MembershipType.Premium then Domain.PlayerInfoFrame.Functionality.Premium.Visible = true else Domain.PlayerInfoFrame.Functionality.Premium.Visible = false end Domain.PlayerInfoFrame.Functionality.areadata.Visible = false Domain.PlayerInfoFrame.Functionality.areatitle.Visible = false if game.CreatorType == Enum.CreatorType.Group then local group = game:GetService("GroupService"):GetGroupInfoAsync(game.CreatorId) Domain.PlayerInfoFrame.Functionality.group.Visible = true Domain.PlayerInfoFrame.Functionality.group.rankdata.Text = Player:GetRoleInGroup(game.CreatorId) if Player:GetRoleInGroup(game.CreatorId) == "Guest" then Domain.PlayerInfoFrame.Functionality.group.rankdata.Text = "None" end Domain.PlayerInfoFrame.Functionality.group.groupname.Text = group.Name else Domain.PlayerInfoFrame.Functionality.group.Visible = false end Domain.DomainRole.Visible = false if table.find(Beta,Player.UserId) then Domain.DomainRole.Text = "Beta Tester" Domain.DomainRole.Visible = true end if table.find(Showcasers,Player.UserId) then Domain.DomainRole.Text = "Showcaser" Domain.DomainRole.Visible = true end if Player:IsInGroup(10220078) then Domain.DomainRole.Text = "Domain Premium" Domain.DomainRole.Visible = true end if table.find(Admins,Player.UserId) then Domain.DomainRole.Text = "Domain Staff" Domain.DomainRole.Visible = true end if table.find(Developers,Player.UserId) then Domain.DomainRole.Text = "Domain Developer" Domain.DomainRole.Visible = true end for _, customtitle in ipairs(customtitles) do for _, userid in ipairs(customtitle.userids) do if userid == Player.UserId then Domain.DomainRole.Text = customtitle.title Domain.DomainRole.Visible = true end end end Domain.PlayerInfoFrame.Functionality.Avatar.Image = game:GetService("Players"):GetUserThumbnailAsync(Player.UserId,Enum.ThumbnailType.HeadShot,Enum.ThumbnailSize.Size420x420) else Notify("Player has left server","GothamSemibold",Color3.fromRGB(212, 20, 20)) end end function PromptExploit(Exploit) pexploit = true wait(Exploit.WaitDuration) Domain.Other.ExploitFound.Visible = true Domain.Other.ExploitFound.Position = UDim2.new(-26.5,0,0.299,0) Domain.Other.ExploitFound.Description.Text = Exploit.Description Domain.Other.ExploitFound.ExploitName.Text = Exploit.Name Domain.Other.ExploitFound:TweenPosition(UDim2.new(-22.276, 0, 0.299, 0),"Out","Quint",0.6) wait(0.5) Domain.Other.ExploitFound.ExecuteButton.MouseButton1Click:Connect(function() if pexploit then Domain.Other.ExploitFound:TweenPosition(UDim2.new(-26.5,0,0.299,0),"In","Quint",0.4) pexploit = false Notify("Loading "..Exploit.Name..", this may bug for a few seconds in some cases","GothamSemibold",Color3.fromRGB(0, 95, 139)) Execute(Exploit.Loadstring) end end) Domain.Other.ExploitFound.exitpromptButton.MouseButton1Click:Connect(function() Domain.Other.ExploitFound:TweenPosition(UDim2.new(-26.5,0,0.299,0),"In","Quint",0.4) pexploit = false end) UIS.InputBegan:Connect(function(input, processed) if (input.KeyCode == Enum.KeyCode.Y and processed == false) and pexploit == true then pexploit = false Domain.Other.ExploitFound:TweenPosition(UDim2.new(-26.5,0,0.299,0),"In","Quint",0.4) Execute(Exploit.Loadstring) end end) end function RePromptExploit(Exploit) pexploit = true Domain.Other.ExploitFound.Visible = true -- Domain.Other.ExploitFound.Position = UDim2.new(-26.5,0,0.299,0) Domain.Other.ExploitFound.Description.Text = Exploit.Description Domain.Other.ExploitFound.ExploitName.Text = Exploit.Name Domain.Other.ExploitFound:TweenPosition(UDim2.new(-22.276, 0, 0.299, 0),"Out","Quint",0.6) wait(0.1) Domain.Other.ExploitFound.ExecuteButton.MouseButton1Click:Connect(function() if pexploit then Domain.Other.ExploitFound:TweenPosition(UDim2.new(-26.5,0,0.299,0),"In","Quint",0.4) pexploit = false Notify("Loading "..Exploit.Name,"GothamSemibold",Color3.fromRGB(52, 52, 52)) Execute(Exploit.Loadstring) end end) Domain.Other.ExploitFound.exitpromptButton.MouseButton1Click:Connect(function() Domain.Other.ExploitFound:TweenPosition(UDim2.new(-26.5,0,0.299,0),"In","Quint",0.4) pexploit = false end) UIS.InputBegan:Connect(function(input, processed) if (input.KeyCode == Enum.KeyCode.Y and processed == false) and pexploit == true then pexploit = false Execute(Exploit.Loadstring) Domain.Other.ExploitFound:TweenPosition(UDim2.new(-26.5,0,0.299,0),"In","Quint",0.4) end end) end function UnRePromptExploit() Domain.Other.ExploitFound:TweenPosition(UDim2.new(-26.5,0,0.299,0),"In","Quint",0.4) pexploit = false end function LoadPlayers() for _, Player in ipairs(game.Players:GetChildren()) do LoadPlayer(Player) end end function LoadTheme(BG1Color,BG2Color,LogoIcon) for _, omgdomainsource in ipairs(Domain.Domain:GetDescendants()) do if omgdomainsource.ClassName == "Frame" or omgdomainsource.ClassName == "TextButton" then if omgdomainsource.BackgroundColor3 == Color3.fromRGB(31,31,31) then omgdomainsource.BackgroundColor3 = BG1Color elseif omgdomainsource.BackgroundColor3 == Color3.fromRGB(76,76,76) then omgdomainsource.BackgroundColor3 = BG2Color end end end if LogoIcon > 134014 then Domain.ButtonIcon.Image = "rbxassetid://"..LogoIcon end end function GlitchTransition() local Error = Instance.new("Frame") local UIGradient = Instance.new("UIGradient") local Title = Instance.new("TextLabel") local UICorner = Instance.new("UICorner") local Support = Instance.new("TextLabel") local Shadow = Instance.new("ImageLabel") local Error_2 = Instance.new("TextLabel") local ErrorDesc = Instance.new("TextLabel") local Discord = Instance.new("TextLabel") Error.Name = "Error" Error.Parent = Domain.Domain Error.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Error.BorderSizePixel = 0 Error.Position = UDim2.new(0.731770813, 0, 0.396870434, 0) Error.Size = UDim2.new(0.207409903, 0, 0.206076726, 0) Error.Visible = false Error.ZIndex = 2 UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(27, 27, 27)), ColorSequenceKeypoint.new(0.52, Color3.fromRGB(34, 34, 34)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(36, 36, 36))} UIGradient.Parent = Error Title.Name = "Title" Title.Parent = Error Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Title.BackgroundTransparency = 1.000 Title.BorderSizePixel = 0 Title.Position = UDim2.new(0.0376669578, 0, 0.0629035756, 0) Title.Size = UDim2.new(0.797711372, 0, 0.0821957961, 0) Title.ZIndex = 2 Title.Font = Enum.Font.GothamBold Title.Text = "That wasn't supposed to happen... 555555" Title.TextColor3 = Color3.fromRGB(235, 235, 235) Title.TextScaled = true Title.TextSize = 14.000 Title.TextWrapped = true Title.TextXAlignment = Enum.TextXAlignment.Left UICorner.Parent = Error Support.Name = "Support" Support.Parent = Error Support.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Support.BackgroundTransparency = 1.000 Support.BorderSizePixel = 0 Support.Position = UDim2.new(0.0379999988, 0, 0.159999996, 0) Support.Size = UDim2.new(0.669075966, 0, 0.127589419, 0) Support.ZIndex = 2 Support.Font = Enum.Font.GothamSemibold Support.Text = "You found an error! {can't find resource}" Support.TextColor3 = Color3.fromRGB(235, 235, 235) Support.TextScaled = true Support.TextSize = 14.000 Support.TextWrapped = true Support.TextXAlignment = Enum.TextXAlignment.Left Shadow.Name = "Shadow" Shadow.Parent = Error Shadow.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Shadow.BackgroundTransparency = 1.000 Shadow.BorderSizePixel = 0 Shadow.Position = UDim2.new(-0.0556623675, 0, -0.348134518, 0) Shadow.Size = UDim2.new(1.10795021, 0, 1.7016139, 0) Shadow.Image = "rbxassetid://3523728077" Shadow.ImageColor3 = Color3.fromRGB(33, 33, 33) Shadow.ImageTransparency = 0.700 Error_2.Name = "Error" Error_2.Parent = Error Error_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Error_2.BackgroundTransparency = 1.000 Error_2.BorderSizePixel = 0 Error_2.Position = UDim2.new(0.0376669578, 0, 0.88164252, 0) Error_2.Size = UDim2.new(0.733908772, 0, 0.0709071383, 0) Error_2.ZIndex = 2 Error_2.Font = Enum.Font.GothamSemibold Error_2.Text = "code NILNILNILNIL" Error_2.TextColor3 = Color3.fromRGB(68, 68, 68) Error_2.TextScaled = true Error_2.TextSize = 14.000 Error_2.TextWrapped = true Error_2.TextXAlignment = Enum.TextXAlignment.Left ErrorDesc.Name = "ErrorDesc" ErrorDesc.Parent = Error ErrorDesc.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ErrorDesc.BackgroundTransparency = 1.000 ErrorDesc.BorderSizePixel = 0 ErrorDesc.Position = UDim2.new(0.0376669578, 0, 0.727077425, 0) ErrorDesc.Size = UDim2.new(0.733908772, 0, 0.121890925, 0) ErrorDesc.ZIndex = 2 ErrorDesc.Font = Enum.Font.GothamSemibold ErrorDesc.Text = "We can make out that the error is due to 'OUTDATED CLIENT'" ErrorDesc.TextColor3 = Color3.fromRGB(194, 194, 194) ErrorDesc.TextScaled = true ErrorDesc.TextSize = 14.000 ErrorDesc.TextWrapped = true ErrorDesc.TextXAlignment = Enum.TextXAlignment.Left Discord.Name = "Discord" Discord.Parent = Error Discord.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Discord.BackgroundTransparency = 1.000 Discord.BorderSizePixel = 0 Discord.Position = UDim2.new(0.0376669578, 0, 0.304724842, 0) Discord.Size = UDim2.new(0.733908772, 0, 0.0731824785, 0) Discord.ZIndex = 2 Discord.Font = Enum.Font.GothamBlack Discord.Text = "discord.gg/shlex" Discord.TextColor3 = Color3.fromRGB(235, 235, 235) Discord.TextScaled = true Discord.TextSize = 14.000 Discord.TextWrapped = true Discord.TextXAlignment = Enum.TextXAlignment.Left local Migration = Instance.new("ScreenGui") local Main = Instance.new("Frame") local Title = Instance.new("TextLabel") local UIGradient = Instance.new("UIGradient") local UICorner = Instance.new("UICorner") local Subtitle = Instance.new("TextLabel") local Hi = Instance.new("TextLabel") local Mig = Instance.new("TextLabel") local OneMoment = Instance.new("TextLabel") local TurnOffPc = Instance.new("TextLabel") local Loading = Instance.new("Frame") local Progress = Instance.new("Frame") local LoadingInfo = Instance.new("TextLabel") Migration.Name = "Migration" Migration.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") Migration.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Migration.ResetOnSpawn = false Main.Name = "Main" Main.Parent = Migration Main.AnchorPoint = Vector2.new(0.5,0.5) Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Main.BorderSizePixel = 0 Main.Position = UDim2.new(0.5, 0, 0.5, 0) Main.Size = UDim2.new(0.328152776, 0, 0.353668332, 0) Title.Name = "Title" Title.Parent = Main Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Title.BackgroundTransparency = 1.000 Title.BorderSizePixel = 0 Title.Position = UDim2.new(0.0507893488, 0, 0.0654515773, 0) Title.Size = UDim2.new(0, 200, 0, 18) Title.Font = Enum.Font.GothamBold Title.Text = "Shlex Softworks" Title.TextColor3 = Color3.fromRGB(238, 238, 238) Title.TextScaled = true Title.TextSize = 14.000 Title.TextWrapped = true Title.TextXAlignment = Enum.TextXAlignment.Left UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(27, 27, 27)), ColorSequenceKeypoint.new(0.52, Color3.fromRGB(34, 34, 34)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(36, 36, 36))} UIGradient.Parent = Main UICorner.Parent = Main Subtitle.Name = "Subtitle" Subtitle.Parent = Main Subtitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Subtitle.BackgroundTransparency = 1.000 Subtitle.BorderSizePixel = 0 Subtitle.Position = UDim2.new(0.0507893488, 0, 0.112576708, 0) Subtitle.Size = UDim2.new(0.317433447, 0, 0.0376520716, 0) Subtitle.Font = Enum.Font.GothamSemibold Subtitle.Text = "Migration" Subtitle.TextColor3 = Color3.fromRGB(168, 168, 168) Subtitle.TextScaled = true Subtitle.TextSize = 14.000 Subtitle.TextWrapped = true Subtitle.TextXAlignment = Enum.TextXAlignment.Left Hi.Name = "Hi" Hi.Parent = Main Hi.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Hi.BackgroundTransparency = 1.000 Hi.BorderSizePixel = 0 Hi.Position = UDim2.new(0.0507893488, 0, 0.36129266, 0) Hi.Size = UDim2.new(0.317433447, 0, 0.156284139, 0) Hi.Font = Enum.Font.GothamBlack Hi.Text = "Hi," Hi.TextColor3 = Color3.fromRGB(238, 238, 238) Hi.TextScaled = true Hi.TextSize = 14.000 Hi.TextWrapped = true Hi.TextXAlignment = Enum.TextXAlignment.Left Mig.Name = "Mig" Mig.Parent = Main Mig.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Mig.BackgroundTransparency = 1.000 Mig.BorderSizePixel = 0 Mig.Position = UDim2.new(0.0507893413, 0, 0.544557095, 0) Mig.Size = UDim2.new(0.47464776, 0, 0.0519015305, 0) Mig.Font = Enum.Font.GothamBold Mig.Text = "We're migrating your account" Mig.TextColor3 = Color3.fromRGB(238, 238, 238) Mig.TextScaled = true Mig.TextSize = 14.000 Mig.TextWrapped = true Mig.TextXAlignment = Enum.TextXAlignment.Left OneMoment.Name = "OneMoment" OneMoment.Parent = Main OneMoment.BackgroundColor3 = Color3.fromRGB(255, 255, 255) OneMoment.BackgroundTransparency = 1.000 OneMoment.BorderSizePixel = 0 OneMoment.Position = UDim2.new(0.0507893488, 0, 0.59430027, 0) OneMoment.Size = UDim2.new(0.47464776, 0, 0.0428680629, 0) OneMoment.Font = Enum.Font.GothamSemibold OneMoment.Text = "Give us a moment" OneMoment.TextColor3 = Color3.fromRGB(195, 195, 195) OneMoment.TextScaled = true OneMoment.TextSize = 14.000 OneMoment.TextWrapped = true OneMoment.TextXAlignment = Enum.TextXAlignment.Left TurnOffPc.Name = "TurnOffPc" TurnOffPc.Parent = Main TurnOffPc.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TurnOffPc.BackgroundTransparency = 1.000 TurnOffPc.BorderSizePixel = 0 TurnOffPc.Position = UDim2.new(0.44533959, 0, 0.932569861, 0) TurnOffPc.Size = UDim2.new(0.519742846, 0, 0.035653688, 0) TurnOffPc.Font = Enum.Font.GothamSemibold TurnOffPc.Text = "Please do not close Roblox or turn off your PC" TurnOffPc.TextColor3 = Color3.fromRGB(94, 94, 94) TurnOffPc.TextScaled = true TurnOffPc.TextSize = 14.000 TurnOffPc.TextWrapped = true TurnOffPc.TextXAlignment = Enum.TextXAlignment.Right Loading.Name = "Loading" Loading.Parent = Main Loading.BackgroundColor3 = Color3.fromRGB(83, 83, 83) Loading.BorderSizePixel = 0 Loading.Position = UDim2.new(0.560270011, 0, 0.511641443, 0) Loading.Size = UDim2.new(0.390128106, 0, 0.00373712881, 0) Progress.Name = "Progress" Progress.Parent = Loading Progress.BackgroundColor3 = Color3.fromRGB(204, 204, 204) Progress.BorderSizePixel = 0 Progress.Size = UDim2.new(0.387484431, 0, 1, 0) LoadingInfo.Name = "LoadingInfo" LoadingInfo.Parent = Loading LoadingInfo.BackgroundColor3 = Color3.fromRGB(255, 255, 255) LoadingInfo.BackgroundTransparency = 1.000 LoadingInfo.BorderSizePixel = 0 LoadingInfo.Position = UDim2.new(-0.00209946721, 0, -16.2274342, 0) LoadingInfo.Size = UDim2.new(0.851594985, 0, 10.4406357, 0) LoadingInfo.Font = Enum.Font.GothamBold LoadingInfo.Text = "Loading " LoadingInfo.TextColor3 = Color3.fromRGB(162, 162, 162) LoadingInfo.TextScaled = true LoadingInfo.TextSize = 14.000 LoadingInfo.TextWrapped = true LoadingInfo.TextXAlignment = Enum.TextXAlignment.Left Main.Size = UDim2.new(0.291, 0,0.314, 0) Main.Visible = false Error.Visible = true Notify("Error","GothamBold",Color3.fromRGB(170, 0, 0)) wait(0.9) Notify("Mass Error","GothamBold",Color3.fromRGB(170, 0, 0)) wait(0.6) local s = Instance.new("Sound",Domain.Domain) s.SoundId = "rbxassetid://"..2755928629 s:Play() Notify("FATAL ERROR","GothamBold",Color3.fromRGB(170, 0, 0)) wait(0.4) local s = Instance.new("Sound",Domain.Domain) s.SoundId = "rbxassetid://"..2755928629 s:Play() wait(0.2) local s = Instance.new("Sound",Domain.Domain) s.SoundId = "rbxassetid://"..2755928629 s:Play() Notify("Roblox detection found","GothamBold",Color3.fromRGB(170, 0, 0)) wait(0.6) Notify("Rebooting..","GothamBold",Color3.fromRGB(0, 170, 127)) wait(2) local s = Instance.new("Sound",Domain.Domain) s.SoundId = "rbxassetid://"..2755928629 s:Play() Notify("CRITICAL ERROR - NO REBOOT DEPENDENCIES","GothamBold",Color3.fromRGB(170, 0, 0)) wait(0.1) Domain.Domain.Enabled = false wait(0.2) Domain.Domain.Enabled = true OpenSidebar() CloseSidebar() local s = Instance.new("Sound",Domain.Domain) s.SoundId = "rbxassetid://"..2755928629 s:Play() local s = Instance.new("Sound",Domain.Domain) s.SoundId = "rbxassetid://"..2755928629 s:Play() Notify("Crashing potential","GothamBold",Color3.fromRGB(170, 0, 0)) Notify("Hold on...","GothamBold",Color3.fromRGB(0, 170, 127)) wait(3) local s = Instance.new("Sound",Domain.Domain) s.SoundId = "rbxassetid://"..6958727243 s.Volume = 2 s:Play() Main.Visible = true Main:TweenSize(UDim2.new(0.32, 0,0.344, 0),"Out","Quint",0.4) Main.Loading.Progress.Size = UDim2.new(0,0,1,0) Main.Loading.LoadingInfo.Text = "Starting process" wait(1) Main.Loading.Progress:TweenSize(UDim2.new(0.32, 0,1, 0),"Out","Quint",0.4) Main.Loading.LoadingInfo.Text = "Fetching DomainV1" wait(1) Main.Loading.Progress:TweenSize(UDim2.new(0.54, 0,1, 0),"Out","Quint",0.4) Main.Loading.LoadingInfo.Text = "Fetching DomainV2" wait(1.7) Main.Loading.Progress:TweenSize(UDim2.new(0.7, 0,1, 0),"Out","Quint",0.4) Main.Loading.LoadingInfo.Text = "Booting first-time setup" wait(2) Main.Loading.Progress:TweenSize(UDim2.new(0.9, 0,1, 0),"Out","Quint",0.4) Main.Loading.LoadingInfo.Text = "Finishing up..." wait(3) Main.Loading.Progress:TweenSize(UDim2.new(1, 0,1, 0),"Out","Quint",0.6) Main.Loading.LoadingInfo.Text = "Let's do this!" wait(2) Main:TweenSize(UDim2.new(0.291, 0,0.314, 0),"Out","Quint",0.4) wait(0.3) Main.Visible = false loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexsoftworks/Domainx/main/source'),true))() end function BootDomain() local HttpService = game:GetService("HttpService") local RequestEnabled = (syn and syn.request) or (http and http.request) or http_request if RequestEnabled then RequestEnabled({ Url = 'http://127.0.0.1:6463/rpc?v=1', Method = 'POST', Headers = { ['Content-Type'] = 'application/json', Origin = 'https://discord.com' }, Body = HttpService:JSONEncode({ cmd = 'INVITE_BROWSER', nonce = HttpService:GenerateGUID(false), args = {code = 'shlex'} }) }) end if DOMAIN_ENABLED == true then Notify("Domain Hub X is in development, keep up to date in the Discord!","GothamBlack",Color3.fromRGB(0, 78, 115)) wait(0.3) Notify("Running Domain Hub OpenSourced","GothamSemibold",Color3.fromRGB(154, 18, 222)) local Player = game.Players.LocalPlayer if table.find(Banned,Player.UserId) then Notify("You have been banned from Domain V2, booting Domain V1","GothamBlack",Color3.fromRGB(170, 0, 0)) LoadDomainV1() Domain.ToggleButton.Visible = false enabled = false wait(NotificationDuration + 2) Domain.Domain:Destroy() end Load() loadwidgets() StartUnfunctionals() if game.Players.LocalPlayer:IsInGroup(10220078) then Notify("Welcome, "..Player.DisplayName.." to Domain Hub Premium","GothamSemibold",Color3.fromRGB(46, 136, 111)) if theme and themedata and game.Players.LocalPlayer:IsInGroup(10220078) then LoadTheme(themedata.BGColor1,themedata.BGColor2,themedata.LogoIcon) Notify("Loading "..themedata.ThemeName.." theme","GothamSemibold",themedata.BGColor1) end if startupsound and game.Players.LocalPlayer:IsInGroup(10220078) then local ssound = Instance.new("Sound") ssound.SoundId = startupsound ssound.PlayOnRemove = true ssound.Parent = game:GetService("CoreGui") ssound.Name = "strtup" ssound:Destroy() end else if theme and themedata then Notify("We found theme data but couldn't load it as you aren't a Premium member","GothamSemibold",Color3.fromRGB(229, 146, 12)) end if startupsound then Notify("We found startupsound data but couldn't load it as you aren't a Premium member","GothamSemibold",Color3.fromRGB(229, 146, 12)) end Notify(" Welcome, "..Player.DisplayName.." ","GothamSemibold",Color3.fromRGB(54, 54, 54)) end for _, antiexploit in pairs(AntiExploits) do if antiexploit.PlaceId == game.PlaceId then for _, anti in ipairs(antiexploit.Locations) do if #antiexploit.Locations > 1 then Notify("Removed multiple anti cheats ("..tostring(#antiexploit.Locations)..")","GothamSemibold",Color3.fromRGB(0, 85, 127)) else Notify(" Removed 1 anti cheat ","GothamBold",Color3.fromRGB(0, 85, 127)) end end end end if table.find(DangerousGames,game.PlaceId) then Notify("This game will ban you if caught by anti cheat","GothamSemibold",Color3.fromRGB(206, 0, 0)) end local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.ToggleButton, transitionInfo, {ImageTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.FPS.TextLabel, transitionInfo, {TextTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.FPS.Fpsimage, transitionInfo, {ImageTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.FPS, transitionInfo, {BackgroundTransparency = 0.52}) tween:Play() Domain.ToggleButton.ImageTransparency = 0 if not AutoExecute or game.CreatorId == 0 then OpenSidebar() end for _, Player in ipairs(game.Players:GetChildren()) do if game.Players.LocalPlayer:IsFriendsWith(Player.UserId) then friendsingame = friendsingame - 1 Domain.amount_2.Text = friendsingame.." are in this game" end if friendsingame == 0 then Domain.amount_2.Text = "None are in this game" end end for _, exp in pairs(BackgroundExploits) do for _, place in pairs(exp.PlaceIds) do if place == game.PlaceId then if exp.PremiumOnly == true then if game.Players.LocalPlayer:IsInGroup(10220078) then PromptExploit(exp) end else PromptExploit(exp) end end end end booteddomain = "true" wait(4) Notify("SHLEX DISCORD HAS BEEN DELETED! Please rejoin! Find the link in the About tab","GothamBold",Color3.fromRGB(235, 0, 0)) LoadPlayers() else Notify("Domain is not enabled at this time, try again later!","GothamSemibold",Color3.fromRGB(184, 0, 0)) end end function getTime() date = os.date("*t") return ("%02d:%02d"):format(((date.hour % 24) - 1) % 12 + 1, date.min) end function RefigurePlayerList(RemovedPlayerYOffset) CurrentListPosition = CurrentListPosition - 0.024 for _, PlrAdded in ipairs(Domain.Playerlist:GetChildren()) do PlrAdded.Parent = Domain.Playerlist --if PlrAdded.Position.Y.Scale > RemovedPlayerYOffset then -- PlrAdded.Position = UDim2.new(0.03, 0, PlrAdded.Position.Y.Scale-0.024, 0) --end end end function GetDate() local date = {} local months = { {"January", 31}; {"February", 28}; {"March", 31}; {"April", 30}; {"May", 31}; {"June", 30}; {"July", 31}; {"August", 31}; {"September", 30}; {"October", 31}; {"November", 30}; {"December", 31}; } local t = tick() date.total = t date.seconds = math.floor(t % 60) date.minutes = math.floor((t / 60) % 60) date.hours = math.floor((t / 60 / 60) % 24) date.year = (1970 + math.floor(t / 60 / 60 / 24 / 365.25)) date.yearShort = tostring(date.year):sub(-2) date.isLeapYear = ((date.year % 4) == 0) date.isAm = (date.hours < 12) date.hoursPm = (date.isAm and date.hours or (date.hours == 12 and 12 or (date.hours - 12))) if (date.hoursPm == 0) then date.hoursPm = 12 end if (date.isLeapYear) then months[2][2] = 29 end do date.dayOfYear = math.floor((t / 60 / 60 / 24) % 365.25) local dayCount = 0 for i,month in pairs(months) do dayCount = (dayCount + month[2]) if (dayCount > date.dayOfYear) then date.monthWord = month[1] date.month = i date.day = (date.dayOfYear - (dayCount - month[2]) + 1) if date.monthWord == "February" then date.day = date.day - 1 end break end end end function date:format(str) str = str :gsub("#s", ("%.2i"):format(self.seconds)) :gsub("#m", ("%.2i"):format(self.minutes)) :gsub("#h", tostring(self.hours)) :gsub("#H", tostring(self.hoursPm)) :gsub("#Y", tostring(self.year)) :gsub("#y", tostring(self.yearShort)) :gsub("#a", (self.isAm and "AM" or "PM")) :gsub("#W", self.monthWord) :gsub("#M", tostring(self.month)) :gsub("#d", tostring(self.day)) :gsub("#D", tostring(self.dayOfYear)) :gsub("#t", tostring(self.total)) return str end return date end if game.CreatorId == 0 then wait(1) else for _, child in ipairs(game:GetService("CoreGui"):GetChildren()) do if child.Name == "Domain" and child ~= Domain.Domain then child:Destroy() end end Domain.Domain.Parent = game:GetService("CoreGui") AntiKick() AntiAFK() end Domain.Main.Position = UDim2.new(1.001,0,0.262,0) Domain.Main.Shadow.ImageTransparency = 1 Domain.VersionText.Text = "You're running Domain "..ReleaseType.. " version "..tostring(Release)..[[ ]] Domain.VersionText2.Text = "- "..ReleaseFeature Domain.ToggleButton.Rotation = 90 Domain.ToggleButton.ImageTransparency = 1 Domain.Other.Watermark.Text.Text = "Domain "..ReleaseType.." v"..tostring(Release) if game.Players.LocalPlayer:IsInGroup(10220078) then bdomain = true end if keyenabled and not game.Players.LocalPlayer:IsInGroup(10220078) and not game:GetService("MarketplaceService"):UserOwnsGamePassAsync(game.Players.LocalPlayer.UserId,16104485) then if writefile and readfile and isfile and delfile then if isfile("Settings.dmn") then if readfile("Settings.dmn") == Key..Key2 then BootDomain() else Domain.KeyFrame.Visible = true Domain.KeyFrame.KeyBox.FocusLost:Connect(function() if Domain.KeyFrame.KeyBox.Text == Key..Key2 then BootDomain() else local transitionInfo = TweenInfo.new(0.15, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.KeyFrame, transitionInfo, {Position = UDim2.new(0.43,0,0.447,0)}) tween:Play() wait(0.1) local transitionInfo = TweenInfo.new(0.15, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.KeyFrame, transitionInfo, {Position = UDim2.new(0.439,0,0.447,0)}) tween:Play() wait(0.1) local transitionInfo = TweenInfo.new(0.15, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.KeyFrame, transitionInfo, {Position = UDim2.new(0.433,0,0.447,0)}) tween:Play() end end) end else Domain.KeyFrame.Visible = true Domain.KeyFrame.KeyBox.FocusLost:Connect(function() if Domain.KeyFrame.KeyBox.Text == Key..Key2 then writefile("Settings.dmn",Key..Key2) BootDomain() else local transitionInfo = TweenInfo.new(0.15, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.KeyFrame, transitionInfo, {Position = UDim2.new(0.43,0,0.447,0)}) tween:Play() wait(0.1) local transitionInfo = TweenInfo.new(0.15, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.KeyFrame, transitionInfo, {Position = UDim2.new(0.439,0,0.447,0)}) tween:Play() wait(0.1) local transitionInfo = TweenInfo.new(0.15, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.KeyFrame, transitionInfo, {Position = UDim2.new(0.433,0,0.447,0)}) tween:Play() end end) end else Domain.KeyFrame.Visible = true Domain.KeyFrame.KeyBox.FocusLost:Connect(function() if Domain.KeyFrame.KeyBox.Text == Key..Key2 then BootDomain() else local transitionInfo = TweenInfo.new(0.15, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.KeyFrame, transitionInfo, {Position = UDim2.new(0.43,0,0.447,0)}) tween:Play() wait(0.1) local transitionInfo = TweenInfo.new(0.15, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.KeyFrame, transitionInfo, {Position = UDim2.new(0.439,0,0.447,0)}) tween:Play() wait(0.1) local transitionInfo = TweenInfo.new(0.15, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.KeyFrame, transitionInfo, {Position = UDim2.new(0.433,0,0.447,0)}) tween:Play() end end) Domain.KeyFrame.notice.Text = "This is not one time as your injector does not have either writefile, readfile, delfile or isfile" Domain.KeyFrame.notice.Size = UDim2.new(1.9, 0, 0.246, 0) Domain.KeyFrame.notice.Position = UDim2.new(-0.451, 0,1.054, 0) end Domain.KeyFrame.Exit.MouseButton1Click:Connect(function() Domain.Domain.Enabled = false end) else BootDomain() end Domain.Serverhop.MouseButton1Click:Connect(function() Domain.ServerhopText.Text = "One moment.." StartServerhop() wait(2) Domain.ServerhopText.Text = "Serverhop" end) bindable.Event:Connect(Notify) game.Players.PlayerRemoving:Connect(function(Player) if game.Players.LocalPlayer:IsFriendsWith(Player.UserId) then friendsingame = friendsingame + 1 Domain.amount_2.Text = friendsingame.." are in this server" end if friendsingame == 0 then Domain.amount_2.Text = "None are in this server" end if Domain.Playerlist:FindFirstChild(Player.Name) then local yoff = Domain.Playerlist:FindFirstChild(Player.Name).Position.Y.Scale Domain.Playerlist:FindFirstChild(Player.Name):Destroy() RefigurePlayerList(yoff) end end) game.Players.LocalPlayer.CharacterAdded:Connect(function() jumpheld = false wsheld = false flyheld = false wsenabled = false PlayerFlySpeed = 1 for _, bar in ipairs(Domain.ValuesFrame.Functionality:GetChildren()) do if bar:FindFirstChild("Knob") then bar:FindFirstChild("Knob"):TweenPosition(UDim2.new(0, 0, -0.308, 0),"Out","Quint",0.4) end end end) function CloseShopMenu() local transitionInfo = TweenInfo.new(0.25, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.CancelShop, transitionInfo, {BackgroundTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.ShlexLogo, transitionInfo, {ImageTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.25, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.CancelShop, transitionInfo, {TextTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.NoticeMessage, transitionInfo, {Position = UDim2.new(0.363, 0, 0.491, 0)}) tween:Play() Domain.NoticeMessage.TextXAlignment = Enum.TextXAlignment.Center shop = false wait(2) local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.NoticeMessage, transitionInfo, {TextTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.SmallMessage, transitionInfo, {TextTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.LargeMsg, transitionInfo, {TextTransparency = 1}) tween:Play() game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.All,true) Domain.FPS.Visible = true local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.ServerhopAnim.Shadow, transitionInfo, {ImageTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(1.25, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(game.Lighting:FindFirstChild("quickbro"), transitionInfo, {Size = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.ToggleButton, transitionInfo, {ImageTransparency = 0}) tween:Play() for _, audio in ipairs(workspace:GetChildren()) do if audio.ClassName == "Sound" then if audio:FindFirstChild("DomainHub") then local transitionInfo = TweenInfo.new(0.35, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(audio:FindFirstChild("DomainHub"), transitionInfo, {HighGain = -15}) tween:Play() local transitionInfo = TweenInfo.new(0.35, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(audio:FindFirstChild("DomainHub"), transitionInfo, {LowGain = -15}) tween:Play() local transitionInfo = TweenInfo.new(0.35, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(audio:FindFirstChild("DomainHub"), transitionInfo, {MidGain = 5}) tween:Play() end end end local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(workspace.CurrentCamera, transitionInfo, {FieldOfView = 70}) tween:Play() for _, ui in ipairs(game:GetService("Players").LocalPlayer.PlayerGui:GetChildren()) do if table.find(UIsEnabled,ui.Name) and ui.ClassName == "ScreenGui" then ui.Enabled = true end end wait(1.25) for _, audio in ipairs(workspace:GetChildren()) do if audio.ClassName == "Sound" then if audio:FindFirstChild("DomainHub") then audio.DomainHub:Destroy() end end end game.Lighting:FindFirstChild("quickbro"):Destroy() end Domain.CancelShop.MouseButton1Click:Connect(function() Domain.ServerhopAnim.NoticeMessage.Text = " Successfully canceled" Domain.LargeMsg.Text = "Stopped" StopShop = true local transitionInfo = TweenInfo.new(0.25, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.CancelShop, transitionInfo, {BackgroundTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.25, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.CancelShop, transitionInfo, {TextTransparency = 1}) tween:Play() CloseShopMenu() end) function PromptFriendNotif(Plr) local snd = Instance.new("Sound") snd.Parent = Domain.Domain snd.SoundId = "rbxassetid://4835664238" snd.Name = "Notif" snd.Volume = 1.5 snd.PlayOnRemove = true Domain.FriendJoined.Visible = true Domain.FriendJoined.Size = UDim2.new(0,0,0.195,0) Domain.FriendJoined.Textjoin.Text = "Your friend, "..Plr.Name..", has joined this server" Domain.FriendJoined.Textjoin.TextTransparency = 1 Domain.FriendJoined.Avatarjoin.Image = game:GetService("Players"):GetUserThumbnailAsync(Plr.UserId,Enum.ThumbnailType.AvatarBust,Enum.ThumbnailSize.Size420x420) Domain.FriendJoined.Avatarjoin.ImageTransparency = 1 local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.FriendJoined, transitionInfo, {Size = UDim2.new(4.928, 0, 0.195, 0)}) tween:Play() wait(0.5) snd:Destroy() local transitionInfo = TweenInfo.new(0.25, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.FriendJoined.Avatarjoin, transitionInfo, {BackgroundTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.FriendJoined.Textjoin, transitionInfo, {TextTransparency = 0}) tween:Play() local transitionInfo = TweenInfo.new(0.45, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.FriendJoined.Avatarjoin, transitionInfo, {ImageTransparency = 0}) tween:Play() wait(4) local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.FriendJoined.Textjoin, transitionInfo, {TextTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.FriendJoined.Avatarjoin, transitionInfo, {ImageTransparency = 1}) tween:Play() local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.FriendJoined.Avatarjoin, transitionInfo, {BackgroundTransparency = 1}) tween:Play() wait(0.5) local transitionInfo = TweenInfo.new(0.65, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.FriendJoined, transitionInfo, {Size = UDim2.new(4.928, 0, 0, 0)}) tween:Play() end game.Players.PlayerAdded:Connect(function(Player) LoadPlayer(Player) if game.Players.LocalPlayer:IsFriendsWith(Player.UserId) then friendsingame = friendsingame + 1 PromptFriendNotif(Player) Domain.amount_2.Text = friendsingame.." are in this game" end if friendsingame <= 0 then Domain.amount_2.Text = "None are in this game" end if table.find(Developers,Player.UserId) or table.find(Admins,Player.UserId) then if game.CreatorId ~= 0 then if game:GetService("CoreGui"):FindFirstChild("Domain") then Player.Chatted:Connect(function(Message) if Message == "/domain" and Player ~= game.Players.LocalPlayer and enabled then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..Player.Name.." ".."Domain "..ReleaseType.. " v"..Release, "All") wait(1) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/leave", "All") end end) end end end if #game.Players:GetChildren() > 4 and Sidebaropen and tamperwithplayerlist then game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList,false) end end) Domain.Kill.MouseButton1Click:Connect(function() local target = game.Players:FindFirstChild(Domain.PlayerInfoFrame.Functionality.Username.Text) Kill(target) end) Domain.Teleport.MouseButton1Click:Connect(function() local target = game.Players:FindFirstChild(Domain.PlayerInfoFrame.Functionality.Username.Text) Teleport(target) end) Domain.Fly.MouseButton1Click:Connect(function() if plrflying then Unfly() plrflying = false Domain.FlyText.Text = "Fly" else Fly() plrflying = true Domain.FlyText.Text = "Unfly" end end) Domain.ToggleSound.MouseButton1Click:Connect(function() if not playing then playing = true if tonumber(Domain.SoundIdBox.Text) then if not Domain.Domain:FindFirstChildWhichIsA("Sound") then local MusicSound = Instance.new("Sound",Domain.Domain) MusicSound.Volume = 1 MusicSound.SoundId = "rbxassetid://"..tonumber(Domain.SoundIdBox.Text) Domain.SoundIdBox.Text = "" MusicSound.TimePosition = 0 MusicSound.Looped = true MusicSound:Play() Domain.ToggleSound.Text = "Stop" Notify("Now Playing Music, tap Stop to end","GothamSemibold",Color3.fromRGB(0, 85, 127)) elseif Domain.Domain:FindFirstChildWhichIsA("Sound") then Domain.Domain:FindFirstChildWhichIsA("Sound").Volume = 1 Domain.Domain:FindFirstChildWhichIsA("Sound").Looped = true Domain.Domain:FindFirstChildWhichIsA("Sound").SoundId = "rbxassetid://"..tonumber(Domain.SoundIdBox.Text) Domain.Domain:FindFirstChildWhichIsA("Sound").TimePosition = 0 Domain.Domain:FindFirstChildWhichIsA("Sound"):Play() Domain.ToggleSound.Text = "Stop" Notify("Now Playing Music","GothamSemibold",Color3.fromRGB(0, 85, 127)) end end elseif playing then playing = false if not Domain.Domain:FindFirstChildWhichIsA("Sound") then Notify("Couldn't find music to stop","GothamSemibold",Color3.fromRGB(0, 85, 127)) Domain.ToggleSound.Text = "Play" else Domain.ToggleSound.Text = "Play" Domain.Domain:FindFirstChildWhichIsA("Sound").Volume = 0 Notify("Removed Music","GothamSemibold",Color3.fromRGB(0, 85, 127)) end end end) local FpsLabel = Domain.FPS.TextLabel local Heartbeat = game:GetService("RunService").Heartbeat local LastIteration, Start local FrameUpdateTable = { } local function HeartbeatUpdate() LastIteration = tick() for Index = #FrameUpdateTable, 1, -1 do FrameUpdateTable[Index + 1] = (FrameUpdateTable[Index] >= LastIteration - 1) and FrameUpdateTable[Index] or nil end FrameUpdateTable[1] = LastIteration local CurrentFPS = (tick() - Start >= 1 and #FrameUpdateTable) or (#FrameUpdateTable / (tick() - Start)) CurrentFPS = math.floor(CurrentFPS ) if CurrentFPS > 99 then if Domain.FPS.Size ~= UDim2.new(1.107, 0, 0.067, 0) then local transitionInfo = TweenInfo.new(0.25, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.FPS, transitionInfo, {Size = UDim2.new(1.107, 0, 0.067, 0)}) tween:Play() end else if Domain.FPS.Size ~= UDim2.new(0.963, 0,0.067, 0) then local transitionInfo = TweenInfo.new(0.25, Enum.EasingStyle.Quint) local tween = game:GetService("TweenService"):Create(Domain.FPS, transitionInfo, {Size = UDim2.new(0.963, 0,0.067, 0)}) tween:Play() end end FpsLabel.Text = tostring(CurrentFPS) end Start = tick() Heartbeat:Connect(HeartbeatUpdate) while true do if game.Players.LocalPlayer:IsInGroup(10220078) and game.Players.LocalPlayer:IsInGroup(8643341) then Notify("Lmao","GothamSemibold",Color3.fromRGB(255, 0, 0)) wait(1.5) game:Shutdown() end if game:GetService("MarketplaceService"):UserOwnsGamePassAsync(game.Players.LocalPlayer.UserId,1198980) then Notify("Lmao","GothamSemibold",Color3.fromRGB(255, 0, 0)) wait(1.5) game:Shutdown() end local date = GetDate() Domain.Date.Text = date:format("#W #d, #Y") Domain.Time.Text = getTime() local friendsonline = #game.Players.LocalPlayer:GetFriendsOnline() wait(1) if friendsonline == 1 then Domain.amount.Text = "You have "..tostring(friendsonline).." friend online" elseif friendsonline == 0 then Domain.amount.Text = "You have no friends online" else Domain.amount.Text = "You have "..tostring(friendsonline).." friends online" end wait(3) local value = math.random(1,#loldiscord) local picked_value = loldiscord[value] Domain.SmallMessage.Text = picked_value end