local a=game:GetService("Players")local b=a.LocalPlayer local c={"Lnicky","Infinite Yield","1x1x1x1","Zoung GUI","Synapse X","SSP","Epik R6 Dancezz","GhostHub","Client Sided GUI","ChatHax","Barry Prison FE TROLL","g00byd0lan","HARKED REBORN V2","Lalol Hub","Bany Side","Dex","SCP‑096","Black Hole","Sonic.exe","Brookhaven SS","Sypcerr","Fly GUI v3","c00lgui","FE Bypass","Energize"}local d={"https://rawscripts.net/raw/Universal-Script-LNicky-Ultimate-F3X-Gui-42094","https://cdn.wearedevs.net/scripts/Infinite%20Yield.txt","https://rawscripts.net/raw/Universal-Script-1x1x1x1-gui-f3x-and-hd-admin-41931","https://rawscripts.net/raw/Universal-Script-zoung-gui-private-edition-41511","https://raw.githubusercontent.com/AZYsGithub/Chillz-s-scripts/main/Synapse-X-Remake.lua","https://pastefy.app/t2gUwfXy/raw","https://rawscripts.net/raw/Universal-Script-Epik-R6-Dancezz-42246","https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub","https://pastefy.app/kVLBGCjG/raw","https://pastefy.app/8XhIoZYX/raw","https://pastebin.com/raw/a71y69Gr","https://rawscripts.net/raw/Universal-Script-g00byd0lan-f3x-10362","https://rawscripts.net/raw/Live-Life-Rich-and-Famous-in-Paradise!-harked-that-only-work-for-this-game-8800","https://rawscripts.net/raw/Universal-Script-Lalol-hub-30354","https://rawscripts.net/raw/Universal-Script-Bany-side-28741","https://rawscripts.net/raw/Universal-Script-REAL-DEX-EXPLORER-DONT-BE-SCAMMED-41800","https://pastefy.app/YsJgITXR/raw","https://raw.githubusercontent.com/Bac0nHck/Scripts/main/BringFlingPlayers","https://pastefy.app/jRSu2UQR/raw","https://scriptblox.com/raw/Brookhaven-RP-R4D-TROLL-NO-KEY-17625","https://raw.githubusercontent.com/sypcerr/FECollection/refs/heads/main/script.lua","https://rawscripts.net/raw/Universal-Script-Gui-Fly-v3-37111","https://rawscripts.net/raw/Universal-Script-C00lgui-f3x-9682","https://pastebin.com/raw/DxMwPkXH","https://rawscripts.net/raw/a-literal-baseplate.-energize-gui-24798"}local e=Instance.new("ScreenGui",b:WaitForChild("PlayerGui"))e.Name="Polaria"e.ZIndexBehavior=Enum.ZIndexBehavior.Sibling local f=Instance.new("Frame",e)f.Size=UDim2.new(0,620,0,380)f.Position=UDim2.new(0.3,0,0.2,0)f.BackgroundColor3=Color3.fromRGB(0,0,0)f.BorderSizePixel=2 f.BorderColor3=Color3.fromRGB(145,0,255)f.Active=true f.Draggable=true local g=Instance.new("Frame",f)g.Size=UDim2.new(1,0,0,30)g.BackgroundColor3=Color3.fromRGB(20,0,50)local h=Instance.new("TextLabel",g)h.Size=UDim2.new(0.5,0,1,0)h.Position=UDim2.new(0,5,0,0)h.Text="POLARIA"h.TextColor3=Color3.new(1,1,1)h.Font=Enum.Font.SourceSansBold h.TextSize=20 h.BackgroundTransparency=1 local function i(j,k,l)local m=Instance.new("TextButton",g)m.Size=UDim2.new(0,30,0,25)m.Position=UDim2.new(1,k,0,2)m.Text=j m.Font=Enum.Font.SourceSansBold m.TextColor3=Color3.new(1,1,1)m.BackgroundColor3=Color3.fromRGB(40,0,80)m.BorderColor3=Color3.fromRGB(145,0,255)m.MouseButton1Click:Connect(l)end i("X",-35,function()e:Destroy()end)i("-", -70,function()f.Visible=not f.Visible end)local n={"Home","Server/Local","Scripts","Executor","Output"}local o={}local p={}for q,r in ipairs(n)do local s=Instance.new("TextButton",f)s.Size=UDim2.new(0,110,0,30)s.Position=UDim2.new(0,5+(q-1)*125,0,30)s.Text=r s.Font=Enum.Font.SourceSans s.TextSize=16 s.TextColor3=Color3.new(1,1,1)s.BackgroundColor3=Color3.fromRGB(20,0,50)s.BorderColor3=Color3.fromRGB(145,0,255)o[r]=s local t=Instance.new("Frame",f)t.Name=r.."Page"t.Size=UDim2.new(1,-10,1,-70)t.Position=UDim2.new(0,5,0,65)t.BackgroundTransparency=1 t.Visible=(r=="Home")p[r]=t end for u,v in pairs(o)do v.MouseButton1Click:Connect(function()for w,x in pairs(p)do x.Visible=false end p[u].Visible=true end)end do local y=p["Home"]local z=Instance.new("ImageLabel",y)z.Position=UDim2.new(0,10,0,10)z.Size=UDim2.new(0,90,0,90)z.BackgroundTransparency=1 z.Image=("https://www.roblox.com/headshot-thumbnail/image?userId=%d&width=420&height=420&format=png"):format(b.UserId)local A={"Username : "..b.Name,"Age Days : "..b.AccountAge.." Days","FE : Enabled!","Success! You are now able to use.","Server Time: "..os.date("%X"),"Time: "..os.date("%X"),"Job ID: "..game.JobId,"Place ID: "..game.PlaceId,"Private GUI by y00kidd 🔒"}for B,C in ipairs(A)do local D=Instance.new("TextLabel",y)D.Position=UDim2.new(0,110,0,10+(B-1)*25)D.Size=UDim2.new(1,-120,0,25)D.Text=C D.TextXAlignment=Enum.TextXAlignment.Left D.TextColor3=Color3.new(1,1,1)D.BackgroundTransparency=1 D.Font=Enum.Font.SourceSans D.TextSize=18 end end do local E=p["Server/Local"]for F,G in ipairs({"WalkSpeed","JumpPower"})do local H=Instance.new("TextLabel",E)H.Position=UDim2.new(0,10,0,10+(F-1)*60)H.Size=UDim2.new(0,150,0,25)H.Text=G.." :"H.TextColor3=Color3.new(1,1,1)H.BackgroundTransparency=1 H.Font=Enum.Font.SourceSansBold H.TextSize=18 local I=Instance.new("TextBox",E)I.Position=UDim2.new(0,170,0,10+(F-1)*60)I.Size=UDim2.new(0,80,0,25)I.Text=tostring(b.Character and b.Character.Humanoid[G])I.ClearTextOnFocus=true I.Font=Enum.Font.Code I.TextSize=18 I.TextColor3=Color3.new(1,1,1)I.BackgroundColor3=Color3.fromRGB(30,0,30)I.BorderColor3=Color3.fromRGB(145,0,255)local J=Instance.new("TextButton",E)J.Position=UDim2.new(0,260,0,10+(F-1)*60)J.Size=UDim2.new(0,100,0,25)J.Text="Apply"J.Font=Enum.Font.SourceSansBold J.TextSize=18 J.TextColor3=Color3.new(1,1,1)J.BackgroundColor3=Color3.fromRGB(20,0,50)J.BorderColor3=Color3.fromRGB(145,0,255)J.MouseButton1Click:Connect(function()local K=tonumber(I.Text)if K and b.Character and b.Character:FindFirstChild("Humanoid")then b.Character.Humanoid[G]=K end end)end end do local L=p["Scripts"]local M=Instance.new("UIGridLayout",L)M.CellSize=UDim2.new(0,130,0,30)M.CellPadding=UDim2.new(0,5,0,5)M.FillDirectionMaxCells=4 for N,O in ipairs(c)do local P=Instance.new("TextButton",L)P.Size=UDim2.new(0,130,0,30)P.Text=O P.Font=Enum.Font.SourceSans P.TextSize=16 P.TextColor3=Color3.new(1,1,1)P.BackgroundColor3=Color3.fromRGB(20,0,50)P.BorderColor3=Color3.fromRGB(145,0,255)P.MouseButton1Click:Connect(function()local Q=d[N]pcall(function()loadstring(game:HttpGet(Q))()end)end)end local R=Instance.new("TextButton",L)R.Position=UDim2.new(0.5,-25,1,-40)R.Size=UDim2.new(0,50,0,30)R.Text=">"R.Font=Enum.Font.SourceSansBold R.TextSize=20 R.TextColor3=Color3.new(1,1,1)R.BackgroundColor3=Color3.fromRGB(20,0,50)R.BorderColor3=Color3.fromRGB(145,0,255)end do local S=p["Executor"]local T=Instance.new("TextBox",S)T.Size=UDim2.new(1,-20,1,-90)T.Position=UDim2.new(0,10,0,10)T.ClearTextOnFocus=false T.MultiLine=true T.Text="--[ Made by Alif ]--"T.Font=Enum.Font.Code T.TextSize=16 T.TextColor3=Color3.new(1,1,1)T.BackgroundColor3=Color3.fromRGB(0,0,0)T.BorderColor3=Color3.fromRGB(145,0,255)local U=Instance.new("TextButton",S)U.Text="Execute"U.Size=UDim2.new(0,120,0,40)U.Position=UDim2.new(0,10,1,-50)U.Font=Enum.Font.SourceSansBold U.TextSize=18 U.BackgroundColor3=Color3.fromRGB(20,0,50)U.BorderColor3=Color3.fromRGB(145,0,255)U.TextColor3=Color3.new(1,1,1)U.MouseButton1Click:Connect(function()pcall(function()loadstring(T.Text)()end)end)local V=Instance.new("TextButton",S)V.Text="Clear"V.Size=UDim2.new(0,120,0,40)V.Position=UDim2.new(0,140,1,-50)V.Font=Enum.Font.SourceSansBold V.TextSize=18 V.BackgroundColor3=Color3.fromRGB(20,0,50)V.BorderColor3=Color3.fromRGB(145,0,255)V.TextColor3=Color3.new(1,1,1)V.MouseButton1Click:Connect(function()T.Text=""end)local W=Instance.new("TextLabel",S)W.Text="Execute on : Server"W.Size=UDim2.new(0,200,0,40)W.Position=UDim2.new(1,-210,1,-50)W.Font=Enum.Font.SourceSansBold W.TextSize=18 W.TextColor3=Color3.new(0,1,0)W.BackgroundTransparency=1 end