Advertisement
Guest User

Untitled

a guest
Nov 25th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.93 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Screen = Instance.new("ScreenGui")
  4. local MainFrame = Instance.new("Frame")
  5. local AdminButton = Instance.new("TextButton")
  6. local MainMenuText = Instance.new("TextLabel")
  7. local Line2 = Instance.new("Frame")
  8. local Walkspeed = Instance.new("TextButton")
  9. local Btools = Instance.new("TextButton")
  10. local X = Instance.new("TextButton")
  11. local LoginFrame = Instance.new("Frame")
  12. local Username = Instance.new("TextBox")
  13. local Login = Instance.new("TextLabel")
  14. local Credit = Instance.new("TextLabel")
  15. local CONFIRM = Instance.new("TextButton")
  16. local Password = Instance.new("TextBox")
  17. local Line3 = Instance.new("Frame")
  18. local _3 = Instance.new("TextButton")
  19. local AdminFrame = Instance.new("Frame")
  20. local AdminPanelText = Instance.new("TextLabel")
  21. local ComingSoonText = Instance.new("TextLabel")
  22. local Line = Instance.new("Frame")
  23. local X2 = Instance.new("TextButton")
  24. local CloseOpen = Instance.new("Frame")
  25. local Open = Instance.new("TextButton")
  26.  
  27. -- Properties
  28.  
  29. Screen.Name = "Screen"
  30. Screen.Parent = game.CoreGui
  31.  
  32. MainFrame.Name = "MainFrame"
  33. MainFrame.Parent = Screen
  34. MainFrame.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  35. MainFrame.BorderSizePixel = 0
  36. MainFrame.Position = UDim2.new(0.242009059, 0, 0.213914216, 0)
  37. MainFrame.Size = UDim2.new(0, 486, 0, 339)
  38. MainFrame.Visible = false
  39.  
  40. AdminButton.Name = "AdminButton"
  41. AdminButton.Parent = MainFrame
  42. AdminButton.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  43. AdminButton.BorderSizePixel = 0
  44. AdminButton.Position = UDim2.new(0.572016478, 0, 0.823008835, 0)
  45. AdminButton.Size = UDim2.new(0, 200, 0, 50)
  46. AdminButton.Font = Enum.Font.SourceSansSemibold
  47. AdminButton.Text = "ADMIN PANEL"
  48. AdminButton.TextColor3 = Color3.new(0.0196078, 0.576471, 1)
  49. AdminButton.TextScaled = true
  50. AdminButton.TextSize = 50
  51. AdminButton.TextWrapped = true
  52. AdminButton.MouseButton1Down:connect(function()
  53. LoginFrame.Visible = true
  54. AdminButton.Visible = true
  55. end)
  56.  
  57. MainMenuText.Name = "MainMenuText"
  58. MainMenuText.Parent = MainFrame
  59. MainMenuText.BackgroundColor3 = Color3.new(1, 1, 1)
  60. MainMenuText.BackgroundTransparency = 1
  61. MainMenuText.BorderSizePixel = 0
  62. MainMenuText.Position = UDim2.new(0.300411522, 0, -0.0029498525, 0)
  63. MainMenuText.Size = UDim2.new(0, 200, 0, 50)
  64. MainMenuText.Font = Enum.Font.SourceSansSemibold
  65. MainMenuText.Text = "Main Menu"
  66. MainMenuText.TextColor3 = Color3.new(0.0196078, 0.576471, 1)
  67. MainMenuText.TextScaled = true
  68. MainMenuText.TextSize = 14
  69. MainMenuText.TextWrapped = true
  70.  
  71. Line2.Name = "Line2"
  72. Line2.Parent = MainFrame
  73. Line2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  74. Line2.BorderSizePixel = 0
  75. Line2.Position = UDim2.new(0.0123456791, 0, 0.145198315, 0)
  76. Line2.Size = UDim2.new(0, 480, 0, 6)
  77.  
  78. Walkspeed.Name = "Walkspeed"
  79. Walkspeed.Parent = MainFrame
  80. Walkspeed.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  81. Walkspeed.BorderSizePixel = 0
  82. Walkspeed.Position = UDim2.new(0.0452675223, 0, 0.209439516, 0)
  83. Walkspeed.Size = UDim2.new(0, 200, 0, 50)
  84. Walkspeed.Font = Enum.Font.SourceSansSemibold
  85. Walkspeed.Text = "Walkspeed"
  86. Walkspeed.TextColor3 = Color3.new(0.0196078, 0.576471, 1)
  87. Walkspeed.TextScaled = true
  88. Walkspeed.TextSize = 50
  89. Walkspeed.TextWrapped = true
  90. Walkspeed.MouseButton1Down:connect(function()
  91. game.Workspace.localplayer.Humanoid.WalkSpeed = 200
  92. end)
  93.  
  94. Btools.Name = "Btools"
  95. Btools.Parent = MainFrame
  96. Btools.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  97. Btools.BorderSizePixel = 0
  98. Btools.Position = UDim2.new(0.530864239, 0, 0.209439516, 0)
  99. Btools.Size = UDim2.new(0, 200, 0, 50)
  100. Btools.Font = Enum.Font.SourceSansSemibold
  101. Btools.Text = "Btools"
  102. Btools.TextColor3 = Color3.new(0.0196078, 0.576471, 1)
  103. Btools.TextScaled = true
  104. Btools.TextSize = 50
  105. Btools.TextWrapped = true
  106. Btools.MouseButton1Down:connect(function()
  107. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  108. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  109. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  110. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  111. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  112. tool1.BinType = "Clone"
  113. tool2.BinType = "GameTool"
  114. tool3.BinType = "Hammer"
  115. tool4.BinType = "Script"
  116. tool5.BinType = "Grab"
  117. end)
  118.  
  119. X.Name = "X"
  120. X.Parent = MainFrame
  121. X.BackgroundColor3 = Color3.new(1, 1, 1)
  122. X.BackgroundTransparency = 1
  123. X.BorderSizePixel = 0
  124. X.Position = UDim2.new(0.759259284, 0, -0.0265486725, 0)
  125. X.Size = UDim2.new(0, 200, 0, 50)
  126. X.Font = Enum.Font.SourceSans
  127. X.Text = "X"
  128. X.TextColor3 = Color3.new(1, 0, 0)
  129. X.TextSize = 30
  130. X.TextWrapped = true
  131. X.MouseButton1Down:connect(function()
  132. MainFrame.Visible = false
  133. Open.Visible = true
  134. end)
  135.  
  136. LoginFrame.Name = "LoginFrame"
  137. LoginFrame.Parent = Screen
  138. LoginFrame.Active = true
  139. LoginFrame.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  140. LoginFrame.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  141. LoginFrame.Position = UDim2.new(-0.000446617603, 0, 0.597559273, 0)
  142. LoginFrame.Size = UDim2.new(0, 260, 0, 307)
  143. LoginFrame.Visible = false
  144.  
  145. Username.Name = "Username"
  146. Username.Parent = LoginFrame
  147. Username.BackgroundColor3 = Color3.new(0.0196078, 0.576471, 1)
  148. Username.BorderColor3 = Color3.new(0.0196078, 0.576471, 1)
  149. Username.Position = UDim2.new(0.115384623, 0, 0.265128106, 0)
  150. Username.Size = UDim2.new(0, 200, 0, 50)
  151. Username.Font = Enum.Font.Cartoon
  152. Username.Text = "USERNAME"
  153. Username.TextColor3 = Color3.new(0, 0, 0)
  154. Username.TextSize = 25
  155. Username.TextWrapped = true
  156.  
  157. Login.Name = "Login"
  158. Login.Parent = LoginFrame
  159. Login.BackgroundColor3 = Color3.new(1, 1, 1)
  160. Login.BackgroundTransparency = 1
  161. Login.BorderSizePixel = 0
  162. Login.Position = UDim2.new(0.115384623, 0, 3.16649675e-08, 0)
  163. Login.Size = UDim2.new(0, 200, 0, 50)
  164. Login.Font = Enum.Font.SourceSansSemibold
  165. Login.Text = "LOGIN MENU"
  166. Login.TextColor3 = Color3.new(0.0196078, 0.576471, 1)
  167. Login.TextScaled = true
  168. Login.TextSize = 1
  169. Login.TextWrapped = true
  170.  
  171. Credit.Name = "Credit"
  172. Credit.Parent = LoginFrame
  173. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  174. Credit.BackgroundTransparency = 1
  175. Credit.BorderSizePixel = 0
  176. Credit.Position = UDim2.new(0, 0, 0.9315961, 0)
  177. Credit.Size = UDim2.new(0, 77, 0, 27)
  178. Credit.Font = Enum.Font.SourceSansSemibold
  179. Credit.Text = "BY: CLASSIFIED"
  180. Credit.TextColor3 = Color3.new(0.0196078, 0.576471, 1)
  181. Credit.TextScaled = true
  182. Credit.TextSize = 1
  183. Credit.TextWrapped = true
  184.  
  185. CONFIRM.Name = "CONFIRM"
  186. CONFIRM.Parent = LoginFrame
  187. CONFIRM.BackgroundColor3 = Color3.new(0.0196078, 0.576471, 1)
  188. CONFIRM.BorderColor3 = Color3.new(0.0196078, 0.576471, 1)
  189. CONFIRM.Position = UDim2.new(0.115384623, 0, 0.850162864, 0)
  190. CONFIRM.Size = UDim2.new(0, 200, 0, 25)
  191. CONFIRM.Font = Enum.Font.Cartoon
  192. CONFIRM.Text = "CONFIRM"
  193. CONFIRM.TextColor3 = Color3.new(0, 0, 0)
  194. CONFIRM.TextSize = 25
  195. CONFIRM.TextWrapped = true
  196. CONFIRM.MouseButton1Down:connect(function()
  197. if Username.Text == "ConnerPlayz" and Password.Text == "ConnerPlayz2" then
  198. AdminFrame.Visible = true
  199. LoginFrame.Visible = false
  200. end
  201. end)
  202.  
  203. Password.Name = "Password"
  204. Password.Parent = LoginFrame
  205. Password.BackgroundColor3 = Color3.new(0.0196078, 0.576471, 1)
  206. Password.BorderColor3 = Color3.new(0.0196078, 0.576471, 1)
  207. Password.Position = UDim2.new(0.115384623, 0, 0.509427786, 0)
  208. Password.Size = UDim2.new(0, 200, 0, 50)
  209. Password.Font = Enum.Font.Cartoon
  210. Password.Text = "PASSWORD"
  211. Password.TextColor3 = Color3.new(0, 0, 0)
  212. Password.TextSize = 25
  213.  
  214. Line3.Name = "Line3"
  215. Line3.Parent = LoginFrame
  216. Line3.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  217. Line3.BorderSizePixel = 0
  218. Line3.Position = UDim2.new(0, 0, 0.148148134, 0)
  219. Line3.Size = UDim2.new(0, 260, 0, 6)
  220.  
  221. _3.Name = "3"
  222. _3.Parent = LoginFrame
  223. _3.BackgroundColor3 = Color3.new(1, 1, 1)
  224. _3.BackgroundTransparency = 1
  225. _3.BorderSizePixel = 0
  226. _3.Position = UDim2.new(0.563105464, 0, -0.0428353176, 0)
  227. _3.Size = UDim2.new(0, 200, 0, 50)
  228. _3.Font = Enum.Font.SourceSans
  229. _3.Text = "X"
  230. _3.TextColor3 = Color3.new(1, 0, 0)
  231. _3.TextSize = 30
  232. _3.TextWrapped = true
  233. _3.MouseButton1Down:connect(function()
  234. LoginFrame.Visible = false
  235. Open.Visible = true
  236. end)
  237.  
  238.  
  239. AdminFrame.Name = "AdminFrame"
  240. AdminFrame.Parent = Screen
  241. AdminFrame.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  242. AdminFrame.BorderSizePixel = 0
  243. AdminFrame.Position = UDim2.new(0.0972933397, 0, 0.137592152, 0)
  244. AdminFrame.Size = UDim2.new(0, 356, 0, 297)
  245. AdminFrame.Visible = false
  246.  
  247. AdminPanelText.Name = "AdminPanelText"
  248. AdminPanelText.Parent = AdminFrame
  249. AdminPanelText.BackgroundColor3 = Color3.new(1, 1, 1)
  250. AdminPanelText.BackgroundTransparency = 1
  251. AdminPanelText.BorderSizePixel = 0
  252. AdminPanelText.Position = UDim2.new(0.238764048, 0, -0.0202020202, 0)
  253. AdminPanelText.Size = UDim2.new(0, 200, 0, 50)
  254. AdminPanelText.Font = Enum.Font.SourceSansSemibold
  255. AdminPanelText.Text = "ADMIN PANEL"
  256. AdminPanelText.TextColor3 = Color3.new(0.0196078, 0.576471, 1)
  257. AdminPanelText.TextScaled = true
  258. AdminPanelText.TextSize = 14
  259. AdminPanelText.TextWrapped = true
  260.  
  261. ComingSoonText.Name = "ComingSoonText"
  262. ComingSoonText.Parent = AdminFrame
  263. ComingSoonText.BackgroundColor3 = Color3.new(1, 1, 1)
  264. ComingSoonText.BackgroundTransparency = 1
  265. ComingSoonText.BorderSizePixel = 0
  266. ComingSoonText.Position = UDim2.new(0.117977515, 0, 0.292929292, 0)
  267. ComingSoonText.Size = UDim2.new(0, 272, 0, 157)
  268. ComingSoonText.Font = Enum.Font.SourceSansSemibold
  269. ComingSoonText.Text = "COMING SOON"
  270. ComingSoonText.TextColor3 = Color3.new(0.0196078, 0.576471, 1)
  271. ComingSoonText.TextScaled = true
  272. ComingSoonText.TextSize = 14
  273. ComingSoonText.TextWrapped = true
  274.  
  275. Line.Name = "Line"
  276. Line.Parent = AdminFrame
  277. Line.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  278. Line.BorderSizePixel = 0
  279. Line.Position = UDim2.new(0, 0, 0.148148149, 0)
  280. Line.Size = UDim2.new(0, 356, 0, 6)
  281.  
  282. X2.Name = "X2"
  283. X2.Parent = AdminFrame
  284. X2.BackgroundColor3 = Color3.new(1, 1, 1)
  285. X2.BackgroundTransparency = 1
  286. X2.BorderSizePixel = 0
  287. X2.Position = UDim2.new(0.683416605, 0, -0.0366496816, 0)
  288. X2.Size = UDim2.new(0, 200, 0, 50)
  289. X2.Font = Enum.Font.SourceSans
  290. X2.Text = "X"
  291. X2.TextColor3 = Color3.new(1, 0, 0)
  292. X2.TextSize = 30
  293. X2.TextWrapped = true
  294. X2.MouseButton1Down:connect(function()
  295. AdminFrame.Visible = false
  296. MainFrame.Visible = true
  297. Open.Visible = true
  298. end)
  299.  
  300.  
  301. CloseOpen.Name = "Close/Open"
  302. CloseOpen.Parent = Screen
  303. CloseOpen.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  304. CloseOpen.BorderSizePixel = 0
  305. CloseOpen.Position = UDim2.new(0, 0, 0.514742017, 0)
  306. CloseOpen.Size = UDim2.new(0, 148, 0, 52)
  307.  
  308. Open.Name = "Open"
  309. Open.Parent = CloseOpen
  310. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  311. Open.BackgroundTransparency = 1
  312. Open.BorderSizePixel = 0
  313. Open.Size = UDim2.new(0, 148, 0, 50)
  314. Open.Font = Enum.Font.SourceSansSemibold
  315. Open.Text = "Open"
  316. Open.TextColor3 = Color3.new(0.0196078, 0.576471, 1)
  317. Open.TextScaled = true
  318. Open.TextSize = 14
  319. Open.TextWrapped = true
  320. Open.MouseButton1Down:connect(function()
  321. MainFrame.Visible = true
  322. Open.Visible = false
  323. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement