Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local BaconExploitzGui = Instance.new("ScreenGui")
- local LoginFrame = Instance.new("Frame")
- local board1 = Instance.new("Frame")
- local board2 = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local version = Instance.new("TextLabel")
- local board3 = Instance.new("Frame")
- local credits = Instance.new("TextLabel")
- local userbox = Instance.new("TextBox")
- local passbox = Instance.new("TextBox")
- local submit = Instance.new("TextButton")
- local MainFrame = Instance.new("Frame")
- local mboard1 = Instance.new("Frame")
- local mboard2 = Instance.new("Frame")
- local mtitle = Instance.new("TextLabel")
- local exebut = Instance.new("TextButton")
- local exebut_2 = Instance.new("TextButton")
- local mversion = Instance.new("TextLabel")
- local mboard3 = Instance.new("Frame")
- local mcredits = Instance.new("TextLabel")
- local Image1 = Instance.new("ImageLabel")
- local Image2 = Instance.new("ImageLabel")
- local ScriptFrame = Instance.new("Frame")
- local sboard1 = Instance.new("Frame")
- local stitle = Instance.new("TextLabel")
- local sboard2 = Instance.new("Frame")
- local scredits = Instance.new("TextLabel")
- local sversion = Instance.new("TextLabel")
- local stitle2 = Instance.new("TextLabel")
- local gbv3 = Instance.new("TextButton")
- -- Properties
- BaconExploitzGui.Name = "BaconExploitzGui"
- BaconExploitzGui.Parent = game.StarterGui
- LoginFrame.Name = "LoginFrame"
- LoginFrame.Parent = BaconExploitzGui
- LoginFrame.Active = true
- LoginFrame.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- LoginFrame.BackgroundTransparency = 0.5
- LoginFrame.Position = UDim2.new(0, 0, 0, 110)
- LoginFrame.Size = UDim2.new(0, 285, 0, 370)
- board1.Name = "board1"
- board1.Parent = LoginFrame
- board1.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- board1.Size = UDim2.new(0, 285, 0, 25)
- board2.Name = "board2"
- board2.Parent = LoginFrame
- board2.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- board2.Position = UDim2.new(0, 0, 0, 30)
- board2.Size = UDim2.new(0, 285, 0, 5)
- title.Name = "title"
- title.Parent = LoginFrame
- title.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- title.BorderSizePixel = 0
- title.Size = UDim2.new(0, 253, 0, 22)
- title.Font = Enum.Font.SciFi
- title.FontSize = Enum.FontSize.Size14
- title.Text = "BaconExploitz Gui"
- title.TextColor3 = Color3.new(0.333333, 1, 1)
- title.TextScaled = true
- title.TextSize = 14
- title.TextWrapped = true
- title.TextXAlignment = Enum.TextXAlignment.Left
- version.Name = "version"
- version.Parent = LoginFrame
- version.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- version.BorderSizePixel = 0
- version.Position = UDim2.new(0, 264, 0, 0)
- version.Size = UDim2.new(0, 21, 0, 22)
- version.Font = Enum.Font.SciFi
- version.FontSize = Enum.FontSize.Size14
- version.Text = "V1"
- version.TextColor3 = Color3.new(0.333333, 1, 1)
- version.TextScaled = true
- version.TextSize = 14
- version.TextWrapped = true
- board3.Name = "board3"
- board3.Parent = LoginFrame
- board3.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- board3.Position = UDim2.new(0, 0, 0, 345)
- board3.Size = UDim2.new(0, 285, 0, 25)
- credits.Name = "credits"
- credits.Parent = LoginFrame
- credits.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- credits.BorderSizePixel = 0
- credits.Position = UDim2.new(0, 0, 0, 348)
- credits.Size = UDim2.new(0, 143, 0, 22)
- credits.Font = Enum.Font.SciFi
- credits.FontSize = Enum.FontSize.Size14
- credits.Text = "Made By NoobExploitz"
- credits.TextColor3 = Color3.new(0.333333, 1, 1)
- credits.TextSize = 14
- credits.TextWrapped = true
- credits.TextXAlignment = Enum.TextXAlignment.Left
- userbox.Name = "userbox"
- userbox.Parent = LoginFrame
- userbox.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- userbox.Position = UDim2.new(0, 0, 0, 109)
- userbox.Size = UDim2.new(0, 285, 0, 24)
- userbox.Font = Enum.Font.SciFi
- userbox.FontSize = Enum.FontSize.Size14
- userbox.Text = "Username"
- userbox.TextColor3 = Color3.new(0.333333, 1, 1)
- userbox.TextScaled = true
- userbox.TextSize = 14
- userbox.TextWrapped = true
- userbox.TextXAlignment = Enum.TextXAlignment.Left
- passbox.Name = "passbox"
- passbox.Parent = LoginFrame
- passbox.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- passbox.Position = UDim2.new(0, 0, 0, 173)
- passbox.Size = UDim2.new(0, 285, 0, 24)
- passbox.Font = Enum.Font.SciFi
- passbox.FontSize = Enum.FontSize.Size14
- passbox.Text = "Password"
- passbox.TextColor3 = Color3.new(0.333333, 1, 1)
- passbox.TextScaled = true
- passbox.TextSize = 14
- passbox.TextWrapped = true
- passbox.TextXAlignment = Enum.TextXAlignment.Left
- submit.Name = "submit"
- submit.Parent = LoginFrame
- submit.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- submit.Position = UDim2.new(0, 27, 0, 251)
- submit.Size = UDim2.new(0, 200, 0, 50)
- submit.Font = Enum.Font.SciFi
- submit.FontSize = Enum.FontSize.Size14
- submit.Text = "Submit"
- submit.TextColor3 = Color3.new(0.333333, 1, 1)
- submit.TextScaled = true
- submit.TextSize = 14
- submit.TextWrapped = true
- submit.MouseButton1Down:connect(function()
- LoginFrame.Visible = false
- MainFrame.Visible = true
- end)
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = BaconExploitzGui
- MainFrame.Active = true
- MainFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)
- MainFrame.BackgroundTransparency = 0.5
- MainFrame.Draggable = true
- MainFrame.Position = UDim2.new(0, 398, 0, 65)
- MainFrame.Selectable = true
- MainFrame.Size = UDim2.new(0, 818, 0, 493)
- MainFrame.Visible = false
- mboard1.Name = "mboard1"
- mboard1.Parent = MainFrame
- mboard1.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- mboard1.Size = UDim2.new(0, 818, 0, 43)
- mboard2.Name = "mboard2"
- mboard2.Parent = MainFrame
- mboard2.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- mboard2.Position = UDim2.new(0, 0, 0, 50)
- mboard2.Size = UDim2.new(0, 818, 0, 4)
- mtitle.Name = "mtitle"
- mtitle.Parent = MainFrame
- mtitle.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- mtitle.BorderSizePixel = 0
- mtitle.Size = UDim2.new(0, 269, 0, 39)
- mtitle.Font = Enum.Font.SciFi
- mtitle.FontSize = Enum.FontSize.Size14
- mtitle.Text = "BaconExploitz Gui"
- mtitle.TextColor3 = Color3.new(0.333333, 1, 1)
- mtitle.TextScaled = true
- mtitle.TextSize = 14
- mtitle.TextWrapped = true
- exebut.Name = "exebut"
- exebut.Parent = MainFrame
- exebut.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- exebut.BackgroundTransparency = 0.5
- exebut.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- exebut.BorderSizePixel = 4
- exebut.Position = UDim2.new(0, 0, 0, 273)
- exebut.Size = UDim2.new(0, 295, 0, 68)
- exebut.Font = Enum.Font.SciFi
- exebut.FontSize = Enum.FontSize.Size36
- exebut.Text = "Executor"
- exebut.TextColor3 = Color3.new(0.333333, 1, 1)
- exebut.TextSize = 35
- exebut_2.Name = "exebut_2"
- exebut_2.Parent = MainFrame
- exebut_2.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- exebut_2.BackgroundTransparency = 0.5
- exebut_2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- exebut_2.BorderSizePixel = 4
- exebut_2.Position = UDim2.new(0, 523, 0, 274)
- exebut_2.Size = UDim2.new(0, 295, 0, 68)
- exebut_2.Font = Enum.Font.SciFi
- exebut_2.FontSize = Enum.FontSize.Size36
- exebut_2.Text = "Scripts"
- exebut_2.TextColor3 = Color3.new(0.333333, 1, 1)
- exebut_2.TextSize = 35
- mversion.Name = "mversion"
- mversion.Parent = MainFrame
- mversion.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- mversion.BorderSizePixel = 0
- mversion.Position = UDim2.new(0, 787, 0, 0)
- mversion.Size = UDim2.new(0, 31, 0, 39)
- mversion.Font = Enum.Font.SciFi
- mversion.FontSize = Enum.FontSize.Size14
- mversion.Text = "V1"
- mversion.TextColor3 = Color3.new(0.333333, 1, 1)
- mversion.TextScaled = true
- mversion.TextSize = 14
- mversion.TextWrapped = true
- mboard3.Name = "mboard3"
- mboard3.Parent = MainFrame
- mboard3.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- mboard3.Position = UDim2.new(0, 0, 0, 450)
- mboard3.Size = UDim2.new(0, 818, 0, 43)
- mcredits.Name = "mcredits"
- mcredits.Parent = MainFrame
- mcredits.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- mcredits.BorderSizePixel = 0
- mcredits.Position = UDim2.new(0, 0, 0, 454)
- mcredits.Size = UDim2.new(0, 269, 0, 39)
- mcredits.Font = Enum.Font.SciFi
- mcredits.FontSize = Enum.FontSize.Size14
- mcredits.Text = "Made By NoobExploitz"
- mcredits.TextColor3 = Color3.new(0.333333, 1, 1)
- mcredits.TextScaled = true
- mcredits.TextSize = 14
- mcredits.TextWrapped = true
- Image1.Name = "Image1"
- Image1.Parent = MainFrame
- Image1.BackgroundColor3 = Color3.new(1, 1, 1)
- Image1.BackgroundTransparency = 1
- Image1.Position = UDim2.new(0, 0, 0, 58)
- Image1.Size = UDim2.new(0, 196, 0, 168)
- Image1.Image = "rbxgameasset://Images/Bacon Hair"
- Image2.Name = "Image2"
- Image2.Parent = MainFrame
- Image2.BackgroundColor3 = Color3.new(1, 1, 1)
- Image2.BackgroundTransparency = 1
- Image2.Position = UDim2.new(0, 311, 0, 199)
- Image2.Size = UDim2.new(0, 199, 0, 186)
- Image2.Image = "rbxgameasset://Images/Bacon Hair"
- ScriptFrame.Name = "ScriptFrame"
- ScriptFrame.Parent = BaconExploitzGui
- ScriptFrame.Active = true
- ScriptFrame.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- ScriptFrame.Draggable = true
- ScriptFrame.Position = UDim2.new(0, 366, 0, 85)
- ScriptFrame.Selectable = true
- ScriptFrame.Size = UDim2.new(0, 876, 0, 467)
- ScriptFrame.Visible = false
- sboard1.Name = "sboard1"
- sboard1.Parent = ScriptFrame
- sboard1.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- sboard1.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- sboard1.BorderSizePixel = 0
- sboard1.Size = UDim2.new(0, 876, 0, 50)
- stitle.Name = "stitle"
- stitle.Parent = ScriptFrame
- stitle.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- stitle.BorderSizePixel = 0
- stitle.Size = UDim2.new(0, 200, 0, 50)
- stitle.Font = Enum.Font.SciFi
- stitle.FontSize = Enum.FontSize.Size24
- stitle.Text = "BaconExploitz Gui"
- stitle.TextColor3 = Color3.new(0.333333, 1, 1)
- stitle.TextScaled = true
- stitle.TextSize = 22
- stitle.TextWrapped = true
- sboard2.Name = "sboard2"
- sboard2.Parent = ScriptFrame
- sboard2.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- sboard2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- sboard2.BorderSizePixel = 0
- sboard2.Position = UDim2.new(0, 0, 0, 417)
- sboard2.Size = UDim2.new(0, 876, 0, 50)
- scredits.Name = "scredits"
- scredits.Parent = ScriptFrame
- scredits.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- scredits.BorderSizePixel = 0
- scredits.Position = UDim2.new(0, 0, 0, 417)
- scredits.Size = UDim2.new(0, 222, 0, 50)
- scredits.Font = Enum.Font.SciFi
- scredits.FontSize = Enum.FontSize.Size24
- scredits.Text = "Made By NoobExploitz"
- scredits.TextColor3 = Color3.new(0.333333, 1, 1)
- scredits.TextSize = 22
- scredits.TextWrapped = true
- scredits.TextXAlignment = Enum.TextXAlignment.Left
- sversion.Name = "sversion"
- sversion.Parent = ScriptFrame
- sversion.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- sversion.BorderSizePixel = 0
- sversion.Position = UDim2.new(0, 829, 0, 417)
- sversion.Size = UDim2.new(0, 47, 0, 50)
- sversion.Font = Enum.Font.SciFi
- sversion.FontSize = Enum.FontSize.Size24
- sversion.Text = "V1"
- sversion.TextColor3 = Color3.new(0.333333, 1, 1)
- sversion.TextSize = 22
- sversion.TextWrapped = true
- sversion.TextXAlignment = Enum.TextXAlignment.Right
- stitle2.Name = "stitle2"
- stitle2.Parent = ScriptFrame
- stitle2.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- stitle2.BorderSizePixel = 0
- stitle2.Position = UDim2.new(0, 676, 0, 0)
- stitle2.Size = UDim2.new(0, 200, 0, 50)
- stitle2.Font = Enum.Font.SciFi
- stitle2.FontSize = Enum.FontSize.Size24
- stitle2.Text = "Script Area"
- stitle2.TextColor3 = Color3.new(0.333333, 1, 1)
- stitle2.TextSize = 22
- stitle2.TextWrapped = true
- stitle2.TextXAlignment = Enum.TextXAlignment.Right
- gbv3.Name = "gbv3"
- gbv3.Parent = ScriptFrame
- gbv3.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
- gbv3.Position = UDim2.new(0, 0, 0, 82)
- gbv3.Size = UDim2.new(0, 200, 0, 50)
- gbv3.Font = Enum.Font.SciFi
- gbv3.FontSize = Enum.FontSize.Size14
- gbv3.Text = "Grab Knife V3"
- gbv3.TextColor3 = Color3.new(0.333333, 1, 1)
- gbv3.TextScaled = true
- gbv3.TextSize = 14
- gbv3.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment