Itsyabroooo

SkySors sit gui

Mar 12th, 2020
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3. -- Credits go to me Itsyabroooo
  4. -- Instances:
  5.  
  6. local SkySorssitguiv1 = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local Sit = Instance.new("TextButton")
  9. local X = Instance.new("TextButton")
  10. local TextLabel = Instance.new("TextLabel")
  11. local Open = Instance.new("TextButton")
  12.  
  13. --Properties:
  14.  
  15. SkySorssitguiv1.Name = "SkySors sit gui v.1"
  16. SkySorssitguiv1.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17. SkySorssitguiv1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. Frame.Parent = SkySorssitguiv1
  20. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  21. Frame.Position = UDim2.new(0.370757192, 0, 0.368525952, 0)
  22. Frame.Size = UDim2.new(0, 225, 0, 140)
  23. Frame.Visible = false
  24.  
  25. Sit.Name = "Sit"
  26. Sit.Parent = Frame
  27. Sit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  28. Sit.Position = UDim2.new(0, 0, 0.328000009, 0)
  29. Sit.Size = UDim2.new(0, 224, 0, 84)
  30. Sit.Font = Enum.Font.SourceSans
  31. Sit.Text = "Sit"
  32. Sit.TextColor3 = Color3.fromRGB(0, 0, 0)
  33. Sit.TextScaled = true
  34. Sit.TextSize = 14.000
  35. Sit.TextWrapped = true
  36. local function HHHRHH_fake_script() -- Sit.LocalScript
  37. local script = Instance.new('LocalScript', Sit)
  38.  
  39. script.Parent.MouseButton1Click:Connect(function()
  40. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Sit = true
  41. end)
  42. end
  43. coroutine.wrap(HHHRHH_fake_script)()
  44. local function ZDVIGF_fake_script() -- X.LocalScript
  45. local script = Instance.new('LocalScript', X)
  46.  
  47. script.Parent.MouseButton1Down:Connect(function()
  48. script.Parent.Parent.Visible = false
  49. end)
  50. end
  51. coroutine.wrap(ZDVIGF_fake_script)()
  52. local function QYXZDOC_fake_script() -- Frame.LocalScript
  53. local script = Instance.new('LocalScript', Frame)
  54.  
  55. frame = script.Parent.Frame
  56. frame.Draggable = true
  57. frame.Active = true
  58. frame.Selectable = true
  59. end
  60. coroutine.wrap(QYXZDOC_fake_script)()
  61. local function RZRPJ_fake_script() -- Open.LocalScript
  62. local script = Instance.new('LocalScript', Open)
  63.  
  64. script.Parent.MouseButton1Down:Connect(function()
  65. script.Parent.Parent.Frame.Visible = true
  66. end)
  67. end
  68. coroutine.wrap(RZRPJ_fake_script)()
  69.  
  70. X.Name = "X"
  71. X.Parent = Frame
  72. X.BackgroundColor3 = Color3.fromRGB(255, 67, 70)
  73. X.Size = UDim2.new(0, 33, 0, 41)
  74. X.Font = Enum.Font.SourceSans
  75. X.Text = "X"
  76. X.TextColor3 = Color3.fromRGB(0, 0, 0)
  77. X.TextScaled = true
  78. X.TextSize = 14.000
  79. X.TextWrapped = true
  80.  
  81. TextLabel.Parent = Frame
  82. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  83. TextLabel.Position = UDim2.new(0.147321433, 0, 0, 0)
  84. TextLabel.Size = UDim2.new(0, 191, 0, 41)
  85. TextLabel.Font = Enum.Font.SourceSans
  86. TextLabel.Text = "Skysors sit gui v.1"
  87. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  88. TextLabel.TextScaled = true
  89. TextLabel.TextSize = 14.000
  90. TextLabel.TextWrapped = true
  91.  
  92. Open.Name = "Open"
  93. Open.Parent = SkySorssitguiv1
  94. Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  95. Open.Position = UDim2.new(0, 0, 0.579681277, 0)
  96. Open.Size = UDim2.new(0, 165, 0, 50)
  97. Open.Font = Enum.Font.SourceSans
  98. Open.Text = "Open Skysors Sit Gui v.1"
  99. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  100. Open.TextScaled = true
  101. Open.TextSize = 14.000
  102. Open.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment