Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Credits go to me Itsyabroooo
- -- Instances:
- local SkySorssitguiv1 = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Sit = Instance.new("TextButton")
- local X = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local Open = Instance.new("TextButton")
- --Properties:
- SkySorssitguiv1.Name = "SkySors sit gui v.1"
- SkySorssitguiv1.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- SkySorssitguiv1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = SkySorssitguiv1
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.Position = UDim2.new(0.370757192, 0, 0.368525952, 0)
- Frame.Size = UDim2.new(0, 225, 0, 140)
- Frame.Visible = false
- Sit.Name = "Sit"
- Sit.Parent = Frame
- Sit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Sit.Position = UDim2.new(0, 0, 0.328000009, 0)
- Sit.Size = UDim2.new(0, 224, 0, 84)
- Sit.Font = Enum.Font.SourceSans
- Sit.Text = "Sit"
- Sit.TextColor3 = Color3.fromRGB(0, 0, 0)
- Sit.TextScaled = true
- Sit.TextSize = 14.000
- Sit.TextWrapped = true
- local function HHHRHH_fake_script() -- Sit.LocalScript
- local script = Instance.new('LocalScript', Sit)
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Sit = true
- end)
- end
- coroutine.wrap(HHHRHH_fake_script)()
- local function ZDVIGF_fake_script() -- X.LocalScript
- local script = Instance.new('LocalScript', X)
- script.Parent.MouseButton1Down:Connect(function()
- script.Parent.Parent.Visible = false
- end)
- end
- coroutine.wrap(ZDVIGF_fake_script)()
- local function QYXZDOC_fake_script() -- Frame.LocalScript
- local script = Instance.new('LocalScript', Frame)
- frame = script.Parent.Frame
- frame.Draggable = true
- frame.Active = true
- frame.Selectable = true
- end
- coroutine.wrap(QYXZDOC_fake_script)()
- local function RZRPJ_fake_script() -- Open.LocalScript
- local script = Instance.new('LocalScript', Open)
- script.Parent.MouseButton1Down:Connect(function()
- script.Parent.Parent.Frame.Visible = true
- end)
- end
- coroutine.wrap(RZRPJ_fake_script)()
- X.Name = "X"
- X.Parent = Frame
- X.BackgroundColor3 = Color3.fromRGB(255, 67, 70)
- X.Size = UDim2.new(0, 33, 0, 41)
- X.Font = Enum.Font.SourceSans
- X.Text = "X"
- X.TextColor3 = Color3.fromRGB(0, 0, 0)
- X.TextScaled = true
- X.TextSize = 14.000
- X.TextWrapped = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.Position = UDim2.new(0.147321433, 0, 0, 0)
- TextLabel.Size = UDim2.new(0, 191, 0, 41)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Skysors sit gui v.1"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- Open.Name = "Open"
- Open.Parent = SkySorssitguiv1
- Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Open.Position = UDim2.new(0, 0, 0.579681277, 0)
- Open.Size = UDim2.new(0, 165, 0, 50)
- Open.Font = Enum.Font.SourceSans
- Open.Text = "Open Skysors Sit Gui v.1"
- Open.TextColor3 = Color3.fromRGB(0, 0, 0)
- Open.TextScaled = true
- Open.TextSize = 14.000
- Open.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment