Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local BlackMania = Instance.new("ScreenGui")
- local LoginFrame = Instance.new("Frame")
- local bar1 = Instance.new("Frame")
- local bar2 = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local userbox = Instance.new("TextBox")
- local passbox = Instance.new("TextBox")
- local buto = Instance.new("TextButton")
- local MainFrame = Instance.new("Frame")
- local mbar1 = Instance.new("Frame")
- local mbar2 = Instance.new("Frame")
- local mtitle = Instance.new("TextLabel")
- local Notepad = Instance.new("TextButton")
- local Scripts = Instance.new("TextButton")
- local NoteFrame = Instance.new("Frame")
- local Nottpad = Instance.new("ScrollingFrame")
- local TextBox = Instance.new("TextBox")
- local nbar1 = Instance.new("Frame")
- local nbar2 = Instance.new("Frame")
- local ntitle = Instance.new("TextLabel")
- -- Properties
- BlackMania.Name = "BlackMania"
- BlackMania.Parent = game.CoreGui
- LoginFrame.Name = "LoginFrame"
- LoginFrame.Parent = BlackMania
- LoginFrame.Active = true
- LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- LoginFrame.BorderSizePixel = 0
- LoginFrame.Draggable = true
- LoginFrame.Position = UDim2.new(0.0106778145, 0, 0.103321016, 0)
- LoginFrame.Size = UDim2.new(0, 332, 0, 338)
- LoginFrame.Style = Enum.FrameStyle.RobloxSquare
- bar1.Name = "bar1"
- bar1.Parent = LoginFrame
- bar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- bar1.BorderSizePixel = 0
- bar1.Draggable = true
- bar1.Position = UDim2.new(-0.0240963846, 0, -0.0236686394, 0)
- bar1.Size = UDim2.new(0, 332, 0, 26)
- bar1.Style = Enum.FrameStyle.RobloxSquare
- bar2.Name = "bar2"
- bar2.Parent = LoginFrame
- bar2.BackgroundColor3 = Color3.new(0, 0, 0)
- bar2.BorderColor3 = Color3.new(0, 0, 0)
- bar2.BorderSizePixel = 0
- bar2.Position = UDim2.new(-0.0240963846, 0, 0.0473372824, 0)
- bar2.Size = UDim2.new(0, 332, 0, 3)
- bar2.Style = Enum.FrameStyle.RobloxSquare
- title.Name = "title"
- title.Parent = LoginFrame
- title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- title.BorderSizePixel = 0
- title.Position = UDim2.new(0.335843384, 0, 0.136094674, 0)
- title.Size = UDim2.new(0, 107, 0, 27)
- title.Font = Enum.Font.ArialBold
- title.Text = "BlackMania"
- title.TextColor3 = Color3.new(1, 1, 1)
- title.TextSize = 18
- userbox.Name = "userbox"
- userbox.Parent = LoginFrame
- userbox.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- userbox.BorderColor3 = Color3.new(0, 0, 0)
- userbox.BorderSizePixel = 3
- userbox.Position = UDim2.new(0.189759031, 0, 0.310650885, 0)
- userbox.Size = UDim2.new(0, 200, 0, 31)
- userbox.Font = Enum.Font.SourceSansBold
- userbox.Text = "LOGIN"
- userbox.TextColor3 = Color3.new(1, 1, 1)
- userbox.TextSize = 20
- userbox.TextXAlignment = Enum.TextXAlignment.Left
- passbox.Name = "passbox"
- passbox.Parent = LoginFrame
- passbox.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- passbox.BorderColor3 = Color3.new(0, 0, 0)
- passbox.BorderSizePixel = 3
- passbox.Position = UDim2.new(0.189759031, 0, 0.479289949, 0)
- passbox.Size = UDim2.new(0, 200, 0, 31)
- passbox.Font = Enum.Font.SourceSansBold
- passbox.Text = "PASSWORD"
- passbox.TextColor3 = Color3.new(1, 1, 1)
- passbox.TextSize = 20
- passbox.TextXAlignment = Enum.TextXAlignment.Left
- buto.Name = "buto"
- buto.Parent = LoginFrame
- buto.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- buto.BorderColor3 = Color3.new(0, 0, 0)
- buto.BorderSizePixel = 3
- buto.Position = UDim2.new(0.310240984, 0, 0.683431923, 0)
- buto.Size = UDim2.new(0, 119, 0, 38)
- buto.Font = Enum.Font.SciFi
- buto.Text = "LOGIN"
- buto.TextColor3 = Color3.new(1, 1, 1)
- buto.TextSize = 30
- LOGIN.MouseButton1Down:connect(function()
- LoginFrame.Visible = false
- MainFrame.Visible = true
- end)
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = BlackMania
- MainFrame.Active = true
- MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- MainFrame.BorderSizePixel = 0
- MainFrame.Draggable = true
- MainFrame.Position = UDim2.new(0.629990697, 0, 0.0119926166, 0)
- MainFrame.Selectable = true
- MainFrame.Size = UDim2.new(0, 390, 0, 322)
- MainFrame.Visible = false
- MainFrame.Style = Enum.FrameStyle.RobloxSquare
- mbar1.Name = "mbar1"
- mbar1.Parent = MainFrame
- mbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- mbar1.BorderSizePixel = 0
- mbar1.Draggable = true
- mbar1.Position = UDim2.new(-0.0205128212, 0, -0.024844721, 0)
- mbar1.Size = UDim2.new(0, 390, 0, 24)
- mbar1.Style = Enum.FrameStyle.RobloxSquare
- mbar2.Name = "mbar2"
- mbar2.Parent = MainFrame
- mbar2.BackgroundColor3 = Color3.new(0, 0, 0)
- mbar2.BorderColor3 = Color3.new(0, 0, 0)
- mbar2.BorderSizePixel = 0
- mbar2.Position = UDim2.new(-0.0205128212, 0, 0.0341614895, 0)
- mbar2.Size = UDim2.new(0, 390, 0, 5)
- mbar2.Style = Enum.FrameStyle.RobloxSquare
- mtitle.Name = "mtitle"
- mtitle.Parent = MainFrame
- mtitle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- mtitle.BorderSizePixel = 0
- mtitle.Position = UDim2.new(-0.00256410707, 0, -0.00621118024, 0)
- mtitle.Size = UDim2.new(0, 94, 0, 11)
- mtitle.Font = Enum.Font.Arcade
- mtitle.Text = "BLACKMANIA"
- mtitle.TextColor3 = Color3.new(1, 1, 1)
- mtitle.TextSize = 16
- mtitle.TextXAlignment = Enum.TextXAlignment.Left
- mtitle.TextYAlignment = Enum.TextYAlignment.Bottom
- Notepad.Name = "Notepad"
- Notepad.Parent = MainFrame
- Notepad.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Notepad.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- Notepad.BorderSizePixel = 3
- Notepad.Position = UDim2.new(0.0589743592, 0, 0.158385083, 0)
- Notepad.Size = UDim2.new(0, 113, 0, 35)
- Notepad.Font = Enum.Font.Cartoon
- Notepad.Text = "Notepad"
- Notepad.TextColor3 = Color3.new(1, 1, 1)
- Notepad.TextSize = 20
- Scripts.Name = "Scripts"
- Scripts.Parent = MainFrame
- Scripts.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Scripts.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- Scripts.BorderSizePixel = 3
- Scripts.Position = UDim2.new(0.512820542, 0, 0.158385083, 0)
- Scripts.Size = UDim2.new(0, 113, 0, 35)
- Scripts.Font = Enum.Font.Cartoon
- Scripts.Text = "Scripts"
- Scripts.TextColor3 = Color3.new(1, 1, 1)
- Scripts.TextSize = 20
- NoteFrame.Name = "NoteFrame"
- NoteFrame.Parent = BlackMania
- NoteFrame.Active = true
- NoteFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- NoteFrame.BorderSizePixel = 0
- NoteFrame.Draggable = true
- NoteFrame.Position = UDim2.new(0.333333373, 0, 0.332103312, 0)
- NoteFrame.Selectable = true
- NoteFrame.Size = UDim2.new(0, 476, 0, 343)
- NoteFrame.Visible = false
- Nottpad.Name = "Nottpad"
- Nottpad.Parent = NoteFrame
- Nottpad.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- Nottpad.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- Nottpad.BorderSizePixel = 2
- Nottpad.Position = UDim2.new(0.0262605064, 0, 0.119533531, 0)
- Nottpad.Size = UDim2.new(0, 451, 0, 229)
- Nottpad.CanvasSize = UDim2.new(0, 0, 100000, 0)
- TextBox.Parent = Nottpad
- TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
- TextBox.BackgroundTransparency = 1
- TextBox.BorderSizePixel = 0
- TextBox.Size = UDim2.new(0, 435, 0, 999)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.MultiLine = true
- TextBox.Text = "== TEXT HERE =="
- TextBox.TextColor3 = Color3.new(1, 1, 1)
- TextBox.TextSize = 17
- TextBox.TextXAlignment = Enum.TextXAlignment.Left
- TextBox.TextYAlignment = Enum.TextYAlignment.Top
- nbar1.Name = "nbar1"
- nbar1.Parent = NoteFrame
- nbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- nbar1.BorderSizePixel = 0
- nbar1.Draggable = true
- nbar1.Position = UDim2.new(0.000238955021, 0, -0.00145234913, 0)
- nbar1.Size = UDim2.new(0, 476, 0, 24)
- nbar1.Style = Enum.FrameStyle.RobloxSquare
- nbar2.Name = "nbar2"
- nbar2.Parent = NoteFrame
- nbar2.BackgroundColor3 = Color3.new(0, 0, 0)
- nbar2.BorderColor3 = Color3.new(0, 0, 0)
- nbar2.BorderSizePixel = 0
- nbar2.Position = UDim2.new(-0.000811457634, 0, 0.0540111735, 0)
- nbar2.Size = UDim2.new(0, 476, 0, 5)
- nbar2.Style = Enum.FrameStyle.RobloxSquare
- ntitle.Name = "ntitle"
- ntitle.Parent = NoteFrame
- ntitle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- ntitle.BorderSizePixel = 0
- ntitle.Position = UDim2.new(0.0154851833, 0, 0.000786989927, 0)
- ntitle.Size = UDim2.new(0, 94, 0, 11)
- ntitle.Font = Enum.Font.Arcade
- ntitle.Text = "Notepad"
- ntitle.TextColor3 = Color3.new(1, 1, 1)
- ntitle.TextSize = 16
- ntitle.TextXAlignment = Enum.TextXAlignment.Left
- ntitle.TextYAlignment = Enum.TextYAlignment.Top
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement