Advertisement
Guest User

Untitled

a guest
Nov 25th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.98 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.auseronroblox1243.Humanoid.WalkSpeed = 200
  92. game.Workspace.iiHeyzz.Humanoid.WalkSpeed = 200
  93. end)
  94.  
  95. Btools.Name = "Btools"
  96. Btools.Parent = MainFrame
  97. Btools.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  98. Btools.BorderSizePixel = 0
  99. Btools.Position = UDim2.new(0.530864239, 0, 0.209439516, 0)
  100. Btools.Size = UDim2.new(0, 200, 0, 50)
  101. Btools.Font = Enum.Font.SourceSansSemibold
  102. Btools.Text = "Btools"
  103. Btools.TextColor3 = Color3.new(0.0196078, 0.576471, 1)
  104. Btools.TextScaled = true
  105. Btools.TextSize = 50
  106. Btools.TextWrapped = true
  107. Btools.MouseButton1Down:connect(function()
  108. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  109. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  110. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  111. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  112. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  113. tool1.BinType = "Clone"
  114. tool2.BinType = "GameTool"
  115. tool3.BinType = "Hammer"
  116. tool4.BinType = "Script"
  117. tool5.BinType = "Grab"
  118. end)
  119.  
  120. X.Name = "X"
  121. X.Parent = MainFrame
  122. X.BackgroundColor3 = Color3.new(1, 1, 1)
  123. X.BackgroundTransparency = 1
  124. X.BorderSizePixel = 0
  125. X.Position = UDim2.new(0.759259284, 0, -0.0265486725, 0)
  126. X.Size = UDim2.new(0, 200, 0, 50)
  127. X.Font = Enum.Font.SourceSans
  128. X.Text = "X"
  129. X.TextColor3 = Color3.new(1, 0, 0)
  130. X.TextSize = 30
  131. X.TextWrapped = true
  132. X.MouseButton1Down:connect(function()
  133. MainFrame.Visible = false
  134. Open.Visible = true
  135. end)
  136.  
  137. LoginFrame.Name = "LoginFrame"
  138. LoginFrame.Parent = Screen
  139. LoginFrame.Active = true
  140. LoginFrame.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  141. LoginFrame.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  142. LoginFrame.Position = UDim2.new(-0.000446617603, 0, 0.597559273, 0)
  143. LoginFrame.Size = UDim2.new(0, 260, 0, 307)
  144. LoginFrame.Visible = false
  145.  
  146. Username.Name = "Username"
  147. Username.Parent = LoginFrame
  148. Username.BackgroundColor3 = Color3.new(0.0196078, 0.576471, 1)
  149. Username.BorderColor3 = Color3.new(0.0196078, 0.576471, 1)
  150. Username.Position = UDim2.new(0.115384623, 0, 0.265128106, 0)
  151. Username.Size = UDim2.new(0, 200, 0, 50)
  152. Username.Font = Enum.Font.Cartoon
  153. Username.Text = "USERNAME"
  154. Username.TextColor3 = Color3.new(0, 0, 0)
  155. Username.TextSize = 25
  156. Username.TextWrapped = true
  157.  
  158. Login.Name = "Login"
  159. Login.Parent = LoginFrame
  160. Login.BackgroundColor3 = Color3.new(1, 1, 1)
  161. Login.BackgroundTransparency = 1
  162. Login.BorderSizePixel = 0
  163. Login.Position = UDim2.new(0.115384623, 0, 3.16649675e-08, 0)
  164. Login.Size = UDim2.new(0, 200, 0, 50)
  165. Login.Font = Enum.Font.SourceSansSemibold
  166. Login.Text = "LOGIN MENU"
  167. Login.TextColor3 = Color3.new(0.0196078, 0.576471, 1)
  168. Login.TextScaled = true
  169. Login.TextSize = 1
  170. Login.TextWrapped = true
  171.  
  172. Credit.Name = "Credit"
  173. Credit.Parent = LoginFrame
  174. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  175. Credit.BackgroundTransparency = 1
  176. Credit.BorderSizePixel = 0
  177. Credit.Position = UDim2.new(0, 0, 0.9315961, 0)
  178. Credit.Size = UDim2.new(0, 77, 0, 27)
  179. Credit.Font = Enum.Font.SourceSansSemibold
  180. Credit.Text = "BY: CLASSIFIED"
  181. Credit.TextColor3 = Color3.new(0.0196078, 0.576471, 1)
  182. Credit.TextScaled = true
  183. Credit.TextSize = 1
  184. Credit.TextWrapped = true
  185.  
  186. CONFIRM.Name = "CONFIRM"
  187. CONFIRM.Parent = LoginFrame
  188. CONFIRM.BackgroundColor3 = Color3.new(0.0196078, 0.576471, 1)
  189. CONFIRM.BorderColor3 = Color3.new(0.0196078, 0.576471, 1)
  190. CONFIRM.Position = UDim2.new(0.115384623, 0, 0.850162864, 0)
  191. CONFIRM.Size = UDim2.new(0, 200, 0, 25)
  192. CONFIRM.Font = Enum.Font.Cartoon
  193. CONFIRM.Text = "CONFIRM"
  194. CONFIRM.TextColor3 = Color3.new(0, 0, 0)
  195. CONFIRM.TextSize = 25
  196. CONFIRM.TextWrapped = true
  197. CONFIRM.MouseButton1Down:connect(function()
  198. if Username.Text == "ConnerPlayz" and Password.Text == "ConnerPlayz2" then
  199. AdminFrame.Visible = true
  200. LoginFrame.Visible = false
  201. end
  202. end)
  203.  
  204. Password.Name = "Password"
  205. Password.Parent = LoginFrame
  206. Password.BackgroundColor3 = Color3.new(0.0196078, 0.576471, 1)
  207. Password.BorderColor3 = Color3.new(0.0196078, 0.576471, 1)
  208. Password.Position = UDim2.new(0.115384623, 0, 0.509427786, 0)
  209. Password.Size = UDim2.new(0, 200, 0, 50)
  210. Password.Font = Enum.Font.Cartoon
  211. Password.Text = "PASSWORD"
  212. Password.TextColor3 = Color3.new(0, 0, 0)
  213. Password.TextSize = 25
  214.  
  215. Line3.Name = "Line3"
  216. Line3.Parent = LoginFrame
  217. Line3.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  218. Line3.BorderSizePixel = 0
  219. Line3.Position = UDim2.new(0, 0, 0.148148134, 0)
  220. Line3.Size = UDim2.new(0, 260, 0, 6)
  221.  
  222. _3.Name = "3"
  223. _3.Parent = LoginFrame
  224. _3.BackgroundColor3 = Color3.new(1, 1, 1)
  225. _3.BackgroundTransparency = 1
  226. _3.BorderSizePixel = 0
  227. _3.Position = UDim2.new(0.563105464, 0, -0.0428353176, 0)
  228. _3.Size = UDim2.new(0, 200, 0, 50)
  229. _3.Font = Enum.Font.SourceSans
  230. _3.Text = "X"
  231. _3.TextColor3 = Color3.new(1, 0, 0)
  232. _3.TextSize = 30
  233. _3.TextWrapped = true
  234. _3.MouseButton1Down:connect(function()
  235. LoginFrame.Visible = false
  236. Open.Visible = true
  237. end)
  238.  
  239.  
  240. AdminFrame.Name = "AdminFrame"
  241. AdminFrame.Parent = Screen
  242. AdminFrame.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  243. AdminFrame.BorderSizePixel = 0
  244. AdminFrame.Position = UDim2.new(0.0972933397, 0, 0.137592152, 0)
  245. AdminFrame.Size = UDim2.new(0, 356, 0, 297)
  246. AdminFrame.Visible = false
  247.  
  248. AdminPanelText.Name = "AdminPanelText"
  249. AdminPanelText.Parent = AdminFrame
  250. AdminPanelText.BackgroundColor3 = Color3.new(1, 1, 1)
  251. AdminPanelText.BackgroundTransparency = 1
  252. AdminPanelText.BorderSizePixel = 0
  253. AdminPanelText.Position = UDim2.new(0.238764048, 0, -0.0202020202, 0)
  254. AdminPanelText.Size = UDim2.new(0, 200, 0, 50)
  255. AdminPanelText.Font = Enum.Font.SourceSansSemibold
  256. AdminPanelText.Text = "ADMIN PANEL"
  257. AdminPanelText.TextColor3 = Color3.new(0.0196078, 0.576471, 1)
  258. AdminPanelText.TextScaled = true
  259. AdminPanelText.TextSize = 14
  260. AdminPanelText.TextWrapped = true
  261.  
  262. ComingSoonText.Name = "ComingSoonText"
  263. ComingSoonText.Parent = AdminFrame
  264. ComingSoonText.BackgroundColor3 = Color3.new(1, 1, 1)
  265. ComingSoonText.BackgroundTransparency = 1
  266. ComingSoonText.BorderSizePixel = 0
  267. ComingSoonText.Position = UDim2.new(0.117977515, 0, 0.292929292, 0)
  268. ComingSoonText.Size = UDim2.new(0, 272, 0, 157)
  269. ComingSoonText.Font = Enum.Font.SourceSansSemibold
  270. ComingSoonText.Text = "COMING SOON"
  271. ComingSoonText.TextColor3 = Color3.new(0.0196078, 0.576471, 1)
  272. ComingSoonText.TextScaled = true
  273. ComingSoonText.TextSize = 14
  274. ComingSoonText.TextWrapped = true
  275.  
  276. Line.Name = "Line"
  277. Line.Parent = AdminFrame
  278. Line.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  279. Line.BorderSizePixel = 0
  280. Line.Position = UDim2.new(0, 0, 0.148148149, 0)
  281. Line.Size = UDim2.new(0, 356, 0, 6)
  282.  
  283. X2.Name = "X2"
  284. X2.Parent = AdminFrame
  285. X2.BackgroundColor3 = Color3.new(1, 1, 1)
  286. X2.BackgroundTransparency = 1
  287. X2.BorderSizePixel = 0
  288. X2.Position = UDim2.new(0.683416605, 0, -0.0366496816, 0)
  289. X2.Size = UDim2.new(0, 200, 0, 50)
  290. X2.Font = Enum.Font.SourceSans
  291. X2.Text = "X"
  292. X2.TextColor3 = Color3.new(1, 0, 0)
  293. X2.TextSize = 30
  294. X2.TextWrapped = true
  295. X2.MouseButton1Down:connect(function()
  296. AdminFrame.Visible = false
  297. MainFrame.Visible = true
  298. Open.Visible = true
  299. end)
  300.  
  301.  
  302. CloseOpen.Name = "Close/Open"
  303. CloseOpen.Parent = Screen
  304. CloseOpen.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  305. CloseOpen.BorderSizePixel = 0
  306. CloseOpen.Position = UDim2.new(0, 0, 0.514742017, 0)
  307. CloseOpen.Size = UDim2.new(0, 148, 0, 52)
  308.  
  309. Open.Name = "Open"
  310. Open.Parent = CloseOpen
  311. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  312. Open.BackgroundTransparency = 1
  313. Open.BorderSizePixel = 0
  314. Open.Size = UDim2.new(0, 148, 0, 50)
  315. Open.Font = Enum.Font.SourceSansSemibold
  316. Open.Text = "Open"
  317. Open.TextColor3 = Color3.new(0.0196078, 0.576471, 1)
  318. Open.TextScaled = true
  319. Open.TextSize = 14
  320. Open.TextWrapped = true
  321. Open.MouseButton1Down:connect(function()
  322. MainFrame.Visible = true
  323. Open.Visible = false
  324. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement