historical/OLD-SCRIPTS-NO-LONGER-GOOD.git/sans.txt

1 line
135 KiB
Text
Raw Normal View History

2024-01-16 11:20:27 -06:00
--[[ Edit Made by PixelFir3 Passcode: iui ]] local gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui) gui.Name = "GUI" local rogui = Instance.new("Frame", gui) rogui.Size = UDim2.new(0, 469, 0, 148) rogui.BorderColor3 = Color3.new(1, 1, 1) rogui.Name = "RO-GUI" rogui.Position = UDim2.new(0, 560, 0, 300) rogui.BackgroundColor3 = Color3.new(1, 1, 1) local sans = Instance.new("ImageLabel", rogui) sans.Image = "rbxassetid://356480383" sans.Name = "Sans" sans.Position = UDim2.new(0, -68, 0, -81) sans.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843) sans.Rotation = -8 sans.BackgroundTransparency = 1 sans.Size = UDim2.new(0, 150, 0, 146) sans.BackgroundColor3 = Color3.new(1, 1, 1) local passwordbox = Instance.new("TextBox", rogui) passwordbox.FontSize = Enum.FontSize.Size32 passwordbox.BackgroundColor3 = Color3.new(0.705882, 0.705882, 0.705882) passwordbox.Position = UDim2.new(0, 96, 0, 36) passwordbox.Size = UDim2.new(0, 293, 0, 40) passwordbox.BorderColor3 = Color3.new(0.705882, 0.705882, 0.705882) passwordbox.Text = "Enter Passcode" passwordbox.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843) passwordbox.Font = Enum.Font.SourceSansLight passwordbox.Name = "PasswordBox" local run = Instance.new("TextButton", rogui) run.FontSize = Enum.FontSize.Size32 run.BackgroundColor3 = Color3.new(0.705882, 0.705882, 0.705882) run.Size = UDim2.new(0, 231, 0, 34) run.Position = UDim2.new(0, 128, 0, 88) run.BorderColor3 = Color3.new(0.705882, 0.705882, 0.705882) run.Text = "RUN" run.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843) run.Font = Enum.Font.SourceSansLight run.Name = "RUN" local name = Instance.new("TextLabel", rogui) name.BackgroundColor3 = Color3.new(1, 1, 1) name.Size = UDim2.new(0, 258, 0, 12) name.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843) name.BorderColor3 = Color3.new(1, 1, 1) name.Text = "PixelFir3's Custom Sans" name.Position = UDim2.new(0, 113, 0, 8) name.Font = Enum.Font.SourceSansLight name.Name = "Name" name.FontSize = Enum.FontSize.Size28 local credits = Instance.new("TextLabel", rogui) credits.BackgroundColor3 = Color3.new(1, 1, 1) credits.Size = UDim2.new(0, 258, 0, 11) credits.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843) credits.BorderColor3 = Color3.new(1, 1, 1) credits.Text = "Have fun!" credits.Position = UDim2.new(0, 113, 0, 130) credits.Font = Enum.Font.SourceSansLight credits.Name = "Credits" credits.FontSize = Enum.FontSize.Size24 local exit = Instance.new("TextButton", rogui) exit.FontSize = Enum.FontSize.Size14 exit.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745) exit.Size = UDim2.new(0, 37, 0, 28) exit.Position = UDim2.new(0, 424, 0, 8) exit.BorderColor3 = Color3.new(0.862745, 0.862745, 0.862745) exit.Text = "Exit" exit.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843) exit.Font = Enum.Font.SourceSans exit.Name = "Exit" exit.MouseButton1Down:connect(function() rogui.Visible = false end) local version = Instance.new("TextLabel", rogui) version.BackgroundColor3 = Color3.new(1, 1, 1) version.Size = UDim2.new(0, 85, 0, 11) version.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843) version.BorderColor3 = Color3.new(1, 1, 1) version.Text = "Version 3.2 " version.Position = UDim2.new(0, 7, 0, 133) version.Font = Enum.Font.SourceSansLight version.Name = "Version" version.FontSize = Enum.FontSize.Size12 local code = ("iui") function onClicked(GUI) if passwordbox.Text == code then run.Text = "Loading.." wait(3) rogui.Visible = false Folder = game.Players.LocalPlayer.PlayerGui script=Instance.new('LocalScript') local p = game.Players.LocalPlayer local char = p.Character local mouse = p:GetMouse() local larm = char["Left Arm"] local rarm = char["Right Arm"] local lleg = char["Left Leg"] local rleg = char["Right Leg"] local hed = char.Head local torso = char.Torso local hum = char.Humanoid local cam = game.Workspace.CurrentCamera local root = char.HumanoidRootPart local deb = false local shot = 0 local debris=game:service"Debris" local l = game:GetService("Lighting") local rs = game:GetService("RunService").RenderStepped ptz = {0.8, 0.85, 0.9,