Advertisement
loler222444

sdadssadasdsa

Nov 12th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.62 KB | None | 0 0
  1. -- Objects
  2.  
  3. local DankGUI = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local LBar = Instance.new("Frame")
  6. local Login = Instance.new("TextButton")
  7. local LBar2 = Instance.new("Frame")
  8. local LoginName = Instance.new("TextLabel")
  9. local Username = Instance.new("TextBox")
  10. local Password = Instance.new("TextBox")
  11. local MainFrame = Instance.new("Frame")
  12. local MBar1 = Instance.new("Frame")
  13. local MBar2 = Instance.new("Frame")
  14. local TrollGUI = Instance.new("TextButton")
  15. local Flash = Instance.new("TextButton")
  16. local RapeVan = Instance.new("TextButton")
  17. local GodWrench = Instance.new("TextButton")
  18. local Ghost = Instance.new("TextButton")
  19. local ChildHoodRuiner = Instance.new("TextButton")
  20. local DunDunGun = Instance.new("TextButton")
  21. local DevUzi = Instance.new("TextButton")
  22. local DankGUILogName = Instance.new("TextLabel")
  23.  
  24. -- Properties
  25.  
  26. DankGUI.Name = "Dank GUI"
  27. DankGUI.Parent = game.Players.LocalPlayer.PlayerGui
  28.  
  29. LoginFrame.Name = "LoginFrame"
  30. LoginFrame.Parent = DankGUI
  31. LoginFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  32. LoginFrame.Draggable = true
  33. LoginFrame.Position = UDim2.new(0.678797483, -8, 0.0464547686, 4)
  34. LoginFrame.Selectable = true
  35. LoginFrame.Size = UDim2.new(0.279620856, 0, 0.400977999, 0)
  36.  
  37. LBar.Name = "LBar"
  38. LBar.Parent = LoginFrame
  39. LBar.BackgroundColor3 = Color3.new(0.909804, 0.101961, 0.129412)
  40. LBar.Size = UDim2.new(1.00078988, 0, 0.121739127, 0)
  41.  
  42. Login.Name = "Login"
  43. Login.Parent = LoginFrame
  44. Login.BackgroundColor3 = Color3.new(1, 1, 1)
  45. Login.Position = UDim2.new(0.220513031, -1, 0.719512224, 18)
  46. Login.Size = UDim2.new(0, 200, 0, 50)
  47. Login.Font = Enum.Font.Cartoon
  48. Login.FontSize = Enum.FontSize.Size14
  49. Login.Text = "Login"
  50. Login.TextScaled = true
  51. Login.TextSize = 14
  52. Login.TextWrapped = true
  53.  
  54. Login.MouseButton1Down:connect(function()
  55. if Username.Text == "adminUser" and Password.Text == "MainKelvin" then
  56. LoginFrame.Visible = false
  57. MainFrame.Visible = true
  58. end
  59. end)
  60.  
  61. LBar2.Name = "LBar2"
  62. LBar2.Parent = LoginFrame
  63. LBar2.BackgroundColor3 = Color3.new(0.670588, 0.0705882, 0.101961)
  64. LBar2.Position = UDim2.new(0, 0, 0, 40)
  65. LBar2.Size = UDim2.new(1.00078988, 0, 0.121739127, -48)
  66.  
  67. LoginName.Name = "LoginName"
  68. LoginName.Parent = LoginFrame
  69. LoginName.BackgroundColor3 = Color3.new(1, 1, 1)
  70. LoginName.BorderSizePixel = 0
  71. LoginName.Position = UDim2.new(0.209204659, 0, 0.137195125, 9)
  72. LoginName.Size = UDim2.new(0.581981063, 0, 0.257009357, -27)
  73. LoginName.Font = Enum.Font.Code
  74. LoginName.FontSize = Enum.FontSize.Size60
  75. LoginName.Text = "Dank GUI"
  76. LoginName.TextSize = 50
  77. LoginName.TextWrapped = true
  78.  
  79. Username.Name = "Username"
  80. Username.Parent = LoginFrame
  81. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  82. Username.BorderSizePixel = 3
  83. Username.Position = UDim2.new(0.175637394, -2, 0.359756112, -4)
  84. Username.Size = UDim2.new(0, 233, 0, 50)
  85. Username.Font = Enum.Font.SourceSans
  86. Username.FontSize = Enum.FontSize.Size14
  87. Username.Text = "Username"
  88. Username.TextScaled = true
  89. Username.TextSize = 14
  90. Username.TextWrapped = true
  91.  
  92. Password.Name = "Password"
  93. Password.Parent = LoginFrame
  94. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  95. Password.BorderSizePixel = 3
  96. Password.Position = UDim2.new(0.175637394, -2, 0.359756112, 61)
  97. Password.Size = UDim2.new(0, 233, 0, 50)
  98. Password.Font = Enum.Font.SourceSans
  99. Password.FontSize = Enum.FontSize.Size14
  100. Password.Text = "Password"
  101. Password.TextScaled = true
  102. Password.TextSize = 14
  103. Password.TextWrapped = true
  104.  
  105. MainFrame.Name = "MainFrame"
  106. MainFrame.Parent = DankGUI
  107. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  108. MainFrame.Position = UDim2.new(0.599683523, 0, 0.517114937, 0)
  109. MainFrame.Size = UDim2.new(0, 440, 0, 322)
  110.  
  111. MBar1.Name = "MBar1"
  112. MBar1.Parent = MainFrame
  113. MBar1.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  114. MBar1.Size = UDim2.new(0, 440, 0, 26)
  115.  
  116. MBar2.Name = "MBar2"
  117. MBar2.Parent = MainFrame
  118. MBar2.BackgroundColor3 = Color3.new(0.658824, 0, 0)
  119. MBar2.Position = UDim2.new(0, 0, 0, 25)
  120. MBar2.Size = UDim2.new(0, 440, 0, 7)
  121.  
  122. TrollGUI.Name = "TrollGUI"
  123. TrollGUI.Parent = MainFrame
  124. TrollGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  125. TrollGUI.Position = UDim2.new(0.0318181813, 0, 0.695652187, 0)
  126. TrollGUI.Size = UDim2.new(0, 200, 0, 50)
  127. TrollGUI.Font = Enum.Font.ArialBold
  128. TrollGUI.FontSize = Enum.FontSize.Size14
  129. TrollGUI.Text = "Troll GUI"
  130. TrollGUI.TextScaled = true
  131. TrollGUI.TextSize = 14
  132. TrollGUI.TextWrapped = true
  133.  
  134. Flash.Name = "Flash"
  135. Flash.Parent = MainFrame
  136. Flash.BackgroundColor3 = Color3.new(1, 1, 1)
  137. Flash.Position = UDim2.new(0.50454545, 0, 0.130434781, 0)
  138. Flash.Size = UDim2.new(0, 200, 0, 50)
  139. Flash.Font = Enum.Font.ArialBold
  140. Flash.FontSize = Enum.FontSize.Size14
  141. Flash.Text = "Flash"
  142. Flash.TextScaled = true
  143. Flash.TextSize = 14
  144. Flash.TextWrapped = true
  145.  
  146. RapeVan.Name = "RapeVan"
  147. RapeVan.Parent = MainFrame
  148. RapeVan.BackgroundColor3 = Color3.new(1, 1, 1)
  149. RapeVan.Position = UDim2.new(0.0318181813, 0, 0.130434781, 0)
  150. RapeVan.Size = UDim2.new(0, 200, 0, 50)
  151. RapeVan.Font = Enum.Font.ArialBold
  152. RapeVan.FontSize = Enum.FontSize.Size14
  153. RapeVan.Text = "Rape Van"
  154. RapeVan.TextScaled = true
  155. RapeVan.TextSize = 14
  156. RapeVan.TextWrapped = true
  157.  
  158. GodWrench.Name = "GodWrench"
  159. GodWrench.Parent = MainFrame
  160. GodWrench.BackgroundColor3 = Color3.new(1, 1, 1)
  161. GodWrench.Position = UDim2.new(0.0318181813, 0, 0.506211162, 0)
  162. GodWrench.Size = UDim2.new(0, 200, 0, 50)
  163. GodWrench.Font = Enum.Font.ArialBold
  164. GodWrench.FontSize = Enum.FontSize.Size14
  165. GodWrench.Text = "God Wrench"
  166. GodWrench.TextScaled = true
  167. GodWrench.TextSize = 14
  168. GodWrench.TextWrapped = true
  169.  
  170. Ghost.Name = "Ghost"
  171. Ghost.Parent = MainFrame
  172. Ghost.BackgroundColor3 = Color3.new(1, 1, 1)
  173. Ghost.Position = UDim2.new(0.0318181813, 0, 0.322981358, 0)
  174. Ghost.Size = UDim2.new(0, 200, 0, 50)
  175. Ghost.Font = Enum.Font.ArialBold
  176. Ghost.FontSize = Enum.FontSize.Size14
  177. Ghost.Text = "Ghost"
  178. Ghost.TextScaled = true
  179. Ghost.TextSize = 14
  180. Ghost.TextWrapped = true
  181.  
  182. ChildHoodRuiner.Name = "ChildHoodRuiner"
  183. ChildHoodRuiner.Parent = MainFrame
  184. ChildHoodRuiner.BackgroundColor3 = Color3.new(1, 1, 1)
  185. ChildHoodRuiner.Position = UDim2.new(0.50454545, 0, 0.322981358, 0)
  186. ChildHoodRuiner.Size = UDim2.new(0, 200, 0, 50)
  187. ChildHoodRuiner.Font = Enum.Font.ArialBold
  188. ChildHoodRuiner.FontSize = Enum.FontSize.Size14
  189. ChildHoodRuiner.Text = "ChildHood Ruiner"
  190. ChildHoodRuiner.TextScaled = true
  191. ChildHoodRuiner.TextSize = 14
  192. ChildHoodRuiner.TextWrapped = true
  193.  
  194. DunDunGun.Name = "DunDunGun"
  195. DunDunGun.Parent = MainFrame
  196. DunDunGun.BackgroundColor3 = Color3.new(1, 1, 1)
  197. DunDunGun.Position = UDim2.new(0.50454545, 0, 0.506211162, 0)
  198. DunDunGun.Size = UDim2.new(0, 200, 0, 50)
  199. DunDunGun.Font = Enum.Font.ArialBold
  200. DunDunGun.FontSize = Enum.FontSize.Size14
  201. DunDunGun.Text = "DunDunDun Gun"
  202. DunDunGun.TextScaled = true
  203. DunDunGun.TextSize = 14
  204. DunDunGun.TextWrapped = true
  205.  
  206. DevUzi.Name = "DevUzi"
  207. DevUzi.Parent = MainFrame
  208. DevUzi.BackgroundColor3 = Color3.new(1, 1, 1)
  209. DevUzi.Position = UDim2.new(0.50454545, 0, 0.695652187, 0)
  210. DevUzi.Size = UDim2.new(0, 200, 0, 50)
  211. DevUzi.Font = Enum.Font.ArialBold
  212. DevUzi.FontSize = Enum.FontSize.Size14
  213. DevUzi.Text = "Dez Uzi"
  214. DevUzi.TextScaled = true
  215. DevUzi.TextSize = 14
  216. DevUzi.TextWrapped = true
  217.  
  218. DankGUILogName.Name = "DankGUI-LogName"
  219. DankGUILogName.Parent = MainFrame
  220. DankGUILogName.BackgroundColor3 = Color3.new(1, 1, 1)
  221. DankGUILogName.BorderSizePixel = 0
  222. DankGUILogName.Position = UDim2.new(0.0818181783, 0, 0.87577641, 0)
  223. DankGUILogName.Size = UDim2.new(0.763636351, 0, 0.111801244, 0)
  224. DankGUILogName.Font = Enum.Font.Cartoon
  225. DankGUILogName.FontSize = Enum.FontSize.Size14
  226. DankGUILogName.Text = "Dank GUI - Made by kelvin2432"
  227. DankGUILogName.TextScaled = true
  228. DankGUILogName.TextSize = 14
  229. DankGUILogName.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement