Advertisement
Guest User

GUI I MADE FOR YOUTUBE

a guest
Mar 4th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.64 KB | None | 0 0
  1. print("Made by Jenji BTW")
  2.  
  3.  
  4.  
  5. local FORYOUTUBE = Instance.new("ScreenGui")
  6. local LoginFrame = Instance.new("Frame")
  7. local User = Instance.new("TextBox")
  8. local Password = Instance.new("TextBox")
  9. local Login = Instance.new("TextButton")
  10. local GetPass = Instance.new("TextButton")
  11. local User_2 = Instance.new("TextLabel")
  12. local Pass = Instance.new("TextLabel")
  13. local Panel1 = Instance.new("TextLabel")
  14. local Icon = Instance.new("ImageLabel")
  15. local ThePassFrame = Instance.new("Frame")
  16. local PassIs = Instance.new("TextLabel")
  17. local ThePASS = Instance.new("TextLabel")
  18. local MainGUI = Instance.new("Frame")
  19. local Panel2 = Instance.new("TextLabel")
  20. local Credits = Instance.new("TextLabel")
  21. local POOP = Instance.new("TextButton")
  22. local POOP3 = Instance.new("TextButton")
  23. local POOP4 = Instance.new("TextButton")
  24. local POOP2 = Instance.new("TextButton")
  25. local POOP5 = Instance.new("TextButton")
  26. local TextButton = Instance.new("TextButton")
  27. local X = Instance.new("TextButton")
  28. local OPenFRAME = Instance.new("Frame")
  29. local TextButton_2 = Instance.new("TextButton")
  30. --Properties:
  31. FORYOUTUBE.Name = "FOR YOUTUBE"
  32. FORYOUTUBE.Parent = game.CoreGui
  33. FORYOUTUBE.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  34.  
  35. LoginFrame.Name = "Login Frame"
  36. LoginFrame.Parent = FORYOUTUBE
  37. LoginFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  38. LoginFrame.Position = UDim2.new(0.349784076, 0, 0.351197273, 0)
  39. LoginFrame.Size = UDim2.new(0, 448, 0, 159)
  40.  
  41. User.Name = "User"
  42. User.Parent = LoginFrame
  43. User.BackgroundColor3 = Color3.new(1, 1, 1)
  44. User.Position = UDim2.new(0.167410716, 0, 0.226415098, 0)
  45. User.Size = UDim2.new(0, 330, 0, 22)
  46. User.Font = Enum.Font.SciFi
  47. User.PlaceholderColor3 = Color3.new(0, 0, 0)
  48. User.PlaceholderText = "The User is JenjiBTW"
  49. User.Text = ""
  50. User.TextColor3 = Color3.new(0, 0, 0)
  51. User.TextSize = 20
  52.  
  53. Password.Name = "Password"
  54. Password.Parent = LoginFrame
  55. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  56. Password.Position = UDim2.new(0.167410716, 0, 0.484276742, 0)
  57. Password.Size = UDim2.new(0, 330, 0, 24)
  58. Password.Font = Enum.Font.SciFi
  59. Password.PlaceholderColor3 = Color3.new(0, 0, 0)
  60. Password.PlaceholderText = "Enter Your Pass Here"
  61. Password.Text = ""
  62. Password.TextColor3 = Color3.new(0, 0, 0)
  63. Password.TextSize = 20
  64.  
  65. Login.Name = "Login"
  66. Login.Parent = LoginFrame
  67. Login.BackgroundColor3 = Color3.new(1, 1, 1)
  68. Login.Position = UDim2.new(0.674107134, 0, 0.735849082, 0)
  69. Login.Size = UDim2.new(0, 129, 0, 26)
  70. Login.Font = Enum.Font.SourceSans
  71. Login.Text = "Login"
  72. Login.TextColor3 = Color3.new(0, 0, 0)
  73. Login.TextSize = 24
  74. Login.MouseButton1Down:connect(function()
  75. if User.Text == "JenjiBTW" and Password.Text == "WHYUHACKIN?" then --If you are just using a key then put only one if User.Text == "" then
  76. MainGUI.Visible = true
  77. ThePassFrame.Visible = false
  78. LoginFrame.Visible = false
  79. else
  80. Password.Text = "Incorrect! Please try again"
  81.  
  82. end
  83. end)
  84.  
  85. GetPass.Name = "Get Pass"
  86. GetPass.Parent = LoginFrame
  87. GetPass.BackgroundColor3 = Color3.new(1, 1, 1)
  88. GetPass.Position = UDim2.new(0.0959821418, 0, 0.735849082, 0)
  89. GetPass.Size = UDim2.new(0, 130, 0, 26)
  90. GetPass.Font = Enum.Font.SourceSans
  91. GetPass.Text = "Get Pass"
  92. GetPass.TextColor3 = Color3.new(0, 0, 0)
  93. GetPass.TextSize = 24
  94. GetPass.MouseButton1Down:connect(function()
  95. ThePassFrame.Visible = true
  96. end)
  97.  
  98. User_2.Name = "User:"
  99. User_2.Parent = LoginFrame
  100. User_2.BackgroundColor3 = Color3.new(1, 1, 1)
  101. User_2.BackgroundTransparency = 1
  102. User_2.Position = UDim2.new(0, 0, 0.226415098, 0)
  103. User_2.Size = UDim2.new(0, 75, 0, 22)
  104. User_2.Font = Enum.Font.SourceSans
  105. User_2.Text = "User:"
  106. User_2.TextColor3 = Color3.new(1, 1, 1)
  107. User_2.TextSize = 20
  108.  
  109. Pass.Name = "Pass:"
  110. Pass.Parent = LoginFrame
  111. Pass.BackgroundColor3 = Color3.new(1, 1, 1)
  112. Pass.BackgroundTransparency = 1
  113. Pass.Position = UDim2.new(0, 0, 0.484276742, 0)
  114. Pass.Size = UDim2.new(0, 75, 0, 22)
  115. Pass.Font = Enum.Font.SourceSans
  116. Pass.Text = "Pass:"
  117. Pass.TextColor3 = Color3.new(1, 1, 1)
  118. Pass.TextSize = 20
  119.  
  120. Panel1.Name = "Panel 1"
  121. Panel1.Parent = LoginFrame
  122. Panel1.BackgroundColor3 = Color3.new(1, 1, 1)
  123. Panel1.Size = UDim2.new(0, 448, 0, 26)
  124. Panel1.Font = Enum.Font.SourceSans
  125. Panel1.Text = "Tutorial"
  126. Panel1.TextColor3 = Color3.new(0, 0, 0)
  127. Panel1.TextSize = 25
  128.  
  129. Icon.Name = "Icon"
  130. Icon.Parent = LoginFrame
  131. Icon.BackgroundColor3 = Color3.new(1, 1, 1)
  132. Icon.Size = UDim2.new(0, 30, 0, 26)
  133. Icon.Image = "rbxassetid://2921210815"
  134.  
  135. ThePassFrame.Name = "The Pass Frame"
  136. ThePassFrame.Parent = FORYOUTUBE
  137. ThePassFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  138. ThePassFrame.Position = UDim2.new(0.359760672, 0, 0.787913382, 0)
  139. ThePassFrame.Size = UDim2.new(0, 391, 0, 53)
  140. ThePassFrame.Visible = false
  141.  
  142. PassIs.Name = "Pass Is:"
  143. PassIs.Parent = ThePassFrame
  144. PassIs.BackgroundColor3 = Color3.new(1, 1, 1)
  145. PassIs.Position = UDim2.new(0.0230179019, 0, 0.226415098, 0)
  146. PassIs.Size = UDim2.new(0, 77, 0, 28)
  147. PassIs.Font = Enum.Font.SourceSansLight
  148. PassIs.Text = "Pass Is:"
  149. PassIs.TextColor3 = Color3.new(0, 0, 0)
  150. PassIs.TextSize = 24
  151.  
  152. ThePASS.Name = "The PASS"
  153. ThePASS.Parent = ThePassFrame
  154. ThePASS.BackgroundColor3 = Color3.new(1, 1, 1)
  155. ThePASS.Position = UDim2.new(0.235294104, 0, 0.226415098, 0)
  156. ThePASS.Size = UDim2.new(0, 293, 0, 28)
  157. ThePASS.Font = Enum.Font.Arcade
  158. ThePASS.Text = "WHYUHACKIN?"
  159. ThePASS.TextColor3 = Color3.new(0, 0, 0)
  160. ThePASS.TextSize = 30
  161.  
  162. MainGUI.Name = "MainGUI"
  163. MainGUI.Parent = FORYOUTUBE
  164. MainGUI.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  165. MainGUI.Position = UDim2.new(0.00787854753, 0, 0.293044478, 0)
  166. MainGUI.Size = UDim2.new(0, 187, 0, 341)
  167. MainGUI.Visible = false
  168.  
  169. Panel2.Name = "Panel 2"
  170. Panel2.Parent = MainGUI
  171. Panel2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  172. Panel2.BorderColor3 = Color3.new(1, 1, 1)
  173. Panel2.Size = UDim2.new(0, 187, 0, 36)
  174. Panel2.Font = Enum.Font.SourceSansLight
  175. Panel2.Text = "FORKTRS GUI"
  176. Panel2.TextColor3 = Color3.new(1, 1, 1)
  177. Panel2.TextSize = 24
  178.  
  179. Credits.Name = "Credits"
  180. Credits.Parent = MainGUI
  181. Credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  182. Credits.BorderColor3 = Color3.new(1, 1, 1)
  183. Credits.Position = UDim2.new(0, 0, 0.888563037, 0)
  184. Credits.Size = UDim2.new(0, 187, 0, 38)
  185. Credits.Font = Enum.Font.SourceSansLight
  186. Credits.Text = "Made by: JenjiBTW"
  187. Credits.TextColor3 = Color3.new(1, 1, 1)
  188. Credits.TextSize = 24
  189.  
  190. POOP.Name = "POOP"
  191. POOP.Parent = MainGUI
  192. POOP.BackgroundColor3 = Color3.new(1, 1, 1)
  193. POOP.BackgroundTransparency = 1
  194. POOP.Position = UDim2.new(0, 0, 0.152492672, 0)
  195. POOP.Size = UDim2.new(0, 187, 0, 37)
  196. POOP.Font = Enum.Font.SourceSans
  197. POOP.Text = "--> print(\"This works\")"
  198. POOP.TextColor3 = Color3.new(1, 1, 1)
  199. POOP.TextSize = 24
  200. POOP.MouseButton1Down:connect(function() -- name of your button then MouseButton1Down:connect(function() then press enter
  201. print("this works LOL") -- enter your script here and it will execute it
  202. end)
  203.  
  204. POOP3.Name = "POOP 3"
  205. POOP3.Parent = MainGUI
  206. POOP3.BackgroundColor3 = Color3.new(1, 1, 1)
  207. POOP3.BackgroundTransparency = 1
  208. POOP3.Position = UDim2.new(0, 0, 0.445747793, 0)
  209. POOP3.Size = UDim2.new(0, 187, 0, 37)
  210. POOP3.Font = Enum.Font.SourceSans
  211. POOP3.Text = "--> print(\"This works\")"
  212. POOP3.TextColor3 = Color3.new(1, 1, 1)
  213. POOP3.TextSize = 24
  214.  
  215. POOP4.Name = "POOP 4"
  216. POOP4.Parent = MainGUI
  217. POOP4.BackgroundColor3 = Color3.new(1, 1, 1)
  218. POOP4.BackgroundTransparency = 1
  219. POOP4.Position = UDim2.new(0, 0, 0.604105592, 0)
  220. POOP4.Size = UDim2.new(0, 187, 0, 37)
  221. POOP4.Font = Enum.Font.SourceSans
  222. POOP4.Text = "--> print(\"This works\")"
  223. POOP4.TextColor3 = Color3.new(1, 1, 1)
  224. POOP4.TextSize = 24
  225.  
  226. POOP2.Name = "POOP 2"
  227. POOP2.Parent = MainGUI
  228. POOP2.BackgroundColor3 = Color3.new(1, 1, 1)
  229. POOP2.BackgroundTransparency = 1
  230. POOP2.Position = UDim2.new(0, 0, 0.302052766, 0)
  231. POOP2.Size = UDim2.new(0, 187, 0, 37)
  232. POOP2.Font = Enum.Font.SourceSans
  233. POOP2.Text = "--> BlAH BLAH BLAH"
  234. POOP2.TextColor3 = Color3.new(1, 1, 1)
  235. POOP2.TextSize = 24
  236.  
  237. POOP5.Name = "POOP 5"
  238. POOP5.Parent = MainGUI
  239. POOP5.BackgroundColor3 = Color3.new(1, 1, 1)
  240. POOP5.BackgroundTransparency = 1
  241. POOP5.Position = UDim2.new(0, 0, 0.756598234, 0)
  242. POOP5.Size = UDim2.new(0, 187, 0, 37)
  243. POOP5.Font = Enum.Font.SourceSans
  244. POOP5.Text = "--> print(\"This works\")"
  245. POOP5.TextColor3 = Color3.new(1, 1, 1)
  246. POOP5.TextSize = 24
  247.  
  248. TextButton.Name = "-"
  249. TextButton.Parent = MainGUI
  250. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  251. TextButton.Position = UDim2.new(0.871657908, 0, 0, 0)
  252. TextButton.Size = UDim2.new(0, 12, 0, 14)
  253. TextButton.Font = Enum.Font.SourceSans
  254. TextButton.Text = "-"
  255. TextButton.TextColor3 = Color3.new(0, 0, 0)
  256. TextButton.TextSize = 14
  257. TextButton.MouseButton1Down:connect(function()
  258. MainGUI.Visible = false
  259. OPenFRAME.Visible = true
  260. end)
  261.  
  262. X.Name = "X"
  263. X.Parent = MainGUI
  264. X.BackgroundColor3 = Color3.new(1, 1, 1)
  265. X.Position = UDim2.new(0.941176474, 0, 0, 0)
  266. X.Size = UDim2.new(0, 11, 0, 14)
  267. X.Font = Enum.Font.SourceSans
  268. X.Text = "X"
  269. X.TextColor3 = Color3.new(0, 0, 0)
  270. X.TextSize = 14
  271. X.MouseButton1Down:connect(function()
  272. MainGUI.Visible = false
  273. TextButton_2.Visible = false
  274. OPenFRAME.Visible = false
  275. end)
  276.  
  277. OPenFRAME.Name = "OPen FRAME"
  278. OPenFRAME.Parent = FORYOUTUBE
  279. OPenFRAME.BackgroundColor3 = Color3.new(1, 1, 1)
  280. OPenFRAME.Position = UDim2.new(0, 0, 0.761687577, 0)
  281. OPenFRAME.Size = UDim2.new(0, 100, 0, 35)
  282. OPenFRAME.Visible = false
  283.  
  284. TextButton_2.Parent = OPenFRAME
  285. TextButton_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  286. TextButton_2.Size = UDim2.new(0, 100, 0, 35)
  287. TextButton_2.Font = Enum.Font.SourceSansLight
  288. TextButton_2.Text = "Open Menu"
  289. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  290. TextButton_2.TextSize = 20
  291. TextButton_2.MouseButton1Down:connect(function()
  292. MainGUI.Visible = true
  293. end)
  294. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement