local a,b,c,d=game:GetService("Players"),game:GetService("TweenService"),game:GetService("RunService"),nil;local e=a.LocalPlayer;local f=e.Character or e.CharacterAdded:Wait();local g=f:WaitForChild("HumanoidRootPart");local h=Instance.new("ScreenGui",e:WaitForChild("PlayerGui"));h.Name="freakyfgui";h.ResetOnSpawn=false;local i=Instance.new("Frame",h);i.Size=UDim2.new(0,250,0,300);i.Position=UDim2.new(0,50,0,50);i.BackgroundColor3=Color3.fromRGB(45,45,45);i.BorderSizePixel=2;i.Active=true;i.Draggable=true;local j=Instance.new("TextLabel",i);j.Text='Steal A "Universal Script"';j.Font=Enum.Font.Legacy;j.TextSize=16;j.Size=UDim2.new(1,0,0,30);j.BackgroundColor3=Color3.fromRGB(30,30,30);j.TextColor3=Color3.fromRGB(255,255,0);local k=35;local function l(m,n)local o=Instance.new("TextButton",i);o.Size=UDim2.new(1,-10,0,30);o.Position=UDim2.new(0,5,0,k);o.BackgroundColor3=Color3.fromRGB(70,70,70);o.Text=m;o.Font=Enum.Font.Code;o.TextColor3=Color3.new(1,1,1);o.TextSize=14;o.MouseButton1Click:Connect(n);k=k+35;return o end;local p=nil;local q=nil;local r=false;local function s()f=e.Character or e.CharacterAdded:Wait();g=f:WaitForChild("HumanoidRootPart")end;local function t(u,v)s();local w=TweenInfo.new(v,Enum.EasingStyle.Linear);local x=b:Create(g,w,{CFrame=u});x:Play();x.Completed:Wait()end;l("Set CFrame",function()s();p=g.CFrame end);l("Teleport",function()if p then t(p,0.3)end end);l("Alt Teleport",function()if p then s();local y=5;local z=g.CFrame.Position;local A=p.Position;for B=1,y do local C=B/y;local D=CFrame.new(z:Lerp(A,C));t(D,0.15);wait(0.2)end end end);l("SetAltWayPoint",function()s();q=g.CFrame end);l("TpWaypoint",function()if q then s();local y=5;local z=g.CFrame.Position;local A=q.Position;for B=1,y do local C=B/y;local D=CFrame.new(z:Lerp(A,C));t(D,0.05)end end end);l("Noclip Toggle",function()r=not r end);c.Stepped:Connect(function()if r then s();for _,e in pairs(f:GetDescendants())do if e:IsA("BasePart")and e.CanCollide then e.CanCollide=false end end end end)