Advertisement
Steve_Allah

dah guis

Mar 17th, 2018
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.29 KB | None | 0 0
  1. local BlackMania = 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 buto = Instance.new("TextButton")
  9. local MainFrame = Instance.new("Frame")
  10. local mbar1 = Instance.new("Frame")
  11. local mbar2 = Instance.new("Frame")
  12. local mtitle = Instance.new("TextLabel")
  13. local Notepad = Instance.new("TextButton")
  14. local Scripts = Instance.new("TextButton")
  15. local NoteFrame = Instance.new("Frame")
  16. local Nottpad = Instance.new("ScrollingFrame")
  17. local TextBox = Instance.new("TextBox")
  18. local nbar1 = Instance.new("Frame")
  19. local nbar2 = Instance.new("Frame")
  20. local ntitle = Instance.new("TextLabel")
  21.  
  22. -- Properties
  23.  
  24. BlackMania.Name = "BlackMania"
  25. BlackMania.Parent = game.CoreGui
  26.  
  27. LoginFrame.Name = "LoginFrame"
  28. LoginFrame.Parent = BlackMania
  29. LoginFrame.Active = true
  30. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  31. LoginFrame.BorderSizePixel = 0
  32. LoginFrame.Draggable = true
  33. LoginFrame.Position = UDim2.new(0.0106778145, 0, 0.103321016, 0)
  34. LoginFrame.Size = UDim2.new(0, 332, 0, 338)
  35. LoginFrame.Style = Enum.FrameStyle.RobloxSquare
  36.  
  37. bar1.Name = "bar1"
  38. bar1.Parent = LoginFrame
  39. bar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  40. bar1.BorderSizePixel = 0
  41. bar1.Draggable = true
  42. bar1.Position = UDim2.new(-0.0240963846, 0, -0.0236686394, 0)
  43. bar1.Size = UDim2.new(0, 332, 0, 26)
  44. bar1.Style = Enum.FrameStyle.RobloxSquare
  45.  
  46. bar2.Name = "bar2"
  47. bar2.Parent = LoginFrame
  48. bar2.BackgroundColor3 = Color3.new(0, 0, 0)
  49. bar2.BorderColor3 = Color3.new(0, 0, 0)
  50. bar2.BorderSizePixel = 0
  51. bar2.Position = UDim2.new(-0.0240963846, 0, 0.0473372824, 0)
  52. bar2.Size = UDim2.new(0, 332, 0, 3)
  53. bar2.Style = Enum.FrameStyle.RobloxSquare
  54.  
  55. title.Name = "title"
  56. title.Parent = LoginFrame
  57. title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  58. title.BorderSizePixel = 0
  59. title.Position = UDim2.new(0.335843384, 0, 0.136094674, 0)
  60. title.Size = UDim2.new(0, 107, 0, 27)
  61. title.Font = Enum.Font.ArialBold
  62. title.Text = "BlackMania"
  63. title.TextColor3 = Color3.new(1, 1, 1)
  64. title.TextSize = 18
  65.  
  66. userbox.Name = "userbox"
  67. userbox.Parent = LoginFrame
  68. userbox.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  69. userbox.BorderColor3 = Color3.new(0, 0, 0)
  70. userbox.BorderSizePixel = 3
  71. userbox.Position = UDim2.new(0.189759031, 0, 0.310650885, 0)
  72. userbox.Size = UDim2.new(0, 200, 0, 31)
  73. userbox.Font = Enum.Font.SourceSansBold
  74. userbox.Text = "LOGIN"
  75. userbox.TextColor3 = Color3.new(1, 1, 1)
  76. userbox.TextSize = 20
  77. userbox.TextXAlignment = Enum.TextXAlignment.Left
  78.  
  79. passbox.Name = "passbox"
  80. passbox.Parent = LoginFrame
  81. passbox.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  82. passbox.BorderColor3 = Color3.new(0, 0, 0)
  83. passbox.BorderSizePixel = 3
  84. passbox.Position = UDim2.new(0.189759031, 0, 0.479289949, 0)
  85. passbox.Size = UDim2.new(0, 200, 0, 31)
  86. passbox.Font = Enum.Font.SourceSansBold
  87. passbox.Text = "PASSWORD"
  88. passbox.TextColor3 = Color3.new(1, 1, 1)
  89. passbox.TextSize = 20
  90. passbox.TextXAlignment = Enum.TextXAlignment.Left
  91.  
  92. buto.Name = "buto"
  93. buto.Parent = LoginFrame
  94. buto.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  95. buto.BorderColor3 = Color3.new(0, 0, 0)
  96. buto.BorderSizePixel = 3
  97. buto.Position = UDim2.new(0.310240984, 0, 0.683431923, 0)
  98. buto.Size = UDim2.new(0, 119, 0, 38)
  99. buto.Font = Enum.Font.SciFi
  100. buto.Text = "LOGIN"
  101. buto.TextColor3 = Color3.new(1, 1, 1)
  102. buto.TextSize = 30
  103.  
  104. LOGIN.MouseButton1Down:connect(function()
  105. LoginFrame.Visible = false
  106. MainFrame.Visible = true
  107. end)
  108.  
  109.  
  110.  
  111. MainFrame.Name = "MainFrame"
  112. MainFrame.Parent = BlackMania
  113. MainFrame.Active = true
  114. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  115. MainFrame.BorderSizePixel = 0
  116. MainFrame.Draggable = true
  117. MainFrame.Position = UDim2.new(0.629990697, 0, 0.0119926166, 0)
  118. MainFrame.Selectable = true
  119. MainFrame.Size = UDim2.new(0, 390, 0, 322)
  120. MainFrame.Visible = false
  121. MainFrame.Style = Enum.FrameStyle.RobloxSquare
  122.  
  123. mbar1.Name = "mbar1"
  124. mbar1.Parent = MainFrame
  125. mbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  126. mbar1.BorderSizePixel = 0
  127. mbar1.Draggable = true
  128. mbar1.Position = UDim2.new(-0.0205128212, 0, -0.024844721, 0)
  129. mbar1.Size = UDim2.new(0, 390, 0, 24)
  130. mbar1.Style = Enum.FrameStyle.RobloxSquare
  131.  
  132. mbar2.Name = "mbar2"
  133. mbar2.Parent = MainFrame
  134. mbar2.BackgroundColor3 = Color3.new(0, 0, 0)
  135. mbar2.BorderColor3 = Color3.new(0, 0, 0)
  136. mbar2.BorderSizePixel = 0
  137. mbar2.Position = UDim2.new(-0.0205128212, 0, 0.0341614895, 0)
  138. mbar2.Size = UDim2.new(0, 390, 0, 5)
  139. mbar2.Style = Enum.FrameStyle.RobloxSquare
  140.  
  141. mtitle.Name = "mtitle"
  142. mtitle.Parent = MainFrame
  143. mtitle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  144. mtitle.BorderSizePixel = 0
  145. mtitle.Position = UDim2.new(-0.00256410707, 0, -0.00621118024, 0)
  146. mtitle.Size = UDim2.new(0, 94, 0, 11)
  147. mtitle.Font = Enum.Font.Arcade
  148. mtitle.Text = "BLACKMANIA"
  149. mtitle.TextColor3 = Color3.new(1, 1, 1)
  150. mtitle.TextSize = 16
  151. mtitle.TextXAlignment = Enum.TextXAlignment.Left
  152. mtitle.TextYAlignment = Enum.TextYAlignment.Bottom
  153.  
  154. Notepad.Name = "Notepad"
  155. Notepad.Parent = MainFrame
  156. Notepad.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  157. Notepad.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  158. Notepad.BorderSizePixel = 3
  159. Notepad.Position = UDim2.new(0.0589743592, 0, 0.158385083, 0)
  160. Notepad.Size = UDim2.new(0, 113, 0, 35)
  161. Notepad.Font = Enum.Font.Cartoon
  162. Notepad.Text = "Notepad"
  163. Notepad.TextColor3 = Color3.new(1, 1, 1)
  164. Notepad.TextSize = 20
  165.  
  166. Scripts.Name = "Scripts"
  167. Scripts.Parent = MainFrame
  168. Scripts.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  169. Scripts.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  170. Scripts.BorderSizePixel = 3
  171. Scripts.Position = UDim2.new(0.512820542, 0, 0.158385083, 0)
  172. Scripts.Size = UDim2.new(0, 113, 0, 35)
  173. Scripts.Font = Enum.Font.Cartoon
  174. Scripts.Text = "Scripts"
  175. Scripts.TextColor3 = Color3.new(1, 1, 1)
  176. Scripts.TextSize = 20
  177.  
  178. NoteFrame.Name = "NoteFrame"
  179. NoteFrame.Parent = BlackMania
  180. NoteFrame.Active = true
  181. NoteFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  182. NoteFrame.BorderSizePixel = 0
  183. NoteFrame.Draggable = true
  184. NoteFrame.Position = UDim2.new(0.333333373, 0, 0.332103312, 0)
  185. NoteFrame.Selectable = true
  186. NoteFrame.Size = UDim2.new(0, 476, 0, 343)
  187. NoteFrame.Visible = false
  188.  
  189. Nottpad.Name = "Nottpad"
  190. Nottpad.Parent = NoteFrame
  191. Nottpad.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  192. Nottpad.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  193. Nottpad.BorderSizePixel = 2
  194. Nottpad.Position = UDim2.new(0.0262605064, 0, 0.119533531, 0)
  195. Nottpad.Size = UDim2.new(0, 451, 0, 229)
  196. Nottpad.CanvasSize = UDim2.new(0, 0, 100000, 0)
  197.  
  198. TextBox.Parent = Nottpad
  199. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  200. TextBox.BackgroundTransparency = 1
  201. TextBox.BorderSizePixel = 0
  202. TextBox.Size = UDim2.new(0, 435, 0, 999)
  203. TextBox.Font = Enum.Font.SourceSans
  204. TextBox.MultiLine = true
  205. TextBox.Text = "== TEXT HERE =="
  206. TextBox.TextColor3 = Color3.new(1, 1, 1)
  207. TextBox.TextSize = 17
  208. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  209. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  210.  
  211. nbar1.Name = "nbar1"
  212. nbar1.Parent = NoteFrame
  213. nbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  214. nbar1.BorderSizePixel = 0
  215. nbar1.Draggable = true
  216. nbar1.Position = UDim2.new(0.000238955021, 0, -0.00145234913, 0)
  217. nbar1.Size = UDim2.new(0, 476, 0, 24)
  218. nbar1.Style = Enum.FrameStyle.RobloxSquare
  219.  
  220. nbar2.Name = "nbar2"
  221. nbar2.Parent = NoteFrame
  222. nbar2.BackgroundColor3 = Color3.new(0, 0, 0)
  223. nbar2.BorderColor3 = Color3.new(0, 0, 0)
  224. nbar2.BorderSizePixel = 0
  225. nbar2.Position = UDim2.new(-0.000811457634, 0, 0.0540111735, 0)
  226. nbar2.Size = UDim2.new(0, 476, 0, 5)
  227. nbar2.Style = Enum.FrameStyle.RobloxSquare
  228.  
  229. ntitle.Name = "ntitle"
  230. ntitle.Parent = NoteFrame
  231. ntitle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  232. ntitle.BorderSizePixel = 0
  233. ntitle.Position = UDim2.new(0.0154851833, 0, 0.000786989927, 0)
  234. ntitle.Size = UDim2.new(0, 94, 0, 11)
  235. ntitle.Font = Enum.Font.Arcade
  236. ntitle.Text = "Notepad"
  237. ntitle.TextColor3 = Color3.new(1, 1, 1)
  238. ntitle.TextSize = 16
  239. ntitle.TextXAlignment = Enum.TextXAlignment.Left
  240. ntitle.TextYAlignment = Enum.TextYAlignment.Top
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement