Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.12 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local Frame = Instance.new("Frame")
  6. local Login = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. local Username = Instance.new("TextBox")
  9. local Password = Instance.new("TextBox")
  10. local ScriptTab = Instance.new("Frame")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local Meldious = Instance.new("TextButton")
  13. local GrabKnife = Instance.new("TextButton")
  14. local ArtixBow = Instance.new("TextButton")
  15. local GrabKnife_2 = Instance.new("TextButton")
  16. local GrabKnife_3 = Instance.new("TextButton")
  17. local Meldious_2 = Instance.new("TextButton")
  18. local Meldious_3 = Instance.new("TextButton")
  19. local LoginQuick = Instance.new("TextButton")
  20. local QuickPassword = Instance.new("TextBox")
  21. local QuickUsername = Instance.new("TextBox")
  22. local CloseScriptTab = Instance.new("TextButton")
  23. local OpenScriptTab = Instance.new("TextButton")
  24.  
  25. -- Properties
  26.  
  27. ScreenGui.Parent = game.CoreGui
  28.  
  29. LoginFrame.Name = "LoginFrame"
  30. LoginFrame.Parent = ScreenGui
  31. LoginFrame.Active = true
  32. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  33. LoginFrame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  34. LoginFrame.Draggable = true
  35. LoginFrame.Position = UDim2.new(0.0537383109, 0, 0.141242936, 0)
  36. LoginFrame.Size = UDim2.new(0, 206, 0, 267)
  37.  
  38. Frame.Parent = LoginFrame
  39. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  40. Frame.BorderColor3 = Color3.new(0, 0, 0)
  41. Frame.Size = UDim2.new(0, 206, 0, 22)
  42.  
  43. Login.Name = "Login"
  44. Login.Parent = LoginFrame
  45. Login.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  46. Login.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  47. Login.Position = UDim2.new(0.211164981, 0, 0.750222921, 0)
  48. Login.Size = UDim2.new(0, 119, 0, 49)
  49. Login.Font = Enum.Font.SourceSans
  50. Login.Text = "Login"
  51. Login.TextColor3 = Color3.new(1, 1, 1)
  52. Login.TextSize = 14
  53. Login.MouseButton1Down:connect(function()
  54. if Username.Text == "valkiryie" and Password.Text == "lolitsvalk" then
  55. LoginFrame.Visible = false
  56. ScriptTab.Visible = true
  57. end
  58. end)
  59.  
  60. TextLabel.Parent = LoginFrame
  61. TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  62. TextLabel.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  63. TextLabel.Position = UDim2.new(0.206310675, 0, 0.144251674, 0)
  64. TextLabel.Size = UDim2.new(0, 117, 0, 32)
  65. TextLabel.Text = "Noob Gui"
  66. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  67. TextLabel.TextSize = 14
  68.  
  69. Username.Name = "Username"
  70. Username.Parent = LoginFrame
  71. Username.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  72. Username.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  73. Username.Position = UDim2.new(0.211165041, 0, 0.30898881, 0)
  74. Username.Size = UDim2.new(0, 119, 0, 47)
  75. Username.Font = Enum.Font.SourceSans
  76. Username.PlaceholderColor3 = Color3.new(1, 1, 1)
  77. Username.Text = "Username"
  78. Username.TextColor3 = Color3.new(1, 1, 1)
  79. Username.TextSize = 14
  80.  
  81. Password.Name = "Password"
  82. Password.Parent = LoginFrame
  83. Password.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  84. Password.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  85. Password.Position = UDim2.new(0.211165011, 0, 0.522471964, 0)
  86. Password.Size = UDim2.new(0, 119, 0, 47)
  87. Password.Font = Enum.Font.SourceSans
  88. Password.Text = "Password"
  89. Password.TextColor3 = Color3.new(1, 1, 1)
  90. Password.TextSize = 14
  91.  
  92. ScriptTab.Name = "ScriptTab"
  93. ScriptTab.Parent = ScreenGui
  94. ScriptTab.Active = true
  95. ScriptTab.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  96. ScriptTab.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  97. ScriptTab.Draggable = true
  98. ScriptTab.Position = UDim2.new(0.43224299, 0, 0.0216572508, 0)
  99. ScriptTab.Size = UDim2.new(0, 304, 0, 282)
  100. ScriptTab.Visible = false
  101.  
  102. TextLabel_2.Parent = ScriptTab
  103. TextLabel_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  104. TextLabel_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  105. TextLabel_2.Position = UDim2.new(0.0107913669, 0, 0, 0)
  106. TextLabel_2.Size = UDim2.new(0, 275, 0, 28)
  107. TextLabel_2.Font = Enum.Font.SourceSans
  108. TextLabel_2.Text = "˜”*°•.˜”*°• Welcome To Script Page! •°*”˜.•°*”˜"
  109. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  110. TextLabel_2.TextSize = 15
  111.  
  112. Meldious.Name = "Meldious"
  113. Meldious.Parent = ScriptTab
  114. Meldious.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  115. Meldious.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  116. Meldious.Position = UDim2.new(-0.0014238758, 0, 0.120567441, 0)
  117. Meldious.Size = UDim2.new(0, 93, 0, 50)
  118. Meldious.Font = Enum.Font.SourceSans
  119. Meldious.Text = "Meldious"
  120. Meldious.TextColor3 = Color3.new(1, 1, 1)
  121. Meldious.TextSize = 14
  122. Meldious.TextStrokeColor3 = Color3.new(1, 1, 1)
  123.  
  124. GrabKnife.Name = "Grab Knife"
  125. GrabKnife.Parent = ScriptTab
  126. GrabKnife.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  127. GrabKnife.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  128. GrabKnife.Position = UDim2.new(0.339940548, 0, 0.120567441, 0)
  129. GrabKnife.Size = UDim2.new(0, 93, 0, 50)
  130. GrabKnife.Font = Enum.Font.SourceSans
  131. GrabKnife.Text = "Grab Knife"
  132. GrabKnife.TextColor3 = Color3.new(1, 1, 1)
  133. GrabKnife.TextSize = 14
  134. GrabKnife.TextStrokeColor3 = Color3.new(1, 1, 1)
  135.  
  136. ArtixBow.Name = "Artix Bow"
  137. ArtixBow.Parent = ScriptTab
  138. ArtixBow.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  139. ArtixBow.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  140. ArtixBow.Position = UDim2.new(0.674769402, 0, 0.120567441, 0)
  141. ArtixBow.Size = UDim2.new(0, 93, 0, 50)
  142. ArtixBow.Font = Enum.Font.SourceSans
  143. ArtixBow.Text = "Artix Bow"
  144. ArtixBow.TextColor3 = Color3.new(1, 1, 1)
  145. ArtixBow.TextSize = 14
  146. ArtixBow.TextStrokeColor3 = Color3.new(1, 1, 1)
  147.  
  148. GrabKnife_2.Name = "Grab Knife"
  149. GrabKnife_2.Parent = ScriptTab
  150. GrabKnife_2.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  151. GrabKnife_2.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  152. GrabKnife_2.Position = UDim2.new(0.674769402, 0, 0.3723405, 0)
  153. GrabKnife_2.Size = UDim2.new(0, 93, 0, 50)
  154. GrabKnife_2.Font = Enum.Font.SourceSans
  155. GrabKnife_2.Text = "Iris Solider"
  156. GrabKnife_2.TextColor3 = Color3.new(1, 1, 1)
  157. GrabKnife_2.TextSize = 14
  158. GrabKnife_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  159.  
  160. GrabKnife_3.Name = "Grab Knife"
  161. GrabKnife_3.Parent = ScriptTab
  162. GrabKnife_3.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  163. GrabKnife_3.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  164. GrabKnife_3.Position = UDim2.new(0.339940548, 0, 0.3723405, 0)
  165. GrabKnife_3.Size = UDim2.new(0, 93, 0, 50)
  166. GrabKnife_3.Font = Enum.Font.SourceSans
  167. GrabKnife_3.Text = "1x1x1x1"
  168. GrabKnife_3.TextColor3 = Color3.new(1, 1, 1)
  169. GrabKnife_3.TextSize = 14
  170. GrabKnife_3.TextStrokeColor3 = Color3.new(1, 1, 1)
  171.  
  172. Meldious_2.Name = "Meldious"
  173. Meldious_2.Parent = ScriptTab
  174. Meldious_2.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  175. Meldious_2.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  176. Meldious_2.Position = UDim2.new(0.00844454486, 0, 0.3723405, 0)
  177. Meldious_2.Size = UDim2.new(0, 93, 0, 50)
  178. Meldious_2.Font = Enum.Font.SourceSans
  179. Meldious_2.Text = "Lutris V2"
  180. Meldious_2.TextColor3 = Color3.new(1, 1, 1)
  181. Meldious_2.TextSize = 14
  182. Meldious_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  183.  
  184. Meldious_3.Name = "Meldious"
  185. Meldious_3.Parent = ScriptTab
  186. Meldious_3.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  187. Meldious_3.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  188. Meldious_3.Position = UDim2.new(0.00986842066, 0, 0.617021263, 0)
  189. Meldious_3.Size = UDim2.new(0, 295, 0, 50)
  190. Meldious_3.Font = Enum.Font.SourceSans
  191. Meldious_3.Text = "Tec-99"
  192. Meldious_3.TextColor3 = Color3.new(1, 1, 1)
  193. Meldious_3.TextSize = 14
  194. Meldious_3.TextStrokeColor3 = Color3.new(1, 1, 1)
  195.  
  196. LoginQuick.Name = "LoginQuick"
  197. LoginQuick.Parent = ScriptTab
  198. LoginQuick.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  199. LoginQuick.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  200. LoginQuick.Position = UDim2.new(0.0296052638, 0, 0.861702144, 0)
  201. LoginQuick.Size = UDim2.new(0, 84, 0, 21)
  202. LoginQuick.Font = Enum.Font.SourceSans
  203. LoginQuick.Text = "LoginQuick"
  204. LoginQuick.TextColor3 = Color3.new(1, 1, 1)
  205. LoginQuick.TextSize = 14
  206. LoginQuick.MouseButton1Down:connect(function()
  207. if QuickUsername.Text == "valkiryie" and QuickPassword.Text == "lolitsvalk" then
  208. CloseScriptTab.Visible = true
  209. OpenScriptTab.Visible = true
  210. end
  211. end)
  212.  
  213. QuickPassword.Name = "QuickPassword"
  214. QuickPassword.Parent = ScriptTab
  215. QuickPassword.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  216. QuickPassword.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  217. QuickPassword.Position = UDim2.new(0.368421048, 0, 0.861702144, 0)
  218. QuickPassword.Size = UDim2.new(0, 84, 0, 21)
  219. QuickPassword.Font = Enum.Font.SourceSans
  220. QuickPassword.Text = "QuickPassword"
  221. QuickPassword.TextColor3 = Color3.new(1, 1, 1)
  222. QuickPassword.TextSize = 14
  223.  
  224. QuickUsername.Name = "QuickUsername"
  225. QuickUsername.Parent = ScriptTab
  226. QuickUsername.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  227. QuickUsername.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  228. QuickUsername.Position = UDim2.new(0.700657904, 0, 0.861702144, 0)
  229. QuickUsername.Size = UDim2.new(0, 85, 0, 21)
  230. QuickUsername.Font = Enum.Font.SourceSans
  231. QuickUsername.Text = "QuickUsername"
  232. QuickUsername.TextColor3 = Color3.new(1, 1, 1)
  233. QuickUsername.TextSize = 14
  234.  
  235. CloseScriptTab.Name = "CloseScriptTab"
  236. CloseScriptTab.Parent = ScreenGui
  237. CloseScriptTab.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  238. CloseScriptTab.Position = UDim2.new(0.0210280363, 0, 0.913370907, 0)
  239. CloseScriptTab.Size = UDim2.new(0, 92, 0, 22)
  240. CloseScriptTab.Visible = false
  241. CloseScriptTab.Font = Enum.Font.SourceSans
  242. CloseScriptTab.Text = "Close Script Tab"
  243. CloseScriptTab.TextColor3 = Color3.new(1, 1, 1)
  244. CloseScriptTab.TextSize = 14
  245.  
  246. OpenScriptTab.Name = "OpenScriptTab"
  247. OpenScriptTab.Parent = ScreenGui
  248. OpenScriptTab.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  249. OpenScriptTab.Position = UDim2.new(0.0210280363, 0, 0.913370848, 0)
  250. OpenScriptTab.Size = UDim2.new(0, 92, 0, 22)
  251. OpenScriptTab.Visible = false
  252. OpenScriptTab.Font = Enum.Font.SourceSans
  253. OpenScriptTab.Text = "Open Script Tab"
  254. OpenScriptTab.TextColor3 = Color3.new(1, 1, 1)
  255. OpenScriptTab.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement