Advertisement
shgsiughiiruhdu12354

YouTube showcase!

Feb 13th, 2020
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.83 KB | None | 0 0
  1. -- Made by ggrelior333_lolz#8481 --
  2.  
  3. -- Instances:
  4.  
  5. local YT = Instance.new("ScreenGui")
  6. local LoadFrame = Instance.new("Frame")
  7. local BaseFrame = Instance.new("Frame")
  8. local LoadLabel = Instance.new("TextLabel")
  9. local WelcomeLabel = Instance.new("TextLabel")
  10. local TopTextLabel = Instance.new("TextLabel")
  11. local MainFrame = Instance.new("Frame")
  12. local ExitButton = Instance.new("TextButton")
  13. local OpendLabel = Instance.new("TextLabel")
  14. local ScriptButton = Instance.new("TextButton")
  15.  
  16. --Properties:
  17.  
  18. YT.Name = "YT"
  19. YT.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20. YT.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. LoadFrame.Name = "LoadFrame"
  23. LoadFrame.Parent = YT
  24. LoadFrame.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  25. LoadFrame.BorderSizePixel = 0
  26. LoadFrame.Position = UDim2.new(0.377049178, 0, 0.294840306, 0)
  27. LoadFrame.Size = UDim2.new(0, 300, 0, 30)
  28. LoadFrame.Visible = false
  29.  
  30. BaseFrame.Name = "BaseFrame"
  31. BaseFrame.Parent = LoadFrame
  32. BaseFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  33. BaseFrame.BorderSizePixel = 0
  34. BaseFrame.Position = UDim2.new(-0.00295084645, 0, 0.982391894, 0)
  35. BaseFrame.Size = UDim2.new(0, 300, 0, 300)
  36.  
  37. LoadLabel.Name = "LoadLabel"
  38. LoadLabel.Parent = BaseFrame
  39. LoadLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  40. LoadLabel.BackgroundTransparency = 1.000
  41. LoadLabel.Position = UDim2.new(0.13333334, 0, 0.653333306, 0)
  42. LoadLabel.Size = UDim2.new(0, 220, 0, 50)
  43. LoadLabel.Font = Enum.Font.SourceSans
  44. LoadLabel.Text = "Loading please wait"
  45. LoadLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  46. LoadLabel.TextScaled = true
  47. LoadLabel.TextSize = 14.000
  48. LoadLabel.TextWrapped = true
  49.  
  50. WelcomeLabel.Name = "WelcomeLabel"
  51. WelcomeLabel.Parent = BaseFrame
  52. WelcomeLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  53. WelcomeLabel.BackgroundTransparency = 1.000
  54. WelcomeLabel.Position = UDim2.new(0.166666672, 0, 0.0366666652, 0)
  55. WelcomeLabel.Size = UDim2.new(0, 200, 0, 50)
  56. WelcomeLabel.Font = Enum.Font.SourceSans
  57. WelcomeLabel.Text = "Welcome to StartS!!"
  58. WelcomeLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  59. WelcomeLabel.TextScaled = true
  60. WelcomeLabel.TextSize = 14.000
  61. WelcomeLabel.TextWrapped = true
  62.  
  63. TopTextLabel.Name = "TopTextLabel"
  64. TopTextLabel.Parent = LoadFrame
  65. TopTextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  66. TopTextLabel.BackgroundTransparency = 1.000
  67. TopTextLabel.Size = UDim2.new(0, 300, 0, 30)
  68. TopTextLabel.Font = Enum.Font.SourceSans
  69. TopTextLabel.Text = "StartS"
  70. TopTextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  71. TopTextLabel.TextScaled = true
  72. TopTextLabel.TextSize = 14.000
  73. TopTextLabel.TextWrapped = true
  74.  
  75. MainFrame.Name = "MainFrame"
  76. MainFrame.Parent = YT
  77. MainFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  78. MainFrame.BorderSizePixel = 0
  79. MainFrame.Position = UDim2.new(0.29426229, 0, 0.1928747, 0)
  80. MainFrame.Size = UDim2.new(0, 500, 0, 500)
  81.  
  82. ExitButton.Name = "ExitButton"
  83. ExitButton.Parent = MainFrame
  84. ExitButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  85. ExitButton.BorderSizePixel = 0
  86. ExitButton.Position = UDim2.new(0.0299999993, 0, 0.874000013, 0)
  87. ExitButton.Size = UDim2.new(0, 473, 0, 50)
  88. ExitButton.Font = Enum.Font.SourceSans
  89. ExitButton.Text = "Close"
  90. ExitButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  91. ExitButton.TextScaled = true
  92. ExitButton.TextSize = 14.000
  93. ExitButton.TextWrapped = true
  94.  
  95. OpendLabel.Name = "OpendLabel"
  96. OpendLabel.Parent = MainFrame
  97. OpendLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  98. OpendLabel.BackgroundTransparency = 1.000
  99. OpendLabel.Position = UDim2.new(0.0299999993, 0, 0.751999974, 0)
  100. OpendLabel.Size = UDim2.new(0, 473, 0, 50)
  101. OpendLabel.Font = Enum.Font.SourceSans
  102. OpendLabel.Text = "Loaded push Q to open and close the GUI"
  103. OpendLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  104. OpendLabel.TextScaled = true
  105. OpendLabel.TextSize = 14.000
  106. OpendLabel.TextWrapped = true
  107.  
  108. ScriptButton.Name = "ScriptButton"
  109. ScriptButton.Parent = MainFrame
  110. ScriptButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  111. ScriptButton.BorderSizePixel = 0
  112. ScriptButton.Position = UDim2.new(0.0299999993, 0, 0.0240000002, 0)
  113. ScriptButton.Size = UDim2.new(0, 473, 0, 364)
  114. ScriptButton.Font = Enum.Font.SourceSans
  115. ScriptButton.Text = "Owl Hub"
  116. ScriptButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  117. ScriptButton.TextScaled = true
  118. ScriptButton.TextSize = 14.000
  119. ScriptButton.TextWrapped = true
  120.  
  121. -- Scripts:
  122.  
  123. local function JONZU_fake_script() -- YT.MainScript
  124. local script = Instance.new('LocalScript', YT)
  125.  
  126. wait(0.2)
  127. -- Locals
  128. local User = game:GetService("UserInputService")
  129. local Open = true
  130.  
  131.  
  132.  
  133.  
  134.  
  135. -- Start up
  136. script.Parent.LoadFrame.Visible = true
  137. script.Parent.MainFrame.Visible = false
  138. for i = 1,20 do
  139. script.Parent.LoadFrame.BaseFrame.LoadLabel.Text = "Please wait."
  140. wait(0.9)
  141. script.Parent.LoadFrame.BaseFrame.LoadLabel.Text = "Please wait.."
  142. wait(0.9)
  143. script.Parent.LoadFrame.BaseFrame.LoadLabel.Text = "Please wait..."
  144. wait(0.9)
  145. script.Parent.LoadFrame.BaseFrame.LoadLabel.Text = "Please wait."
  146. wait(0.9)
  147. script.Parent.LoadFrame.BaseFrame.LoadLabel.Text = "Please wait.."
  148. wait(1)
  149. script.Parent.LoadFrame:Destroy()
  150. script.Parent.MainFrame.Visible = true
  151. script.Parent.MainFrame.ScriptButton.MouseButton1Click:Connect(function()
  152. loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  153. end)
  154. script.Parent.MainFrame.ExitButton.MouseButton1Click:Connect(function()
  155. script.Parent.Parent.YT:Destroy()
  156. end)
  157. end
  158.  
  159.  
  160. -- key pressed
  161.  
  162. wait(0.2)
  163. User.InputBegan:connect(function(keyCode)
  164. if keyCode.keyCode == Enum.KeyCode.Q then
  165. if Open then
  166. script.Parent.MainFrame.Visible = false
  167. Open = false
  168. else
  169. script.Parent.MainFrame.Visible = true
  170. Open = true
  171. end
  172. end
  173. end)
  174. end
  175. coroutine.wrap(JONZU_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement