Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.35 KB | None | 0 0
  1. local BirdAdmin = Instance.new("ScreenGui")
  2. local LoginFrame = Instance.new("Frame")
  3. local Bar1 = Instance.new("Frame")
  4. local Bar2 = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local userbox = Instance.new("TextBox")
  7. local passbox = Instance.new("TextBox")
  8. local Username = Instance.new("TextLabel")
  9. local Password = Instance.new("TextLabel")
  10. local submint = Instance.new("TextButton")
  11. local MainFrame = Instance.new("Frame")
  12. local Bar4 = Instance.new("Frame")
  13. local Bar3 = Instance.new("Frame")
  14. local mtittle = Instance.new("TextLabel")
  15. local exitb = Instance.new("TextButton")
  16. local exebut = Instance.new("TextButton")
  17. local scriptbut = Instance.new("TextButton")
  18. local ScriptsFrame = Instance.new("Frame")
  19. local gbv3 = Instance.new("TextButton")
  20. local Bar5 = Instance.new("Frame")
  21. local Bar6 = Instance.new("Frame")
  22. local Axitb2 = Instance.new("TextButton")
  23.  
  24. -- Properties
  25.  
  26. BirdAdmin.Name = "BirdAdmin"
  27. BirdAdmin.Parent = game.CoreGui
  28.  
  29. LoginFrame.Name = "LoginFrame"
  30. LoginFrame.Parent = BirdAdmin
  31. LoginFrame.Active = true
  32. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  33. LoginFrame.BorderSizePixel = 0
  34. LoginFrame.Draggable = true
  35. LoginFrame.Position = UDim2.new(0.401380658, 0, 0.237288147, 0)
  36. LoginFrame.Selectable = true
  37. LoginFrame.Size = UDim2.new(0, 265, 0, 279)
  38.  
  39. Bar1.Name = "Bar1"
  40. Bar1.Parent = LoginFrame
  41. Bar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  42. Bar1.BorderSizePixel = 0
  43. Bar1.Size = UDim2.new(0, 265, 0, 21)
  44.  
  45. Bar2.Name = "Bar2"
  46. Bar2.Parent = LoginFrame
  47. Bar2.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  48. Bar2.BorderSizePixel = 0
  49. Bar2.Position = UDim2.new(0, 0, 0.0606936403, 0)
  50. Bar2.Size = UDim2.new(0, 265, 0, 6)
  51.  
  52. Title.Name = "Title"
  53. Title.Parent = LoginFrame
  54. Title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  55. Title.BackgroundTransparency = 1
  56. Title.BorderSizePixel = 0
  57. Title.Position = UDim2.new(0, 0, 0.125448033, 0)
  58. Title.Size = UDim2.new(0, 265, 0, 30)
  59. Title.Font = Enum.Font.Fantasy
  60. Title.Text = "Bird Login"
  61. Title.TextColor3 = Color3.new(1, 1, 1)
  62. Title.TextSize = 30
  63.  
  64. userbox.Name = "userbox"
  65. userbox.Parent = LoginFrame
  66. userbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  67. userbox.BorderColor3 = Color3.new(1, 1, 1)
  68. userbox.Position = UDim2.new(0.139622644, 0, 0.394265234, 0)
  69. userbox.Size = UDim2.new(0, 203, 0, 19)
  70. userbox.Font = Enum.Font.SourceSans
  71. userbox.Text = ""
  72. userbox.TextColor3 = Color3.new(1, 1, 1)
  73. userbox.TextSize = 16
  74. userbox.TextWrapped = true
  75. userbox.TextXAlignment = Enum.TextXAlignment.Left
  76.  
  77. passbox.Name = "passbox"
  78. passbox.Parent = LoginFrame
  79. passbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  80. passbox.BorderColor3 = Color3.new(1, 1, 1)
  81. passbox.Position = UDim2.new(0.139622644, 0, 0.602150559, 0)
  82. passbox.Size = UDim2.new(0, 203, 0, 19)
  83. passbox.Font = Enum.Font.SourceSans
  84. passbox.Text = ""
  85. passbox.TextColor3 = Color3.new(1, 1, 1)
  86. passbox.TextSize = 16
  87. passbox.TextWrapped = true
  88. passbox.TextXAlignment = Enum.TextXAlignment.Left
  89.  
  90. Username.Name = "Username:"
  91. Username.Parent = LoginFrame
  92. Username.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  93. Username.BackgroundTransparency = 1
  94. Username.Position = UDim2.new(0.143396229, 0, 0.308243722, 0)
  95. Username.Size = UDim2.new(0, 84, 0, 24)
  96. Username.Font = Enum.Font.SourceSansSemibold
  97. Username.Text = "Username:"
  98. Username.TextColor3 = Color3.new(1, 1, 1)
  99. Username.TextSize = 14
  100. Username.TextXAlignment = Enum.TextXAlignment.Left
  101.  
  102. Password.Name = "Password:"
  103. Password.Parent = LoginFrame
  104. Password.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  105. Password.BackgroundTransparency = 1
  106. Password.Position = UDim2.new(0.139622644, 0, 0.516129017, 0)
  107. Password.Size = UDim2.new(0, 84, 0, 24)
  108. Password.Font = Enum.Font.SourceSansSemibold
  109. Password.Text = "Password:"
  110. Password.TextColor3 = Color3.new(1, 1, 1)
  111. Password.TextSize = 14
  112. Password.TextXAlignment = Enum.TextXAlignment.Left
  113.  
  114. submint.Name = "submint"
  115. submint.Parent = LoginFrame
  116. submint.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  117. submint.BorderColor3 = Color3.new(1, 1, 1)
  118. submint.Position = UDim2.new(0.143396229, 0, 0.731182814, 0)
  119. submint.Size = UDim2.new(0, 202, 0, 30)
  120. submint.Font = Enum.Font.SourceSansSemibold
  121. submint.Text = "Login"
  122. submint.TextColor3 = Color3.new(1, 1, 1)
  123. submint.TextSize = 20
  124.  
  125. submint.MouseButton1Down:connect(function()
  126. LoginFrame.Visible = false
  127. MainFrame.Visible = true
  128. end)
  129.  
  130.  
  131. MainFrame.Name = "MainFrame"
  132. MainFrame.Parent = BirdAdmin
  133. MainFrame.Active = true
  134. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  135. MainFrame.BorderSizePixel = 0
  136. MainFrame.Draggable = true
  137. MainFrame.Position = UDim2.new(0.267258376, 0, 0.250470817, 0)
  138. MainFrame.Selectable = true
  139. MainFrame.Size = UDim2.new(0, 359, 0, 279)
  140. MainFrame.Visible = false
  141.  
  142. Bar4.Name = "Bar4"
  143. Bar4.Parent = MainFrame
  144. Bar4.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  145. Bar4.BorderSizePixel = 0
  146. Bar4.Position = UDim2.new(0, 0, 0.0592334494, 0)
  147. Bar4.Size = UDim2.new(0, 359, 0, 6)
  148.  
  149. Bar3.Name = "Bar3"
  150. Bar3.Parent = MainFrame
  151. Bar3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  152. Bar3.BorderSizePixel = 0
  153. Bar3.Size = UDim2.new(0, 359, 0, 21)
  154.  
  155. mtittle.Name = "mtittle"
  156. mtittle.Parent = Bar3
  157. mtittle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  158. mtittle.BackgroundTransparency = 1
  159. mtittle.BorderColor3 = Color3.new(0, 0, 0)
  160. mtittle.BorderSizePixel = 0
  161. mtittle.Size = UDim2.new(0, 30, 0, 17)
  162. mtittle.Font = Enum.Font.SourceSansSemibold
  163. mtittle.Text = "Bird"
  164. mtittle.TextColor3 = Color3.new(1, 1, 1)
  165. mtittle.TextSize = 14
  166.  
  167. exitb.Name = "exitb"
  168. exitb.Parent = MainFrame
  169. exitb.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  170. exitb.BackgroundTransparency = 1
  171. exitb.BorderSizePixel = 0
  172. exitb.Position = UDim2.new(0.944289684, 0, 0, 0)
  173. exitb.Size = UDim2.new(0, 20, 0, 21)
  174. exitb.Font = Enum.Font.SciFi
  175. exitb.Text = "X"
  176. exitb.TextColor3 = Color3.new(1, 0, 0)
  177. exitb.TextSize = 14
  178.  
  179. exebut.Name = "exebut"
  180. exebut.Parent = MainFrame
  181. exebut.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  182. exebut.BorderColor3 = Color3.new(1, 1, 1)
  183. exebut.Position = UDim2.new(0.0640668496, 0, 0.634408593, 0)
  184. exebut.Size = UDim2.new(0, 150, 0, 27)
  185. exebut.Font = Enum.Font.SourceSansSemibold
  186. exebut.Text = "Executer"
  187. exebut.TextColor3 = Color3.new(1, 1, 1)
  188. exebut.TextSize = 14
  189.  
  190. scriptbut.Name = "scriptbut"
  191. scriptbut.Parent = MainFrame
  192. scriptbut.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  193. scriptbut.BorderColor3 = Color3.new(1, 1, 1)
  194. scriptbut.Position = UDim2.new(0.526462436, 0, 0.634408593, 0)
  195. scriptbut.Size = UDim2.new(0, 150, 0, 27)
  196. scriptbut.Font = Enum.Font.SourceSansSemibold
  197. scriptbut.Text = "Scripts"
  198. scriptbut.TextColor3 = Color3.new(1, 1, 1)
  199. scriptbut.TextSize = 14
  200.  
  201. ScriptsFrame.Name = "ScriptsFrame"
  202. ScriptsFrame.Parent = BirdAdmin
  203. ScriptsFrame.Active = true
  204. ScriptsFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  205. ScriptsFrame.BorderColor3 = Color3.new(1, 1, 1)
  206. ScriptsFrame.Draggable = true
  207. ScriptsFrame.Position = UDim2.new(0.632149875, 0, 0.250470817, 0)
  208. ScriptsFrame.Selectable = true
  209. ScriptsFrame.Size = UDim2.new(0, 249, 0, 279)
  210. ScriptsFrame.Visible = false
  211.  
  212. gbv3.Name = "gbv3"
  213. gbv3.Parent = ScriptsFrame
  214. gbv3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  215. gbv3.BorderColor3 = Color3.new(1, 1, 1)
  216. gbv3.Position = UDim2.new(0.0983935744, 0, 0.767025113, 0)
  217. gbv3.Size = UDim2.new(0, 200, 0, 38)
  218. gbv3.Font = Enum.Font.SourceSans
  219. gbv3.Text = "Grab Knife"
  220. gbv3.TextColor3 = Color3.new(1, 1, 1)
  221. gbv3.TextSize = 20
  222.  
  223. Bar5.Name = "Bar5"
  224. Bar5.Parent = ScriptsFrame
  225. Bar5.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  226. Bar5.BorderSizePixel = 0
  227. Bar5.Size = UDim2.new(0, 249, 0, 21)
  228.  
  229. Bar6.Name = "Bar6"
  230. Bar6.Parent = ScriptsFrame
  231. Bar6.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  232. Bar6.BorderSizePixel = 0
  233. Bar6.Position = UDim2.new(0, 0, 0.0609318987, 0)
  234. Bar6.Size = UDim2.new(0, 249, 0, 6)
  235.  
  236. Axitb2.Name = "Axitb2"
  237. Axitb2.Parent = ScriptsFrame
  238. Axitb2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  239. Axitb2.BackgroundTransparency = 1
  240. Axitb2.BorderSizePixel = 0
  241. Axitb2.Position = UDim2.new(0.920193315, 0, 0, 0)
  242. Axitb2.Size = UDim2.new(0, 20, 0, 21)
  243. Axitb2.Font = Enum.Font.SciFi
  244. Axitb2.Text = "X"
  245. Axitb2.TextColor3 = Color3.new(1, 0, 0)
  246. Axitb2.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement