if game.PlaceId == 2245022872 then loadstring(game:HttpGet(('https://raw.githubusercontent.com/Paxxous/loadstrings/main/DemolitionCreGui'),true))() print("Game detected, Demolition Crew") end if game.PlaceId == 6961824067 then loadstring(game:HttpGet(('https://raw.githubusercontent.com/Paxxous/loadstrings/main/flingpeoplrandstuf'),true))() print("Game detected, Fling Things and People") end if getgenv().isLoaded == true then print("The gui is already loaded!") game.StarterGui:SetCore("SendNotification", { Title = "The Gui is already loaded!"; Text = "if you don't have the gui, make sure to rejoin"; Duration = "7"; }) PaxxousGui:Destroy() end local randomTip = {"Tip: use the netless bypass so your fe scripts parts don't fall off!", "Tip: The fe hat script has commands like .speed! or .orbit target", "Tip: Making a respawn script is hard so just use roblox's reset for now", "The spider script may be buggy so you may not reset properly. (use infinite yeilds rejoin for a garentee rejoin of the server)"} local chosenVariable = randomTip[math.random(1, #randomTip)] local function notification() game.StarterGui:SetCore("SendNotification", { Title = "Paxxous Gui Loaded"; Text = chosenVariable; Duration = "10"; }) end local PaxxousGui = Instance.new("ScreenGui") local main = Instance.new("Frame") local UICorner = Instance.new("UICorner") local Scripts = Instance.new("ScrollingFrame") local UICorner_2 = Instance.new("UICorner") local InfiniteYeild = Instance.new("TextButton") local UICorner_3 = Instance.new("UICorner") local GaleFighter = Instance.new("TextButton") local UICorner_4 = Instance.new("UICorner") local NekoMaid = Instance.new("TextButton") local UICorner_5 = Instance.new("UICorner") local NetlessBypass = Instance.new("TextButton") local UICorner_6 = Instance.new("UICorner") local HatOrbit = Instance.new("TextButton") local UICorner_7 = Instance.new("UICorner") local Spider = Instance.new("TextButton") local UICorner_8 = Instance.new("UICorner") local ComingSoon_2 = Instance.new("TextButton") local UICorner_9 = Instance.new("UICorner") local ComingSoon_3 = Instance.new("TextButton") local UICorner_10 = Instance.new("UICorner") local ComingSoon_4 = Instance.new("TextButton") local UICorner_11 = Instance.new("UICorner") local ComingSoon_5 = Instance.new("TextButton") local UICorner_12 = Instance.new("UICorner") local ComingSoon_6 = Instance.new("TextButton") local UICorner_13 = Instance.new("UICorner") local ComingSoon_7 = Instance.new("TextButton") local UICorner_14 = Instance.new("UICorner") local ComingSoon_8 = Instance.new("TextButton") local UICorner_15 = Instance.new("UICorner") local Brag = Instance.new("TextButton") local UICorner_16 = Instance.new("UICorner") local Title = Instance.new("TextLabel") local UICorner_17 = Instance.new("UICorner") local Delete = Instance.new("TextButton") local Website = Instance.new("TextLabel") local Reset = Instance.new("TextButton") local UICorner_18 = Instance.new("UICorner") local minimize = Instance.new("TextButton") notification() PaxxousGui.Name = "PaxxousGui" PaxxousGui.Parent = game.CoreGui PaxxousGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling main.Name = "main" main.Parent = PaxxousGui main.BackgroundColor3 = Color3.fromRGB(255, 255, 170) main.Position = UDim2.new(0.808420956, 0, 0.209570274, 0) main.Size = UDim2.new(0, 290, 0, 486) main.Active = true main.Draggable = true UICorner.CornerRadius = UDim.new(0, 20) UICorner.Parent = main Scripts.Name = "Scripts" Scripts.Parent = main Scripts.Active = true Scripts.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Scripts.BorderSizePixel = 0 Scripts.Position = UDim2.new(0.0231066477, 0, 0.201696634, 0) Scripts.Size = UDim2.new(0, 275, 0, 293) UICorner_2.CornerRadius = UDim.new(0, 20) UICorner_2.Parent = Scripts InfiniteYeild.Name = "InfiniteYeild" InfiniteYeild.Parent = Scripts InfiniteYeild.BackgroundColor3 = Color3.fromRGB(255, 255, 170) InfiniteYeild.BorderSizePixel = 4 InfiniteYeild.Position = UDim2.new(0.134363636, 0, 0.0904115215, 0) InfiniteYeild.Size = UDim2.new(0, 200, 0, 50) InfiniteYeild.Font = Enum.Font.Arial InfiniteYeild.Text = "Infinite Yeild" InfiniteYeild.TextColor3 = Color3.fromRGB(0, 0, 0) InfiniteYeild.TextSize = 14.000 --Button Function InfiniteYeild.MouseButton1Down:connect(function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end) UICorner_3.Parent = InfiniteYeild GaleFighter.Name = "GaleFighter" GaleFighter.Parent = Scripts GaleFighter.BackgroundColor3 = Color3.fromRGB(255, 255, 170) GaleFighter.BorderSizePixel = 4 GaleFighter.Position = UDim2.new(0.137999997, 0, 0.159999996, 0) GaleFighter.Size = UDim2.new(0, 200, 0, 50) GaleFighter.Font = Enum.Font.Arial GaleFighter.Text = "Gale Fighter" GaleFighter.TextColor3 = Color3.fromRGB(0, 0, 0) GaleFighter.TextSize = 14.000 --Button Function GaleFighter.MouseButton1Down:connect(function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Paxxous/loadstrings/main/galefighter'))() end) UICorner_4.Parent = GaleFighter NekoMaid.Name = "NekoMaid" NekoMaid.Parent = Scripts NekoMaid.BackgroundColor3 = Color3.fromRGB(255, 255, 170) NekoMaid.BorderSizePixel = 4 NekoMaid.Position = UDim2.new(0.137999997, 0, 0.230000004, 0) NekoMaid.Size = UDim2.new(0, 200, 0, 50) NekoMaid.Font = Enum.Font.Arial NekoMaid.Text = "Neko Maid" NekoMaid.TextColor3 = Color3.fromRGB(0, 0, 0) NekoMaid.TextSize = 14.000 --Button Function NekoMaid.MouseButton1Down:connect(function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Paxxous/loadstrings/main/NekoMaidFe'))() end) UICorner_5.Parent = NekoMaid NetlessBypass.Name = "NetlessBypass" NetlessBypass.Parent = Scripts NetlessBypass.BackgroundColor3 = Color3.fromRGB(255, 255, 170) NetlessBypass.BorderSizePixel = 4 NetlessBypass.Position = UDim2.new(0.138999999, 0, 0.0199999996, 0) NetlessBypass.Size = UDim2.new(0, 200, 0, 50) NetlessBypass.Font = Enum.Font.Arial NetlessBypass.Text = "Netless Bypass" NetlessBypass.TextColor3 = Color3.fromRGB(0, 0, 0) NetlessBypass.TextSize = 14.000 --Button Function NetlessBypass.MouseButton1Down:connect(function() loadstring(game:HttpGet(('https://pastebin.com/raw/Cu7bKQWN'),true))() end) UICorner_6.Parent = NetlessBypass HatOrbit.Name = "HatOrbit" HatOrbit.Parent = Scripts HatOrbit.BackgroundColor3 = Color3.fromRGB(255, 255, 170) HatOrbit.BorderSizePixel = 4 HatOrbit.Position = UDim2.new(0.137999997, 0, 0.300000012, 0) HatOrbit.Size = UDim2.new(0, 200, 0, 50) HatOrbit.Font = Enum.Font.Arial HatOrbit.Text = "Hat Orbit" HatOrbit.TextColor3 = Color3.fromRGB(0, 0, 0) HatOrbit.TextSize = 14.000 --Button Function HatOrbit.MouseButton1Down:connect(function() loadstring(game:HttpGet('https://pastebin.com/raw/4B4fktPS'))() end) UICorner_7.Parent = HatOrbit Spider.Name = "Spider" Spider.Parent = Scripts Spider.BackgroundColor3 = Color3.fromRGB(255, 255, 170) Spider.BorderSizePixel = 4 Spider.Position = UDim2.new(0.137999997, 0, 0.370000005, 0) Spider.Size = UDim2.new(0, 200, 0, 50) Spider.Font = Enum.Font.Arial Spider.Text = "Spider" Spider.TextColor3 = Color3.fromRGB(0, 0, 0) Spider.TextSize = 14.000 Spider.MouseButton1Down:connect(function() loadstring(game:HttpGet('https://pastebin.com/raw/txsk1LJg'))() end) UICorner_8.Parent = Spider ComingSoon_2.Name = "ComingSoon" ComingSoon_2.Parent = Scripts ComingSoon_2.BackgroundColor3 = Color3.fromRGB(255, 255, 170) ComingSoon_2.BorderSizePixel = 4 ComingSoon_2.Position = UDim2.new(0.137999997, 0, 0.439999998, 0) ComingSoon_2.Size = UDim2.new(0, 200, 0, 50) ComingSoon_2.Font = Enum.Font.Arial ComingSoon_2.Text = "Coming Soon!" ComingSoon_2.TextColor3 = Color3.fromRGB(0, 0, 0) ComingSoon_2.TextSize = 14.000 UICorner_9.Parent = ComingSoon_2 ComingSoon_3.Name = "ComingSoon" ComingSoon_3.Parent = Scripts ComingSoon_3.BackgroundColor3 = Color3.fromRGB(255, 255, 170) ComingSoon_3.BorderSizePixel = 4 ComingSoon_3.Position = UDim2.new(0.137999997, 0, 0.50999999, 0) ComingSoon_3.Size = UDim2.new(0, 200, 0, 50) ComingSoon_3.Font = Enum.Font.Arial ComingSoon_3.Text = "Coming Soon!" ComingSoon_3.TextColor3 = Color3.fromRGB(0, 0, 0) ComingSoon_3.TextSize = 14.000 UICorner_10.Parent = ComingSoon_3 ComingSoon_4.Name = "ComingSoon" ComingSoon_4.Parent = Scripts ComingSoon_4.BackgroundColor3 = Color3.fromRGB(255, 255, 170) ComingSoon_4.BorderSizePixel = 4 ComingSoon_4.Position = UDim2.new(0.137999997, 0, 0.579999983, 0) ComingSoon_4.Size = UDim2.new(0, 200, 0, 50) ComingSoon_4.Font = Enum.Font.Arial ComingSoon_4.Text = "Coming Soon!" ComingSoon_4.TextColor3 = Color3.fromRGB(0, 0, 0) ComingSoon_4.TextSize = 14.000 UICorner_11.Parent = ComingSoon_4 ComingSoon_5.Name = "ComingSoon" ComingSoon_5.Parent = Scripts ComingSoon_5.BackgroundColor3 = Color3.fromRGB(255, 255, 170) ComingSoon_5.BorderSizePixel = 4 ComingSoon_5.Position = UDim2.new(0.137999997, 0, 0.649999976, 0) ComingSoon_5.Size = UDim2.new(0, 200, 0, 50) ComingSoon_5.Font = Enum.Font.Arial ComingSoon_5.Text = "Coming Soon!" ComingSoon_5.TextColor3 = Color3.fromRGB(0, 0, 0) ComingSoon_5.TextSize = 14.000 UICorner_12.Parent = ComingSoon_5 ComingSoon_6.Name = "ComingSoon" ComingSoon_6.Parent = Scripts ComingSoon_6.BackgroundColor3 = Color3.fromRGB(255, 255, 170) ComingSoon_6.BorderSizePixel = 4 ComingSoon_6.Position = UDim2.new(0.137999997, 0, 0.720000029, 0) ComingSoon_6.Size = UDim2.new(0, 200, 0, 50) ComingSoon_6.Font = Enum.Font.Arial ComingSoon_6.Text = "Coming Soon!" ComingSoon_6.TextColor3 = Color3.fromRGB(0, 0, 0) ComingSoon_6.TextSize = 14.000 UICorner_13.Parent = ComingSoon_6 ComingSoon_7.Name = "ComingSoon" ComingSoon_7.Parent = Scripts ComingSoon_7.BackgroundColor3 = Color3.fromRGB(255, 255, 170) ComingSoon_7.BorderSizePixel = 4 ComingSoon_7.Position = UDim2.new(0.137999997, 0, 0.790000021, 0) ComingSoon_7.Size = UDim2.new(0, 200, 0, 50) ComingSoon_7.Font = Enum.Font.Arial ComingSoon_7.Text = "Coming Soon!" ComingSoon_7.TextColor3 = Color3.fromRGB(0, 0, 0) ComingSoon_7.TextSize = 14.000 UICorner_14.Parent = ComingSoon_7 ComingSoon_8.Name = "ComingSoon" ComingSoon_8.Parent = Scripts ComingSoon_8.BackgroundColor3 = Color3.fromRGB(255, 255, 170) ComingSoon_8.BorderSizePixel = 4 ComingSoon_8.Position = UDim2.new(0.137999997, 0, 0.860000014, 0) ComingSoon_8.Size = UDim2.new(0, 200, 0, 50) ComingSoon_8.Font = Enum.Font.Arial ComingSoon_8.Text = "Coming Soon!" ComingSoon_8.TextColor3 = Color3.fromRGB(0, 0, 0) ComingSoon_8.TextSize = 14.000 UICorner_15.Parent = ComingSoon_8 Brag.Name = "Brag" Brag.Parent = Scripts Brag.BackgroundColor3 = Color3.fromRGB(255, 255, 170) Brag.BorderSizePixel = 4 Brag.Position = UDim2.new(0.137999997, 0, 0.930000007, 0) Brag.Size = UDim2.new(0, 200, 0, 50) Brag.Font = Enum.Font.Arial Brag.Text = "Brags about Gui" Brag.TextColor3 = Color3.fromRGB(0, 0, 0) Brag.TextSize = 14.000 Brag.MouseButton1Down:connect(function() local args = { [1] = "Paxxous Gui on top!", [2] = "All" } game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args)) wait(1) local args = { [1] = "Only the best use the Paxxous Gui, Subscribe!", [2] = "All" } game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args)) wait(1) local args = { [1] = "Paxxous.xyz!", [2] = "All" } game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args)) end) UICorner_16.Parent = Brag Title.Name = "Title" Title.Parent = main Title.BackgroundColor3 = Color3.fromRGB(255, 255, 170) Title.BorderSizePixel = 0 Title.Position = UDim2.new(0.148275867, 0, 0.0411522649, 0) Title.Size = UDim2.new(0, 200, 0, 50) Title.Font = Enum.Font.Ubuntu Title.Text = "Paxxous's Fe Gui" Title.TextColor3 = Color3.fromRGB(0, 0, 0) Title.TextSize = 25.000 UICorner_17.Parent = Title Delete.Name = "Delete" Delete.Parent = main Delete.BackgroundColor3 = Color3.fromRGB(255, 255, 170) Delete.BorderSizePixel = 0 Delete.Position = UDim2.new(0.889655173, 0, 0.0411522612, 0) Delete.Size = UDim2.new(0, 23, 0, 24) Delete.Font = Enum.Font.SourceSans Delete.Text = "X" Delete.TextColor3 = Color3.fromRGB(0, 0, 0) Delete.TextSize = 36.000 --Button function Delete.MouseButton1Down:connect(function() PaxxousGui:Destroy() getgenv().isLoaded = false end) Website.Name = "Website" Website.Parent = main Website.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Website.BackgroundTransparency = 1.000 Website.Position = UDim2.new(0.0793103501, 0, 0.804526806, 0) Website.Size = UDim2.new(0, 244, 0, 50) Website.Font = Enum.Font.Ubuntu Website.Text = "Website: paxxous.xyz" Website.TextColor3 = Color3.fromRGB(0, 0, 0) Website.TextSize = 27.000 Reset.Name = "Reset" Reset.Parent = main Reset.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Reset.Position = UDim2.new(0.258620679, 0, 0.903292179, 0) Reset.Size = UDim2.new(0, 140, 0, 37) Reset.Font = Enum.Font.Ubuntu Reset.Text = "Reset" Reset.TextColor3 = Color3.fromRGB(0, 0, 0) Reset.TextSize = 27.000 UICorner_18.CornerRadius = UDim.new(0, 10) UICorner_18.Parent = Reset getgenv().isLoaded = true minimize.Name = "minimize" minimize.Parent = main minimize.BackgroundColor3 = Color3.fromRGB(255, 255, 170) minimize.BorderColor3 = Color3.fromRGB(130, 203, 255) minimize.BorderSizePixel = 0 minimize.Position = UDim2.new(0.0448275879, 0, 0.0452674925, 0) minimize.Size = UDim2.new(0, 31, 0, 20) minimize.Font = Enum.Font.Ubuntu minimize.Text = "-" minimize.TextColor3 = Color3.fromRGB(0, 0, 0) minimize.TextSize = 46.000 --Button function minimize.MouseButton1Down:connect(function() getgenv().isLoaded = false PaxxousGui:Destroy() loadstring(game:HttpGet(('https://raw.githubusercontent.com/Paxxous/PaxxoussFehub/main/minimized'),true))() end)